SVG favicons have some cool benefits
austingil.com
SVG favicons have some cool benefits
1–10 of 75 posts
Re: SVG favicons have some cool benefits
#2Tired of all the "404 Not Found: /favicon.ico" log messages from your local test server? Fret no more! Just add this minor incantation to your HTML and you're set!
Re: SVG favicons have some cool benefits
#3Awkward ad intermission Tired of all the "404 Not Found: /favicon.ico" log messages from your local test server? Fret no more! Just add this minor incantation to your HTML and you're set!
Re: SVG favicons have some cool benefits
#4Awkward ad intermission Tired of all the "404 Not Found: /favicon.ico" log messages from your local test server? Fret no more! Just add this minor incantation to your HTML and you're set!
Re: SVG favicons have some cool benefits
#5AFAICT that's not any different than for non-SVG favicons which can also use data urls.
Re: SVG favicons have some cool benefits
#6Re: SVG favicons have some cool benefits
#7Re: SVG favicons have some cool benefits
#8Vector graphics rendered at very low resolutions like 16x16 or whatever favicons are rarely look as good as hand-crafted bitmaps. Is it possible to make them look good?
Re: SVG favicons have some cool benefits
#9Re: SVG favicons have some cool benefits
#10> By using an SVG, I’m able to get a lot of cool benefits like: Inline icon (no need for a linked resource) AFAICT that's not any different than for non-SVG favicons which can also use data urls.