Closed RainYang-RY closed 3 years ago
Nice! I included this in the README
With inkscape-1.2.1 (as packaged in Debian/sid), this will resave the file as --export-area-drawing.svg
, without actually changing it.
the proper invocation is
inkscape --export-type=svg -o test_cropped.svg --export-area-drawing ./test.svg
Thank you @umlaeute, that sounds reasonable. Updated README.
inkscape --export-type=svg -o --export-area-drawing .\test.svg
without gui.