Is this a bug in Chrome *(`@supports (animation)` for a SVG favicon)*?
I have the following SVG as my favicon on https://bafybeihfwqwlluejiuskhmgdcq7sme54m4ewtzfluodr2duj3yokjzyehe.ipfs.dweb.link/
In Firefox, I get an animated favicon. In Chrome, I get just the first letter, on a green background, no animation. In Brave, I just get a green square, no letters.
I'm using
@supports (not(animation: scroll))
to try and identify environments that don't support @keyframes
, but it doesn't match any of the browsers. Shouldn't it?1 Reply
Ya only firefox has it the others for me are just green boxes. I know Chrome supports svg but I don't think they allow the animation with favicons.