Skip to content

Commit feb05eb

Browse files
committed
Merge branch 'issue1163' into hotfix-2.5.2. Issue #1163.
2 parents b8a48d9 + 4a4221b commit feb05eb

File tree

1 file changed

+1
-1
lines changed
  • unpacked/jax/output/HTML-CSS

1 file changed

+1
-1
lines changed

unpacked/jax/output/HTML-CSS/jax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1807,7 +1807,7 @@
18071807
if (bbox.width) {BBOX.width = bbox.width; BBOX.minWidth = bbox.minWidth}
18081808
if (bbox.tw) {BBOX.tw = bbox.tw}
18091809
if (bbox.ic) {BBOX.ic = bbox.ic} else {delete BBOX.ic}
1810-
if (BBOX.exactW && !bbox.exactW) {delete BBOX.exactW}
1810+
if (BBOX.exactW && !bbox.exactW) {BBOX.exactW = bbox.exactW}
18111811
},
18121812
HTMLemptyBBox: function (BBOX) {
18131813
BBOX.h = BBOX.d = BBOX.H = BBOX.D = BBOX.rw = -HTMLCSS.BIGDIMEN;

0 commit comments

Comments
 (0)