Make sure that unknown characters in an mrow force the mrow to be measured. Resolves issue #1163.

This commit is contained in:
Davide P. Cervone 2015-04-13 17:18:07 -04:00
parent 48b594afce
commit 4a4221b78b

View File

@ -1804,7 +1804,7 @@
if (bbox.width) {BBOX.width = bbox.width; BBOX.minWidth = bbox.minWidth}
if (bbox.tw) {BBOX.tw = bbox.tw}
if (bbox.ic) {BBOX.ic = bbox.ic} else {delete BBOX.ic}
if (BBOX.exactW && !bbox.exactW) {delete BBOX.exactW}
if (BBOX.exactW && !bbox.exactW) {BBOX.exactW = bbox.exactW}
},
HTMLemptyBBox: function (BBOX) {
BBOX.h = BBOX.d = BBOX.H = BBOX.D = BBOX.rw = -HTMLCSS.BIGDIMEN;