Redesigned trigger buttons.

This commit is contained in:
Shy 2024-01-17 01:12:52 +01:00
parent 37496ec4af
commit 5aa32350db
8 changed files with 149 additions and 159 deletions

View file

@ -45,8 +45,7 @@ bevel_size = 1;
button_trigger_clearance = 0.25; button_trigger_clearance = 0.25;
// Dicke der Schiene und Widerhaken der Schulterbuttons. // Dicke der Schiene und Widerhaken der Schulterbuttons.
// (5.8 mm - 3 mm) / 2 + 3 mm nach Datenblatt. button_trigger_rail = space - 4.5 - button_trigger_clearance;
button_trigger_rail = space - 4.4 - button_trigger_clearance;
// Gesamthöhe der Systembuttons. // Gesamthöhe der Systembuttons.
system_height = space - button_system_size - button_clearance + top + protrusion; system_height = space - button_system_size - button_clearance + top + protrusion;
@ -207,7 +206,7 @@ module beveled_action(bevel=1) {
// Render nur die Buttons, nicht die eingebundene Datei <front.scad>. // Render nur die Buttons, nicht die eingebundene Datei <front.scad>.
!if(true) { !if(true) {
// Aktions-Buttons. // Aktions-Buttons.
translate([0, 23, 0]) translate([0, 10, 0])
if(beveled) { if(beveled) {
color(color_buttons) color(color_buttons)
beveled_action(bevel_size); beveled_action(bevel_size);
@ -218,12 +217,12 @@ module beveled_action(bevel=1) {
// Schulterbuttons. // Schulterbuttons.
color(color_buttons) color(color_buttons)
translate([53, 21, 0]) translate([40, 0, 0])
rotate([0, 0, 180]) rotate([0, 0, 180])
trigger_button(); trigger_button();
color(color_buttons) color(color_buttons)
translate([0, 21, 0]) translate([0, 0, 0])
rotate([0, 0, 180]) rotate([0, 0, 180])
mirror([1, 0, 0]) mirror([1, 0, 0])
trigger_button(); trigger_button();
@ -231,13 +230,13 @@ module beveled_action(bevel=1) {
// Drucke drei Systembuttons nebeneinander. // Drucke drei Systembuttons nebeneinander.
color(color_buttons) color(color_buttons)
for (i = [0, 11.5, 23]) { for (i = [0, 11.5, 23]) {
translate([10 + i, 8, 0]) translate([i, 2, 0])
system_button(); system_button();
} }
// Verbinde die dreit Buttons mit einem dünnen Steg. // Verbinde die dreit Buttons mit einem dünnen Steg.
color(color_buttons) color(color_buttons)
translate([10 + 1, 8 + button_system_base / 2, 0]) translate([1, 2 + button_system_base / 2, 0])
cube([30, 1, 3.5]); cube([30, 1, 3.5]);
}; };

View file

@ -416,26 +416,10 @@ module casing_front() {
// Schäfte für die Bohrungen. // Schäfte für die Bohrungen.
color(color_drills) color(color_drills)
for (i = [0:3]) { for (i = [0:3]) {
if (drill_pos[i].y > 50) {
// Am oberen Rand brauchen wir andere Stützen, um Platz für die
// Schultertasten zu machen.
if (drill_pos[i].x > 75) {
// Rechts oben.
translate([drill_pos[i].x + (150 - drill_pos[i].x) / 2, drill_pos[i].y, 0])
// 2 mm kürzer, damit das Bauteil nicht am Rand übersteht.
screw_support(150 - drill_pos[i].x - 2, drill);
} else {
// Links oben.
translate([drill_pos[i].x / 2, drill_pos[i].y, 0])
screw_support(drill_pos[i].x - 2, drill);
}
// Die normalen Bohrungen am unteren Rand. // Die normalen Bohrungen am unteren Rand.
} else {
translate([drill_pos[i].x, drill_pos[i].y, 0]) translate([drill_pos[i].x, drill_pos[i].y, 0])
screw_shaft(); screw_shaft();
} }
}
// Schacht für den Lichtsensor. // Schacht für den Lichtsensor.
color(color_struts) color(color_struts)

View file

@ -1,67 +1,48 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg <svg
width="27mm" width="18.503187mm"
height="21mm" height="15.24995mm"
viewBox="0 0 27 21" viewBox="0 0 18.503187 15.24995"
version="1.1" version="1.1"
id="svg2517" id="svg1"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
sodipodi:docname="buttons trigger lower.svg" sodipodi:docname="buttons trigger lower.svg"
inkscape:version="1.2 (dc2aedaf03, 2022-05-15)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<defs
id="defs2511" />
<sodipodi:namedview <sodipodi:namedview
id="base" id="namedview1"
pagecolor="#ffffff" pagecolor="#ffffff"
bordercolor="#666666" bordercolor="#666666"
borderopacity="1.0" borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="7.9249008"
inkscape:cx="50.978556"
inkscape:cy="39.685039"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
inkscape:document-rotation="0"
showgrid="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:showpageshadow="2" inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0" inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1" inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
inkscape:zoom="8.4223858"
inkscape:cx="37.222232"
inkscape:cy="29.207876"
inkscape:window-width="1438" inkscape:window-width="1438"
inkscape:window-height="880" inkscape:window-height="880"
inkscape:window-x="0" inkscape:window-x="0"
inkscape:window-y="16" inkscape:window-y="16"
inkscape:window-maximized="1" /> inkscape:window-maximized="1"
<metadata inkscape:current-layer="layer1" />
id="metadata2514"> <defs
<rdf:RDF> id="defs1" />
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g <g
inkscape:label="Layer 1" inkscape:label="Layer 1"
inkscape:groupmode="layer" inkscape:groupmode="layer"
id="layer1"> id="layer1"
transform="translate(-102.39375,-124.35416)">
<path <path
id="path1564" id="path3"
style="display:inline;opacity:1;fill:#c836ab;fill-opacity:0.996078;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" style="display:inline;fill:#800080;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 6.7510091,0 C 4.812185,0 3.2512429,1.5607726 3.2509643,3.499528 l -5.167e-4,7.33857 C 2.7076628,10.620092 2.1169654,10.499617 1.5001668,10.499617 0.67181081,10.499525 1.927257e-4,11.170912 0,11.999268 c -9.1698776e-5,0.828557 0.6716097,1.500258 1.5001668,1.500166 0.9842633,0 1.7502808,0.766018 1.7502808,1.750281 0,0.984263 -0.7660175,1.749764 -1.7502808,1.749764 C 0.67160931,16.999387 -9.2251191e-5,17.671089 0,18.499646 c 1.9327785e-4,0.828356 0.6718112,1.499742 1.5001668,1.49965 h 0.00103 l -5.167e-4,5.17e-4 h 4.2503865 c 0.4999995,0 1.0000532,-0.49994 1.2500529,-0.999939 L 9.2511149,14.49989 C 9.5011146,13.999891 9.2508865,13.499951 8.750887,13.499951 H 6.2502644 V 5.0002116 H 22.751066 c 0.830998,0 1.49965,-0.6691685 1.49965,-1.5001668 V 1.5001668 C 24.250716,0.6691685 23.582064,0 22.751066,0 H 20.25096 L 19.251021,0.999939 18.251082,0 Z" d="m 108.39375,124.35416 1.5e-4,0.25007 h -3.99975 c -2,0 -2.0004,1.99988 -2.0004,1.99988 l 1.2e-4,7.24976 1.00016,1.00024 v 3.5 l 1.25,1.25 h 0.5 l 1.75,-1.74977 v -0.50023 l -2.49976,-2e-4 -1.2e-4,-10.7498 h 14.49988 l 1.3e-4,1.49989 -0.99994,0.99994 v 8.24997 l -2.50019,2e-4 v 0.50023 l 1.75,1.74977 1.50001,-2.1e-4 2.24999,-2.24999 -1.2e-4,-10.7498 c 0,0 0.16803,-1.97974 -1.99988,-1.99988 l -1.5e-4,-0.25007 h -1.50017 v 0.50022 h -1.50016 v -0.50022 h -1.49965 v 0.50022 h -1.50017 v -0.50022 h -1.50017 v 0.50022 h -1.49965 v -0.50022 z m 11.50028,4.24995 -6e-5,8.25006 -0.99994,0.99994 7e-5,-8.25006 z"
sodipodi:nodetypes="scccccsccsccssssccsssscccs" /> sodipodi:nodetypes="ccscccccccccccccccccccccccccccccccccccccccc" />
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

@ -1,67 +1,48 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg <svg
width="27mm" width="18.503187mm"
height="21mm" height="15.24995mm"
viewBox="0 0 27 21" viewBox="0 0 18.503187 15.24995"
version="1.1" version="1.1"
id="svg2517" id="svg1"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
sodipodi:docname="buttons trigger upper.svg" sodipodi:docname="buttons trigger upper.svg"
inkscape:version="1.2 (dc2aedaf03, 2022-05-15)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<defs
id="defs2511" />
<sodipodi:namedview <sodipodi:namedview
id="base" id="namedview1"
pagecolor="#ffffff" pagecolor="#ffffff"
bordercolor="#666666" bordercolor="#666666"
borderopacity="1.0" borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.6818463"
inkscape:cx="224.15842"
inkscape:cy="108.5117"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
inkscape:document-rotation="0"
showgrid="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:showpageshadow="2" inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0" inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1" inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
inkscape:zoom="8.4223858"
inkscape:cx="34.966339"
inkscape:cy="28.851682"
inkscape:window-width="1438" inkscape:window-width="1438"
inkscape:window-height="880" inkscape:window-height="880"
inkscape:window-x="0" inkscape:window-x="0"
inkscape:window-y="16" inkscape:window-y="16"
inkscape:window-maximized="1" /> inkscape:window-maximized="1"
<metadata inkscape:current-layer="layer1" />
id="metadata2514"> <defs
<rdf:RDF> id="defs1" />
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g <g
inkscape:label="Layer 1" inkscape:label="Layer 1"
inkscape:groupmode="layer" inkscape:groupmode="layer"
id="layer1"> id="layer1"
transform="translate(-102.39375,-124.35416)">
<path <path
id="path976-3" id="path7"
style="color:#000000;opacity:1;fill:#800080;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none" style="display:inline;fill:#ff00ff;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 6.7489419,3.4e-5 c -0.020501,0 -0.040677,2.19e-4 -0.060978,0.001 -1.8873995,0.03364 -3.4380331,1.604939 -3.4380331,3.499528 v 7.334953 C 2.7017241,10.617779 2.1091599,10.500652 1.4996501,10.500652 0.67149631,10.500845 1.9320939e-4,11.172148 0,12.000302 c -9.1690608e-5,0.828355 0.67129481,1.499973 1.4996501,1.500166 0.6695644,0 1.272239,0.374105 1.5683797,0.974618 0.2961408,0.600514 0.2262207,1.308479 -0.1813843,1.839681 -0.5046842,0.657357 -0.3806489,1.599424 0.2769857,2.103747 0.6574927,0.50457 1.5995814,0.3803 2.1037475,-0.277502 0.6476495,-0.844033 0.9803161,-1.864482 0.9808187,-2.891813 l 0.00155,-11.748637 c 0,-0.293909 0.2063191,-0.500228 0.5002279,-0.500228 l 10.3781787,-5.17e-4 1.0604,1.060401 c 0.585794,0.585552 1.535523,0.585552 2.121318,0 l 1.0604,-1.060401 h 1.378727 v 1.999878 c 0.828426,0 1.500167,-0.671224 1.500167,-1.49965 V 1.499651 C 24.249083,0.671258 23.577391,8.3e-5 22.748999,0 H 20.248893 L 19.248954,0.999939 18.249015,0 Z" d="m 108.39374,124.35416 1.6e-4,0.25007 h -3.99976 c -2,0 -2.00039,1.99988 -2.00039,1.99988 l 1.2e-4,7.24976 1.00016,1.00024 v 3.5 l 1.00023,-1.0002 -1.2e-4,-10.7498 h 14.49989 l 1.2e-4,1.49989 -0.99994,0.99994 -1.8e-4,9.75017 0.75001,0.74979 2.24999,-2.24999 -1.2e-4,-10.7498 c 0,0 0.16803,-1.97974 -1.99988,-1.99988 l -1.5e-4,-0.25007 h -1.50017 v 0.50022 h -1.50017 v -0.50022 h -1.49965 v 0.50022 h -1.50016 v -0.50022 h -1.50017 v 0.50022 h -1.49965 v -0.50022 z m 11.50029,4.24995 -6e-5,8.25006 -0.99994,0.99994 6e-5,-8.25006 z"
sodipodi:nodetypes="scsccccsccccccccccccscccccs" /> sodipodi:nodetypes="ccsccccccccccccccccccccccccccccccccc" />
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

@ -69,8 +69,9 @@
inkscape:groupmode="layer" inkscape:groupmode="layer"
id="layer1"> id="layer1">
<path <path
id="path1164-7" id="circle1170"
style="color:#000000;fill:#784a7a;fill-opacity:0.979889;stroke-linecap:round;-inkscape-stroke:none" style="color:#000000;fill:#784a7a;fill-opacity:0.979889;stroke-linecap:round;-inkscape-stroke:none"
d="M 30.499947 0 C 29.749946 -6.9894281e-07 29.750122 0.99993896 29.750122 0.99993896 L 29.750122 6.7499756 C 29.750122 6.7499756 29.750066 7.7498291 30.750061 7.7499146 C 31.75 7.75 31.75 6.7499756 31.75 6.7499756 L 31.75 2.2499919 C 31.75 2.2499919 31.750114 1.9998779 32.000114 1.9998779 L 95.999825 1.9998779 C 95.999825 1.9998779 96.9996 1.999998 96.999764 0.99993896 C 96.999764 -5.9022566e-05 95.999825 0 95.999825 0 L 30.499947 0 z M 112.75022 0 C 112.75022 0 111.74977 -5.9024331e-05 111.74977 0.99993896 C 111.75 1.999998 112.75022 1.9998779 112.75022 1.9998779 L 118.00003 1.9998779 C 118.25003 1.9998779 118.25015 2.2499919 118.25015 2.2499919 L 118.25015 6.7499756 C 118.25015 6.7499756 118.25 7.75 119.25009 7.7499146 C 120.25008 7.7498291 120.25002 6.7499756 120.25002 6.7499756 L 120.25002 0.99993896 C 120.25002 0.99993896 120.24997 0 118.99997 0 L 112.75022 0 z M 9.6505737 0.0056844076 C 4.2774517 0.19331793 0 4.6235092 0 9.9999064 L 0 35.99987 L 0 39.000203 C 0 39.750201 0.49993718 40.50008 0.99993896 41.000081 L 5.8750936 45.875236 C 6.3750908 46.375235 7.1249769 46.875175 7.8749715 46.875175 L 9.1250244 46.875175 C 9.6772604 46.87514 10.124929 46.42747 10.124963 45.875236 C 10.125215 45.322797 9.6774622 44.874814 9.1250244 44.87478 L 7.8749715 44.87478 C 7.7500009 44.87478 7.553256 44.725147 7.2889608 44.460852 L 2.4138062 39.585697 C 2.1494461 39.32134 1.9998779 39.000203 1.9998779 39.000203 L 1.9998779 35.99987 L 1.9998779 9.9999064 C 1.9998779 5.6796935 5.4032726 2.1547852 9.7208537 2.004012 A 1 1 0 0 0 10.685653 0.9704834 A 1 1 0 0 0 9.6505737 0.0056844076 z M 140.34957 0.0056844076 A 1 1 0 0 0 139.31449 0.9704834 A 1 1 0 0 0 140.27929 2.004012 C 144.59687 2.1547852 147.99975 5.6796935 147.99975 9.9999064 L 147.99975 74.000134 C 147.99975 74.000134 147.99975 74.172175 147.58582 74.586145 L 145.25367 76.918302 C 145.10811 77.063878 144.97574 77.062095 144.83199 76.918302 L 143.83205 75.917847 C 143.83205 75.917847 143.12524 75.210785 142.41818 75.917847 C 141.71112 76.624908 142.41818 77.332231 142.41818 77.332231 L 143.4176 78.33217 C 144.41748 79.332284 145.66811 79.33222 146.66805 78.33217 L 149.00021 76.000012 C 149.50018 75.499988 150.00015 74.750135 150.00015 74.000134 L 150.00015 9.9999064 C 150.00015 4.6235092 145.7227 0.19331793 140.34957 0.0056844076 z M 1.9998779 86.999858 C 0.74988047 86.999858 1.5666465e-16 88.000001 0 89.000252 L 0 90.000191 C 0 95.540183 4.4599184 100.00013 9.9999064 100.0001 L 124.00018 100.0001 C 124.75018 100.0001 125.50006 99.500157 126.00006 99.000159 L 127 98.00022 C 127.5 97.500221 127.5 96.499827 127 95.999825 L 125.00012 93.999947 C 125.00012 93.999947 124.29276 93.292926 123.58574 93.999947 C 122.87872 94.706963 123.58574 95.413814 123.58574 95.413814 L 125.17169 96.999764 L 124.58619 97.585775 C 124.32189 97.850071 124.00018 98.00022 124.00018 98.00022 L 9.9999064 98.00022 C 5.533313 98.000244 1.9998779 94.466801 1.9998779 90.000191 L 1.9998779 89.000252 L 10.999845 89.000252 C 10.999845 89.000252 11.999784 88.999723 11.999784 87.999797 C 11.999784 86.999798 10.999845 86.999858 10.999845 86.999858 L 1.9998779 86.999858 z " /> d="M -9.9999064 0 C -4.4889145 0 1.2533172e-15 4.4889145 0 9.9999064 L 0 35.99987 L 0 39.000203 C 0 39.750201 -0.49993718 40.50008 -0.99993896 41.000081 L -5.8750936 45.875236 C -6.3750908 46.375235 -7.1249769 46.875175 -7.8749715 46.875175 L -9.1250244 46.875175 C -9.6772604 46.87514 -10.124929 46.42747 -10.124963 45.875236 C -10.125215 45.322797 -9.6774622 44.874814 -9.1250244 44.87478 L -7.8749715 44.87478 C -7.7500009 44.87478 -7.553256 44.725147 -7.2889608 44.460852 L -2.4138062 39.585697 C -2.1494461 39.32134 -1.9998779 39.000203 -1.9998779 39.000203 L -1.9998779 35.99987 L -1.9998779 9.9999064 C -1.9998779 5.5697926 -5.5697926 1.9998779 -9.9999064 1.9998779 L -11.999784 1.9998779 C -11.999784 1.9998779 -13.00024 1.9999379 -13.00024 0.99993896 C -13.00024 -5.9995156e-05 -11.999784 0 -11.999784 0 L -9.9999064 0 z M -32.749939 0 C -31.999939 -6.9894281e-07 -32.000114 0.99993896 -32.000114 0.99993896 L -32.000114 6.7499756 C -32.000114 6.7499756 -32.000058 7.7498291 -33.000053 7.7499146 C -33.999991 7.75 -33.999992 6.7499756 -33.999992 6.7499756 L -33.999992 2.2499919 C -33.999992 2.2499919 -34.000106 1.9998779 -34.250106 1.9998779 L -95.999825 1.9998779 C -95.999825 1.9998779 -96.9996 1.999998 -96.999764 0.99993896 C -96.999764 -5.9022566e-05 -95.999825 0 -95.999825 0 L -32.749939 0 z M -112.75022 0 C -112.75022 0 -111.74977 -5.9024331e-05 -111.74977 0.99993896 C -111.75 1.999998 -112.75022 1.9998779 -112.75022 1.9998779 L -116.74998 1.9998779 C -116.74998 1.9998779 -117.99998 1.9999989 -118.00003 0.99993896 C -117.99998 1.0047827e-06 -117.00009 0 -117.00009 0 L -112.75022 0 z M -137.99985 0 C -137.99985 -1.5666465e-16 -136.99991 -5.9995156e-05 -136.99991 0.99993896 C -136.99991 1.9999379 -137.99985 1.9998779 -137.99985 1.9998779 L -140.00024 1.9998779 C -142.20178 1.9998779 -144.30482 2.9050946 -145.81642 4.5056681 C -147.32801 6.1062416 -148.1121 8.2593034 -147.98632 10.457243 A 1 1 0 0 1 -147.99975 10.590051 L -147.99975 74.000134 C -147.99975 74.000134 -147.99975 74.172175 -147.58582 74.586145 L -145.25367 76.918302 C -145.10811 77.063878 -144.97574 77.062095 -144.83199 76.918302 L -143.83205 75.917847 C -143.83205 75.917847 -143.12524 75.210785 -142.41818 75.917847 C -141.71112 76.624908 -142.41818 77.332231 -142.41818 77.332231 L -143.4176 78.33217 C -144.41748 79.332284 -145.66811 79.33222 -146.66805 78.33217 L -149.00021 76.000012 C -149.50018 75.499988 -150.00015 74.750135 -150.00015 74.000134 L -150.00015 10.072253 C -150.00025 10.058291 -150.0001 10.044353 -150.00015 10.030396 L -150.00015 9.9999064 L -149.99963 9.9999064 C -149.9997 7.4540246 -149.02732 4.9938456 -147.26956 3.1326253 C -145.38078 1.1326591 -142.75113 0 -140.00024 0 L -137.99985 0 z M -1.9998779 86.999858 C -0.74988047 86.999858 -1.5666465e-16 88.000001 0 89.000252 L 0 90.000191 C 0 95.540183 -4.4599184 100.00013 -9.9999064 100.0001 L -124.00018 100.0001 C -124.75018 100.0001 -125.50006 99.500157 -126.00006 99.000159 L -127 98.00022 C -127.5 97.500221 -127.5 96.499827 -127 95.999825 L -125.00012 93.999947 C -125.00012 93.999947 -124.29276 93.292926 -123.58574 93.999947 C -122.87872 94.706963 -123.58574 95.413814 -123.58574 95.413814 L -125.17169 96.999764 L -124.58619 97.585775 C -124.32189 97.850071 -124.00018 98.00022 -124.00018 98.00022 L -9.9999064 98.00022 C -5.533313 98.000244 -1.9998779 94.466801 -1.9998779 90.000191 L -1.9998779 89.000252 L -10.999845 89.000252 C -10.999845 89.000252 -11.999784 88.999723 -11.999784 87.999797 C -11.999784 86.999798 -10.999845 86.999858 -10.999845 86.999858 L -1.9998779 86.999858 z "
transform="scale(-1,1)" />
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

View file

@ -69,9 +69,10 @@
inkscape:groupmode="layer" inkscape:groupmode="layer"
id="layer1"> id="layer1">
<path <path
id="circle1168-6" id="circle1168"
style="color:#000000;fill:#7cad7d;stroke-linecap:round;-inkscape-stroke:none" style="color:#000000;fill:#7cad7d;stroke-linecap:round;-inkscape-stroke:none"
d="M -30.750061 0 C -29.750062 0 -29.750122 0.99993896 -29.750122 0.99993896 L -29.750122 6.7499756 C -29.750122 6.7499756 -29.750062 7.7499161 -30.750061 7.7499146 C -31.75006 7.7499161 -31.75 6.7499756 -31.75 6.7499756 L -31.75 2.2499919 C -31.75 2.2499919 -31.750114 1.9998779 -32.000114 1.9998779 L -118.00003 1.9998779 C -118.25003 1.9998779 -118.25015 2.2499919 -118.25015 2.2499919 L -118.25015 6.7499756 C -118.25015 6.7499756 -118.25009 7.7499161 -119.25009 7.7499146 C -120.25008 7.7499161 -120.25002 6.7499756 -120.25002 6.7499756 L -120.25002 0.99993896 C -120.25002 0.99993896 -120.25008 0 -119.25009 0 L -30.750061 0 z M -9.6505737 0.0056844076 C -4.2774517 0.19331793 0 4.6235092 0 9.9999064 L 0 39.000203 C 0 39.750204 -0.49993976 40.500077 -0.99993896 41.000081 L -1.9998779 42.00002 C -2.4998761 42.500026 -2.9998158 43.249903 -2.9998169 43.999898 L -2.9998169 84.000041 C -2.9998169 84.750038 -2.4999765 85.499919 -1.9998779 85.999919 L -0.99993896 86.999858 C -0.49988911 87.499806 0 88.250254 0 89.000252 L 0 90.000191 C 0 95.540178 -4.459924 100.00013 -9.9999064 100.0001 L -124.00018 100.0001 C -124.75018 100.0001 -125.50006 99.500156 -126.00006 99.000159 L -127 98.00022 C -127.5 97.500221 -128.25042 96.999764 -129.00039 96.999764 L -139.0003 96.999764 C -143.4323 96.999659 -147.00041 93.432238 -147.00033 89.000252 L -147.00033 78.999829 C -147.00032 77.999831 -147.50028 77.499971 -148.00027 76.999951 L -149.00021 76.000012 C -149.50021 75.500013 -150.00015 74.750135 -150.00015 74.000134 L -150.00015 9.9999064 C -150.00015 4.6235092 -145.7227 0.19331793 -140.34957 0.0056844076 A 1 1 0 0 1 -139.31449 0.9704834 A 1 1 0 0 1 -140.27929 2.004012 C -144.59687 2.1547852 -147.99975 5.6796935 -147.99975 9.9999064 L -147.99975 74.000134 C -147.99975 73.861247 -147.85012 74.321843 -147.58582 74.586145 L -146.58588 75.586084 C -146.58349 75.588484 -146.57953 75.593468 -146.5771 75.595903 L -145.25367 76.918302 C -145.10806 77.063834 -144.97575 77.062095 -144.83199 76.918302 L -143.83205 75.917847 C -143.83205 75.917847 -143.12524 75.210783 -142.41818 75.917847 C -141.71112 76.624908 -142.41818 77.332231 -142.41818 77.332231 L -143.4176 78.33217 C -143.90482 78.819498 -144.45166 79.064947 -144.99993 79.077344 L -144.99993 89.000252 C -144.99999 92.358779 -142.35857 94.999806 -138.99978 94.999886 L -128.99988 94.999886 C -128.03878 94.999886 -127.30177 95.303284 -126.69356 95.693384 L -125.00012 93.999947 C -125.00012 93.999947 -124.60224 93.602325 -124.10509 93.701774 C -123.93937 93.734924 -123.76249 93.82319 -123.58574 93.999947 C -122.87872 94.706963 -123.58574 95.413814 -123.58574 95.413814 L -125.17169 96.999764 L -124.58619 97.585775 C -124.32189 97.85007 -123.86129 98.00022 -124.00018 98.00022 L -9.9999064 98.00022 C -5.533322 98.000244 -1.9998779 94.466794 -1.9998779 90.000191 L -1.9998779 89.000252 L -10.999845 89.000252 C -10.999845 89.000252 -11.999784 88.999723 -11.999784 87.999797 C -11.999784 86.9998 -10.999845 86.999858 -10.999845 86.999858 L -3.7914998 86.999858 C -4.4122943 86.295995 -5.0002116 85.361895 -5.0002116 84.000041 L -5.0002116 45.000354 L -5.8750936 45.875236 C -6.3750913 46.375235 -7.1249761 46.875175 -7.8749715 46.875175 L -9.1250244 46.875175 A 1 0.99999995 0 0 1 -10.124963 45.875236 A 1 0.99999995 0 0 1 -9.1250244 44.87478 L -7.8749715 44.87478 C -7.7500009 44.87478 -7.5532563 44.725149 -7.2889608 44.460852 L -3.4142619 40.586153 L -2.4138062 39.585697 C -2.1494337 39.321324 -1.9998779 38.861428 -1.9998779 39.000203 L -1.9998779 9.9999064 C -1.9998779 5.6796935 -5.4032726 2.1547852 -9.7208537 2.004012 A 1 1 0 0 1 -10.685653 0.9704834 A 1 1 0 0 1 -9.6505737 0.0056844076 z " d="M -9.9999064,0 C -4.4889145,0 0,4.4889145 0,9.9999064 V 39.000203 c 0,0.750001 -0.49993976,1.499874 -0.99993896,1.999878 L -1.9998779,42.00002 c -0.4999982,0.500006 -0.9999379,1.249883 -0.999939,1.999878 v 40.000143 c 0,0.749997 0.4998404,1.499878 0.999939,1.999878 l 0.99993894,0.999939 C -0.49988911,87.499806 0,88.250254 0,89.000252 v 0.999939 c 0,5.539987 -4.459924,9.999939 -9.9999064,9.999909 H -124.00018 c -0.75,0 -1.49988,-0.499944 -1.99988,-0.999941 L -127,98.00022 c -0.5,-0.499999 -1.25042,-1.000456 -2.00039,-1.000456 h -9.99991 c -4.432,-1.05e-4 -8.00011,-3.567526 -8.00003,-7.999512 V 78.999829 c 1e-5,-0.999998 -0.49995,-1.499858 -0.99994,-1.999878 l -0.99994,-0.999939 c -0.5,-0.499999 -0.99994,-1.249877 -0.99994,-1.999878 V 9.9999064 C -150.00015,4.4889145 -145.51123,0 -140.00024,0 h 2.00039 c 0,0 0.99994,-5.9995156e-5 0.99994,0.99993896 0,0.99999894 -0.99994,0.99993894 -0.99994,0.99993894 h -2.00039 c -4.43012,0 -7.99951,3.5699147 -7.99951,8.0000285 V 74.000134 c 0,-0.138887 0.14963,0.32171 0.41393,0.586011 l 2.33215,2.332157 c 0.14561,0.145532 0.27792,0.143793 0.42168,0 l 0.99994,-1.000455 c 0,0 0.70681,-0.707064 1.41387,0 0.70706,0.707061 0,1.414384 0,1.414384 l -0.99942,0.999939 c -0.48722,0.487328 -1.03406,0.732777 -1.58233,0.745174 v 9.922908 c -6e-5,3.358527 2.64136,5.999554 6.00015,5.999634 h 9.9999 c 0.9611,0 1.69811,0.303398 2.30632,0.693498 l 1.69344,-1.693437 c 0,0 0.39788,-0.397622 0.89503,-0.298173 0.16572,0.03315 0.3426,0.121416 0.51935,0.298173 0.70702,0.707016 0,1.413867 0,1.413867 l -1.58595,1.58595 0.5855,0.586011 c 0.2643,0.264295 0.58601,0.414445 0.58601,0.414445 H -9.9999064 c 4.4665844,2.4e-5 8.0000285,-3.533426 8.0000285,-8.000029 v -0.999939 h -8.9999671 c 0,0 -0.999939,-5.29e-4 -0.999939,-1.000455 0,-0.999997 0.999939,-0.999939 0.999939,-0.999939 h 7.2083452 C -4.4122943,86.295995 -5.0002116,85.361895 -5.0002116,84.000041 V 45.000354 l -0.874882,0.874882 c -0.4999977,0.499999 -1.2498825,0.999939 -1.9998779,0.999939 h -1.2500529 c -0.552237,-3.4e-5 -0.9999046,-0.447702 -0.9999386,-0.999939 -2.52e-4,-0.552439 0.4474997,-1.000422 0.9999386,-1.000456 h 1.2500529 c 0.1249706,0 0.3217152,-0.149631 0.5860107,-0.413928 l 3.8746989,-3.874699 1.0004557,-1.000456 c 0.2643725,-0.264373 0.4139283,-0.585494 0.4139283,-0.585494 V 9.9999064 c 0,-4.4301138 -3.5699147,-8.0000285 -8.0000285,-8.0000285 h -1.9998776 c 0,0 -1.000456,6e-5 -1.000456,-0.99993894 C -13.00024,-5.9995156e-5 -11.999784,0 -11.999784,0 Z M -33.000053,0 c 0.999999,0 0.999939,0.99993896 0.999939,0.99993896 V 6.7499756 c 0,0 6e-5,0.9999405 -0.999939,0.999939 -0.999999,1.5e-6 -0.999939,-0.999939 -0.999939,-0.999939 V 2.2499919 c 0,0 -1.14e-4,-0.250114 -0.250114,-0.250114 h -81.499934 c -0.25,0 -0.25011,0.250114 -0.25011,0.250114 v 4.4999837 c 0,0 6e-5,0.9999405 -0.99994,0.999939 -1,1.5e-6 -0.99994,-0.999939 -0.99994,-0.999939 V 0.99993896 C -118.00003,-6.0035156e-5 -117.00009,0 -117.00009,0 Z"
transform="scale(-1,1)" /> transform="scale(-1,1)"
sodipodi:nodetypes="ssssccsccsscssssccccsssscscsscscccscccccsccsscccccsccsccscsscccsccscsscscssccsccssccscscs" />
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

View file

@ -45,11 +45,11 @@
borderopacity="1.0" borderopacity="1.0"
inkscape:pageopacity="0.0" inkscape:pageopacity="0.0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:zoom="24.326154" inkscape:zoom="7.4069982"
inkscape:cx="488.73324" inkscape:cx="69.461337"
inkscape:cy="58.373388" inkscape:cy="17.145947"
inkscape:document-units="mm" inkscape:document-units="mm"
inkscape:current-layer="layer7" inkscape:current-layer="layer6"
inkscape:document-rotation="0" inkscape:document-rotation="0"
showgrid="true" showgrid="true"
inkscape:showpageshadow="true" inkscape:showpageshadow="true"
@ -246,7 +246,7 @@
inkscape:groupmode="layer" inkscape:groupmode="layer"
id="layer5" id="layer5"
inkscape:label="Footprints" inkscape:label="Footprints"
style="display:none;opacity:1"> style="display:inline;opacity:1">
<rect <rect
style="display:inline;fill:#ff6600;fill-opacity:0.999116;stroke-width:2" style="display:inline;fill:#ff6600;fill-opacity:0.999116;stroke-width:2"
id="rect2614" id="rect2614"
@ -428,7 +428,7 @@
inkscape:groupmode="layer" inkscape:groupmode="layer"
id="layer6" id="layer6"
inkscape:label="Buttons" inkscape:label="Buttons"
style="display:none;opacity:0.544426"> style="display:inline;opacity:1">
<g <g
id="g982" id="g982"
inkscape:transform-center-x="-12.5" inkscape:transform-center-x="-12.5"
@ -855,22 +855,34 @@
cx="10" cx="10"
cy="10" cy="10"
r="1.7" /> r="1.7" />
<path
id="path3"
style="fill:#800080;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 19.249711,-5.4999549 1.55e-4,0.2500771 H 15.25011 c -1.999998,0 -2.000395,1.9998779 -2.000395,1.9998779 l 1.22e-4,7.2497558 1.000163,1.0002439 0,3.4999999 1.25,1.2499999 0.5,0 1.75,-1.749772 V 7.4999997 L 15.250232,7.4998006 15.25011,-3.2499999 H 29.75 l 1.22e-4,1.499894 -0.999939,0.99993905 V 7.4998006 L 26.25,7.4999997 V 8.0002276 L 28,9.7499996 29.500008,9.7497925 31.75,7.4998006 31.749878,-3.2499999 c 0,0 0.168031,-1.9797376 -1.999878,-1.9998779 l -1.55e-4,-0.2500771 h -1.500167 v 0.5002279 h -1.500167 v -0.5002279 h -1.49965 v 0.5002279 h -1.500166 v -0.5002279 h -1.500167 v 0.5002279 h -1.49965 V -5.4999549 Z M 30.75,-1.25 30.749939,7.0000607 29.75,7.9999997 l 6.1e-5,-8.25006073 z"
sodipodi:nodetypes="ccscccccccccccccccccccccccccccccccccccccccc" />
<path
id="path7"
style="fill:#ff00ff;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 19.249711,-5.4999549 1.55e-4,0.2500771 H 15.25011 c -1.999998,0 -2.000395,1.9998779 -2.000395,1.9998779 l 1.22e-4,7.2497558 1.000163,1.0002439 0,3.4999999 1.000232,-1.0001991 -1.22e-4,-10.7498005 H 29.75 l 1.22e-4,1.499894 -0.999939,0.99993905 L 28.75,8.9999997 29.500008,9.7497925 31.75,7.4998006 31.749878,-3.2499999 c 0,0 0.168031,-1.9797376 -1.999878,-1.9998779 l -1.55e-4,-0.2500771 h -1.500167 v 0.5002279 h -1.500167 v -0.5002279 h -1.49965 v 0.5002279 h -1.500166 v -0.5002279 h -1.500167 v 0.5002279 h -1.49965 V -5.4999549 Z M 30.75,-1.25 30.749939,7.0000607 29.75,7.9999997 l 6.1e-5,-8.25006073 z"
sodipodi:nodetypes="ccsccccccccccccccccccccccccccccccccc" />
<use <use
x="0" x="0"
y="0" y="0"
xlink:href="#g982" xlink:href="#path3"
inkscape:transform-center-x="-10.276416" id="use7"
inkscape:transform-center-y="-6.5508577" transform="matrix(-1,0,0,1,150.00023,4.4927446e-5)" />
id="use1144" <use
transform="rotate(-7.6327838,-38.536193,1162.9837)" x="0"
width="100%" y="0"
height="100%" /> xlink:href="#path7"
id="use8"
transform="matrix(-1,0,0,1,150.00023,4.4927446e-5)" />
</g> </g>
<g <g
inkscape:label="Front" inkscape:label="Front"
inkscape:groupmode="layer" inkscape:groupmode="layer"
id="layer1" id="layer1"
style="display:inline"> style="display:none">
<path <path
id="rect1044-6" id="rect1044-6"
style="opacity:0.75;fill:#5fbcd3;stroke:none;stroke-width:2.11667;stroke-linecap:round;stroke-linejoin:round" style="opacity:0.75;fill:#5fbcd3;stroke:none;stroke-width:2.11667;stroke-linecap:round;stroke-linejoin:round"
@ -1053,35 +1065,36 @@
<path <path
id="path1852" id="path1852"
style="display:inline;opacity:0.5;fill:none;stroke:#ff00ff;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" style="display:inline;opacity:0.5;fill:none;stroke:#ff00ff;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
d="m 118.25,10 31.75015,-9.37e-5 V 73.999999 c 0,0.750001 -0.5,1.5 -1,2.000002 l -2.33208,2.332187 c -1,1 -2.25,1.000003 -3.25,3e-6 l -1,-1 L 137.75,82 H 119 v 6.000001 l 6,6 L 127,96 c 0.5,0.5 0.5,1.500219 0,2.000218 L 126,99 c -0.5,0.5 -1.25,1 -2,1 l -114.0000942,1e-4 C 4.4599066,100.00013 0,95.540191 0,90.000189 V 89.000252 C 0,88 0.75,87 2,87 h 9 V 57.75 L 16.25,52.499999 11.5,46.875 H 7.875 c -0.75,0 -1.5000001,-0.5 -2,-1 L 0.99993978,40.999878 C 0.49993549,40.499874 0,39.75 0,38.999999 V 9.9999063 L 31.75,10 V 7.75 h -1 c -1,0 -1,-1 -1,-1 V 1 c 0,0 0,-1 0.75,-1 H 96 c 0,0 1,0 1,1 v 7 h 14.75 V 1 c 0,-1 1,-1 1,-1 H 119 c 1.25,0 1.25,1 1.25,1 v 5.75 c 0,0 0,1 -1,1 h -1 z" d="m 116,10 34.00015,-9.37e-5 V 73.999999 c 0,0.750001 -0.5,1.5 -1,2.000002 l -2.33208,2.332187 c -1,1 -2.25,1.000003 -3.25,3e-6 l -1,-1 L 137.75,82 H 119 v 6.000001 l 6,6 L 127,96 c 0.5,0.5 0.5,1.500219 0,2.000218 L 126,99 c -0.5,0.5 -1.25,1 -2,1 l -114.0000942,1e-4 C 4.4599066,100.00013 0,95.540191 0,90.000189 V 89.000252 C 0,88 0.75,87 2,87 h 9 V 57.75 L 16.25,52.499999 11.5,46.875 H 7.875 c -0.75,0 -1.5000001,-0.5 -2,-1 L 0.99993978,40.999878 C 0.49993549,40.499874 0,39.75 0,38.999999 V 9.9999063 L 34,10 V 7.75 h -1 c -1,0 -1,-1 -1,-1 V 1 c 0,0 0,-1 0.75,-1 H 96 c 0,0 1,0 1,1 v 7 h 14.75 V 1 c 0,-1 1,-1 1,-1 H 117 c 0,0 1,0 1,1 v 5.75 c 0,0 0,1 -1,1 h -1 z"
sodipodi:nodetypes="ccccccccccccccccsscccccccccccccccccccccccccccc" /> sodipodi:nodetypes="ccccccccccccccccsscccccccccccccccccccccccccccc" />
<circle
style="opacity:1;fill:none;fill-opacity:1;stroke:#784a7a;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.979889"
id="circle1170"
sodipodi:type="arc"
sodipodi:cx="-140"
sodipodi:cy="9.9995174"
sodipodi:rx="9"
sodipodi:ry="9"
sodipodi:start="3.0844281"
sodipodi:end="4.712389"
sodipodi:open="true"
sodipodi:arc-type="arc"
d="M -148.9853,10.513718 A 9,9 0 0 1 -146.54323,3.8200274 9,9 0 0 1 -140,0.99951744"
transform="scale(-1,1)" />
<path <path
style="opacity:1;fill:none;fill-opacity:1;stroke:#7cad7d;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" style="opacity:1;fill:none;fill-opacity:1;stroke:#7cad7d;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="circle1168" id="circle1168"
d="M -149,9.9995174 A 9,9 0 0 1 -140.3141,1.005" d="m -149,9.9995174 a 9,9 0 0 1 9,-8.99999996"
sodipodi:type="arc" sodipodi:type="arc"
sodipodi:arc-type="arc" sodipodi:arc-type="arc"
sodipodi:open="true" sodipodi:open="true"
sodipodi:start="3.1415927" sodipodi:start="3.1415927"
sodipodi:end="4.6774824" sodipodi:end="4.712389"
sodipodi:ry="9" sodipodi:ry="9"
sodipodi:rx="9" sodipodi:rx="9"
sodipodi:cy="9.9995174" sodipodi:cy="9.9995174"
sodipodi:cx="-140" sodipodi:cx="-140"
transform="scale(-1,1)" /> transform="scale(-1,1)" />
<circle
style="opacity:1;fill:none;fill-opacity:1;stroke:#7cad7d;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="circle1166"
sodipodi:type="arc"
sodipodi:cx="10"
sodipodi:cy="10"
sodipodi:rx="9"
sodipodi:ry="9"
sodipodi:start="3.1415927"
sodipodi:end="4.6774824"
sodipodi:open="true"
sodipodi:arc-type="arc"
d="M 1,10 A 9,9 0 0 1 9.6859046,1.0054826" />
<circle <circle
style="opacity:1;fill:none;fill-opacity:1;stroke:#784a7a;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.979889" style="opacity:1;fill:none;fill-opacity:1;stroke:#784a7a;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.979889"
id="path1164" id="path1164"
@ -1091,24 +1104,23 @@
sodipodi:rx="9" sodipodi:rx="9"
sodipodi:ry="9" sodipodi:ry="9"
sodipodi:start="3.1415927" sodipodi:start="3.1415927"
sodipodi:end="4.6774824" sodipodi:end="4.712389"
sodipodi:open="true" sodipodi:open="true"
sodipodi:arc-type="arc" sodipodi:arc-type="arc"
d="M 1,10 A 9,9 0 0 1 9.6859046,1.0054826" /> d="M 1,10 A 9,9 0 0 1 10,1" />
<circle <circle
style="opacity:1;fill:none;fill-opacity:1;stroke:#784a7a;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.979889" style="opacity:1;fill:none;fill-opacity:1;stroke:#7cad7d;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="circle1170" id="circle1166"
sodipodi:type="arc" sodipodi:type="arc"
sodipodi:cx="-140" sodipodi:cx="10"
sodipodi:cy="9.9995174" sodipodi:cy="10"
sodipodi:rx="9" sodipodi:rx="9"
sodipodi:ry="9" sodipodi:ry="9"
sodipodi:start="3.1415927" sodipodi:start="3.1415927"
sodipodi:end="4.6774824" sodipodi:end="4.712389"
sodipodi:open="true" sodipodi:open="true"
sodipodi:arc-type="arc" sodipodi:arc-type="arc"
d="M -149,9.9995174 A 9,9 0 0 1 -140.3141,1.005" d="M 1,10 A 9,9 0 0 1 10,1" />
transform="scale(-1,1)" />
<path <path
id="path1928" id="path1928"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#87de87;fill-opacity:0.74902;fill-rule:nonzero;stroke:none;stroke-width:3.77953;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1" style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#87de87;fill-opacity:0.74902;fill-rule:nonzero;stroke:none;stroke-width:3.77953;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
@ -1118,17 +1130,28 @@
<path <path
id="path1907" id="path1907"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.75;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#824b82;fill-opacity:0.898039;fill-rule:nonzero;stroke:none;stroke-width:3.77953;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1" style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.75;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#824b82;fill-opacity:0.898039;fill-rule:nonzero;stroke:none;stroke-width:3.77953;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
d="m 115.27539,0 c -2.83465,-2.6416763e-6 -2.83398,3.7792969 -2.83398,3.7792969 V 25.511719 c 0,0 -2.2e-4,3.778974 3.77929,3.779297 C 120,29.291339 120,25.511719 120,25.511719 V 8.5039064 c 0,0 4.3e-4,-0.9453126 0.94531,-0.9453126 h 241.88868 c 0,0 3.77868,4.576e-4 3.7793,-3.7792969 C 366.61329,-2.2687525e-4 362.83399,0 362.83399,0 Z m 310.86719,0 c 0,0 -3.78125,-2.2688192e-4 -3.78125,3.7792969 8.8e-4,3.7797545 3.78125,3.7792969 3.78125,3.7792969 h 19.8418 c 0.94488,0 0.94531,0.9453126 0.94531,0.9453126 V 25.511719 c 0,0 -5.4e-4,3.77962 3.7793,3.779297 3.77953,-3.23e-4 3.7793,-3.779297 3.7793,-3.779297 V 3.7792969 c 0,0 -2.1e-4,-3.7792969 -4.72461,-3.7792969 z M 0,37.794922 v 98.267578 11.33985 c 0,2.83464 1.8895245,5.66882 3.7792969,7.55859 l 18.4257811,18.42578 c 1.889755,1.88976 4.723966,3.7793 7.558594,3.7793 h 4.72461 c 2.087193,-1.3e-4 3.779168,-1.69211 3.779297,-3.7793 9.52e-4,-2.08796 -1.691341,-3.78112 -3.779297,-3.78125 h -4.72461 c -0.47233,0 -1.215932,-0.56554 -2.214844,-1.56445 L 9.123047,149.61524 C 8.1238902,148.61609 7.5585938,147.40235 7.5585938,147.40235 V 136.0625 37.794922 Z m 559.36915,0 V 279.68555 c 0,0 -2e-5,0.65023 -1.56446,2.21484 l -8.81445,8.81446 c -0.55015,0.55021 -1.05041,0.54347 -1.59375,0 l -3.7793,-3.78125 c 0,0 -2.67139,-2.67236 -5.34375,0 -2.67236,2.67236 0,5.3457 0,5.3457 l 3.77735,3.7793 c 3.77907,3.77996 8.50585,3.77972 12.28515,0 l 8.81446,-8.81446 c 1.88966,-1.88986 3.77929,-4.72394 3.77929,-7.55859 V 37.794922 Z M 7.5585938,328.81836 C 2.8341891,328.81836 0,332.59843 0,336.37891 v 3.7793 c 0,20.93857 16.856363,37.79504 37.794922,37.79492 H 468.66212 c 2.83464,1e-5 5.66883,-1.88954 7.55859,-3.7793 l 3.7793,-3.77929 c 1.88975,-1.88976 1.88975,-5.67078 0,-7.56055 l -7.5586,-7.55859 c 0,0 -2.67349,-2.67221 -5.3457,0 -2.6722,2.67219 0,5.34375 0,5.34375 l 5.99414,5.99414 -2.21289,2.21484 c -0.99893,0.99892 -2.21484,1.56641 -2.21484,1.56641 H 37.794922 c -16.88163,9e-5 -30.2363283,-13.35464 -30.2363282,-30.23633 v -3.7793 H 41.574219 c 0,0 3.779297,-0.002 3.779297,-3.78125 0,-3.77953 -3.779297,-3.7793 -3.779297,-3.7793 z" d="m 123.77953,0 c -2.83465,-2.6416763e-6 -2.83398,3.7792969 -2.83398,3.7792969 V 25.511719 c 0,0 -2.2e-4,3.778974 3.77929,3.779297 3.7793,3.23e-4 3.7793,-3.779297 3.7793,-3.779297 V 8.5039064 c 0,0 4.3e-4,-0.9453126 0.94531,-0.9453126 h 233.38454 c 0,0 3.77868,4.576e-4 3.7793,-3.7792969 C 366.61329,-2.2687525e-4 362.83399,0 362.83399,0 Z m 302.36305,0 c 0,0 -3.78125,-2.2688192e-4 -3.78125,3.7792969 8.8e-4,3.7797545 3.78125,3.7792969 3.78125,3.7792969 l 15.11727,4.611e-4 c 0,0 4.72441,0 4.72461,-3.779758 C 445.98426,0 442.20473,0 442.20473,0 Z M 0,37.794922 v 98.267578 11.33985 c 0,2.83464 1.8895245,5.66882 3.7792969,7.55859 l 18.4257811,18.42578 c 1.889755,1.88976 4.723966,3.7793 7.558594,3.7793 h 4.72461 c 2.087193,-1.3e-4 3.779168,-1.69211 3.779297,-3.7793 9.52e-4,-2.08796 -1.691341,-3.78112 -3.779297,-3.78125 h -4.72461 c -0.47233,0 -1.215932,-0.56554 -2.214844,-1.56445 L 9.123047,149.61524 C 8.1238902,148.61609 7.5585938,147.40235 7.5585938,147.40235 V 136.0625 37.794922 Z m 559.36915,0 V 279.68555 c 0,0 -2e-5,0.65023 -1.56446,2.21484 l -8.81445,8.81446 c -0.55015,0.55021 -1.05041,0.54347 -1.59375,0 l -3.7793,-3.78125 c 0,0 -2.67139,-2.67236 -5.34375,0 -2.67236,2.67236 0,5.3457 0,5.3457 l 3.77735,3.7793 c 3.77907,3.77996 8.50585,3.77972 12.28515,0 l 8.81446,-8.81446 c 1.88966,-1.88986 3.77929,-4.72394 3.77929,-7.55859 V 37.794922 Z M 7.5585938,328.81836 C 2.8341891,328.81836 0,332.59843 0,336.37891 v 3.7793 c 0,20.93857 16.856363,37.79504 37.794922,37.79492 H 468.66212 c 2.83464,1e-5 5.66883,-1.88954 7.55859,-3.7793 l 3.7793,-3.77929 c 1.88975,-1.88976 1.88975,-5.67078 0,-7.56055 l -7.5586,-7.55859 c 0,0 -2.67349,-2.67221 -5.3457,0 -2.6722,2.67219 0,5.34375 0,5.34375 l 5.99414,5.99414 -2.21289,2.21484 c -0.99893,0.99892 -2.21484,1.56641 -2.21484,1.56641 H 37.794922 c -16.88163,9e-5 -30.2363283,-13.35464 -30.2363282,-30.23633 v -3.7793 H 41.574219 c 0,0 3.779297,-0.002 3.779297,-3.78125 0,-3.77953 -3.779297,-3.7793 -3.779297,-3.7793 z"
sodipodi:nodetypes="cccsccscccccccccccccsscscccsscccccccccccsccccsccsssccssscscccccsccscs"
transform="scale(0.26458333)" /> transform="scale(0.26458333)" />
<path <path
id="rect1044-6-7" id="rect1044-6-7"
style="display:inline;opacity:0.75;fill:#87de87;stroke:none;stroke-width:2.117;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" style="display:inline;opacity:0.75;fill:#87de87;stroke:none;stroke-width:2.117;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
d="m 30.75,0 h 88.50015 c 1,0 1,1 1,1 v 5.75 c 0,0 0,1.0000015 -1,1 -1,1.5e-6 -1,-1 -1,-1 v -4.5 c 0,0 0,-0.25 -0.25,-0.25 H 32 c -0.25,0 -0.25,0.25 -0.25,0.25 v 4.5 c 0,0 0,1.0000015 -1,1 -1,1.5e-6 -1,-1 -1,-1 V 1 c 0,0 0,-1 1,-1 z" d="M 33,-3.641302e-8 117,0 c 0,0 1,0 1,1 v 5.75 c 0,0 0,1.0000015 -1,1 -1,1.5e-6 -1,-1 -1,-1 V 2.25 C 116,2.25 116,2 115.75,2 H 34.25 C 34,2 34,2.25 34,2.25 v 4.5 c 0,0 0,1.0000015 -1,1 -1,1.5e-6 -1,-1 -1,-1 V 0.99999996 c 0,0 0,-0.99999999641302 1,-0.99999999641302 z"
sodipodi:nodetypes="ccccccccccccccc" /> sodipodi:nodetypes="ccccccccccccccc" />
<path <path
id="path1" id="path1"
style="color:#000000;opacity:1;fill:#5fa835;fill-opacity:1;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none" style="color:#000000;opacity:1;fill:#5fa835;fill-opacity:1;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none"
d="M 0,9.9999064 V 39.000203 c 0,0.750001 0.49993926,1.499873 0.99993896,1.999878 L 1.9998779,42.00002 c 0.4999987,0.500006 0.9999379,1.249882 0.999939,1.999878 v 40.000143 c 0,0.749998 -0.4998399,1.499878 -0.999939,1.999878 L 0.99993896,86.999858 C 0.49988861,87.499807 0,88.250253 0,89.000252 v 0.999939 c 0,5.539992 4.4599184,9.999939 9.9999064,9.999909 H 124.00018 c 0.75,0 1.49988,-0.499943 1.99988,-0.999941 L 127,98.00022 c 0.5,-0.499999 1.25041,-1.000456 2.00039,-1.000456 h 9.99991 c 4.432,-1.05e-4 8.00011,-3.567522 8.00003,-7.999512 V 78.999829 c -1e-5,-0.999999 0.49995,-1.499858 0.99994,-1.999878 l 0.99994,-0.999939 c 0.5,-0.5 0.99994,-1.249877 0.99994,-1.999878 V 9.9999064 h -2.0004 V 74.000134 c 0,-0.138887 -0.14963,0.321709 -0.41393,0.586011 l -0.99994,0.999939 c -0.49984,0.499884 -1.58597,1.74689 -1.58595,3.413745 v 10.000423 c 6e-5,3.35853 -2.64136,5.999554 -6.00015,5.999634 h -9.9999 c -1.63927,0 -2.67812,0.850317 -3.41375,1.58595 l -0.99994,0.999939 c -0.2643,0.264296 -0.7249,0.414445 -0.58601,0.414445 H 9.9999064 c -4.4665889,2.4e-5 -8.0000285,-3.533422 -8.0000285,-8.000029 v -0.999939 c 0,0.138688 0.1502442,-0.32238 0.4139283,-0.58601 L 3.4142619,87.414303 C 4.1502742,86.678437 5.0002116,85.638746 5.0002116,84.000041 V 43.999898 C 5.0002092,42.361125 4.1498881,41.321789 3.4142619,40.586153 L 2.4138062,39.585697 C 2.1494335,39.321323 1.9998779,38.861427 1.9998779,39.000203 V 9.9999064 Z" /> d="M 0,9.9999064 V 39.000203 c 0,0.750001 0.49993926,1.499873 0.99993896,1.999878 L 1.9998779,42.00002 c 0.4999987,0.500006 0.9999379,1.249882 0.999939,1.999878 v 40.000143 c 0,0.749998 -0.4998399,1.499878 -0.999939,1.999878 L 0.99993896,86.999858 C 0.49988861,87.499807 0,88.250253 0,89.000252 v 0.999939 c 0,5.539992 4.4599184,9.999939 9.9999064,9.999909 H 124.00018 c 0.75,0 1.49988,-0.499943 1.99988,-0.999941 L 127,98.00022 c 0.5,-0.499999 1.25041,-1.000456 2.00039,-1.000456 h 9.99991 c 4.432,-1.05e-4 8.00011,-3.567522 8.00003,-7.999512 V 78.999829 c -1e-5,-0.999999 0.49995,-1.499858 0.99994,-1.999878 l 0.99994,-0.999939 c 0.5,-0.5 0.99994,-1.249877 0.99994,-1.999878 V 9.9999064 h -2.0004 V 74.000134 c 0,-0.138887 -0.14963,0.321709 -0.41393,0.586011 l -0.99994,0.999939 c -0.49984,0.499884 -1.58597,1.74689 -1.58595,3.413745 v 10.000423 c 6e-5,3.35853 -2.64136,5.999554 -6.00015,5.999634 h -9.9999 c -1.63927,0 -2.67812,0.850317 -3.41375,1.58595 l -0.99994,0.999939 c -0.2643,0.264296 -0.7249,0.414445 -0.58601,0.414445 H 9.9999064 c -4.4665889,2.4e-5 -8.0000285,-3.533422 -8.0000285,-8.000029 v -0.999939 c 0,0.138688 0.1502442,-0.32238 0.4139283,-0.58601 L 3.4142619,87.414303 C 4.1502742,86.678437 5.0002116,85.638746 5.0002116,84.000041 V 43.999898 C 5.0002092,42.361125 4.1498881,41.321789 3.4142619,40.586153 L 2.4138062,39.585697 C 2.1494335,39.321323 1.9998779,38.861427 1.9998779,39.000203 V 9.9999064 Z" />
<path
style="fill:#5fa835;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 10,0 h 2 c 0,0 1,0 1,0.99999996 0,0.99999994 -1,0.99999994 -1,0.99999994 l -2,0 z"
id="path8"
sodipodi:nodetypes="cccccc" />
<path
style="display:inline;fill:#5fa835;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 138,0 h 2 v 1.9999999 l -2,0 c 0,0 -1,0 -1,-0.99999994 C 137,0 138,0 138,0 Z"
id="path8-3"
sodipodi:nodetypes="cccccc" />
</g> </g>
<g <g
inkscape:groupmode="layer" inkscape:groupmode="layer"
@ -1140,6 +1163,11 @@
style="opacity:1;fill:#c8ab37;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" style="opacity:1;fill:#c8ab37;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
d="m 11,91 4.26e-4,8.000158 H 9.0000334 v -8.000029 z" d="m 11,91 4.26e-4,8.000158 H 9.0000334 v -8.000029 z"
sodipodi:nodetypes="ccccc" /> sodipodi:nodetypes="ccccc" />
<path
id="rect2044-9"
style="display:inline;fill:#c8ab37;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
d="m 11,0.99999996 4.26e-4,8.00015794 H 9.0000327 v -8.000029 z"
sodipodi:nodetypes="ccccc" />
<path <path
id="rect2067" id="rect2067"
style="opacity:1;fill:#c8ab37;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" style="opacity:1;fill:#c8ab37;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
@ -1234,6 +1262,21 @@
d="M 149,19 H 112.5 L 85.249999,46.249998" d="M 149,19 H 112.5 L 85.249999,46.249998"
id="path10075" id="path10075"
sodipodi:nodetypes="ccc" /> sodipodi:nodetypes="ccc" />
<path
id="path10"
style="display:inline;fill:#c8ab37;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
d="M 0.99993556,9.0000161 9.0000932,8.9995901 V 10.999983 H 1.0000645 Z"
sodipodi:nodetypes="ccccc" />
<path
id="rect2044-9-3"
style="display:inline;fill:#c8ab37;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
d="M 139.00003,0.99999996 138.9996,9.000158 H 141 V 1.000129 Z"
sodipodi:nodetypes="ccccc" />
<path
id="path10-1"
style="display:inline;fill:#c8ab37;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
d="m 149,8.9999997 -8.00015,-4.26e-4 v 2.0003923 h 8.00003 z"
sodipodi:nodetypes="ccccc" />
</g> </g>
<g <g
inkscape:groupmode="layer" inkscape:groupmode="layer"

Before

Width:  |  Height:  |  Size: 196 KiB

After

Width:  |  Height:  |  Size: 200 KiB

View file

@ -69,8 +69,8 @@
inkscape:groupmode="layer" inkscape:groupmode="layer"
id="layer1"> id="layer1">
<path <path
id="rect2044" id="rect2044-8"
style="display:inline;fill:#c8ab37;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" style="display:inline;fill:#c8ab37;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
d="M 53.750208 0.25011393 A 1 1 0 0 0 53.042757 0.5431193 L 29.793014 23.792863 A 1 1 0 0 0 29.793014 25.207247 A 1 1 0 0 0 31.206881 25.207247 L 34.999931 21.414197 L 54.29281 40.707076 L 55.00026 40.000142 L 55.00026 47.000232 L 57.000138 47.000232 L 57.000138 0.99993896 L 55.00026 0.99993896 L 55.00026 38.586275 L 36.414315 19.999813 L 54.457141 1.9569865 A 1 1 0 0 0 54.457141 0.5431193 A 1 1 0 0 0 53.750208 0.25011393 z M 93.000008 0.99993896 L 93.000008 37.086108 L 84.54316 45.542957 L 85.957027 46.956824 L 93.000008 39.913843 L 93.000008 47.000232 L 94.999886 47.000232 L 94.999886 37.913965 L 98.999642 33.914209 L 121.54297 56.457019 A 1 1 0 0 0 122.95684 56.457019 A 1 1 0 0 0 122.95684 55.043152 L 100.41403 32.499825 L 112.91404 19.999813 L 149.00021 19.999813 L 149.00021 17.999935 L 112.08618 17.999935 L 94.999886 35.08623 L 94.999886 0.99993896 L 93.000008 0.99993896 z M 63.292778 50.293054 L 34.586003 78.999829 L 3.9997559 78.999829 L 3.9997559 81.000224 L 34.999931 81.000224 A 1.0001 1.0001 0 0 0 35.706864 80.707218 L 64.000228 52.413855 L 64.000228 99.000159 L 66.000106 99.000159 L 66.000106 50.999988 L 64.000228 50.999988 L 63.292778 50.293054 z M 84.000041 50.999988 L 84.000041 99.000159 L 85.999919 99.000159 L 85.999919 50.999988 L 84.000041 50.999988 z M 139.0003 89.000252 L 139.0003 95.25 C 139.0003 95.25 139.00024 96.249939 140.00024 96.249939 C 141.00024 96.249939 141.00018 95.25 141.00018 95.25 L 141.00018 91.00013 L 145.25005 91.00013 C 145.25005 91.00013 146.24999 91.00019 146.24999 90.000191 C 146.24999 89.000194 145.25005 89.000252 145.25005 89.000252 L 139.0003 89.000252 z M 8.9999674 91.00013 L 8.9999674 99.000159 L 11.000362 99.000159 L 10.999845 91.00013 L 8.9999674 91.00013 z " /> d="M 53.750208 0.25011393 A 1 1 0 0 0 53.042757 0.5431193 L 29.793014 23.792863 A 1 1 0 0 0 29.793014 25.207247 A 1 1 0 0 0 31.206881 25.207247 L 34.999931 21.414197 L 54.29281 40.707076 L 55.00026 40.000142 L 55.00026 47.000232 L 57.000138 47.000232 L 57.000138 0.99993896 L 55.00026 0.99993896 L 55.00026 38.586275 L 36.414315 19.999813 L 54.457141 1.9569865 A 1 1 0 0 0 54.457141 0.5431193 A 1 1 0 0 0 53.750208 0.25011393 z M 8.9999674 0.99993896 L 8.9999674 8.9994507 L 0.99993896 8.9999674 L 0.99993896 10.999845 L 8.9999674 10.999845 L 8.9999674 8.9999674 L 11.000362 8.9999674 L 10.999845 0.99993896 L 8.9999674 0.99993896 z M 93.000008 0.99993896 L 93.000008 37.086108 L 84.54316 45.542957 L 85.957027 46.956824 L 93.000008 39.913843 L 93.000008 47.000232 L 94.999886 47.000232 L 94.999886 37.913965 L 98.999642 33.914209 L 121.54297 56.457019 A 1 1 0 0 0 122.95684 56.457019 A 1 1 0 0 0 122.95684 55.043152 L 100.41403 32.499825 L 112.91404 19.999813 L 149.00021 19.999813 L 149.00021 17.999935 L 112.08618 17.999935 L 94.999886 35.08623 L 94.999886 0.99993896 L 93.000008 0.99993896 z M 138.99978 0.99993896 L 138.99978 8.9999674 L 140.99966 8.9999674 L 140.99966 10.999845 L 148.99969 10.999845 L 149.00021 8.9999674 L 141.00018 8.9994507 L 141.00018 0.99993896 L 138.99978 0.99993896 z M 63.292778 50.293054 L 34.586003 78.999829 L 3.9997559 78.999829 L 3.9997559 81.000224 L 34.999931 81.000224 A 1.0001 1.0001 0 0 0 35.706864 80.707218 L 64.000228 52.413855 L 64.000228 99.000159 L 66.000106 99.000159 L 66.000106 50.999988 L 64.000228 50.999988 L 63.292778 50.293054 z M 84.000041 50.999988 L 84.000041 99.000159 L 85.999919 99.000159 L 85.999919 50.999988 L 84.000041 50.999988 z M 139.0003 89.000252 L 139.0003 95.25 C 139.0003 95.25 139.00024 96.249939 140.00024 96.249939 C 141.00024 96.249939 141.00018 95.25 141.00018 95.25 L 141.00018 91.00013 L 145.25005 91.00013 C 145.25005 91.00013 146.24999 91.00019 146.24999 90.000191 C 146.24999 89.000194 145.25005 89.000252 145.25005 89.000252 L 139.0003 89.000252 z M 8.9999674 91.00013 L 8.9999674 99.000159 L 11.000362 99.000159 L 10.999845 91.00013 L 8.9999674 91.00013 z " />
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB