From 61b76c7e8e1414039704b776f431fde5f0886fa4 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Mon, 2 Oct 2023 17:17:04 +0200 Subject: Add test swatches extension (#2528) * remove duplicates (tags) * sort extensions (init) * add test swatches extension --- lib/svg/tags.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/svg') 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', -- cgit v1.3.1