[Webkit-unassigned] [Bug 75781] Rounding artifact in SVGTextNode.getBBox()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 18 12:44:28 PDT 2012


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





--- Comment #5 from Nikolas Zimmermann <zimmermann at kde.org>  2012-06-18 12:44:27 PST ---
(In reply to comment #4)
> This seems to be the root cause of bug 88772. SVGRootInlineBox::layoutRootBox() rounds to integers. We need higher precision there.
This is finally possible by enabling SUBPIXEL_LAYOUT by default for all ports, once that happens, we can finally use non-integer precision in all parts of SVG that interfere with HTML, where currently rounding is needed.
It's on my list :-)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list