diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-11-06 19:13:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-06 19:13:38 +0100 |
| commit | eafa256418af2d26497a623422b8777412b6f223 (patch) | |
| tree | 0ae1ee3376934108dadb5dd0dae386edbb192c89 /lib/extensions | |
| parent | 3922dce723a815ce32ebd8077b7e9589190c79ba (diff) | |
redwork/auto-run: keep stroke width (#3264)
Diffstat (limited to 'lib/extensions')
| -rw-r--r-- | lib/extensions/redwork.py | 1 |
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) |
