I would like to convert an object (a svg group) into a pattern using python. I know Inkscape has this functionality under Object menu (Alt + I), but I couldn't find a way to do it in my extension.
Extensions are limited by what is currently available in the python code. You can either re-create the pattern to path code in python or you can open up a new inkscape to run the conversion for you.
Hi,
I would like to convert an object (a svg group) into a pattern using python. I know Inkscape has this functionality under Object menu (Alt + I), but I couldn't find a way to do it in my extension.
Extensions are limited by what is currently available in the python code. You can either re-create the pattern to path code in python or you can open up a new inkscape to run the conversion for you.