commit 49c3e3a1562d9474c3d8b7057e2e8a5ef0bb5c6d parent 15b392889184f43d5ef89baf0f9aa2487b9af78c Author: Davide P. Cervone <dpvc@union.edu> Date: Sat, 14 Feb 2015 15:43:40 -0500 Don't set font-size of maction span (the elements it contains do that themselves). Diffstat:
| M | unpacked/jax/output/HTML-CSS/autoload/maction.js | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/unpacked/jax/output/HTML-CSS/autoload/maction.js b/unpacked/jax/output/HTML-CSS/autoload/maction.js @@ -50,7 +50,8 @@ MathJax.Hub.Register.StartupHook("HTML-CSS Jax Ready",function () { span.bbox = this.HTMLzeroBBox(); return span; } - span = this.HTMLhandleSize(this.HTMLcreateSpan(span)); span.bbox = null; + span = this.HTMLcreateSpan(span); span.bbox = null; + span.scale = this.HTMLgetScale(); var box = selected.toHTML(span); if (D != null) {HTMLCSS.Remeasured(selected.HTMLstretchV(span,HW,D),span)} else if (HW != null) {