summaryrefslogtreecommitdiff
path: root/lib/svg
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2022-06-10 16:25:30 +0200
committerGitHub <noreply@github.com>2022-06-10 16:25:30 +0200
commit2fde596272b339ebb9b63ceebd66c5e7a0c641f2 (patch)
tree8beb5a62880fc66026551fca7fe4676de456029a /lib/svg
parent68deec88a8a8c4e469191d8c00641a1077c2508a (diff)
Guided ripple stitch (#1675)
Co-authored-by: @lexelby
Diffstat (limited to 'lib/svg')
-rw-r--r--lib/svg/tags.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/svg/tags.py b/lib/svg/tags.py
index 4ff23249..f0dc69bc 100644
--- a/lib/svg/tags.py
+++ b/lib/svg/tags.py
@@ -66,8 +66,14 @@ inkstitch_attribs = [
'line_count',
'skip_start',
'skip_end',
- 'render_grid',
+ 'grid_size',
+ 'reverse',
'exponent',
+ 'flip_exponent',
+ 'scale_axis',
+ 'scale_start',
+ 'scale_end',
+ 'rotate_ripples',
'expand_mm',
'fill_underlay',
'fill_underlay_angle',