summaryrefslogtreecommitdiff
path: root/lib/elements/stroke.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/elements/stroke.py')
-rw-r--r--lib/elements/stroke.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/elements/stroke.py b/lib/elements/stroke.py
index c0da08fe..ff9718c5 100644
--- a/lib/elements/stroke.py
+++ b/lib/elements/stroke.py
@@ -515,7 +515,7 @@ class Stroke(EmbroideryElement):
return coords
def get_ripple_target(self):
- command = self.get_command('ripple_target')
+ command = self.get_command('target_point')
if command:
pos = [float(command.use.get("x", 0)), float(command.use.get("y", 0))]
transform = get_node_transform(command.use)