[Webkit-unassigned] [Bug 136482] Filters have weird clipping on compositing tile borders

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 3 08:20:27 PDT 2014


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





--- Comment #2 from Dirk Schulze <krit at webkit.org>  2014-09-03 08:20:32 PST ---
It seems to be correct for CSS filter functions.

I'd like to understand what is going on. It seems that we filter the whole element area for every tile. So for blur(10px) we would blur the element twice if the element is part of two tiles. Is that correct? Or are there other optimizations that just let us copy the margin area of the element that is required by the blur() filter? Even with the optimization (if it is implemented at all), SVG Filters like feDisplacementMap would suffer from the same problem and we would need to filter the whole element area.

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