[Webkit-unassigned] [Bug 199706] SVG with filter and Animation results in pixelated SVG
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Feb 25 08:49:49 PST 2025
https://bugs.webkit.org/show_bug.cgi?id=199706
--- Comment #7 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
One workaround here is to specify the keyframes like:
@keyframes expand-in {
from {
opacity: 0;
transform: scale(1);
}
0.1% {
opacity: 0;
transform: scale(0.1);
}
to {
opacity: 1;
transform: scale(1);
}
}
--
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/20250225/d8f13140/attachment-0001.htm>
More information about the webkit-unassigned
mailing list