commit ff8637377f367068c0cd3be1540173cc49faf8cf
parent 771fc3981e33b8152e105ef0751491b5ec6c3daf
Author: Davide P. Cervone <dpvc@union.edu>
Date: Sun, 2 Nov 2014 09:26:36 -0500
Merge branch 'issue804' into develop. Issue #804.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/unpacked/jax/output/HTML-CSS/jax.js b/unpacked/jax/output/HTML-CSS/jax.js
@@ -2734,7 +2734,7 @@
}
if (this.data[this.base] &&
(this.data[this.base].type === "mi" || this.data[this.base].type === "mo")) {
- if (this.data[this.base].data.join("").length === 1 && base.bbox.scale === 1 &&
+ if (this.data[this.base].data.join("").length === 1 && children[0].scale === 1 &&
!this.data[this.base].Get("largeop")) {u = v = 0}
}
var min = this.getValues("subscriptshift","superscriptshift");