RESOLVED DUPLICATE of bug 32584 32702
SVG filter gets clipped on use of opacity < 1
https://bugs.webkit.org/show_bug.cgi?id=32702
Summary SVG filter gets clipped on use of opacity < 1
Dirk Schulze
Reported 2009-12-18 01:10:36 PST
Created attachment 45130 [details] 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.
Attachments
filter with opacity (317 bytes, image/svg+xml)
2009-12-18 01:10 PST, Dirk Schulze
no flags
Dirk Schulze
Comment 1 2009-12-18 05:24:26 PST
Sorry, didn't noticed that this is a duplicate of another bug. *** This bug has been marked as a duplicate of bug 32584 ***
Note You need to log in before you can comment on or make changes to this bug.