[Webkit-unassigned] [Bug 79672] New: Performance: stop recomputing SVG path data twice during layout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 27 07:28:58 PST 2012


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

           Summary: Performance: stop recomputing SVG path data twice
                    during layout
           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


We currently recompute SVG path data twice during layout, but we only need to do this once. This is especially bad in the case of circles and ellipses, where each call to createShape() ends up creating 4 expensive cubics.

Patch forthcoming!

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