From f3ed7249ebafdb140ee5479288a0ee73a9ec8eb3 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Fri, 7 Jun 2024 14:33:20 -0700 Subject: auto fill gap fix (#2884) * first try * fill gaps * fix style * add parameter * loops can only be made of non-segments --- lib/svg/tags.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/svg') 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', -- cgit v1.2.3