WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-08-21 21:25:14 PDT
<
rdar://problem/134468352
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug