[Webkit-unassigned] [Bug 89767] [Chromium] shadow-on-rect-with-filter.svg is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 26 13:47:40 PDT 2012


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





--- Comment #3 from Stephen Chenney <schenney at chromium.org>  2012-06-26 13:47:39 PST ---
Figured it out - it's WebKit and not Skia. Apparently CG handles it differently.

Basically, the SVG code is using the last effect region to clip the final blit of the filter result into the destination. The shadow would get drawn by Skia outside this clip, so it does not show up. My guess is that CG applies the shadow after the clip. The fix is to modify the clip by the shadow before applying it, for Skia platforms.

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