diff options
| author | Kaalleen <reni@allenka.de> | 2021-06-28 20:21:44 +0200 |
|---|---|---|
| committer | Kaalleen <reni@allenka.de> | 2021-06-28 20:21:44 +0200 |
| commit | b6ce6ccd814fdbaa754c60ca69901dd1c855d8b6 (patch) | |
| tree | 68b150a165b4bb64f253d18696a3facb885e3e5b | |
| parent | ecacb9829e9c2b7050486707211f9d176aafdf75 (diff) | |
undo previous changes (group command stuff)
| -rw-r--r-- | lib/commands.py | 3 | ||||
| -rw-r--r-- | lib/svg/tags.py | 1 | ||||
| -rw-r--r-- | symbols/inkstitch.svg | 23 |
3 files changed, 0 insertions, 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 @@ -59,21 +59,6 @@ <defs id="defs8377"> <symbol - id="inkstitch_pattern_group"> - <title - id="inkstitch_title9428">Pattern group</title> - <path - id="inkstitch_circle13166" - d="m 9.220113,0.0792309 c -1.9e-6,5.106729 -4.1398241,9.24655 -9.246553,9.24655 -5.1067293,0 -9.2465521,-4.139821 -9.246554,-9.24655 1e-7,-2.452338 0.9741879,-4.804235 2.7082531,-6.538301 1.7340653,-1.734065 4.0859624,-2.708252 6.5383009,-2.708252 5.1067301,0 9.2465528,4.139823 9.246553,9.246553 0,0 0,0 0,0" - style="opacity:1;vector-effect:none;fill:#fafafa;fill-opacity:1;fill-rule:evenodd;stroke:#003399;stroke-width:1.06500006;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:3.19500017, 3.19500017;stroke-dashoffset:0;stroke-opacity:1" - inkscape:connector-curvature="0" /> - <path - style="opacity:1;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;paint-order:fill markers stroke" - d="m -0.55128037,0.95833812 c -0.40285999,0.22036398 -0.82508003,-0.183557 -0.90661003,-0.560037 -0.1499,-0.692211 0.46187004,-1.28184699 1.11359003,-1.35201699 0.96741,-0.10416303 1.74798997,0.74237599 1.79742997,1.66713199 0.0663,1.24036698 -1.02338997,2.21768898 -2.22067996,2.24284098 -1.51274004,0.03178 -2.68913004,-1.304567 -2.68826004,-2.77422898 10e-4,-1.78491502 1.58583,-3.16155802 3.32778003,-3.13366302 2.05701997,0.03294 3.63459997,1.867131 3.57906997,3.88132402 -0.0642,2.32909498 -2.14846,4.10805198 -4.43486996,4.02448698 -2.60115004,-0.09507 -4.58179004,-2.429829 -4.46990004,-4.98841998 0.12565,-2.87321502 2.71121,-5.05573202 5.54197003,-4.91531002 3.14526997,0.156023 5.52982997,2.992595 5.36071997,6.095516 -0.18624,3.417327 -3.27399,6.004045 -6.64906,5.806133 -3.68939,-0.216344 -6.47835,-3.555403 -6.25154,-7.20261198 0.24635,-3.96144502 3.83681,-6.95273902 7.75616003,-6.69695602 4.23349997,0.276286 7.42717997,4.118238 7.14235997,8.309708 -0.0245,0.360257 -0.0734,0.718834 -0.14624,1.0725" - id="inkstitch_spiral5371-3" - inkscape:connector-curvature="0" /> - </symbol> - <symbol id="inkstitch_fill_end"> <title id="inkstitch_title9427">Fill stitch ending point</title> @@ -350,14 +335,6 @@ height="100%" transform="translate(37.82169,75.511319)" /> <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" x="0" |
