Don't count spacing (in paddingLeft and Right) as part of the width of an <mo> element
This commit is contained in:
parent
d400e00812
commit
3100f10c4a
|
@ -1738,8 +1738,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
this.CHTML.clean();
|
this.CHTML.clean();
|
||||||
this.CHTMLhandleSpace(node);
|
|
||||||
this.CHTMLhandleBBox(node);
|
this.CHTMLhandleBBox(node);
|
||||||
|
this.CHTMLhandleSpace(node);
|
||||||
this.CHTMLhandleColor(node);
|
this.CHTMLhandleColor(node);
|
||||||
|
|
||||||
return node;
|
return node;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user