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
What do I use to optimise my SVG files? There were none I found useful back in February 2015, so I wrote my own Python clean-up script called Rarify. I have since developed a whole vector graphics suite around this called Kinross; you are welcome to add my SVG optimisation script to the list of optimisers.
(I love optimising my SVG files, a practice which started after I found out I could delete the d attribute of Inkscape paths with live path effects without affecting their ability to be rendered by Inkscape. Since then I've frequently hoof-optimised my files of MLPFIM cutie marks and anything that goes below 1000 bytes pleases me. In fact, my file for DJ Pon-3 has been brought down to 99 bytes: <svg><path d="M0 0V8C3.4 7.1 3.9 3.3.7 5.1L1 1.7 6.5-.4V5.8C9.9 4.9 10.4 1.1 7.2 2.9v-5.7z"/></svg>)
What do I use to optimise my SVG files? There were none I found useful back in February 2015, so I wrote my own Python clean-up script called Rarify. I have since developed a whole vector graphics suite around this called Kinross; you are welcome to add my SVG optimisation script to the list of optimisers.
(I love optimising my SVG files, a practice which started after I found out I could delete the d attribute of Inkscape paths with live path effects without affecting their ability to be rendered by Inkscape. Since then I've frequently hoof-optimised my files of MLPFIM cutie marks and anything that goes below 1000 bytes pleases me. In fact, my file for DJ Pon-3 has been brought down to 99 bytes:
<svg><path d="M0 0V8C3.4 7.1 3.9 3.3.7 5.1L1 1.7 6.5-.4V5.8C9.9 4.9 10.4 1.1 7.2 2.9v-5.7z"/></svg>
)P.S. My Twitter handle is @Parcly_Taxel
The text was updated successfully, but these errors were encountered: