[Webkit-unassigned] [Bug 32486] New: SVG elements use Filters before own transformations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 13 02:43:03 PST 2009


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

           Summary: SVG elements use Filters before own transformations
           Product: WebKit
           Version: 525.x (Safari 3.1)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: krit at webkit.org
                CC: zimmermann at kde.org
            Blocks: 26389


SVG elements should be transformed by CSS-values and values in transform=""
before filters are applied. It's the other way around atm.

The attached example demonstrates the problem. The both cirlces shouldn't look
so grainy. It's because we transform the filter result instead of the circle.

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