some more adjustments
This commit is contained in:
parent
1a921db33c
commit
f869b7ffbd
@ -21,7 +21,7 @@ def draw_SVG_circle(parent, r, cx, cy, name):
|
|||||||
|
|
||||||
circle = etree.SubElement(parent, inkex.addNS('circle','svg'), circ_attribs )
|
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):
|
def __init__(self):
|
||||||
" define how the options are mapped from the inx file "
|
" define how the options are mapped from the inx file "
|
||||||
|
Reference in New Issue
Block a user