no message
This commit is contained in:
parent
9c1f85d3a8
commit
4d8feef56a
@ -58,5 +58,4 @@ class Cleanup(inkex.Effect):
|
||||
declarations[i] = prop + ':' + new_val
|
||||
node.set('style', ';'.join(declarations))
|
||||
|
||||
if __name__ == '__main__':
|
||||
Cleanup().run()
|
||||
Cleanup().run()
|
@ -209,6 +209,4 @@ class Sprockets(inkex.Effect):
|
||||
'd' : svg }
|
||||
g = etree.SubElement(self.svg.get_current_layer(), inkex.addNS('path','svg'), g_attribs)
|
||||
|
||||
if __name__ == '__main__':
|
||||
e = Sprockets()
|
||||
e.run()
|
||||
Sprockets().run()
|
Reference in New Issue
Block a user