[Webkit-unassigned] [Bug 219480] background-image/webkit-mask-image doesn't update properly with SVG url fragments

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 2 21:01:59 PST 2020


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

--- Comment #2 from Christopher Swasey <christopher.swasey at icloud.com> ---
The background color change (and the `currentcolor` oddity) seems to have been a bit of a red herring. It turns out that `color`—regardless of whether `background-color` is `currentcolor`—is one of the few CSS properties that don't seem to resolve the bug with a mutation.

So far I've tried `opacity` (different values), `transform` (different scales), `font-size` (different sizes, even though there's no text content), `border-color` (different colors, even with `border-width: 0`) and changing them all suffices to avoid the bug.

So, my work around for my use case (icons), at least: each mask class gets a unique `border-color`.

-- 
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/20201203/0e2c5c1e/attachment.htm>


More information about the webkit-unassigned mailing list