[Webkit-unassigned] [Bug 20554] Incorrect rendering of SVG path

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 27 21:48:17 PDT 2008


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





------- Comment #6 from eric at webkit.org  2008-08-27 21:48 PDT -------
So the extra line segment is clearly redundant.

The commands we're issuing to CoreGraphics (on behalf of the SVG author) are:

1. move to point (173, 80)
2. draw a line from the current point to (173, 108.01)
3. draw a line from the current point to (173, 108) // FireFox is possibly
ignoring this command?
4. draw a bezier curve from the current point, using control points: (173, 
113) and (169, 117) and ending at  (164 117).


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



More information about the webkit-unassigned mailing list