[Webkit-unassigned] [Bug 155029] Blur filter escapes an enclosing overflow:hidden
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Mar 5 17:44:21 PST 2016
https://bugs.webkit.org/show_bug.cgi?id=155029
Simon Fraser (smfr) <simon.fraser at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |krit at webkit.org
--- Comment #1 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
The clipping that RenderLayer::applyFilters() does is all wrong. The current code happens to never clip, because inside clipToRect(), clipRect.rect() == paintingInfo.paintDirtyRect. However, fixing that breaks filters that draw outside their bounds (blur, drop-shadow) because the backgroundRect used to clip is the pre-filtered background rect, taken from the paintDirtyRect.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160306/fb8be646/attachment.html>
More information about the webkit-unassigned
mailing list