summaryrefslogtreecommitdiff
path: root/lib/extensions
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2024-11-06 19:13:38 +0100
committerGitHub <noreply@github.com>2024-11-06 19:13:38 +0100
commiteafa256418af2d26497a623422b8777412b6f223 (patch)
tree0ae1ee3376934108dadb5dd0dae386edbb192c89 /lib/extensions
parent3922dce723a815ce32ebd8077b7e9589190c79ba (diff)
redwork/auto-run: keep stroke width (#3264)
Diffstat (limited to 'lib/extensions')
-rw-r--r--lib/extensions/redwork.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/extensions/redwork.py b/lib/extensions/redwork.py
index 916787da..7bc237e9 100644
--- a/lib/extensions/redwork.py
+++ b/lib/extensions/redwork.py
@@ -148,6 +148,7 @@ class Redwork(InkstitchExtension):
transform=transform,
d=path
)
+ element.apply_transform()
element.label = label
element.set('inkstitch:running_stitch_length_mm', self.options.redwork_running_stitch_length_mm)