Inkscape.org
Creating New Extensions Obejecs to Pattern extension
  1. #1
    aleereza aleereza @aleereza

    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.

  2. #2
    Martin Owens Martin Owens @doctormo🌹🧀

    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.