[Webkit-unassigned] [Bug 32584] Opacity and shadow both clip away too much in some cases with filters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 18 02:14:00 PST 2009


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





--- Comment #1 from Dirk Schulze <krit at webkit.org>  2009-12-18 02:14:00 PST ---
Yes.
http://trac.webkit.org/browser/trunk/WebCore/rendering/SVGRenderSupport.cpp#93
and
http://trac.webkit.org/browser/trunk/WebCore/rendering/SVGRenderSupport.cpp#L102
SVGRenderSupport uses the boundingbox. We might use the union of filter rect
and objectboundingbox for the clipping, if filters are present.
But atm the filter rect is calculated at
http://trac.webkit.org/browser/trunk/WebCore/rendering/SVGRenderSupport.cpp#L135.

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