We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a091415 + b7385f4 commit ba600e8Copy full SHA for ba600e8
unpacked/jax/output/SVG/jax.js
@@ -249,7 +249,7 @@
249
test = script.previousSibling; div = test.previousSibling;
250
jax = script.MathJax.elementJax; if (!jax) continue;
251
ex = test.firstChild.offsetHeight/60;
252
- cwidth = div.previousSibling.firstChild.offsetWidth;
+ cwidth = div.previousSibling.firstChild.offsetWidth / this.config.scale * 100;
253
if (relwidth) {maxwidth = cwidth}
254
if (ex === 0 || ex === "NaN") {
255
// can't read width, so move to hidden div for processing
0 commit comments