www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit e5a09146dd26673b5e6f323f48033bc95953a1f6
parent 36da633619f5a03d46bce95a221c2a54e1030704
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Mon,  9 Mar 2015 15:59:16 -0400

Use proper thickness for separation of root from base.

Diffstat:
Munpacked/jax/output/CommonHTML/jax.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unpacked/jax/output/CommonHTML/jax.js b/unpacked/jax/output/CommonHTML/jax.js @@ -1681,7 +1681,7 @@ var base = node.firstChild; var sqrt = HTML.addElement(node,"mjx-box"); sqrt.appendChild(base); var bbox = this.CHTMLbboxFor(0), BBOX = this.CHTML = CHTML.emptyBBox(); - var t = CHTML.TEX.surd_height, p = t, q, H; + var t = CHTML.TEX.surd_height, p = CHTML.TEX.rule_thickness, q, H; if (this.Get("displaystyle")) p = CHTML.TEX.x_height; q = t + p/4; H = bbox.h + bbox.d + q + t;