Stabilized Chain Paths
This commit is contained in:
parent
28469268f8
commit
69ba527db0
@ -262,6 +262,7 @@ class ChainPaths(inkex.Effect):
|
|||||||
|
|
||||||
if not len(new):
|
if not len(new):
|
||||||
# node.clear()
|
# node.clear()
|
||||||
|
if node.getparent() is not None:
|
||||||
node.getparent().remove(node)
|
node.getparent().remove(node)
|
||||||
obsoleted += 1
|
obsoleted += 1
|
||||||
if debug: inkex.utils.debug("Path node obsoleted: " +str(id))
|
if debug: inkex.utils.debug("Path node obsoleted: " +str(id))
|
||||||
|
Reference in New Issue
Block a user