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 60de385 + 99782ae commit 24a6cf7Copy full SHA for 24a6cf7
unpacked/jax/output/CommonHTML/jax.js
@@ -2119,6 +2119,7 @@
2119
bbox[i] = this.CHTMLbboxFor(i); bbox[i].x = bbox[i].y = 0;
2120
if (this.data[i]) bbox[i].stretch = this.data[i].CHTMLcanStretch("Horizontal");
2121
scale = (i === this.base ? 1 : bbox[i].rscale);
2122
+ if (i !== this.base) {delete bbox[i].L; delete bbox[i].R} // these are overriden by CSS
2123
W = Math.max(W,scale*(bbox[i].w + (bbox[i].L||0) + (bbox[i].R||0)));
2124
if (!bbox[i].stretch && W > w) w = W;
2125
}
0 commit comments