hchauvet / beampy

Beampy is a python tool to create slide-show in svg that can be displayed in web browser or pdf
https://hchauvet.github.io/beampy
GNU General Public License v3.0
58 stars 18 forks source link

Inkscape breaks due to equal sign after short option #32

Closed vonopr closed 3 years ago

vonopr commented 3 years ago

There is an equal sign (=) between short flag option -d of inkscape shell command and its value.

A new v1.2 version of inkscape does not allow that. I guess we can just remove the equal sing wihtout loss of compatibility with inkscape's older versions. Though I didn't check that.

hchauvet commented 3 years ago

Hi,

Thanks for the bug fix, I will check if it works with lower version and merge your modifications.