Don't count spacing (in paddingLeft and Right) as part of the width of an <mo> element

This commit is contained in:
Davide P. Cervone 2015-08-24 10:45:47 -04:00
parent d400e00812
commit 3100f10c4a

View File

@ -1738,8 +1738,8 @@
}
this.CHTML.clean();
this.CHTMLhandleSpace(node);
this.CHTMLhandleBBox(node);
this.CHTMLhandleSpace(node);
this.CHTMLhandleColor(node);
return node;