diff options
| author | Lex Neva <github.com@lexneva.name> | 2023-04-02 14:16:16 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2023-04-02 14:16:16 -0400 |
| commit | c01fb85c3d6e7d6a30282cb0a4db8d511b4d4f86 (patch) | |
| tree | 744fc479cf873f65bea27898fe169b2f06b0e4af /lib/svg | |
| parent | 85d19c6f62a7ea533c5ab0c4caf9affb51475674 (diff) | |
add clip option
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 9b5a78fb..951821b5 100644 --- a/lib/svg/tags.py +++ b/lib/svg/tags.py @@ -97,6 +97,7 @@ inkstitch_attribs = [ 'underpath', 'flip', 'expand_mm', + 'clip', # stroke 'stroke_method', 'bean_stitch_repeats', |
