From b6ce6ccd814fdbaa754c60ca69901dd1c855d8b6 Mon Sep 17 00:00:00 2001 From: Kaalleen Date: Mon, 28 Jun 2021 20:21:44 +0200 Subject: undo previous changes (group command stuff) --- lib/commands.py | 3 --- lib/svg/tags.py | 1 - symbols/inkstitch.svg | 23 ----------------------- 3 files changed, 27 deletions(-) diff --git a/lib/commands.py b/lib/commands.py index cb2a74d5..265e7e23 100644 --- a/lib/commands.py +++ b/lib/commands.py @@ -49,9 +49,6 @@ COMMANDS = { # L10N command that affects a layer "ignore_layer": N_("Ignore layer (do not stitch any objects in this layer)"), - # L10N command that affects a group - "pattern_group": N_("Strokes in this group will be interpretet as a pattern"), - # L10N command that affects entire document "origin": N_("Origin for exported embroidery files"), diff --git a/lib/svg/tags.py b/lib/svg/tags.py index c8e9b67e..cacf8b78 100644 --- a/lib/svg/tags.py +++ b/lib/svg/tags.py @@ -86,7 +86,6 @@ inkstitch_attribs = [ 'zigzag_underlay_inset_mm', 'zigzag_underlay_spacing_mm', 'e_stitch', - 'pattern', 'split_stitch', 'pull_compensation_mm', 'stroke_first', diff --git a/symbols/inkstitch.svg b/symbols/inkstitch.svg index f380d106..4a67ae1c 100644 --- a/symbols/inkstitch.svg +++ b/symbols/inkstitch.svg @@ -58,21 +58,6 @@ id="title9425">Ink/Stitch Commands - - Pattern group - - - - <use - xlink:href="#inkstitch_pattern_group" - id="use9462" - x="0" - y="0" - width="100%" - height="100%" - transform="translate(189.0002,37.680421)" /> <use xlink:href="#inkstitch_trim" id="use9461" -- cgit v1.2.3