diff options
| author | George Steel <george.steel@gmail.com> | 2022-12-27 01:12:15 -0500 |
|---|---|---|
| committer | George Steel <george.steel@gmail.com> | 2022-12-27 01:12:15 -0500 |
| commit | 9e88534c271664c06a6515509f24a221634d18b8 (patch) | |
| tree | 925e2e945dece9dafa381cf84b90b8e6a0ed26c9 /lib/svg | |
| parent | 26c24d98ed37f5fc63436201539ec68023fce154 (diff) | |
fix typos
Diffstat (limited to 'lib/svg')
| -rw-r--r-- | lib/svg/tags.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/svg/tags.py b/lib/svg/tags.py index 0d17ac46..ac61ab4c 100644 --- a/lib/svg/tags.py +++ b/lib/svg/tags.py @@ -126,9 +126,9 @@ inkstitch_attribs = [ 'stroke_first', 'random_width_decrease_percent', 'random_width_increase_percent', - 'random_zigzag_spacing', + 'random_zigzag_spacing_percent', 'random_split_phase', - 'random_split_length_percent', + 'random_split_jitter_percent', 'min_random_split_length_mm', # stitch_plan 'invisible_layers', |
