diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2023-10-02 17:17:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-02 17:17:04 +0200 |
| commit | 61b76c7e8e1414039704b776f431fde5f0886fa4 (patch) | |
| tree | 794b4ebc809a17553ae59a8fc6d9089c7c7e9949 /lib/svg | |
| parent | 327a64402e87007bb4f2375c632006153c89715d (diff) | |
Add test swatches extension (#2528)
* remove duplicates (tags)
* sort extensions (init)
* add test swatches extension
Diffstat (limited to 'lib/svg')
| -rw-r--r-- | lib/svg/tags.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/svg/tags.py b/lib/svg/tags.py index b99073f1..5713c399 100644 --- a/lib/svg/tags.py +++ b/lib/svg/tags.py @@ -98,7 +98,6 @@ inkstitch_attribs = [ 'underlay_underpath', 'underpath', 'flip', - 'expand_mm', 'clip', # stroke 'stroke_method', @@ -124,7 +123,6 @@ inkstitch_attribs = [ 'satin_method', 'short_stitch_distance_mm', 'short_stitch_inset', - 'running_stitch_length_mm', 'reverse_rails', 'swap_satin_rails', 'center_walk_underlay', |
