Skip to content

Commit 49c3e3a

Browse files
committed
Don't set font-size of maction span (the elements it contains do that themselves).
1 parent 15b3928 commit 49c3e3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

unpacked/jax/output/HTML-CSS/autoload/maction.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ MathJax.Hub.Register.StartupHook("HTML-CSS Jax Ready",function () {
5050
span.bbox = this.HTMLzeroBBox();
5151
return span;
5252
}
53-
span = this.HTMLhandleSize(this.HTMLcreateSpan(span)); span.bbox = null;
53+
span = this.HTMLcreateSpan(span); span.bbox = null;
54+
span.scale = this.HTMLgetScale();
5455
var box = selected.toHTML(span);
5556
if (D != null) {HTMLCSS.Remeasured(selected.HTMLstretchV(span,HW,D),span)}
5657
else if (HW != null) {

0 commit comments

Comments
 (0)