The project logo, while gorgeous when rendered, is a convoluted mess internally, full of unnecessary complications and information that only has value during the design process and should never be left in a production file. Inkscape is an incredible tool without which the creation of SVGs would be more difficult by orders of magnitude, but sadly its theory of operation holds that SVG documents can never be human-readable files when they most certainly can and should be.
Gone from this file are obfuscating transform matrices and ridiculously aggressive minimizing of whitespace in the path definitions. In its place is columnar formatting that highlights each action and its data points in a way that allows humans to evaluate and understand them without tooling. Just try plugging any of the paths from the file into https://svg-path-visualizer.netlify.app/ and you'll see what I mean.
Signed-off-by: Peter J. Mello admin@petermello.net
The project logo, while gorgeous when rendered, is a convoluted mess internally, full of unnecessary complications and information that only has value during the design process and should never be left in a production file. Inkscape is an incredible tool without which the creation of SVGs would be more difficult by orders of magnitude, but sadly its theory of operation holds that SVG documents can never be human-readable files when they most certainly can and should be.
Gone from this file are obfuscating transform matrices and ridiculously aggressive minimizing of whitespace in the path definitions. In its place is columnar formatting that highlights each action and its data points in a way that allows humans to evaluate and understand them without tooling. Just try plugging any of the paths from the file into <https://svg-path-visualizer.netlify.app/> and you'll see what I mean.
Signed-off-by: Peter J. Mello <admin@petermello.net>