Open guysoft opened 9 years ago
This project was something I was goofing around with. I don't think I ever got it to a state where it would actually run.
What's the reason you didn't continue with this project? Is there a project that actually works?
I'm not aware of a project that actually diffs SVG files.
I didn't continue it because I ended up not really needing to diff that many SVG files.
A nice project that kinda diff SVG files, but probably not exactly what you're looking for : https://github.com/sapal/svgplease Actually, it can merge SVG files and, if I remember right, it produces "diff files" as logs.
Hey, Is there anywhere a command I can run where I can actually see output? All I see in the repo is a library and a collection of test with a
solution.py
that can't really be run.