[Webkit-unassigned] [Bug 170272] MathML: Extra left space for arrows inside <mo>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 30 01:12:17 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=170272

--- Comment #3 from Frédéric Wang (:fredw) <fred.wang at free.fr> ---
OK checking the dictionary, the default spacing is actually correct (lspace = rspace = 5). If you don't want the space, you can use <mo lspace="0em" rspace="0em">.

The issue seems to be how the stretched operator is drawn. Compare <mo stretchy="true> VS <mo stretchy="true>. In that case, you'll have to look into WebCore/rendering/mathml/ and more precisely RenderMathMLOperator.cpp and MathOperator.cpp

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170330/e08d1370/attachment.html>


More information about the webkit-unassigned mailing list