diff options
| author | Lex Neva <github.com@lexneva.name> | 2022-08-25 23:10:16 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2023-02-20 15:27:35 -0500 |
| commit | 8cead6e3d9f9223bd4d74b30ec6964802f52d9b2 (patch) | |
| tree | 48b567090614aaee995c1a8ffdfa92321182d9cb /lib/svg | |
| parent | 0ace1ce72c72aa3293d97e5d55e9e614b66d5ee2 (diff) | |
add smoothness option for contour fill
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 64f6c2f3..8c1dd558 100644 --- a/lib/svg/tags.py +++ b/lib/svg/tags.py @@ -66,6 +66,7 @@ inkstitch_attribs = [ 'guided_fill_strategy', 'join_style', 'avoid_self_crossing', + 'smoothness_mm', 'clockwise', 'reverse', 'expand_mm', |
