Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edited cli options to support Inkscape 1.1 #19

Merged
merged 1 commit into from
Mar 27, 2020
Merged

Edited cli options to support Inkscape 1.1 #19

merged 1 commit into from
Mar 27, 2020

Conversation

SoptikHa2
Copy link
Contributor

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.

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 upstream issue #18.
@gillescastel gillescastel merged commit 807ea3d into gillescastel:master Mar 27, 2020
@SoptikHa2 SoptikHa2 deleted the inkscape-1-1-support branch March 27, 2020 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Command flags of inkscape 1.1 have changed
2 participants