gillescastel / inkscape-figures

Inkscape figure manager
MIT License
557 stars 119 forks source link

Fixed talking to inkscape >1.0.0 #26

Closed SoptikHa2 closed 4 years ago

SoptikHa2 commented 4 years ago

Inkscape changed it's API, it's slightly different to the one used in development versions.

This changes construction of command flags passed to inkscape.

This will probably break development version of inkscape between 1.0.0-dev and 1.1.0-dev, but this shouldn't be an issue because it's old version nobody should be using anyway.

This fixes https://github.com/gillescastel/inkscape-figures/issues/25