[Webkit-unassigned] [Bug 30219] SVG Path elements are not correctly updated through pathSegList manipulation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 25 07:44:03 PDT 2010


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





--- Comment #3 from David Yonge-Mallo <davinci at chromium.org>  2010-03-25 07:44:03 PST ---
One cause of the problem is bug 26487.  It appears that all "Rel" path data
commands are internally stored as "Abs" commands.  Inserting a "relative
lineto" (l - that's a lower case "L") command affects all subsequent data
points.  

The above patch adds hackery to properly compute the coordinates in
SVGPathSegList::toPathData().  The correct fix would be to not convert the data
path commands to "Abs" to begin with.

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