[Webkit-unassigned] [Bug 41224] New: Need to implement SVG Filter "smart effect boundaries"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 25 13:12:29 PDT 2010


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

           Summary: Need to implement SVG Filter "smart effect boundaries"
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: wjmaclean at chromium.org


When rendering an image like http://en.wikipedia.org/wiki/File_talk:Unix_history-simple.svg , which contains a filter that specifies filterUnits="userSpaceOnUse", the image's SVG filters are applied to the entire canvas for each object, instead of just the minimum necessary region around each affected object. This leads to unnecessarily long rendering times (this image can take several minutes as the filter is applied multiple times to the entire canvas). The code should be modified to calculate the minimum effected region around each object, and just apply the filter to that instead.

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