

modify path data, write a file, import a specific file format, send data to plotter or printer), to see how it could be done. It is recommended to take a look at an extension that does something similar to what your new extension will do (e.g.

py files (foremost inkex.py) which supply you with some basic functionality (like error messages, getting ids of selected elements, etc.) you can build on with your extension, if you write it in Python.įind the inkex.py API reference (for Inkscape >= 1.0) on GitLab.įor examples, please take a look into the "extensions" folder of your Inkscape installation. The extension script: a script written in the programming language of your choice inx files to fit snugly into Inkscape's i18n infrastructure some XML elements and attributes are prefixed with an underscore (_) character to indicate that the containing text should be marked for translation. Will result in the following GUI being created: See also: INX Parameters Structure RadioButton example
