diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2020-07-26 15:48:01 +0100 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2020-07-26 15:48:01 +0100 |
commit | 3cf88e5efe8e630e596dda00c29d7e96ae732209 (patch) | |
tree | 8cd2fa3981d5e96bfe5d1f0daca456b79ea0a930 /data/elementary/themes | |
parent | 4f7af6ad14720ab8c2a129a52fb7916fd81d571c (diff) |
TH - more icon work...
Diffstat (limited to 'data/elementary/themes')
-rw-r--r-- | data/elementary/themes/edc/O/icons.edc | 2 | ||||
-rw-r--r-- | data/elementary/themes/edc/icons.edc | 2 | ||||
-rw-r--r-- | data/elementary/themes/ic.edc | 1 | ||||
-rw-r--r-- | data/elementary/themes/img/ic/input-040.png | bin | 0 -> 1040 bytes | |||
-rw-r--r-- | data/elementary/themes/img/ic/input-080.png | bin | 0 -> 1916 bytes | |||
-rw-r--r-- | data/elementary/themes/img/ic/input-160.png | bin | 0 -> 3487 bytes | |||
-rw-r--r-- | data/elementary/themes/img/ic/key-040.png | bin | 1034 -> 834 bytes | |||
-rw-r--r-- | data/elementary/themes/img/ic/key-080.png | bin | 2006 -> 1546 bytes | |||
-rw-r--r-- | data/elementary/themes/img/ic/key-160.png | bin | 3775 -> 2861 bytes | |||
-rw-r--r-- | data/elementary/themes/img/ic/keyboard-040.png | bin | 689 -> 567 bytes | |||
-rw-r--r-- | data/elementary/themes/img/ic/keyboard-080.png | bin | 597 -> 795 bytes | |||
-rw-r--r-- | data/elementary/themes/img/ic/keyboard-160.png | bin | 1241 -> 1395 bytes | |||
-rw-r--r-- | data/elementary/themes/img/input.svg | 163 | ||||
-rw-r--r-- | data/elementary/themes/img/key.svg | 130 | ||||
-rw-r--r-- | data/elementary/themes/img/keyboard.svg | 558 |
15 files changed, 665 insertions, 191 deletions
diff --git a/data/elementary/themes/edc/O/icons.edc b/data/elementary/themes/edc/O/icons.edc index ea2bd3c128..d34b665511 100644 --- a/data/elementary/themes/edc/O/icons.edc +++ b/data/elementary/themes/edc/O/icons.edc | |||
@@ -131,7 +131,7 @@ | |||
131 | ICON("preferences-menus","icon_menus.png",64) // *** // "enlightenment/menus" | 131 | ICON("preferences-menus","icon_menus.png",64) // *** // "enlightenment/menus" |
132 | ICON("preferences-menu-settings","icon_menu_settings.png",64) // *** // "enlightenment/menu_settings" | 132 | ICON("preferences-menu-settings","icon_menu_settings.png",64) // *** // "enlightenment/menu_settings" |
133 | ICON("preferences-advanced","icon_advanced.png",64) // *** // "enlightenment/advanced" | 133 | ICON("preferences-advanced","icon_advanced.png",64) // *** // "enlightenment/advanced" |
134 | ICON("preferences-behavior","icon_behavior.png",64) // *** // "enlightenment/behavior" | 134 | // ICON("preferences-behavior","icon_behavior.png",64) // *** // "enlightenment/behavior" |
135 | // ICON("preferences-look","icon_look.png",64) // *** // "enlightenment/look" | 135 | // ICON("preferences-look","icon_look.png",64) // *** // "enlightenment/look" |
136 | ICON("preferences-utils","icon_gadget.png",64) // *** // "enlightenment/utils" | 136 | ICON("preferences-utils","icon_gadget.png",64) // *** // "enlightenment/utils" |
137 | ICON("preferences-extensions","icon_extensions.png",64) // *** // "enlightenment/extensions" | 137 | ICON("preferences-extensions","icon_extensions.png",64) // *** // "enlightenment/extensions" |
diff --git a/data/elementary/themes/edc/icons.edc b/data/elementary/themes/edc/icons.edc index 2f24d06bd8..22e055b95d 100644 --- a/data/elementary/themes/edc/icons.edc +++ b/data/elementary/themes/edc/icons.edc | |||
@@ -63,7 +63,7 @@ | |||
63 | ICON("preferences-desktop-mouse", "i-mouse") | 63 | ICON("preferences-desktop-mouse", "i-mouse") |
64 | ICON("preferences-desktop-keyboard", "i-keyboard") | 64 | ICON("preferences-desktop-keyboard", "i-keyboard") |
65 | // ICON("preferences-desktop-signal-bindings", "i-") | 65 | // ICON("preferences-desktop-signal-bindings", "i-") |
66 | // ICON("preferences-behavior", "i-") | 66 | ICON("preferences-behavior", "i-input") |
67 | ICON("preferences-interaction", "i-fingerprint") // pretty bad for touch icon - FIXME | 67 | ICON("preferences-interaction", "i-fingerprint") // pretty bad for touch icon - FIXME |
68 | #undef ICON | 68 | #undef ICON |
69 | 69 | ||
diff --git a/data/elementary/themes/ic.edc b/data/elementary/themes/ic.edc index e21d7c1cd7..c718ec2925 100644 --- a/data/elementary/themes/ic.edc +++ b/data/elementary/themes/ic.edc | |||
@@ -197,6 +197,7 @@ I160("i-gesture", "gesture") | |||
197 | I160("i-fingerprint", "fingerprint") | 197 | I160("i-fingerprint", "fingerprint") |
198 | I160("i-mouse", "mouse") | 198 | I160("i-mouse", "mouse") |
199 | I160("i-keyboard", "keyboard") | 199 | I160("i-keyboard", "keyboard") |
200 | I160("i-input", "input") | ||
200 | 201 | ||
201 | /////////////////////////////////////////////////////////////////////////////// | 202 | /////////////////////////////////////////////////////////////////////////////// |
202 | // larger mono icons (mostly efm or settings) | 203 | // larger mono icons (mostly efm or settings) |
diff --git a/data/elementary/themes/img/ic/input-040.png b/data/elementary/themes/img/ic/input-040.png new file mode 100644 index 0000000000..7a5c0cd8ec --- /dev/null +++ b/data/elementary/themes/img/ic/input-040.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/input-080.png b/data/elementary/themes/img/ic/input-080.png new file mode 100644 index 0000000000..3a5fbfc370 --- /dev/null +++ b/data/elementary/themes/img/ic/input-080.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/input-160.png b/data/elementary/themes/img/ic/input-160.png new file mode 100644 index 0000000000..162b973113 --- /dev/null +++ b/data/elementary/themes/img/ic/input-160.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/key-040.png b/data/elementary/themes/img/ic/key-040.png index 0b9f93f92f..47df5696ba 100644 --- a/data/elementary/themes/img/ic/key-040.png +++ b/data/elementary/themes/img/ic/key-040.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/key-080.png b/data/elementary/themes/img/ic/key-080.png index e864392bcf..349a8f8205 100644 --- a/data/elementary/themes/img/ic/key-080.png +++ b/data/elementary/themes/img/ic/key-080.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/key-160.png b/data/elementary/themes/img/ic/key-160.png index 8903fcddd1..1396343740 100644 --- a/data/elementary/themes/img/ic/key-160.png +++ b/data/elementary/themes/img/ic/key-160.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/keyboard-040.png b/data/elementary/themes/img/ic/keyboard-040.png index 02b6891b65..17dad3a604 100644 --- a/data/elementary/themes/img/ic/keyboard-040.png +++ b/data/elementary/themes/img/ic/keyboard-040.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/keyboard-080.png b/data/elementary/themes/img/ic/keyboard-080.png index c5ccc62e7d..72401333f1 100644 --- a/data/elementary/themes/img/ic/keyboard-080.png +++ b/data/elementary/themes/img/ic/keyboard-080.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/keyboard-160.png b/data/elementary/themes/img/ic/keyboard-160.png index 4bcf4e8917..c6bfda05bb 100644 --- a/data/elementary/themes/img/ic/keyboard-160.png +++ b/data/elementary/themes/img/ic/keyboard-160.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/input.svg b/data/elementary/themes/img/input.svg new file mode 100644 index 0000000000..db82f18e75 --- /dev/null +++ b/data/elementary/themes/img/input.svg | |||
@@ -0,0 +1,163 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <svg | ||
3 | xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
4 | xmlns:cc="http://creativecommons.org/ns#" | ||
5 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
6 | xmlns:svg="http://www.w3.org/2000/svg" | ||
7 | xmlns="http://www.w3.org/2000/svg" | ||
8 | xmlns:xlink="http://www.w3.org/1999/xlink" | ||
9 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
10 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
11 | inkscape:export-ydpi="48" | ||
12 | inkscape:export-xdpi="48" | ||
13 | inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/input-040.png" | ||
14 | inkscape:version="1.0 (4035a4fb49, 2020-05-01)" | ||
15 | sodipodi:docname="input.svg" | ||
16 | viewBox="0 0 80 80" | ||
17 | height="80" | ||
18 | width="80" | ||
19 | id="svg2" | ||
20 | version="1.1"> | ||
21 | <metadata | ||
22 | id="metadata8"> | ||
23 | <rdf:RDF> | ||
24 | <cc:Work | ||
25 | rdf:about=""> | ||
26 | <dc:format>image/svg+xml</dc:format> | ||
27 | <dc:type | ||
28 | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | ||
29 | <dc:title></dc:title> | ||
30 | </cc:Work> | ||
31 | </rdf:RDF> | ||
32 | </metadata> | ||
33 | <defs | ||
34 | id="defs6"> | ||
35 | <mask | ||
36 | id="mask947" | ||
37 | maskUnits="userSpaceOnUse"> | ||
38 | <rect | ||
39 | y="5" | ||
40 | x="10" | ||
41 | height="40" | ||
42 | width="60" | ||
43 | id="rect949" | ||
44 | style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round" /> | ||
45 | </mask> | ||
46 | <mask | ||
47 | id="mask3567" | ||
48 | maskUnits="userSpaceOnUse"> | ||
49 | <path | ||
50 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" | ||
51 | d="M 40,10 C 19,10 20,17.832395 20,30 20,42.167605 19,70 40,70 61,70 60,42.167605 60,30 60,17.832395 61,10 40,10 Z" | ||
52 | id="path3569" | ||
53 | sodipodi:nodetypes="zzzzz" /> | ||
54 | </mask> | ||
55 | <linearGradient | ||
56 | gradientTransform="matrix(0.75,0,0,0.75,25.00189,17.5)" | ||
57 | gradientUnits="userSpaceOnUse" | ||
58 | y2="28" | ||
59 | x2="40" | ||
60 | y1="17" | ||
61 | x1="40" | ||
62 | id="linearGradient3577" | ||
63 | xlink:href="#linearGradient3575" | ||
64 | inkscape:collect="always" /> | ||
65 | <linearGradient | ||
66 | id="linearGradient3575" | ||
67 | inkscape:collect="always"> | ||
68 | <stop | ||
69 | id="stop3571" | ||
70 | offset="0" | ||
71 | style="stop-color:#a0a0a0;stop-opacity:1" /> | ||
72 | <stop | ||
73 | style="stop-color:#ffffff;stop-opacity:1" | ||
74 | offset="0.27272728" | ||
75 | id="stop3579" /> | ||
76 | <stop | ||
77 | id="stop3573" | ||
78 | offset="1" | ||
79 | style="stop-color:#a0a0a0;stop-opacity:1" /> | ||
80 | </linearGradient> | ||
81 | </defs> | ||
82 | <sodipodi:namedview | ||
83 | inkscape:snap-nodes="true" | ||
84 | inkscape:snap-others="false" | ||
85 | inkscape:bbox-nodes="true" | ||
86 | inkscape:snap-bbox="true" | ||
87 | showguides="false" | ||
88 | inkscape:current-layer="g10" | ||
89 | inkscape:window-maximized="0" | ||
90 | inkscape:window-y="0" | ||
91 | inkscape:window-x="1206" | ||
92 | inkscape:cy="40" | ||
93 | inkscape:cx="40" | ||
94 | inkscape:zoom="8.1375" | ||
95 | showgrid="true" | ||
96 | id="namedview4" | ||
97 | inkscape:window-height="1372" | ||
98 | inkscape:window-width="1354" | ||
99 | inkscape:pageshadow="2" | ||
100 | inkscape:pageopacity="0" | ||
101 | guidetolerance="10" | ||
102 | gridtolerance="10" | ||
103 | objecttolerance="10" | ||
104 | borderopacity="1" | ||
105 | bordercolor="#666666" | ||
106 | pagecolor="#404040" | ||
107 | inkscape:document-rotation="0"> | ||
108 | <inkscape:grid | ||
109 | id="grid837" | ||
110 | type="xygrid" /> | ||
111 | </sodipodi:namedview> | ||
112 | <g | ||
113 | id="g10" | ||
114 | inkscape:label="Image" | ||
115 | inkscape:groupmode="layer"> | ||
116 | <path | ||
117 | style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.86625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
118 | d="M 10,55 V 22 l 4.5,-12 14.25,30 z" | ||
119 | id="path4986" | ||
120 | sodipodi:nodetypes="ccccc" /> | ||
121 | <path | ||
122 | style="fill:#808080;fill-opacity:1;stroke-width:0.86625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
123 | d="M 51.25,10 55,21.25 V 55 L 36.25,40 Z" | ||
124 | id="path4988" | ||
125 | sodipodi:nodetypes="ccccc" /> | ||
126 | <path | ||
127 | style="fill:#606060;fill-opacity:1;stroke-width:0.86625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
128 | d="m 10,55 3.75,-11.25 h 37.5 L 55,55 Z" | ||
129 | id="path4982" | ||
130 | sodipodi:nodetypes="ccccc" /> | ||
131 | <path | ||
132 | style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.86625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
133 | d="M 14.5,10 13.75,43.75 C 25,46 40,46 51.25,43.75 V 10 C 40,11.5 25.75,11.5 14.5,10 Z" | ||
134 | id="path4990" | ||
135 | sodipodi:nodetypes="ccccc" /> | ||
136 | <g | ||
137 | id="g7717"> | ||
138 | <path | ||
139 | style="fill:#c8c8c8;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.75px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" | ||
140 | d="m 55.00189,25 c -15.75,0 -15,5.874296 -15,15 0,9.125704 -0.75,30 15,30 15.75,0 15,-20.874296 15,-30 0,-9.125704 0.75,-15 -15,-15 z" | ||
141 | id="path3546" | ||
142 | sodipodi:nodetypes="zzzzz" /> | ||
143 | <path | ||
144 | id="path3562" | ||
145 | 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:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:0.5;fill-rule:evenodd;stroke:none;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;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" | ||
146 | d="m 54.25189,25 v 18 h -14.25 v 1.5 h 30 V 43 h -14.25 V 25 Z" /> | ||
147 | <rect | ||
148 | style="fill:url(#linearGradient3577);fill-opacity:1;stroke:#545454;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
149 | id="rect3552" | ||
150 | width="4.5" | ||
151 | height="8.25" | ||
152 | x="52.751892" | ||
153 | y="30.25" /> | ||
154 | <path | ||
155 | style="fill:#000000;fill-opacity:0.125;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" | ||
156 | d="M 45,9 C 49,11 54.578805,8.5025863 55,30 55.421195,51.497414 51,60 40,60 29,60 25,58 20,50 V 75 H 65 V 9 Z" | ||
157 | id="path3554" | ||
158 | sodipodi:nodetypes="czzccccc" | ||
159 | mask="url(#mask3567)" | ||
160 | transform="matrix(0.75,0,0,0.75,25.00189,17.5)" /> | ||
161 | </g> | ||
162 | </g> | ||
163 | </svg> | ||
diff --git a/data/elementary/themes/img/key.svg b/data/elementary/themes/img/key.svg index 7168ff5e7c..a01ee858f9 100644 --- a/data/elementary/themes/img/key.svg +++ b/data/elementary/themes/img/key.svg | |||
@@ -7,16 +7,16 @@ | |||
7 | xmlns="http://www.w3.org/2000/svg" | 7 | xmlns="http://www.w3.org/2000/svg" |
8 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | 8 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |
9 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | 9 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |
10 | version="1.1" | 10 | inkscape:export-ydpi="48" |
11 | id="svg2" | ||
12 | width="80" | ||
13 | height="80" | ||
14 | viewBox="0 0 80 80" | ||
15 | sodipodi:docname="key.svg" | ||
16 | inkscape:version="1.0 (4035a4fb49, 2020-05-01)" | ||
17 | inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/key-040.png" | ||
18 | inkscape:export-xdpi="48" | 11 | inkscape:export-xdpi="48" |
19 | inkscape:export-ydpi="48"> | 12 | inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/key-040.png" |
13 | inkscape:version="1.0 (4035a4fb49, 2020-05-01)" | ||
14 | sodipodi:docname="key.svg" | ||
15 | viewBox="0 0 80 80" | ||
16 | height="80" | ||
17 | width="80" | ||
18 | id="svg2" | ||
19 | version="1.1"> | ||
20 | <metadata | 20 | <metadata |
21 | id="metadata8"> | 21 | id="metadata8"> |
22 | <rdf:RDF> | 22 | <rdf:RDF> |
@@ -32,81 +32,81 @@ | |||
32 | <defs | 32 | <defs |
33 | id="defs6"> | 33 | id="defs6"> |
34 | <mask | 34 | <mask |
35 | maskUnits="userSpaceOnUse" | 35 | id="mask947" |
36 | id="mask947"> | 36 | maskUnits="userSpaceOnUse"> |
37 | <rect | 37 | <rect |
38 | style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round" | 38 | y="5" |
39 | id="rect949" | ||
40 | width="60" | ||
41 | height="40" | ||
42 | x="10" | 39 | x="10" |
43 | y="5" /> | 40 | height="40" |
41 | width="60" | ||
42 | id="rect949" | ||
43 | style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round" /> | ||
44 | </mask> | 44 | </mask> |
45 | </defs> | 45 | </defs> |
46 | <sodipodi:namedview | 46 | <sodipodi:namedview |
47 | inkscape:document-rotation="0" | 47 | inkscape:snap-nodes="true" |
48 | pagecolor="#404040" | ||
49 | bordercolor="#666666" | ||
50 | borderopacity="1" | ||
51 | objecttolerance="10" | ||
52 | gridtolerance="10" | ||
53 | guidetolerance="10" | ||
54 | inkscape:pageopacity="0" | ||
55 | inkscape:pageshadow="2" | ||
56 | inkscape:window-width="1354" | ||
57 | inkscape:window-height="1372" | ||
58 | id="namedview4" | ||
59 | showgrid="true" | ||
60 | inkscape:zoom="8.1375" | ||
61 | inkscape:cx="40" | ||
62 | inkscape:cy="44.915515" | ||
63 | inkscape:window-x="1206" | ||
64 | inkscape:window-y="0" | ||
65 | inkscape:window-maximized="0" | ||
66 | inkscape:current-layer="g10" | ||
67 | showguides="false" | ||
68 | inkscape:snap-bbox="true" | ||
69 | inkscape:bbox-nodes="true" | ||
70 | inkscape:snap-others="false" | 48 | inkscape:snap-others="false" |
71 | inkscape:snap-nodes="true"> | 49 | inkscape:bbox-nodes="true" |
50 | inkscape:snap-bbox="true" | ||
51 | showguides="false" | ||
52 | inkscape:current-layer="g10" | ||
53 | inkscape:window-maximized="0" | ||
54 | inkscape:window-y="0" | ||
55 | inkscape:window-x="1206" | ||
56 | inkscape:cy="40" | ||
57 | inkscape:cx="40" | ||
58 | inkscape:zoom="8.1375" | ||
59 | showgrid="true" | ||
60 | id="namedview4" | ||
61 | inkscape:window-height="1372" | ||
62 | inkscape:window-width="1354" | ||
63 | inkscape:pageshadow="2" | ||
64 | inkscape:pageopacity="0" | ||
65 | guidetolerance="10" | ||
66 | gridtolerance="10" | ||
67 | objecttolerance="10" | ||
68 | borderopacity="1" | ||
69 | bordercolor="#666666" | ||
70 | pagecolor="#404040" | ||
71 | inkscape:document-rotation="0"> | ||
72 | <inkscape:grid | 72 | <inkscape:grid |
73 | type="xygrid" | 73 | id="grid837" |
74 | id="grid837" /> | 74 | type="xygrid" /> |
75 | </sodipodi:namedview> | 75 | </sodipodi:namedview> |
76 | <g | 76 | <g |
77 | inkscape:groupmode="layer" | 77 | id="g10" |
78 | inkscape:label="Image" | 78 | inkscape:label="Image" |
79 | id="g10"> | 79 | inkscape:groupmode="layer"> |
80 | <path | 80 | <path |
81 | sodipodi:nodetypes="ccccc" | 81 | style="fill:#c8c8c8;fill-opacity:1;stroke-width:1.155;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" |
82 | d="M 10,70 V 26 l 6,-16 19,40 z" | ||
82 | id="path4986" | 83 | id="path4986" |
83 | d="M 10,70 15,25 22,10 35,50 Z" | 84 | sodipodi:nodetypes="ccccc" /> |
84 | style="fill:#c8c8c8;fill-opacity:1;stroke-width:1.155;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" /> | ||
85 | <path | 85 | <path |
86 | sodipodi:nodetypes="ccccc" | 86 | style="fill:#808080;fill-opacity:1;stroke-width:1.155;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" |
87 | d="m 65,10 5,15 V 70 L 45,50 Z" | ||
87 | id="path4988" | 88 | id="path4988" |
88 | d="M 58,10 65,25 70,70 45,50 Z" | 89 | sodipodi:nodetypes="ccccc" /> |
89 | style="fill:#808080;fill-opacity:1;stroke-width:1.155;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" /> | ||
90 | <path | 90 | <path |
91 | sodipodi:nodetypes="ccccc" | 91 | style="fill:#606060;fill-opacity:1;stroke-width:1.155;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" |
92 | d="m 10,70 5,-15 h 50 l 5,15 z" | ||
92 | id="path4982" | 93 | id="path4982" |
93 | d="M 10,70 20,50 h 40 l 10,20 z" | 94 | sodipodi:nodetypes="ccccc" /> |
94 | style="fill:#606060;fill-opacity:1;stroke-width:1.155;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" /> | ||
95 | <path | 95 | <path |
96 | sodipodi:nodetypes="ccccc" | 96 | style="fill:#a0a0a0;fill-opacity:1;stroke-width:1.155;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" |
97 | d="m 16,10 -1,45 c 15,3 35,3 50,0 V 10 c -15,2 -34,2 -49,0 z" | ||
97 | id="path4990" | 98 | id="path4990" |
98 | d="m 22,10 -2,40 c 15,3 25,3 40,0 L 58,10 c -15,2 -21,2 -36,0 z" | 99 | sodipodi:nodetypes="ccccc" /> |
99 | style="fill:#a0a0a0;fill-opacity:1;stroke-width:1.155;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" /> | ||
100 | <text | 100 | <text |
101 | id="text4994" | 101 | xml:space="preserve" |
102 | y="45.925335" | 102 | style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:37.3333px;line-height:21.875px;font-family:Asap;-inkscape-font-specification:Asap;letter-spacing:0px;word-spacing:0px;fill:#202020;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
103 | x="32.208" | 103 | x="32.133347" |
104 | style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:37.3333px;line-height:21.875px;font-family:Asap;-inkscape-font-specification:Asap;letter-spacing:0px;word-spacing:0px;fill:#202020;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" | 104 | y="48.357311" |
105 | xml:space="preserve"><tspan | 105 | id="text4994"><tspan |
106 | style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:37.3333px;font-family:Asap;-inkscape-font-specification:Asap;fill:#202020;fill-opacity:1;" | 106 | sodipodi:role="line" |
107 | y="45.925335" | ||
108 | x="32.208" | ||
109 | id="tspan4992" | 107 | id="tspan4992" |
110 | sodipodi:role="line">?</tspan></text> | 108 | x="32.133347" |
109 | y="48.357311" | ||
110 | style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:37.3333px;font-family:Asap;-inkscape-font-specification:Asap;fill:#202020;fill-opacity:1">?</tspan></text> | ||
111 | </g> | 111 | </g> |
112 | </svg> | 112 | </svg> |
diff --git a/data/elementary/themes/img/keyboard.svg b/data/elementary/themes/img/keyboard.svg index b453878e21..0694c99f36 100644 --- a/data/elementary/themes/img/keyboard.svg +++ b/data/elementary/themes/img/keyboard.svg | |||
@@ -8,16 +8,16 @@ | |||
8 | xmlns:xlink="http://www.w3.org/1999/xlink" | 8 | xmlns:xlink="http://www.w3.org/1999/xlink" |
9 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | 9 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |
10 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | 10 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |
11 | version="1.1" | 11 | inkscape:export-ydpi="48" |
12 | id="svg2" | ||
13 | width="80" | ||
14 | height="80" | ||
15 | viewBox="0 0 80 80" | ||
16 | sodipodi:docname="keyboard.svg" | ||
17 | inkscape:version="1.0 (4035a4fb49, 2020-05-01)" | ||
18 | inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/keyboard-040.png" | ||
19 | inkscape:export-xdpi="48" | 12 | inkscape:export-xdpi="48" |
20 | inkscape:export-ydpi="48"> | 13 | inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/keyboard-040.png" |
14 | inkscape:version="1.0 (4035a4fb49, 2020-05-01)" | ||
15 | sodipodi:docname="keyboard.svg" | ||
16 | viewBox="0 0 80 80" | ||
17 | height="80" | ||
18 | width="80" | ||
19 | id="svg2" | ||
20 | version="1.1"> | ||
21 | <metadata | 21 | <metadata |
22 | id="metadata8"> | 22 | id="metadata8"> |
23 | <rdf:RDF> | 23 | <rdf:RDF> |
@@ -33,186 +33,496 @@ | |||
33 | <defs | 33 | <defs |
34 | id="defs6"> | 34 | id="defs6"> |
35 | <linearGradient | 35 | <linearGradient |
36 | id="linearGradient3678" | 36 | id="linearGradient7654" |
37 | inkscape:collect="always"> | 37 | inkscape:collect="always"> |
38 | <stop | 38 | <stop |
39 | id="stop3674" | 39 | id="stop7650" |
40 | offset="0" | ||
41 | style="stop-color:#808080;stop-opacity:1" /> | ||
42 | <stop | ||
43 | id="stop7652" | ||
44 | offset="1" | ||
45 | style="stop-color:#808080;stop-opacity:0" /> | ||
46 | </linearGradient> | ||
47 | <linearGradient | ||
48 | inkscape:collect="always" | ||
49 | id="linearGradient3678"> | ||
50 | <stop | ||
51 | style="stop-color:#c8c8c8;stop-opacity:1;" | ||
40 | offset="0" | 52 | offset="0" |
41 | style="stop-color:#c8c8c8;stop-opacity:1;" /> | 53 | id="stop3674" /> |
42 | <stop | 54 | <stop |
43 | id="stop3676" | 55 | style="stop-color:#c8c8c8;stop-opacity:0;" |
44 | offset="1" | 56 | offset="1" |
45 | style="stop-color:#c8c8c8;stop-opacity:0;" /> | 57 | id="stop3676" /> |
46 | </linearGradient> | 58 | </linearGradient> |
47 | <mask | 59 | <mask |
48 | maskUnits="userSpaceOnUse" | 60 | id="mask947" |
49 | id="mask947"> | 61 | maskUnits="userSpaceOnUse"> |
50 | <rect | 62 | <rect |
51 | style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round" | 63 | y="5" |
52 | id="rect949" | ||
53 | width="60" | ||
54 | height="40" | ||
55 | x="10" | 64 | x="10" |
56 | y="5" /> | 65 | height="40" |
66 | width="60" | ||
67 | id="rect949" | ||
68 | style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round" /> | ||
57 | </mask> | 69 | </mask> |
58 | <mask | 70 | <mask |
59 | id="mask3567" | 71 | maskUnits="userSpaceOnUse" |
60 | maskUnits="userSpaceOnUse"> | 72 | id="mask3567"> |
61 | <path | 73 | <path |
62 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" | 74 | sodipodi:nodetypes="zzzzz" |
63 | d="M 40,10 C 19,10 20,17.832395 20,30 20,42.167605 19,70 40,70 61,70 60,42.167605 60,30 60,17.832395 61,10 40,10 Z" | ||
64 | id="path3569" | 75 | id="path3569" |
65 | sodipodi:nodetypes="zzzzz" /> | 76 | d="M 40,10 C 19,10 20,17.832395 20,30 20,42.167605 19,70 40,70 61,70 60,42.167605 60,30 60,17.832395 61,10 40,10 Z" |
77 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | ||
66 | </mask> | 78 | </mask> |
67 | <linearGradient | 79 | <linearGradient |
68 | gradientUnits="userSpaceOnUse" | 80 | gradientTransform="matrix(1,0,0,0.93333333,0,0.66666667)" |
81 | inkscape:collect="always" | ||
82 | xlink:href="#linearGradient3678" | ||
83 | id="linearGradient3680" | ||
84 | x1="50" | ||
85 | y1="40" | ||
86 | x2="70" | ||
87 | y2="40" | ||
88 | gradientUnits="userSpaceOnUse" /> | ||
89 | <linearGradient | ||
90 | gradientTransform="matrix(1,0,0,0.06666667,0,65.333333)" | ||
69 | y2="40" | 91 | y2="40" |
70 | x2="70" | 92 | x2="70" |
71 | y1="40" | 93 | y1="40" |
72 | x1="50" | 94 | x1="50" |
73 | id="linearGradient3680" | 95 | gradientUnits="userSpaceOnUse" |
74 | xlink:href="#linearGradient3678" | 96 | id="linearGradient7648" |
97 | xlink:href="#linearGradient7654" | ||
75 | inkscape:collect="always" /> | 98 | inkscape:collect="always" /> |
76 | </defs> | 99 | </defs> |
77 | <sodipodi:namedview | 100 | <sodipodi:namedview |
78 | inkscape:document-rotation="0" | 101 | inkscape:bbox-paths="true" |
79 | pagecolor="#404040" | ||
80 | bordercolor="#666666" | ||
81 | borderopacity="1" | ||
82 | objecttolerance="10" | ||
83 | gridtolerance="10" | ||
84 | guidetolerance="10" | ||
85 | inkscape:pageopacity="0" | ||
86 | inkscape:pageshadow="2" | ||
87 | inkscape:window-width="1920" | ||
88 | inkscape:window-height="1017" | ||
89 | id="namedview4" | ||
90 | showgrid="true" | ||
91 | inkscape:zoom="10.4625" | ||
92 | inkscape:cx="40" | ||
93 | inkscape:cy="40" | ||
94 | inkscape:window-x="0" | ||
95 | inkscape:window-y="0" | ||
96 | inkscape:window-maximized="0" | ||
97 | inkscape:current-layer="g10" | ||
98 | showguides="false" | ||
99 | inkscape:snap-bbox="true" | ||
100 | inkscape:bbox-nodes="true" | ||
101 | inkscape:snap-others="false" | ||
102 | inkscape:snap-nodes="true" | 102 | inkscape:snap-nodes="true" |
103 | inkscape:bbox-paths="true"> | 103 | inkscape:snap-others="false" |
104 | inkscape:bbox-nodes="true" | ||
105 | inkscape:snap-bbox="true" | ||
106 | showguides="false" | ||
107 | inkscape:current-layer="g10" | ||
108 | inkscape:window-maximized="0" | ||
109 | inkscape:window-y="0" | ||
110 | inkscape:window-x="1206" | ||
111 | inkscape:cy="40" | ||
112 | inkscape:cx="40" | ||
113 | inkscape:zoom="8.1375" | ||
114 | showgrid="true" | ||
115 | id="namedview4" | ||
116 | inkscape:window-height="1372" | ||
117 | inkscape:window-width="1354" | ||
118 | inkscape:pageshadow="2" | ||
119 | inkscape:pageopacity="0" | ||
120 | guidetolerance="10" | ||
121 | gridtolerance="10" | ||
122 | objecttolerance="10" | ||
123 | borderopacity="1" | ||
124 | bordercolor="#666666" | ||
125 | pagecolor="#404040" | ||
126 | inkscape:document-rotation="0"> | ||
104 | <inkscape:grid | 127 | <inkscape:grid |
105 | type="xygrid" | 128 | id="grid837" |
106 | id="grid837" /> | 129 | type="xygrid" /> |
107 | </sodipodi:namedview> | 130 | </sodipodi:namedview> |
108 | <g | 131 | <g |
109 | inkscape:groupmode="layer" | 132 | id="g10" |
110 | inkscape:label="Image" | 133 | inkscape:label="Image" |
111 | id="g10"> | 134 | inkscape:groupmode="layer"> |
112 | <rect | 135 | <rect |
113 | y="10" | 136 | style="fill:url(#linearGradient3680);fill-opacity:1;stroke:none;stroke-width:1.93218;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
114 | x="10" | ||
115 | height="60" | ||
116 | width="60" | ||
117 | id="rect3618" | 137 | id="rect3618" |
118 | style="fill:url(#linearGradient3680);fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> | 138 | width="60" |
139 | height="56" | ||
140 | x="10" | ||
141 | y="10" /> | ||
119 | <rect | 142 | <rect |
120 | style="fill:#dcdcdc;fill-opacity:1;stroke:#545454;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | 143 | y="12" |
144 | x="12" | ||
145 | height="10" | ||
146 | width="10" | ||
121 | id="rect3620" | 147 | id="rect3620" |
148 | style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> | ||
149 | <rect | ||
150 | style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
151 | id="rect3622" | ||
122 | width="10" | 152 | width="10" |
123 | height="10" | 153 | height="10" |
124 | x="14" | 154 | x="26" |
125 | y="14" /> | 155 | y="12" /> |
126 | <rect | 156 | <rect |
127 | y="14" | 157 | y="12" |
128 | x="28" | 158 | x="40" |
129 | height="10" | 159 | height="10" |
130 | width="10" | 160 | width="10" |
131 | id="rect3622" | ||
132 | style="fill:#dcdcdc;fill-opacity:1;stroke:#545454;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> | ||
133 | <rect | ||
134 | style="fill:#dcdcdc;fill-opacity:1;stroke:#545454;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
135 | id="rect3624" | 161 | id="rect3624" |
162 | style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> | ||
163 | <rect | ||
164 | style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
165 | id="rect3626" | ||
136 | width="10" | 166 | width="10" |
137 | height="10" | 167 | height="10" |
138 | x="42" | 168 | x="54" |
139 | y="14" /> | 169 | y="12" /> |
140 | <rect | 170 | <rect |
141 | y="14" | 171 | y="26" |
142 | x="56" | 172 | x="12" |
143 | height="10" | 173 | height="10" |
144 | width="10" | 174 | width="10" |
145 | id="rect3626" | ||
146 | style="fill:#dcdcdc;fill-opacity:1;stroke:#545454;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> | ||
147 | <rect | ||
148 | style="fill:#dcdcdc;fill-opacity:1;stroke:#545454;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
149 | id="rect3628" | 175 | id="rect3628" |
150 | width="10" | 176 | style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> |
151 | height="10" | ||
152 | x="14" | ||
153 | y="28" /> | ||
154 | <rect | 177 | <rect |
155 | y="42" | 178 | style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
156 | x="14" | ||
157 | height="10" | ||
158 | width="17" | ||
159 | id="rect3630" | 179 | id="rect3630" |
160 | style="fill:#dcdcdc;fill-opacity:1;stroke:#545454;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> | 180 | width="17" |
161 | <rect | ||
162 | y="28" | ||
163 | x="28" | ||
164 | height="10" | 181 | height="10" |
165 | width="10" | 182 | x="12" |
166 | id="rect3658" | 183 | y="40" /> |
167 | style="fill:#dcdcdc;fill-opacity:1;stroke:#545454;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> | ||
168 | <rect | 184 | <rect |
169 | style="fill:#dcdcdc;fill-opacity:1;stroke:#545454;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | 185 | style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
170 | id="rect3660" | 186 | id="rect3658" |
171 | width="10" | 187 | width="10" |
172 | height="10" | 188 | height="10" |
173 | x="42" | 189 | x="26" |
174 | y="28" /> | 190 | y="26" /> |
175 | <rect | 191 | <rect |
176 | y="28" | 192 | y="26" |
177 | x="56" | 193 | x="40" |
178 | height="10" | 194 | height="10" |
179 | width="10" | 195 | width="10" |
180 | id="rect3662" | 196 | id="rect3660" |
181 | style="fill:#dcdcdc;fill-opacity:1;stroke:#545454;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> | 197 | style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> |
182 | <rect | 198 | <rect |
183 | style="fill:#dcdcdc;fill-opacity:1;stroke:#545454;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | 199 | style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
184 | id="rect3664" | 200 | id="rect3662" |
185 | width="10" | 201 | width="10" |
186 | height="10" | 202 | height="10" |
187 | x="35" | 203 | x="54" |
188 | y="42" /> | 204 | y="26" /> |
189 | <rect | 205 | <rect |
190 | y="42" | 206 | y="40" |
191 | x="49" | 207 | x="33" |
192 | height="10" | 208 | height="10" |
193 | width="10" | 209 | width="10" |
210 | id="rect3664" | ||
211 | style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> | ||
212 | <rect | ||
213 | style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
194 | id="rect3666" | 214 | id="rect3666" |
195 | style="fill:#dcdcdc;fill-opacity:1;stroke:#545454;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> | 215 | width="10" |
216 | height="10" | ||
217 | x="47" | ||
218 | y="40" /> | ||
196 | <rect | 219 | <rect |
197 | style="fill:#dcdcdc;fill-opacity:1;stroke:#545454;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | 220 | y="54" |
198 | id="rect3668" | 221 | x="12" |
222 | height="10" | ||
199 | width="24" | 223 | width="24" |
224 | id="rect3668" | ||
225 | style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> | ||
226 | <rect | ||
227 | style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
228 | id="rect3670" | ||
229 | width="10" | ||
200 | height="10" | 230 | height="10" |
201 | x="14" | 231 | x="40" |
202 | y="56" /> | 232 | y="54" /> |
203 | <rect | 233 | <rect |
204 | y="56" | 234 | y="54" |
205 | x="42" | 235 | x="54" |
206 | height="10" | 236 | height="10" |
207 | width="10" | 237 | width="10" |
208 | id="rect3670" | ||
209 | style="fill:#dcdcdc;fill-opacity:1;stroke:#545454;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> | ||
210 | <rect | ||
211 | style="fill:#dcdcdc;fill-opacity:1;stroke:#545454;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
212 | id="rect3672" | 238 | id="rect3672" |
213 | width="10" | 239 | style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> |
214 | height="10" | 240 | <path |
215 | x="56" | 241 | sodipodi:nodetypes="ccccc" |
216 | y="56" /> | 242 | id="path4986" |
243 | d="m 13,21 v -8 l 1,-1 2.381944,6.361111 z" | ||
244 | style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" /> | ||
245 | <path | ||
246 | sodipodi:nodetypes="ccccc" | ||
247 | id="path4988" | ||
248 | d="m 20,12 1,1 v 8 l -3.298611,-2.638889 z" | ||
249 | style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" /> | ||
250 | <path | ||
251 | sodipodi:nodetypes="ccccc" | ||
252 | id="path4982" | ||
253 | d="m 13,21 1,-2 h 6 l 1,2 z" | ||
254 | style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" /> | ||
255 | <path | ||
256 | sodipodi:nodetypes="ccccc" | ||
257 | id="path4990" | ||
258 | d="m 14,12 v 7 c 1.979166,0.395833 4.020833,0.395833 6,0 v -7 c -1.979167,0.263889 -4.020833,0.263889 -6,0 z" | ||
259 | style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" /> | ||
260 | <path | ||
261 | style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
262 | d="m 27,21 v -8 l 1,-1 2.381944,6.361111 z" | ||
263 | id="path4986-3" | ||
264 | sodipodi:nodetypes="ccccc" /> | ||
265 | <path | ||
266 | style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
267 | d="m 34,12 1,1 v 8 l -3.298611,-2.638889 z" | ||
268 | id="path4988-0" | ||
269 | sodipodi:nodetypes="ccccc" /> | ||
270 | <path | ||
271 | style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
272 | d="m 27,21 1,-2 h 6 l 1,2 z" | ||
273 | id="path4982-3" | ||
274 | sodipodi:nodetypes="ccccc" /> | ||
275 | <path | ||
276 | style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
277 | d="m 28,12 v 7 c 1.979166,0.395833 4.020833,0.395833 6,0 v -7 c -1.979167,0.263889 -4.020833,0.263889 -6,0 z" | ||
278 | id="path4990-3" | ||
279 | sodipodi:nodetypes="ccccc" /> | ||
280 | <path | ||
281 | style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
282 | d="m 41,21 v -8 l 1,-1 2.381944,6.361111 z" | ||
283 | id="path4986-7" | ||
284 | sodipodi:nodetypes="ccccc" /> | ||
285 | <path | ||
286 | style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
287 | d="m 48,12 1,1 v 8 l -3.298611,-2.638889 z" | ||
288 | id="path4988-9" | ||
289 | sodipodi:nodetypes="ccccc" /> | ||
290 | <path | ||
291 | style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
292 | d="m 41,21 1,-2 h 6 l 1,2 z" | ||
293 | id="path4982-4" | ||
294 | sodipodi:nodetypes="ccccc" /> | ||
295 | <path | ||
296 | style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
297 | d="m 42,12 v 7 c 1.979166,0.395833 4.020833,0.395833 6,0 v -7 c -1.979167,0.263889 -4.020833,0.263889 -6,0 z" | ||
298 | id="path4990-9" | ||
299 | sodipodi:nodetypes="ccccc" /> | ||
300 | <path | ||
301 | style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
302 | d="m 55,21 v -8 l 1,-1 2.381944,6.361111 z" | ||
303 | id="path4986-9" | ||
304 | sodipodi:nodetypes="ccccc" /> | ||
305 | <path | ||
306 | style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
307 | d="m 62,12 1,1 v 8 l -3.298611,-2.638889 z" | ||
308 | id="path4988-1" | ||
309 | sodipodi:nodetypes="ccccc" /> | ||
310 | <path | ||
311 | style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
312 | d="m 55,21 1,-2 h 6 l 1,2 z" | ||
313 | id="path4982-9" | ||
314 | sodipodi:nodetypes="ccccc" /> | ||
315 | <path | ||
316 | style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
317 | d="m 56,12 v 7 c 1.979166,0.395833 4.020833,0.395833 6,0 v -7 c -1.979167,0.263889 -4.020833,0.263889 -6,0 z" | ||
318 | id="path4990-4" | ||
319 | sodipodi:nodetypes="ccccc" /> | ||
320 | <path | ||
321 | style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
322 | d="m 13,35 v -8 l 1,-1 2.381944,6.361111 z" | ||
323 | id="path4986-2" | ||
324 | sodipodi:nodetypes="ccccc" /> | ||
325 | <path | ||
326 | style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
327 | d="m 20,26 1,1 v 8 l -3.298611,-2.638889 z" | ||
328 | id="path4988-06" | ||
329 | sodipodi:nodetypes="ccccc" /> | ||
330 | <path | ||
331 | style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
332 | d="m 13,35 1,-2 h 6 l 1,2 z" | ||
333 | id="path4982-5" | ||
334 | sodipodi:nodetypes="ccccc" /> | ||
335 | <path | ||
336 | style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
337 | d="m 14,26 v 7 c 1.979166,0.395833 4.020833,0.395833 6,0 v -7 c -1.979167,0.263889 -4.020833,0.263889 -6,0 z" | ||
338 | id="path4990-95" | ||
339 | sodipodi:nodetypes="ccccc" /> | ||
340 | <path | ||
341 | style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
342 | d="m 27,35 v -8 l 1,-1 2.381944,6.361111 z" | ||
343 | id="path4986-6" | ||
344 | sodipodi:nodetypes="ccccc" /> | ||
345 | <path | ||
346 | style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
347 | d="m 34,26 1,1 v 8 l -3.298611,-2.638889 z" | ||
348 | id="path4988-11" | ||
349 | sodipodi:nodetypes="ccccc" /> | ||
350 | <path | ||
351 | style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
352 | d="m 27,35 1,-2 h 6 l 1,2 z" | ||
353 | id="path4982-43" | ||
354 | sodipodi:nodetypes="ccccc" /> | ||
355 | <path | ||
356 | style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
357 | d="m 28,26 v 7 c 1.979166,0.395833 4.020833,0.395833 6,0 v -7 c -1.979167,0.263889 -4.020833,0.263889 -6,0 z" | ||
358 | id="path4990-7" | ||
359 | sodipodi:nodetypes="ccccc" /> | ||
360 | <path | ||
361 | style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
362 | d="m 41,35 v -8 l 1,-1 2.381944,6.361111 z" | ||
363 | id="path4986-27" | ||
364 | sodipodi:nodetypes="ccccc" /> | ||
365 | <path | ||
366 | style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
367 | d="m 48,26 1,1 v 8 l -3.298611,-2.638889 z" | ||
368 | id="path4988-3" | ||
369 | sodipodi:nodetypes="ccccc" /> | ||
370 | <path | ||
371 | style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
372 | d="m 41,35 1,-2 h 6 l 1,2 z" | ||
373 | id="path4982-39" | ||
374 | sodipodi:nodetypes="ccccc" /> | ||
375 | <path | ||
376 | style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
377 | d="m 42,26 v 7 c 1.979166,0.395833 4.020833,0.395833 6,0 v -7 c -1.979167,0.263889 -4.020833,0.263889 -6,0 z" | ||
378 | id="path4990-2" | ||
379 | sodipodi:nodetypes="ccccc" /> | ||
380 | <path | ||
381 | style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
382 | d="m 55,35 v -8 l 1,-1 2.381944,6.361111 z" | ||
383 | id="path4986-4" | ||
384 | sodipodi:nodetypes="ccccc" /> | ||
385 | <path | ||
386 | style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
387 | d="m 62,26 1,1 v 8 l -3.298611,-2.638889 z" | ||
388 | id="path4988-4" | ||
389 | sodipodi:nodetypes="ccccc" /> | ||
390 | <path | ||
391 | style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
392 | d="m 55,35 1,-2 h 6 l 1,2 z" | ||
393 | id="path4982-49" | ||
394 | sodipodi:nodetypes="ccccc" /> | ||
395 | <path | ||
396 | style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
397 | d="m 56,26 v 7 c 1.979166,0.395833 4.020833,0.395833 6,0 v -7 c -1.979167,0.263889 -4.020833,0.263889 -6,0 z" | ||
398 | id="path4990-93" | ||
399 | sodipodi:nodetypes="ccccc" /> | ||
400 | <path | ||
401 | style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
402 | d="m 13,49 v -8 l 1,-1 2.381944,6.361111 z" | ||
403 | id="path4986-8" | ||
404 | sodipodi:nodetypes="ccccc" /> | ||
405 | <path | ||
406 | style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
407 | d="m 27,40 1,1 v 8 l -3,-3 z" | ||
408 | id="path4988-32" | ||
409 | sodipodi:nodetypes="ccccc" /> | ||
410 | <path | ||
411 | style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
412 | d="m 13,49 1,-2 h 13 l 1,2 z" | ||
413 | id="path4982-95" | ||
414 | sodipodi:nodetypes="ccccc" /> | ||
415 | <path | ||
416 | style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
417 | d="m 14,40 v 7 c 1.979166,0.395833 11.020833,0.395833 13,0 v -7 c -1.979167,0.263889 -11.020833,0.263889 -13,0 z" | ||
418 | id="path4990-43" | ||
419 | sodipodi:nodetypes="ccccc" /> | ||
420 | <path | ||
421 | style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
422 | d="m 34,49 v -8 l 1,-1 2.381944,6.361111 z" | ||
423 | id="path4986-94" | ||
424 | sodipodi:nodetypes="ccccc" /> | ||
425 | <path | ||
426 | style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
427 | d="m 41,40 1,1 v 8 l -3.298611,-2.638889 z" | ||
428 | id="path4988-95" | ||
429 | sodipodi:nodetypes="ccccc" /> | ||
430 | <path | ||
431 | style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
432 | d="m 34,49 1,-2 h 6 l 1,2 z" | ||
433 | id="path4982-57" | ||
434 | sodipodi:nodetypes="ccccc" /> | ||
435 | <path | ||
436 | style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
437 | d="m 35,40 v 7 c 1.979166,0.395833 4.020833,0.395833 6,0 v -7 c -1.979167,0.263889 -4.020833,0.263889 -6,0 z" | ||
438 | id="path4990-39" | ||
439 | sodipodi:nodetypes="ccccc" /> | ||
440 | <path | ||
441 | style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
442 | d="m 48,49 v -8 l 1,-1 2.381944,6.361111 z" | ||
443 | id="path4986-0" | ||
444 | sodipodi:nodetypes="ccccc" /> | ||
445 | <path | ||
446 | style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
447 | d="m 55,40 1,1 v 8 l -3.298611,-2.638889 z" | ||
448 | id="path4988-7" | ||
449 | sodipodi:nodetypes="ccccc" /> | ||
450 | <path | ||
451 | style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
452 | d="m 48,49 1,-2 h 6 l 1,2 z" | ||
453 | id="path4982-2" | ||
454 | sodipodi:nodetypes="ccccc" /> | ||
455 | <path | ||
456 | style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
457 | d="m 49,40 v 7 c 1.979166,0.395833 4.020833,0.395833 6,0 v -7 c -1.979167,0.263889 -4.020833,0.263889 -6,0 z" | ||
458 | id="path4990-72" | ||
459 | sodipodi:nodetypes="ccccc" /> | ||
460 | <path | ||
461 | style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
462 | d="m 41,63 v -8 l 1,-1 2.381944,6.361111 z" | ||
463 | id="path4986-90" | ||
464 | sodipodi:nodetypes="ccccc" /> | ||
465 | <path | ||
466 | style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
467 | d="m 48,54 1,1 v 8 l -3.298611,-2.638889 z" | ||
468 | id="path4988-5" | ||
469 | sodipodi:nodetypes="ccccc" /> | ||
470 | <path | ||
471 | style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
472 | d="m 41,63 1,-2 h 6 l 1,2 z" | ||
473 | id="path4982-0" | ||
474 | sodipodi:nodetypes="ccccc" /> | ||
475 | <path | ||
476 | style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
477 | d="m 42,54 v 7 c 1.979166,0.395833 4.020833,0.395833 6,0 v -7 c -1.979167,0.263889 -4.020833,0.263889 -6,0 z" | ||
478 | id="path4990-41" | ||
479 | sodipodi:nodetypes="ccccc" /> | ||
480 | <path | ||
481 | style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
482 | d="m 55,63 v -8 l 1,-1 2.381944,6.361111 z" | ||
483 | id="path4986-79" | ||
484 | sodipodi:nodetypes="ccccc" /> | ||
485 | <path | ||
486 | style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
487 | d="m 62,54 1,1 v 8 l -3.298611,-2.638889 z" | ||
488 | id="path4988-36" | ||
489 | sodipodi:nodetypes="ccccc" /> | ||
490 | <path | ||
491 | style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
492 | d="m 55,63 1,-2 h 6 l 1,2 z" | ||
493 | id="path4982-21" | ||
494 | sodipodi:nodetypes="ccccc" /> | ||
495 | <path | ||
496 | style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
497 | d="m 56,54 v 7 c 1.979166,0.395833 4.020833,0.395833 6,0 v -7 c -1.979167,0.263889 -4.020833,0.263889 -6,0 z" | ||
498 | id="path4990-25" | ||
499 | sodipodi:nodetypes="ccccc" /> | ||
500 | <path | ||
501 | style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
502 | d="m 13,63 v -8 l 1,-1 2.381944,6.361111 z" | ||
503 | id="path4986-39" | ||
504 | sodipodi:nodetypes="ccccc" /> | ||
505 | <path | ||
506 | style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
507 | d="m 34,54 1,1 v 8 l -3,-3 z" | ||
508 | id="path4988-18" | ||
509 | sodipodi:nodetypes="ccccc" /> | ||
510 | <path | ||
511 | style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
512 | d="m 13,63 1,-2 h 20 l 1,2 z" | ||
513 | id="path4982-8" | ||
514 | sodipodi:nodetypes="ccccc" /> | ||
515 | <path | ||
516 | style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" | ||
517 | d="m 14,54 v 7 c 1.979166,0.395833 18.020833,0.395833 20,0 v -7 c -1.979167,0.263889 -18.020833,0.263889 -20,0 z" | ||
518 | id="path4990-70" | ||
519 | sodipodi:nodetypes="ccccc" /> | ||
520 | <rect | ||
521 | y="66" | ||
522 | x="10" | ||
523 | height="4" | ||
524 | width="60" | ||
525 | id="rect7646" | ||
526 | style="fill:url(#linearGradient7648);fill-opacity:1;stroke:none;stroke-width:0.516398;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> | ||
217 | </g> | 527 | </g> |
218 | </svg> | 528 | </svg> |