diff options
| author | Lex Neva <lexelby@users.noreply.github.com> | 2024-06-07 14:33:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-07 14:33:20 -0700 |
| commit | f3ed7249ebafdb140ee5479288a0ee73a9ec8eb3 (patch) | |
| tree | 69523d0f5cea2564d6e532588f22df290d191af3 /lib/svg | |
| parent | ee2506147e5cb08f212663a1cad9c09df0ee6867 (diff) | |
auto fill gap fix (#2884)
* first try
* fill gaps
* fix style
* add parameter
* loops can only be made of non-segments
Diffstat (limited to 'lib/svg')
| -rw-r--r-- | lib/svg/tags.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/svg/tags.py b/lib/svg/tags.py index cc7fdda5..089fee1a 100644 --- a/lib/svg/tags.py +++ b/lib/svg/tags.py @@ -108,6 +108,7 @@ inkstitch_attribs = [ 'tartan_angle', 'enable_random_stitches', 'random_stitch_length_jitter_percent', + 'gap_fill_rows', # stroke 'stroke_method', 'bean_stitch_repeats', |
