summaryrefslogtreecommitdiff
path: root/lib/svg
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2024-03-29 10:25:02 +0100
committerGitHub <noreply@github.com>2024-03-29 10:25:02 +0100
commit2439adafa8592995d9acead47ef2802d5d95c373 (patch)
treebfa10aaf017bc48cf6c166c7adeb9afd5dc12922 /lib/svg
parentfb1ecd0badf5eb142f17cc7f0f7e8b347151b002 (diff)
Add "the tartan universe" (#2782)
Diffstat (limited to 'lib/svg')
-rw-r--r--lib/svg/tags.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/svg/tags.py b/lib/svg/tags.py
index 1da2eb40..961a3028 100644
--- a/lib/svg/tags.py
+++ b/lib/svg/tags.py
@@ -46,6 +46,7 @@ SODIPODI_INSENSITIVE = inkex.addNS('insensitive', 'sodipodi')
SODIPODI_NODETYPES = inkex.addNS('nodetypes', 'sodipodi')
INKSTITCH_LETTERING = inkex.addNS('lettering', 'inkstitch')
+INKSTITCH_TARTAN = inkex.addNS('tartan', 'inkstitch')
EMBROIDERABLE_TAGS = (SVG_PATH_TAG, SVG_LINE_TAG, SVG_POLYLINE_TAG, SVG_POLYGON_TAG,
SVG_RECT_TAG, SVG_ELLIPSE_TAG, SVG_CIRCLE_TAG)
@@ -102,6 +103,9 @@ inkstitch_attribs = [
'stop_at_ending_point',
'flip',
'clip',
+ 'rows_per_thread',
+ 'herringbone_width_mm',
+ 'tartan_angle',
# stroke
'stroke_method',
'bean_stitch_repeats',