summaryrefslogtreecommitdiff
path: root/lib/svg
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2024-03-26 07:10:40 +0100
committerGitHub <noreply@github.com>2024-03-26 07:10:40 +0100
commit8e70f3d2feaab8a14f775a5ef84002bdab9688f0 (patch)
treef34d46ead8eb8d15317dc98de4113ccaf8acd0e9 /lib/svg
parentea394f6d3b7de3bc0818b6a9921f64e8bcbc4fbf (diff)
Add object based min stitch length (#2792)
* add object based min stitch length (overwrites global) * add object based minimum jump stitch (overwrites global) * rename patches to stitch_groups
Diffstat (limited to 'lib/svg')
-rw-r--r--lib/svg/tags.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/svg/tags.py b/lib/svg/tags.py
index 36721a1a..1da2eb40 100644
--- a/lib/svg/tags.py
+++ b/lib/svg/tags.py
@@ -54,6 +54,8 @@ SVG_OBJECT_TAGS = (SVG_ELLIPSE_TAG, SVG_CIRCLE_TAG, SVG_RECT_TAG)
INKSTITCH_ATTRIBS = {}
inkstitch_attribs = [
+ 'min_stitch_length_mm',
+ 'min_jump_stitch_length_mm',
'ties',
'force_lock_stitches',
'lock_start',