[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 09:01:20 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=32584
--- Comment #4 from Dirk Schulze <krit at webkit.org> 2009-12-18 09:01:19 PST ---
Created an attachment (id=45154)
--> (https://bugs.webkit.org/attachment.cgi?id=45154)
fix for the clipping bug
This fixes the failing pixel tests. Sadly
object->repaintRectInLocalCoordinates() seems to change some local values of
Renderers, so many filter related LayoutTests have different results.
Also we still have to calculate the filterRect a second time on drawing. But
this is not avoidable, since we call the filters by id and one filter can be
used by different object's.
--
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