Just upgraded Inkscape from v0.92 to v1.0. This caused my inkscape_merge
tool to break, with the error:
Looks like my version of ruby has upgraded, so the tool no longer works:
I tried re-installing inkscape_merge
:
However, now I get a different error:
The Inkscape --without-gui
option has been removed in Inkscape v1.0.
Manually modified /var/lib/gems/2.7.0/gems/inkscape_merge-0.3.0/lib/inkscape_merge/processor.rb
line 124 to remove the --without-gui
option.
Manually modified /var/lib/gems/2.7.0/gems/inkscape_merge-0.3.0/lib/inkscape_merge/processor.rb
again.
Changed --export-png=...
to --export-type=png
and --export-filename=...
Changed line 124 to:
And try again:
Hooray, it works.