Hacker News new | ask | show | jobs
by silvestrov 1703 days ago
It such a shame that Safari does not support SVG favicons. It's the only major browser which doesn't: https://caniuse.com/link-icon-svg

All current browsers support PNG.

3 comments

Don't hold your breath. Safari is the new IE6.
Its such a shame that PNG does not support packing multiple dimensions into one file like .ico formats actually do.
It can be done with MNG. There just has never been a tooling ecosystem that supports it for non-animated applications.
Will it look good on a browser tab? Seems like the res would be too low.
It's a vector graphic; its resolution is whatever you render it at. "S" as in, "Scalable".

Sure, there is some nuance in that you wouldn't want some fine detail to get lost at the displayed size, but presumably you know you're making a favicon when you do so.

Or, you're the NFL & you're going to supply a 4 megapixel image IDK.

> Sure, there is some nuance in that you wouldn't want some fine detail to get lost at the displayed size, but presumably you know you're making a favicon when you do so.

On the other hand, SVG is really not designed for the fine pixel control you want to make the icon look good at smaller sizes as it does not have the equivalent of font hinting.

Not at very low resolutions, <= 32 px. See sibling comment.