janoliver / inkslides

A rewrite of the inkscapeslide script to create PDF presentations out of inkscape SVG files.
MIT License
26 stars 7 forks source link

Update to work with inkscape version 1.3.2. #9

Open andrino-meli opened 6 months ago

andrino-meli commented 6 months ago

Chage the command that is issued to the inkscape shell. Added some capabilities for logging the inkscape shell for debugging purposes.

janoliver commented 6 months ago

Thanks for the pr!!

Will this be backwards compatible to older inkscape versions? I currently don't have the time to test that myself.

andrino-meli commented 6 months ago

Oh how nice of You to respond. Good concern of Yours. Actually I am pretty sure it is not - If I am not mistaken inkscape completly changed the semantics of the interactive shell. So one would need to do incode inkscape version checking and issue the correct command respectively - not sure I like this.

Maybee best would be to add a new branch for the updated version of inkscape?