- Notifications
You must be signed in to change notification settings - Fork15
Convert logo from font svg into path svg#447
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
coveralls commentedApr 24, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
eriknw commentedApr 25, 2023
Yay, thanks@jim22k! Which minifier did you use? One of the tools I tried when doingpython-graphblas/graphblas-algorithms#60 actually lowered the quality of the svg, but I forget which one. https://vecta.io/nano appears to do a good job and is high quality. |
eriknw commentedApr 25, 2023
I just minified all svgs withhttps://vecta.io/nano . I can't tell a difference. The size of the logos was reduced by another third or so. |
Same thing we did forgraphblas-algorithms -- change from a small svg which uses built-fonts and instead use an explicit path to remove the font challenges. This has been run thru a minifier.