[Webkit-unassigned] [Bug 240324] REGRESSION (Safari 15.4) CSS mask-image with gradient no longer works

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 22 23:59:45 PDT 2022


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

--- Comment #4 from Tim Nguyen (:ntim) <ntim at apple.com> ---
There are 2 issues here (thank you Matt for giving more details):
1. -webkit-mask-composite: source-in now computes to -webkit-mask-composite: source-in, source-in  instead of -webkit-mask-composite: source-in, source-over for multiple gradients since r286795
2. -webkit-mask-composite: source-in/mask-composite: intersect has different behavior on a single gradient compared to other browsers, but this pre-dates r286795 (tested on an older computer)

1. can be fixed by restoring the old behavior for -webkit-mask-composite, but the testcase wouldn’t be fixed until 2. is fixed too, since it uses both prefixed and unprefixed versions.

-- 
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/20220523/fab523d5/attachment.htm>


More information about the webkit-unassigned mailing list