[Webkit-unassigned] [Bug 46052] New: SVG: Leverage platform's Path::addEllipse() in Path::createEllipse()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 19 09:25:54 PDT 2010


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

           Summary: SVG: Leverage platform's Path::addEllipse() in
                    Path::createEllipse()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: andreas.kling at nokia.com
                CC: zimmermann at kde.org, krit at webkit.org
        Depends on: 46051


We should use the port-specific Path::addEllipse() to speed up Path::createEllipse() (which is also used by Path::createCircle()) instead of manually constructing the ellipses from lines.

See also: https://lists.webkit.org/pipermail/webkit-dev/2010-September/014419.html

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