Skip to content

Commit 4a4221b

Browse files
committed
Make sure that unknown characters in an mrow force the mrow to be measured. Resolves issue #1163.
1 parent 48b594a commit 4a4221b

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
@@ -1804,7 +1804,7 @@
18041804
if (bbox.width) {BBOX.width = bbox.width; BBOX.minWidth = bbox.minWidth}
18051805
if (bbox.tw) {BBOX.tw = bbox.tw}
18061806
if (bbox.ic) {BBOX.ic = bbox.ic} else {delete BBOX.ic}
1807-
if (BBOX.exactW && !bbox.exactW) {delete BBOX.exactW}
1807+
if (BBOX.exactW && !bbox.exactW) {BBOX.exactW = bbox.exactW}
18081808
},
18091809
HTMLemptyBBox: function (BBOX) {
18101810
BBOX.h = BBOX.d = BBOX.H = BBOX.D = BBOX.rw = -HTMLCSS.BIGDIMEN;

0 commit comments

Comments
 (0)