fixed typo in imagetracer extension
This commit is contained in:
parent
4671b78cee
commit
162a2ddd47
@ -159,7 +159,7 @@ class Imagetracerjs (inkex.Effect):
|
|||||||
"," + node.get('y') + ")"
|
"," + node.get('y') + ")"
|
||||||
newGroup.append(doc)
|
newGroup.append(doc)
|
||||||
|
|
||||||
# Delet the temporary svg file
|
# Delete the temporary svg file
|
||||||
if os.path.exists(exportfile + ".svg"):
|
if os.path.exists(exportfile + ".svg"):
|
||||||
os.remove(exportfile + ".svg")
|
os.remove(exportfile + ".svg")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user