A number of sites use SVG (mimeType: SVG+XML) for their favicon as an option. Would be nice if we could use that since it can be resized to our perfect dimensions without loss of quality.
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
This should come pretty easily since pull request #9 was merged as SkiaSharp already provides the ability to interpret and render SVGs into bitmaps.
A number of sites use SVG (mimeType: SVG+XML) for their favicon as an option. Would be nice if we could use that since it can be resized to our perfect dimensions without loss of quality.
This should come pretty easily since pull request #9 was merged as SkiaSharp already provides the ability to interpret and render SVGs into bitmaps.