[Webkit-unassigned] [Bug 32702] New: SVG filter gets clipped on use of opacity < 1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 18 01:10:37 PST 2009


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

           Summary: SVG filter gets clipped on use of opacity < 1
           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: eric at webkit.org, zimmermann at kde.org
            Blocks: 26389


Created an attachment (id=45130)
 --> (https://bugs.webkit.org/attachment.cgi?id=45130)
filter with opacity

SVG filter gets clipped on use of opacity < 1. See:
http://trac.webkit.org/browser/trunk/WebCore/rendering/SVGRenderSupport.cpp#L93
We could either delete the clipping, or try to get the filter rect. And we need
to take the union of filter rect and objectboundingbox.
I have to take a look, if it is possible to get the filter rect some how.

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