|
|
|
|
|
by RazrFalcon
3125 days ago
|
|
SVG is not a colored paths container. There are far more things that it can do and far more ways to optimize it. Instead of SVGO you can use svgcleaner[1] with zopfli, which is a bit better. Yes, nothing compares to manual optimizations, but if you created an SVG using a vector editor - there is no point in manually removing all the garbage it adds in. 1: https://github.com/RazrFalcon/svgcleaner |
|