You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thank you for building this project. I was really enthusiastic when I saw this project and I would like to create a tech-stack-card for my profile. Unfortunatly, simple icons does not include all icons I would like to add (e.g. Seaborn). To handle this, I used custom .svg files from their website and added them to the card.
Depending on the file, the whole card did not show.
The only thing I noticed is that when using the first (not working) SVG, the generated URL became too long.
This tool reads your SVG file, converts it to base64 and probably created a very long string.
But that's just a guess, I don't have any other ideas at the moment.
Would it be possible to enter a path to a local directory containing the SVG file? I did that without the card style, but would prefer to have everything wrapped in a uniform style.
Hey,
thank you for building this project. I was really enthusiastic when I saw this project and I would like to create a tech-stack-card for my profile. Unfortunatly, simple icons does not include all icons I would like to add (e.g. Seaborn). To handle this, I used custom .svg files from their website and added them to the card.
Depending on the file, the whole card did not show.
SVG that did not work: https://seaborn.pydata.org/_static/logo-wide-lightbg.svg
SVG that did work: https://docs.dask.org/en/stable/_images/dask_icon.svg
From my limited experience with the .svg format, I could not see any problems.
Any idea what might cause the problem?
The text was updated successfully, but these errors were encountered: