Merge branch 'issue832' into develop. Issue #832.

This commit is contained in:
Davide P. Cervone 2014-08-21 16:26:46 -04:00
commit ca3d539ca2

View File

@ -2788,8 +2788,8 @@
span.bbox.lw *= f; span.bbox.rw *= f;
if (math && math.bbox.width != null) {
span.style.minWidth = (math.bbox.minWidth || span.style.width);
span.style.width = stack.style.width = math.bbox.width;
box.style.width = "100%";
span.style.width = math.bbox.width;
box.style.width = stack.style.width = "100%";
}
//
// Add color (if any)