[Webkit-unassigned] [Bug 97905] New: [SVG] Update of element referenced by multiple 'use' nodes is absurdly slow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 28 06:30:27 PDT 2012


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

           Summary: [SVG] Update of element referenced by multiple 'use'
                    nodes is absurdly slow
           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: blambov at google.com
                CC: zimmermann at kde.org


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

The attached SVG animation contains an unit element that is used to draw a few hundred triangles by a hierarchy of 'use' nodes. 

The file animates the scale attribute of the unit element. This results in an update that takes tens of second for a single frame (i.e. on the order of 1/10 s for each triangle drawn!).

Tested on Chrome Linux + MacOS and Safari MacOS, all have the problem.


Opera runs this animation at 50 fps. Internet Explorer also does this smoothly.

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