fsmMLK / inkscapeMadeEasy

Set of python modules that extends Aaron Spike's inkex.py module, adding methods and classes to help the development of new extensions for inkscape.
GNU General Public License v3.0
202 stars 28 forks source link

Update textext.py (pdf2svg availability check) #3

Closed darkdragon-001 closed 5 years ago

darkdragon-001 commented 5 years ago

pdf2svg returns -2 (int) and not 254 (uint) when available. When the file is not available, it is handled by the try-catch block in exec_command() anyways.