Skip to content

Commit 24a6cf7

Browse files
committed
Merge branch 'issue1359' into develop. Issue #1359.
2 parents 60de385 + 99782ae commit 24a6cf7

File tree

1 file changed

+1
-0
lines changed
  • unpacked/jax/output/CommonHTML

1 file changed

+1
-0
lines changed

unpacked/jax/output/CommonHTML/jax.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2119,6 +2119,7 @@
21192119
bbox[i] = this.CHTMLbboxFor(i); bbox[i].x = bbox[i].y = 0;
21202120
if (this.data[i]) bbox[i].stretch = this.data[i].CHTMLcanStretch("Horizontal");
21212121
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
21222123
W = Math.max(W,scale*(bbox[i].w + (bbox[i].L||0) + (bbox[i].R||0)));
21232124
if (!bbox[i].stretch && W > w) w = W;
21242125
}

0 commit comments

Comments
 (0)