From 49c3e3a1562d9474c3d8b7057e2e8a5ef0bb5c6d Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Sat, 14 Feb 2015 15:43:40 -0500 Subject: [PATCH] Don't set font-size of maction span (the elements it contains do that themselves). --- 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 index 7edf9b8a8..314825cc3 100644 --- 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) {