diff options
| author | George Steel <george.steel@gmail.com> | 2022-11-06 22:23:25 -0500 |
|---|---|---|
| committer | George Steel <george.steel@gmail.com> | 2022-11-06 22:23:25 -0500 |
| commit | 8728e8d7b2dc291129f708c9bb9a50fc4b71de45 (patch) | |
| tree | c78e5da98b5127ee6ede5097f3468ae8180b0009 /lib/svg | |
| parent | 3aa92ba7b7c1bcc2fb04ecddea9e096d2620196d (diff) | |
Add proportional inset and balance properties to underlay.
Diffstat (limited to 'lib/svg')
| -rw-r--r-- | lib/svg/tags.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/svg/tags.py b/lib/svg/tags.py index 90a815d7..c359f9e5 100644 --- a/lib/svg/tags.py +++ b/lib/svg/tags.py @@ -106,9 +106,12 @@ inkstitch_attribs = [ 'center_walk_underlay', 'center_walk_underlay_stitch_length_mm', 'center_walk_underlay_repeats', + 'center_walk_underlay_position', 'contour_underlay', 'contour_underlay_stitch_length_mm', 'contour_underlay_inset_mm', + 'contour_underlay_inset_percent', + 'contour_underlay_inset_balance', 'zigzag_underlay', 'zigzag_spacing_mm', 'zigzag_underlay_inset_mm', |
