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")
|
inkex.utils.debug("More moves entered than possible to apply. Path result would be a point, not a line")
|
||||||
#return
|
#return
|
||||||
|
|
||||||
composedPath = inkex.Path()
|
composedPath = inkex.Path()
|
||||||
for newSubpath in newSubpaths:
|
for newSubpath in newSubpaths:
|
||||||
composedPath.extend(newSubpath)
|
composedPath.extend(newSubpath)
|
||||||
|
|
||||||
|
if self.options.debug is True:
|
||||||
|
inkex.utils.debug("Composed path = " + str(composedPath))
|
||||||
|
|
||||||
if self.options.debug is True:
|
element.path = composedPath
|
||||||
inkex.utils.debug("Composed path = " + str(composedPath))
|
|
||||||
|
|
||||||
element.path = composedPath
|
|
||||||
|
|
||||||
def visualizeFirstTwo(self, element):
|
def visualizeFirstTwo(self, element):
|
||||||
"""Add a dot label for this path element"""
|
"""Add a dot label for this path element"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user