Stabilized Chain Paths

This commit is contained in:
Mario Voigt 2020-08-09 00:06:19 +02:00
parent 28469268f8
commit 69ba527db0

View File

@ -262,6 +262,7 @@ class ChainPaths(inkex.Effect):
if not len(new):
# node.clear()
if node.getparent() is not None:
node.getparent().remove(node)
obsoleted += 1
if debug: inkex.utils.debug("Path node obsoleted: " +str(id))