NEW 278146
Outline and shadows fail to paint on elements using reference masks
https://bugs.webkit.org/show_bug.cgi?id=278146
Summary Outline and shadows fail to paint on elements using reference masks
Simon Fraser (smfr)
Reported 2024-08-14 21:24:12 PDT
css/css-masking/mask-image/mask-image-3f.html fails because the box-shadow is not visible in the masked area. The bug here is that we compute a too-small rect in transparencyClipBox(); we limit it to the borderBoxRect(), but it needs to be big enough to include all kinds of ink overflow.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-08-21 21:25:14 PDT
Note You need to log in before you can comment on or make changes to this bug.