[Webkit-unassigned] [Bug 37515] New: getPathSegAtLength() gives incorrect value

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 13 12:10:45 PDT 2010


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

           Summary: getPathSegAtLength() gives incorrect value
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://svgtorture.googlecode.com/svn/trunk/automated/t
                    est.html?SVGPathElement%20module%3A%20Supports%20getPa
                    thSegAtLength%28%29
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: adeveria at gmail.com


Created an attachment (id=53270)
 --> (https://bugs.webkit.org/attachment.cgi?id=53270)
Testcase that alerts the index returned by getPathSegAtLength()

On a simple path using this data: "M0,0 L0,5 L0,10", using
getPathSegAtLength(7) should return the number 2. Instead, it returns the
number 1. 

Currently Opera gets this wrong too, while Gecko gets it right.

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