diff options
| author | Lex Neva <lexelby@users.noreply.github.com> | 2022-06-22 10:11:12 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-22 16:11:12 +0200 |
| commit | ffd770cbbd36caf14cac3891304d14a3bf348605 (patch) | |
| tree | 4ec4215b81a9b38258d60836f27ae1bc8ab4f25a /lib/svg | |
| parent | e884fb78db288c91e8183ef8e242840ba5d68db2 (diff) | |
guided fill stagger (#1700)
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 2561667a..1ff425ec 100644 --- a/lib/svg/tags.py +++ b/lib/svg/tags.py @@ -60,6 +60,7 @@ inkstitch_attribs = [ 'auto_fill', 'fill_method', 'contour_strategy', + 'guided_fill_strategy', 'join_style', 'avoid_self_crossing', 'clockwise', |
