diff options
| author | George Steel <george.steel@gmail.com> | 2022-12-11 22:18:09 -0500 |
|---|---|---|
| committer | George Steel <george.steel@gmail.com> | 2022-12-11 22:18:09 -0500 |
| commit | 903f724c888aea968e85b1e3f2817c66e64d7a02 (patch) | |
| tree | 40b00d0b7b4265a9e055826d2d1b9d35515872bf /lib/svg | |
| parent | dd115ae02f5cb8932f2f23865909682ea6bcebac (diff) | |
refine GUI for text-based random_seed parameter and add global param.
Diffstat (limited to 'lib/svg')
| -rw-r--r-- | lib/svg/tags.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/svg/tags.py b/lib/svg/tags.py index 54400c4e..6ae3b66a 100644 --- a/lib/svg/tags.py +++ b/lib/svg/tags.py @@ -130,9 +130,10 @@ inkstitch_attribs = [ 'use_seed', # stitch_plan 'invisible_layers', - # Legacy + # All elements 'trim_after', 'stop_after', + 'random_seed', 'manual_stitch', ] for attrib in inkstitch_attribs: |
