inkscapeMadeEasy icon indicating copy to clipboard operation
inkscapeMadeEasy copied to clipboard

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.

Results 2 inkscapeMadeEasy issues
Sort by recently updated
recently updated
newest added

In these lines: https://github.com/fsmMLK/inkscapeMadeEasy/blob/master/latest/inkscapeMadeEasy_Draw.py#L25-L49 The code unconditionally loads the `textext` Python module. However, not all extensions need LaTeX (e.g. your [inkscapeSpirograph](https://github.com/fsmMLK/inkscapeSpirograph), but the `textext` extension is still being required. Even...

Currently, Inkscapemadeeasy seems to only support TexText version 1.0, which in turn only supports up to Inkscape version 1.0.x. Is there any plan to update the compatibility with new versions...