[Webkit-unassigned] [Bug 219406] CSS filter drop shadow flicker during transition

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 3 17:47:40 PST 2020


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

--- Comment #5 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
There are various things here. There's a box-shadow rendering bug in Core Graphics (you can work around this by setting a small border-radius). There's a difference between drop-shadow() rendering when software-rendered, and when accelerated (i.e. during the transitions); this is because of clamping of the blur radius, which is pretty high.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201204/a56262fa/attachment.htm>


More information about the webkit-unassigned mailing list