summaryrefslogtreecommitdiff
path: root/lib/elements
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2025-04-15 18:27:06 +0200
committerGitHub <noreply@github.com>2025-04-15 18:27:06 +0200
commitbc0943c6c86374ca80f3f10ffa44773ef87c5f24 (patch)
treea51a23bf03e87090b0fd52fdd145b1bff6f117e0 /lib/elements
parent0f1c83f8ef9f156a7297708f087fc11d1d4d48ef (diff)
Add transform extension which also transforms the fill angles (#3657)
Diffstat (limited to 'lib/elements')
-rw-r--r--lib/elements/fill_stitch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/elements/fill_stitch.py b/lib/elements/fill_stitch.py
index 5f33eb65..fa4ce845 100644
--- a/lib/elements/fill_stitch.py
+++ b/lib/elements/fill_stitch.py
@@ -311,7 +311,7 @@ class FillStitch(EmbroideryElement):
type='float',
sort_index=21,
select_items=[('fill_method', 'tartan_fill')],
- default=45)
+ default=-45)
@cache
def tartan_angle(self):
return self.get_float_param('tartan_angle', -45)