Merge pull request #1458 from dpvc/issue1422

Fix problem with container width in SVG when math is scaled.  Resolves issue #1422.
This commit is contained in:
Davide P. Cervone 2016-05-11 17:12:58 -04:00
commit ba600e8f35

View File

@ -249,7 +249,7 @@
test = script.previousSibling; div = test.previousSibling;
jax = script.MathJax.elementJax; if (!jax) continue;
ex = test.firstChild.offsetHeight/60;
cwidth = div.previousSibling.firstChild.offsetWidth;
cwidth = div.previousSibling.firstChild.offsetWidth / this.config.scale * 100;
if (relwidth) {maxwidth = cwidth}
if (ex === 0 || ex === "NaN") {
// can't read width, so move to hidden div for processing