SVG Path Normalizer

SVG Path Normalizer simplifies and resizes vector paths from SVG files.

SVG files are vector images that work on the web and have a very small filesize, the SVG format is text-based so they can be edited with a text editor.

It is useful if you want to clean up crap data that some programs add into SVG images, or compress vectors that have unnecessarily high precision. It's sometimes possible to cut the file size of an SVG in half without any perceivable difference in quality because it has much higher precision than necessary and a bunch of other unnecessary data in them.

NOTE: There's a lot of SVG features that are not supported, there's a ton of garbage that won't be cleaned up because it's hard to predict what parts of it are needed and what aren't, and some SVG files may just completely break. This program would need a lot more customization to be compatible with everyone's needs.


Current status

SVG Path Normalizer is for my personal use so I haven't put much thought about what someone else would need.

Linux maybe.

Mac version not planned.


Download

SVG Path Normalizer 0.1.0.1

Windows   Download   SVG_Path_normalizer_0-1-0-1.zip - 109 KB

Changelog

Report bugs/problems or request features: find my contact here.