gillescastel / inkscape-figures

Inkscape figure manager
MIT License
557 stars 119 forks source link

Edited cli options to support Inkscape 1.1 #19

Closed SoptikHa2 closed 4 years ago

SoptikHa2 commented 4 years ago

Inkscape renamed CLI option --export-file to --export-filename (or -o) somewhere inbetween versions 1.0 and 1.1.

This adds handling for inkscape version 1.1, as described in issue #18.

This also changes inkscape version parsing and gives us much more room for handling different inkscape versions in a different ways.

Tested with Inkscape 1.1-dev (3a9df5bcce, 2020-03-18)

This fixes #18.