-
-
Notifications
You must be signed in to change notification settings - Fork 350
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
Calculate optimal path #21
Comments
That would be great, but it's something very advanced and complex to automate.
Before doing that, there are still some basic, non-destructive optimisations, that are not yet implemented, like this one: |
Yes, I do those edits trial and error by hand Does SVGO recalculate paths? showing path length FYI, I hook into your path textarea to display the path length (knowing only GZip size on delivery really counts)
|
Related issue ~
Suggestion:
PS- Thanks for sharing this fantastic tool! :-) |
Your tool is mentioned by SuperTinyIcons which in turn got some attention in Newsletters.
See edent/SuperTinyIcons#504
I used your editor to play with scale and precision, ended up with precision in the viewBox notation:
I wonder, would it be possible to do some calculations in your editor, see a list which scale settings make a smaller minified path.
Maybe even calculate which results overlap very well with the original.
Ever seen such a tool?
The text was updated successfully, but these errors were encountered: