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.
1 parent 3ba6066 commit 99782aeCopy full SHA for 99782ae
unpacked/jax/output/CommonHTML/jax.js
@@ -2111,6 +2111,7 @@
2111
bbox[i] = this.CHTMLbboxFor(i); bbox[i].x = bbox[i].y = 0;
2112
if (this.data[i]) bbox[i].stretch = this.data[i].CHTMLcanStretch("Horizontal");
2113
scale = (i === this.base ? 1 : bbox[i].rscale);
2114
+ if (i !== this.base) {delete bbox[i].L; delete bbox[i].R} // these are overriden by CSS
2115
W = Math.max(W,scale*(bbox[i].w + (bbox[i].L||0) + (bbox[i].R||0)));
2116
if (!bbox[i].stretch && W > w) w = W;
2117
}
0 commit comments