[Webkit-unassigned] [Bug 241835] TextureMapper: rendering issue of clip-path and drop-shadow fiter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 3 16:44:04 PDT 2022


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

--- Comment #2 from Fujii Hironori <Hironori.Fujii at sony.com> ---
> clip-path: inset(25px -25px -25px 25px);

Because this `inset` has negative offsets, the mask layer should be bigger than the element to clip it properly.
Mac port work as expected. I think it's using Shape mask layer.

-- 
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/20220703/a29863fc/attachment.htm>


More information about the webkit-unassigned mailing list