some more adjustments

This commit is contained in:
Mario Voigt 2021-04-04 01:52:28 +02:00
parent 1a921db33c
commit f869b7ffbd
2 changed files with 6 additions and 6 deletions

View File

@ -21,7 +21,7 @@ def draw_SVG_circle(parent, r, cx, cy, name):
circle = etree.SubElement(parent, inkex.addNS('circle','svg'), circ_attribs )
class Gasket(inkex.Effect): # choose a better name
class Gasket(inkex.EffectExtension): # choose a better name
def __init__(self):
" define how the options are mapped from the inx file "