Bug 32702 - SVG filter gets clipped on use of opacity < 1
Summary: SVG filter gets clipped on use of opacity < 1
Status: RESOLVED DUPLICATE of bug 32584
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 525.x (Safari 3.1)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 68469 26389
  Show dependency treegraph
 
Reported: 2009-12-18 01:10 PST by Dirk Schulze
Modified: 2014-05-12 05:54 PDT (History)
2 users (show)

See Also:


Attachments
filter with opacity (317 bytes, image/svg+xml)
2009-12-18 01:10 PST, Dirk Schulze
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Schulze 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.
Comment 1 Dirk Schulze 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 ***