Open ooker777 opened 1 year ago
The repair was successful, but the repaired SVG is surrounded by error/warning logs. You could run either
python -m svgcheck.run foobar.svg --repair -o repaired.svg
or
python -m svgcheck.run foobar.svg --repair > repaired.svg
to get the repaired SVG.
So without the output parameter it just prints the repaired file without actually write it down? If so, is it a good idea to notice the user that the repair is successful, and if one wants the output file they should use those commands instead?
Running
yielding this:
Does that mean the repair is not successful? Why is that? Here is the file