bugfix move path node
This commit is contained in:
parent
bfebcb246b
commit
e28083b7cb
@ -154,14 +154,14 @@ class MovePathNode(inkex.EffectExtension):
|
||||
inkex.utils.debug("More moves entered than possible to apply. Path result would be a point, not a line")
|
||||
#return
|
||||
|
||||
composedPath = inkex.Path()
|
||||
for newSubpath in newSubpaths:
|
||||
composedPath.extend(newSubpath)
|
||||
composedPath = inkex.Path()
|
||||
for newSubpath in newSubpaths:
|
||||
composedPath.extend(newSubpath)
|
||||
|
||||
if self.options.debug is True:
|
||||
inkex.utils.debug("Composed path = " + str(composedPath))
|
||||
|
||||
if self.options.debug is True:
|
||||
inkex.utils.debug("Composed path = " + str(composedPath))
|
||||
|
||||
element.path = composedPath
|
||||
element.path = composedPath
|
||||
|
||||
def visualizeFirstTwo(self, element):
|
||||
"""Add a dot label for this path element"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user