[Webkit-unassigned] [Bug 64675] [SVG] [Chromium] zero-path-square-cap-rendering.svg is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 18 14:49:49 PDT 2011


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





--- Comment #6 from Rob Buis <rwlbuis at gmail.com>  2011-07-18 14:49:49 PST ---
Hi,

(In reply to comment #5)
> svg/W3C-SVG-1.1-SE/painting-control-04-f.svg is now passing but zero-path-square-cap-rendering.svg is not.

For anyone looking into the problem on chromium, one thing to check first is check that the m_fillBoundingBox width and height is really zero. This comes from Path which is platform specific. So, the question is what Skia returns for bbox of a path "M 100 100 Z", if width/height is not exactly zero, the new special handling of zero-length paths will not kick in.
Cheers,

Rob.

-- 
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