[Webkit-unassigned] [Bug 89816] New: First call to animatedPathSegList is incorrect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 23 13:47:13 PDT 2012


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

           Summary: First call to animatedPathSegList is incorrect
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pdr at google.com
                CC: zimmermann at kde.org


Created an attachment (id=149181)
 --> (https://bugs.webkit.org/attachment.cgi?id=149181&action=review)
Testcase

In the attached testcase we have a path with cardinality 2 and we animate it from a path of cardinality 4 to a path of cardinality 5, and finally back to the original path.

If we query the initial path seg list everything works great. If we do not, the first call to animatedPathSegList.length will be incorrect (returning 2 instead of 4).

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