[Webkit-unassigned] [Bug 64675] [SVG] [Chromium] zero-path-square-cap-rendering.svg is failing
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 7 12:39:25 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=64675
Stephen Chenney <schenney at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |schenney at chromium.org
--- Comment #7 from Stephen Chenney <schenney at chromium.org> 2011-12-07 12:39:25 PST ---
This is Skia 398: http://code.google.com/p/skia/issues/detail?id=398
Skia throws away the closing "z" in "m 50 50 z" because it considers it redundant. This then causes the Skia SkPath::isEmpty call to fail because Skia considers a path "m 50 50" to be empty.
This makes it impossible to correctly implement SVG zero-length linecaps for such paths.
--
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