[Webkit-unassigned] [Bug 44197] New: getPointAtLength returns incorrect values for paths closed with the closepath command
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 18 13:08:24 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=44197
Summary: getPointAtLength returns incorrect values for paths
closed with the closepath command
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh Intel
URL: http://ericwaller.com/getPointAtLength-bug/index.html
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: SVG
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: eric at seatgeek.com
CC: zimmermann at kde.org
Created an attachment (id=64759)
--> (https://bugs.webkit.org/attachment.cgi?id=64759)
Test case for getPointAtLength bug
For paths closed with the closepath ("z") command, getPointAtLength returns incorrect values for points along the line segment which closes the path. I.e. for a path like "M x0,y0 x1,y1 x2,y2 x3,y3 z", getPointAtLength will return incorrect values for the implied line from (x3,y3) to (x0,y0). Explicitly closed paths, like "M x0,y0 x1,y1 x2,y2 x3,y3 x0,y0", are handled correctly.
--
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