[Webkit-unassigned] [Bug 109783] drop-shadow filter with overflow:hidden child misbehaves
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Feb 13 21:24:53 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=109783
--- Comment #2 from Simon Fraser (smfr) <simon.fraser at apple.com> 2013-02-13 21:27:07 PST ---
Pretty sure this happens because the useClipRect flag computed here:
useClipRect = !filterRenderer()->hasFilterThatMovesPixels();
isn't propagated to sublayers, so they still clip.
--
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