Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SVG Favicon output support #304

Closed
MrWook opened this issue Apr 23, 2020 · 5 comments
Closed

Add SVG Favicon output support #304

MrWook opened this issue Apr 23, 2020 · 5 comments

Comments

@MrWook
Copy link

MrWook commented Apr 23, 2020

The main desktop browser are supporting SVG favicons. https://caniuse.com/#feat=link-icon-svg
This library already supports svg as an input field but doesn't have a svg output, as far as I can see.
Would be cool if this will be implemented.

@RplusSoundOn
Copy link

svg favicon with fallback

<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="alternate icon" href="/favicon.ico">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#ff8a01">

https://css-tricks.com/svg-favicons-and-all-the-fun-things-we-can-do-with-them/

@MrWook
Copy link
Author

MrWook commented Apr 29, 2020

@RplusSoundOn i know how it should look like in the html.
This library has a html output where the svg output is missing

@alexander-akait
Copy link
Member

PR welcome

@IdkMan2Usertive
Copy link

Upvote 👍🏼

@juanca
Copy link

juanca commented Oct 19, 2022

Is it okay if the feature only supports SVG as an output if and only if the input is an SVG? It would be the easier than converting PNGs to SVGs 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants