kitchen-simulator 11.30.1 → 11.30.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/assets/img/svg/accessories.svg +4 -4
- package/es/assets/img/svg/bottombar/elevation-back.svg +6 -6
- package/es/assets/img/svg/bottombar/elevation-front.svg +6 -6
- package/es/assets/img/svg/bottombar/elevation-left.svg +6 -6
- package/es/assets/img/svg/bottombar/elevation-right.svg +7 -7
- package/es/assets/img/svg/bottombar/elevation.svg +13 -13
- package/es/assets/img/svg/detail.svg +77 -77
- package/es/assets/img/svg/filtersActive.svg +19 -19
- package/es/assets/img/svg/invert.svg +12 -12
- package/es/assets/img/svg/menubar/login.svg +84 -84
- package/es/assets/img/svg/menubar/my_projects.svg +85 -85
- package/es/assets/img/svg/menubar/new_project.svg +110 -110
- package/es/assets/img/svg/menubar/save_project.svg +84 -84
- package/es/assets/img/svg/options.svg +3 -3
- package/es/assets/img/svg/positioning.svg +3 -3
- package/es/assets/img/svg/toggleFilters.svg +19 -19
- package/es/assets/img/svg/toolbar/shopping-cart.svg +13 -13
- package/es/assets/img/svg/wizardstep/detail_view.svg +87 -87
- package/es/assets/img/svg/wizardstep/tile_view.svg +95 -95
- package/es/class/vertex.js +7 -1
- package/es/components/viewer3d/camera-controls-module/camera-controls.module.js +556 -556
- package/es/mappings/external-events/mapExternalEventPayload.js +4 -4
- package/es/mappings/external-events/mappers/addItemMapper.js +9 -9
- package/es/shared/domain/asset/sanitize-asset-url.js +5 -5
- package/es/shared/math/line-metrics.js +11 -11
- package/es/utils/skinPanelEngine.js +14 -14
- package/lib/assets/img/svg/accessories.svg +4 -4
- package/lib/assets/img/svg/bottombar/elevation-back.svg +6 -6
- package/lib/assets/img/svg/bottombar/elevation-front.svg +6 -6
- package/lib/assets/img/svg/bottombar/elevation-left.svg +6 -6
- package/lib/assets/img/svg/bottombar/elevation-right.svg +7 -7
- package/lib/assets/img/svg/bottombar/elevation.svg +13 -13
- package/lib/assets/img/svg/detail.svg +77 -77
- package/lib/assets/img/svg/filtersActive.svg +19 -19
- package/lib/assets/img/svg/invert.svg +12 -12
- package/lib/assets/img/svg/menubar/login.svg +84 -84
- package/lib/assets/img/svg/menubar/my_projects.svg +85 -85
- package/lib/assets/img/svg/menubar/new_project.svg +110 -110
- package/lib/assets/img/svg/menubar/save_project.svg +84 -84
- package/lib/assets/img/svg/options.svg +3 -3
- package/lib/assets/img/svg/positioning.svg +3 -3
- package/lib/assets/img/svg/toggleFilters.svg +19 -19
- package/lib/assets/img/svg/toolbar/shopping-cart.svg +13 -13
- package/lib/assets/img/svg/wizardstep/detail_view.svg +87 -87
- package/lib/assets/img/svg/wizardstep/tile_view.svg +95 -95
- package/lib/class/vertex.js +7 -1
- package/lib/components/viewer3d/camera-controls-module/camera-controls.module.js +556 -556
- package/lib/mappings/external-events/mapExternalEventPayload.js +4 -4
- package/lib/mappings/external-events/mappers/addItemMapper.js +9 -9
- package/lib/shared/domain/asset/sanitize-asset-url.js +5 -5
- package/lib/shared/math/line-metrics.js +11 -11
- package/lib/utils/skinPanelEngine.js +14 -14
- package/package.json +1 -1
|
@@ -1,84 +1,84 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
-
|
|
4
|
-
<svg
|
|
5
|
-
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
6
|
-
xmlns:cc="http://creativecommons.org/ns#"
|
|
7
|
-
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
8
|
-
xmlns:svg="http://www.w3.org/2000/svg"
|
|
9
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
-
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
11
|
-
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
12
|
-
width="14"
|
|
13
|
-
height="20"
|
|
14
|
-
id="svg60766"
|
|
15
|
-
version="1.1"
|
|
16
|
-
inkscape:version="0.48.4 r9939"
|
|
17
|
-
sodipodi:docname="New document 2">
|
|
18
|
-
<defs
|
|
19
|
-
id="defs60768">
|
|
20
|
-
<clipPath
|
|
21
|
-
id="clip96_0_1">
|
|
22
|
-
<rect
|
|
23
|
-
style="fill:#ffffff"
|
|
24
|
-
y="0"
|
|
25
|
-
x="0"
|
|
26
|
-
width="24"
|
|
27
|
-
height="24"
|
|
28
|
-
transform="translate(2080,835.725)"
|
|
29
|
-
id="rect44351" />
|
|
30
|
-
</clipPath>
|
|
31
|
-
</defs>
|
|
32
|
-
<sodipodi:namedview
|
|
33
|
-
id="base"
|
|
34
|
-
pagecolor="#ffffff"
|
|
35
|
-
bordercolor="#666666"
|
|
36
|
-
borderopacity="1.0"
|
|
37
|
-
inkscape:pageopacity="0.0"
|
|
38
|
-
inkscape:pageshadow="2"
|
|
39
|
-
inkscape:zoom="11.197802"
|
|
40
|
-
inkscape:cx="16"
|
|
41
|
-
inkscape:cy="16"
|
|
42
|
-
inkscape:current-layer="g856"
|
|
43
|
-
showgrid="true"
|
|
44
|
-
inkscape:grid-bbox="true"
|
|
45
|
-
inkscape:document-units="px"
|
|
46
|
-
inkscape:window-width="1920"
|
|
47
|
-
inkscape:window-height="1017"
|
|
48
|
-
inkscape:window-x="-8"
|
|
49
|
-
inkscape:window-y="-8"
|
|
50
|
-
inkscape:window-maximized="1" />
|
|
51
|
-
<metadata
|
|
52
|
-
id="metadata60771">
|
|
53
|
-
<rdf:RDF>
|
|
54
|
-
<cc:Work
|
|
55
|
-
rdf:about="">
|
|
56
|
-
<dc:format>image/svg+xml</dc:format>
|
|
57
|
-
<dc:type
|
|
58
|
-
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
59
|
-
<dc:title></dc:title>
|
|
60
|
-
</cc:Work>
|
|
61
|
-
</rdf:RDF>
|
|
62
|
-
</metadata>
|
|
63
|
-
<g
|
|
64
|
-
id="layer1"
|
|
65
|
-
inkscape:label="Layer 1"
|
|
66
|
-
inkscape:groupmode="layer"
|
|
67
|
-
transform="translate(0,-12)">
|
|
68
|
-
<g
|
|
69
|
-
transform="translate(-2085,-825.725)"
|
|
70
|
-
clip-path="url(#clip96_0_1)"
|
|
71
|
-
id="g856">
|
|
72
|
-
<path
|
|
73
|
-
style="fill:none;stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
|
|
74
|
-
inkscape:connector-curvature="0"
|
|
75
|
-
d="m 2088,842.725 c 0,1.061 0.42,2.078 1.17,2.829 0.75,0.75 1.77,1.171 2.83,1.171 1.06,0 2.08,-0.421 2.83,-1.171 0.75,-0.751 1.17,-1.768 1.17,-2.829 0,-1.061 -0.42,-2.078 -1.17,-2.828 -0.75,-0.75 -1.77,-1.172 -2.83,-1.172 -1.06,0 -2.08,0.422 -2.83,1.172 -0.75,0.75 -1.17,1.767 -1.17,2.828 z"
|
|
76
|
-
id="path858" />
|
|
77
|
-
<path
|
|
78
|
-
style="fill:none;stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
|
|
79
|
-
inkscape:connector-curvature="0"
|
|
80
|
-
d="m 2086,856.725 v -2 c 0,-1.061 0.42,-2.078 1.17,-2.828 0.75,-0.75 1.77,-1.172 2.83,-1.172 h 4 c 1.06,0 2.08,0.422 2.83,1.172 0.75,0.75 1.17,1.767 1.17,2.828 v 2"
|
|
81
|
-
id="path860" />
|
|
82
|
-
</g>
|
|
83
|
-
</g>
|
|
84
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
11
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
12
|
+
width="14"
|
|
13
|
+
height="20"
|
|
14
|
+
id="svg60766"
|
|
15
|
+
version="1.1"
|
|
16
|
+
inkscape:version="0.48.4 r9939"
|
|
17
|
+
sodipodi:docname="New document 2">
|
|
18
|
+
<defs
|
|
19
|
+
id="defs60768">
|
|
20
|
+
<clipPath
|
|
21
|
+
id="clip96_0_1">
|
|
22
|
+
<rect
|
|
23
|
+
style="fill:#ffffff"
|
|
24
|
+
y="0"
|
|
25
|
+
x="0"
|
|
26
|
+
width="24"
|
|
27
|
+
height="24"
|
|
28
|
+
transform="translate(2080,835.725)"
|
|
29
|
+
id="rect44351" />
|
|
30
|
+
</clipPath>
|
|
31
|
+
</defs>
|
|
32
|
+
<sodipodi:namedview
|
|
33
|
+
id="base"
|
|
34
|
+
pagecolor="#ffffff"
|
|
35
|
+
bordercolor="#666666"
|
|
36
|
+
borderopacity="1.0"
|
|
37
|
+
inkscape:pageopacity="0.0"
|
|
38
|
+
inkscape:pageshadow="2"
|
|
39
|
+
inkscape:zoom="11.197802"
|
|
40
|
+
inkscape:cx="16"
|
|
41
|
+
inkscape:cy="16"
|
|
42
|
+
inkscape:current-layer="g856"
|
|
43
|
+
showgrid="true"
|
|
44
|
+
inkscape:grid-bbox="true"
|
|
45
|
+
inkscape:document-units="px"
|
|
46
|
+
inkscape:window-width="1920"
|
|
47
|
+
inkscape:window-height="1017"
|
|
48
|
+
inkscape:window-x="-8"
|
|
49
|
+
inkscape:window-y="-8"
|
|
50
|
+
inkscape:window-maximized="1" />
|
|
51
|
+
<metadata
|
|
52
|
+
id="metadata60771">
|
|
53
|
+
<rdf:RDF>
|
|
54
|
+
<cc:Work
|
|
55
|
+
rdf:about="">
|
|
56
|
+
<dc:format>image/svg+xml</dc:format>
|
|
57
|
+
<dc:type
|
|
58
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
59
|
+
<dc:title></dc:title>
|
|
60
|
+
</cc:Work>
|
|
61
|
+
</rdf:RDF>
|
|
62
|
+
</metadata>
|
|
63
|
+
<g
|
|
64
|
+
id="layer1"
|
|
65
|
+
inkscape:label="Layer 1"
|
|
66
|
+
inkscape:groupmode="layer"
|
|
67
|
+
transform="translate(0,-12)">
|
|
68
|
+
<g
|
|
69
|
+
transform="translate(-2085,-825.725)"
|
|
70
|
+
clip-path="url(#clip96_0_1)"
|
|
71
|
+
id="g856">
|
|
72
|
+
<path
|
|
73
|
+
style="fill:none;stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
|
|
74
|
+
inkscape:connector-curvature="0"
|
|
75
|
+
d="m 2088,842.725 c 0,1.061 0.42,2.078 1.17,2.829 0.75,0.75 1.77,1.171 2.83,1.171 1.06,0 2.08,-0.421 2.83,-1.171 0.75,-0.751 1.17,-1.768 1.17,-2.829 0,-1.061 -0.42,-2.078 -1.17,-2.828 -0.75,-0.75 -1.77,-1.172 -2.83,-1.172 -1.06,0 -2.08,0.422 -2.83,1.172 -0.75,0.75 -1.17,1.767 -1.17,2.828 z"
|
|
76
|
+
id="path858" />
|
|
77
|
+
<path
|
|
78
|
+
style="fill:none;stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
|
|
79
|
+
inkscape:connector-curvature="0"
|
|
80
|
+
d="m 2086,856.725 v -2 c 0,-1.061 0.42,-2.078 1.17,-2.828 0.75,-0.75 1.77,-1.172 2.83,-1.172 h 4 c 1.06,0 2.08,0.422 2.83,1.172 0.75,0.75 1.17,1.767 1.17,2.828 v 2"
|
|
81
|
+
id="path860" />
|
|
82
|
+
</g>
|
|
83
|
+
</g>
|
|
84
|
+
</svg>
|
|
@@ -1,85 +1,85 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
-
|
|
4
|
-
<svg
|
|
5
|
-
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
6
|
-
xmlns:cc="http://creativecommons.org/ns#"
|
|
7
|
-
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
8
|
-
xmlns:svg="http://www.w3.org/2000/svg"
|
|
9
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
-
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
11
|
-
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
12
|
-
width="20"
|
|
13
|
-
height="19"
|
|
14
|
-
id="svg60766"
|
|
15
|
-
version="1.1"
|
|
16
|
-
inkscape:version="0.48.4 r9939"
|
|
17
|
-
sodipodi:docname="New document 2">
|
|
18
|
-
<defs
|
|
19
|
-
id="defs60768">
|
|
20
|
-
<clipPath
|
|
21
|
-
id="clip2179_0_1">
|
|
22
|
-
<rect
|
|
23
|
-
style="fill:#ffffff"
|
|
24
|
-
y="0"
|
|
25
|
-
x="0"
|
|
26
|
-
width="24"
|
|
27
|
-
height="24"
|
|
28
|
-
transform="translate(3832,3486.86)"
|
|
29
|
-
id="rect50600" />
|
|
30
|
-
</clipPath>
|
|
31
|
-
</defs>
|
|
32
|
-
<sodipodi:namedview
|
|
33
|
-
id="base"
|
|
34
|
-
pagecolor="#ffffff"
|
|
35
|
-
bordercolor="#666666"
|
|
36
|
-
borderopacity="1.0"
|
|
37
|
-
inkscape:pageopacity="0.0"
|
|
38
|
-
inkscape:pageshadow="2"
|
|
39
|
-
inkscape:zoom="11.197802"
|
|
40
|
-
inkscape:cx="16"
|
|
41
|
-
inkscape:cy="19.181516"
|
|
42
|
-
inkscape:current-layer="g21724"
|
|
43
|
-
showgrid="true"
|
|
44
|
-
inkscape:grid-bbox="true"
|
|
45
|
-
inkscape:document-units="px"
|
|
46
|
-
showborder="true"
|
|
47
|
-
inkscape:window-width="1084"
|
|
48
|
-
inkscape:window-height="670"
|
|
49
|
-
inkscape:window-x="104"
|
|
50
|
-
inkscape:window-y="104"
|
|
51
|
-
inkscape:window-maximized="0" />
|
|
52
|
-
<metadata
|
|
53
|
-
id="metadata60771">
|
|
54
|
-
<rdf:RDF>
|
|
55
|
-
<cc:Work
|
|
56
|
-
rdf:about="">
|
|
57
|
-
<dc:format>image/svg+xml</dc:format>
|
|
58
|
-
<dc:type
|
|
59
|
-
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
60
|
-
<dc:title></dc:title>
|
|
61
|
-
</cc:Work>
|
|
62
|
-
</rdf:RDF>
|
|
63
|
-
</metadata>
|
|
64
|
-
<g
|
|
65
|
-
id="layer1"
|
|
66
|
-
inkscape:label="Layer 1"
|
|
67
|
-
inkscape:groupmode="layer"
|
|
68
|
-
transform="translate(0,-13)">
|
|
69
|
-
<g
|
|
70
|
-
transform="translate(-3834,-3476.86)"
|
|
71
|
-
clip-path="url(#clip2179_0_1)"
|
|
72
|
-
id="g21724">
|
|
73
|
-
<path
|
|
74
|
-
style="fill:none;stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
|
|
75
|
-
inkscape:connector-curvature="0"
|
|
76
|
-
d="m 3841,3490.86 h 3 l 2,2 h 5 c 0.53,0 1.04,0.21 1.41,0.59 0.38,0.37 0.59,0.88 0.59,1.41 v 7 c 0,0.53 -0.21,1.04 -0.59,1.42 -0.37,0.37 -0.88,0.58 -1.41,0.58 h -10 c -0.53,0 -1.04,-0.21 -1.41,-0.58 -0.38,-0.38 -0.59,-0.89 -0.59,-1.42 v -9 c 0,-0.53 0.21,-1.04 0.59,-1.41 0.37,-0.38 0.88,-0.59 1.41,-0.59 z"
|
|
77
|
-
id="path21726" />
|
|
78
|
-
<path
|
|
79
|
-
style="fill:none;stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
|
|
80
|
-
inkscape:connector-curvature="0"
|
|
81
|
-
d="m 3849,3503.86 v 2 c 0,0.53 -0.21,1.04 -0.59,1.42 -0.37,0.37 -0.88,0.58 -1.41,0.58 h -10 c -0.53,0 -1.04,-0.21 -1.41,-0.58 -0.38,-0.38 -0.59,-0.89 -0.59,-1.42 v -9 c 0,-0.53 0.21,-1.04 0.59,-1.41 0.37,-0.38 0.88,-0.59 1.41,-0.59 h 2"
|
|
82
|
-
id="path21728" />
|
|
83
|
-
</g>
|
|
84
|
-
</g>
|
|
85
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
11
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
12
|
+
width="20"
|
|
13
|
+
height="19"
|
|
14
|
+
id="svg60766"
|
|
15
|
+
version="1.1"
|
|
16
|
+
inkscape:version="0.48.4 r9939"
|
|
17
|
+
sodipodi:docname="New document 2">
|
|
18
|
+
<defs
|
|
19
|
+
id="defs60768">
|
|
20
|
+
<clipPath
|
|
21
|
+
id="clip2179_0_1">
|
|
22
|
+
<rect
|
|
23
|
+
style="fill:#ffffff"
|
|
24
|
+
y="0"
|
|
25
|
+
x="0"
|
|
26
|
+
width="24"
|
|
27
|
+
height="24"
|
|
28
|
+
transform="translate(3832,3486.86)"
|
|
29
|
+
id="rect50600" />
|
|
30
|
+
</clipPath>
|
|
31
|
+
</defs>
|
|
32
|
+
<sodipodi:namedview
|
|
33
|
+
id="base"
|
|
34
|
+
pagecolor="#ffffff"
|
|
35
|
+
bordercolor="#666666"
|
|
36
|
+
borderopacity="1.0"
|
|
37
|
+
inkscape:pageopacity="0.0"
|
|
38
|
+
inkscape:pageshadow="2"
|
|
39
|
+
inkscape:zoom="11.197802"
|
|
40
|
+
inkscape:cx="16"
|
|
41
|
+
inkscape:cy="19.181516"
|
|
42
|
+
inkscape:current-layer="g21724"
|
|
43
|
+
showgrid="true"
|
|
44
|
+
inkscape:grid-bbox="true"
|
|
45
|
+
inkscape:document-units="px"
|
|
46
|
+
showborder="true"
|
|
47
|
+
inkscape:window-width="1084"
|
|
48
|
+
inkscape:window-height="670"
|
|
49
|
+
inkscape:window-x="104"
|
|
50
|
+
inkscape:window-y="104"
|
|
51
|
+
inkscape:window-maximized="0" />
|
|
52
|
+
<metadata
|
|
53
|
+
id="metadata60771">
|
|
54
|
+
<rdf:RDF>
|
|
55
|
+
<cc:Work
|
|
56
|
+
rdf:about="">
|
|
57
|
+
<dc:format>image/svg+xml</dc:format>
|
|
58
|
+
<dc:type
|
|
59
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
60
|
+
<dc:title></dc:title>
|
|
61
|
+
</cc:Work>
|
|
62
|
+
</rdf:RDF>
|
|
63
|
+
</metadata>
|
|
64
|
+
<g
|
|
65
|
+
id="layer1"
|
|
66
|
+
inkscape:label="Layer 1"
|
|
67
|
+
inkscape:groupmode="layer"
|
|
68
|
+
transform="translate(0,-13)">
|
|
69
|
+
<g
|
|
70
|
+
transform="translate(-3834,-3476.86)"
|
|
71
|
+
clip-path="url(#clip2179_0_1)"
|
|
72
|
+
id="g21724">
|
|
73
|
+
<path
|
|
74
|
+
style="fill:none;stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
|
|
75
|
+
inkscape:connector-curvature="0"
|
|
76
|
+
d="m 3841,3490.86 h 3 l 2,2 h 5 c 0.53,0 1.04,0.21 1.41,0.59 0.38,0.37 0.59,0.88 0.59,1.41 v 7 c 0,0.53 -0.21,1.04 -0.59,1.42 -0.37,0.37 -0.88,0.58 -1.41,0.58 h -10 c -0.53,0 -1.04,-0.21 -1.41,-0.58 -0.38,-0.38 -0.59,-0.89 -0.59,-1.42 v -9 c 0,-0.53 0.21,-1.04 0.59,-1.41 0.37,-0.38 0.88,-0.59 1.41,-0.59 z"
|
|
77
|
+
id="path21726" />
|
|
78
|
+
<path
|
|
79
|
+
style="fill:none;stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
|
|
80
|
+
inkscape:connector-curvature="0"
|
|
81
|
+
d="m 3849,3503.86 v 2 c 0,0.53 -0.21,1.04 -0.59,1.42 -0.37,0.37 -0.88,0.58 -1.41,0.58 h -10 c -0.53,0 -1.04,-0.21 -1.41,-0.58 -0.38,-0.38 -0.59,-0.89 -0.59,-1.42 v -9 c 0,-0.53 0.21,-1.04 0.59,-1.41 0.37,-0.38 0.88,-0.59 1.41,-0.59 h 2"
|
|
82
|
+
id="path21728" />
|
|
83
|
+
</g>
|
|
84
|
+
</g>
|
|
85
|
+
</svg>
|
|
@@ -1,110 +1,110 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
-
|
|
4
|
-
<svg
|
|
5
|
-
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
6
|
-
xmlns:cc="http://creativecommons.org/ns#"
|
|
7
|
-
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
8
|
-
xmlns:svg="http://www.w3.org/2000/svg"
|
|
9
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
-
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
11
|
-
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
12
|
-
width="18"
|
|
13
|
-
height="18"
|
|
14
|
-
id="svg61595"
|
|
15
|
-
version="1.1"
|
|
16
|
-
inkscape:version="0.48.4 r9939"
|
|
17
|
-
sodipodi:docname="New document 6">
|
|
18
|
-
<defs
|
|
19
|
-
id="defs61597">
|
|
20
|
-
<clipPath
|
|
21
|
-
id="clip63_0_1">
|
|
22
|
-
<rect
|
|
23
|
-
style="fill:#ffffff"
|
|
24
|
-
y="0"
|
|
25
|
-
x="0"
|
|
26
|
-
width="24"
|
|
27
|
-
height="24"
|
|
28
|
-
transform="translate(4192,771.725)"
|
|
29
|
-
id="rect44252" />
|
|
30
|
-
</clipPath>
|
|
31
|
-
<clipPath
|
|
32
|
-
id="clip137_0_1">
|
|
33
|
-
<rect
|
|
34
|
-
style="fill:#ffffff"
|
|
35
|
-
y="0"
|
|
36
|
-
x="0"
|
|
37
|
-
width="24"
|
|
38
|
-
height="24"
|
|
39
|
-
transform="translate(1632,1139.73)"
|
|
40
|
-
id="rect44474" />
|
|
41
|
-
</clipPath>
|
|
42
|
-
</defs>
|
|
43
|
-
<sodipodi:namedview
|
|
44
|
-
id="base"
|
|
45
|
-
pagecolor="#ffffff"
|
|
46
|
-
bordercolor="#666666"
|
|
47
|
-
borderopacity="1.0"
|
|
48
|
-
inkscape:pageopacity="0.0"
|
|
49
|
-
inkscape:pageshadow="2"
|
|
50
|
-
inkscape:zoom="11.197802"
|
|
51
|
-
inkscape:cx="2.0686946"
|
|
52
|
-
inkscape:cy="16"
|
|
53
|
-
inkscape:current-layer="g1228"
|
|
54
|
-
showgrid="true"
|
|
55
|
-
inkscape:grid-bbox="true"
|
|
56
|
-
inkscape:document-units="px"
|
|
57
|
-
inkscape:window-width="1920"
|
|
58
|
-
inkscape:window-height="1017"
|
|
59
|
-
inkscape:window-x="-8"
|
|
60
|
-
inkscape:window-y="-8"
|
|
61
|
-
inkscape:window-maximized="1" />
|
|
62
|
-
<metadata
|
|
63
|
-
id="metadata61600">
|
|
64
|
-
<rdf:RDF>
|
|
65
|
-
<cc:Work
|
|
66
|
-
rdf:about="">
|
|
67
|
-
<dc:format>image/svg+xml</dc:format>
|
|
68
|
-
<dc:type
|
|
69
|
-
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
70
|
-
<dc:title></dc:title>
|
|
71
|
-
</cc:Work>
|
|
72
|
-
</rdf:RDF>
|
|
73
|
-
</metadata>
|
|
74
|
-
<g
|
|
75
|
-
id="layer1"
|
|
76
|
-
inkscape:label="Layer 1"
|
|
77
|
-
inkscape:groupmode="layer"
|
|
78
|
-
transform="translate(0,-14)">
|
|
79
|
-
<g
|
|
80
|
-
transform="translate(-4195,-760.725)"
|
|
81
|
-
clip-path="url(#clip63_0_1)"
|
|
82
|
-
id="g592">
|
|
83
|
-
<path
|
|
84
|
-
style="fill:none;stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
|
|
85
|
-
inkscape:connector-curvature="0"
|
|
86
|
-
d="m 4200,781.725 c 0,-0.53 0.21,-1.039 0.59,-1.414 0.37,-0.375 0.88,-0.586 1.41,-0.586 h 8 c 0.53,0 1.04,0.211 1.41,0.586 0.38,0.375 0.59,0.884 0.59,1.414 v 8 c 0,0.531 -0.21,1.039 -0.59,1.414 -0.37,0.375 -0.88,0.586 -1.41,0.586 h -8 c -0.53,0 -1.04,-0.211 -1.41,-0.586 -0.38,-0.375 -0.59,-0.883 -0.59,-1.414 v -8 z"
|
|
87
|
-
id="path594" />
|
|
88
|
-
<path
|
|
89
|
-
style="fill:none;stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
|
|
90
|
-
inkscape:connector-curvature="0"
|
|
91
|
-
d="m 4208,779.725 v -2 c 0,-0.53 -0.21,-1.039 -0.59,-1.414 -0.37,-0.375 -0.88,-0.586 -1.41,-0.586 h -8 c -0.53,0 -1.04,0.211 -1.41,0.586 -0.38,0.375 -0.59,0.884 -0.59,1.414 v 8 c 0,0.531 0.21,1.039 0.59,1.414 0.37,0.375 0.88,0.586 1.41,0.586 h 2"
|
|
92
|
-
id="path596" />
|
|
93
|
-
<g
|
|
94
|
-
transform="translate(2560.4014,-369.40147)"
|
|
95
|
-
clip-path="url(#clip137_0_1)"
|
|
96
|
-
id="g1228">
|
|
97
|
-
<path
|
|
98
|
-
style="stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
|
|
99
|
-
inkscape:connector-curvature="0"
|
|
100
|
-
d="m 1642.5721,1154.9096 h 6"
|
|
101
|
-
id="path1232" />
|
|
102
|
-
<path
|
|
103
|
-
style="stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
|
|
104
|
-
inkscape:connector-curvature="0"
|
|
105
|
-
d="m 1645.5721,1151.9989 v 6"
|
|
106
|
-
id="path1234" />
|
|
107
|
-
</g>
|
|
108
|
-
</g>
|
|
109
|
-
</g>
|
|
110
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
11
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
12
|
+
width="18"
|
|
13
|
+
height="18"
|
|
14
|
+
id="svg61595"
|
|
15
|
+
version="1.1"
|
|
16
|
+
inkscape:version="0.48.4 r9939"
|
|
17
|
+
sodipodi:docname="New document 6">
|
|
18
|
+
<defs
|
|
19
|
+
id="defs61597">
|
|
20
|
+
<clipPath
|
|
21
|
+
id="clip63_0_1">
|
|
22
|
+
<rect
|
|
23
|
+
style="fill:#ffffff"
|
|
24
|
+
y="0"
|
|
25
|
+
x="0"
|
|
26
|
+
width="24"
|
|
27
|
+
height="24"
|
|
28
|
+
transform="translate(4192,771.725)"
|
|
29
|
+
id="rect44252" />
|
|
30
|
+
</clipPath>
|
|
31
|
+
<clipPath
|
|
32
|
+
id="clip137_0_1">
|
|
33
|
+
<rect
|
|
34
|
+
style="fill:#ffffff"
|
|
35
|
+
y="0"
|
|
36
|
+
x="0"
|
|
37
|
+
width="24"
|
|
38
|
+
height="24"
|
|
39
|
+
transform="translate(1632,1139.73)"
|
|
40
|
+
id="rect44474" />
|
|
41
|
+
</clipPath>
|
|
42
|
+
</defs>
|
|
43
|
+
<sodipodi:namedview
|
|
44
|
+
id="base"
|
|
45
|
+
pagecolor="#ffffff"
|
|
46
|
+
bordercolor="#666666"
|
|
47
|
+
borderopacity="1.0"
|
|
48
|
+
inkscape:pageopacity="0.0"
|
|
49
|
+
inkscape:pageshadow="2"
|
|
50
|
+
inkscape:zoom="11.197802"
|
|
51
|
+
inkscape:cx="2.0686946"
|
|
52
|
+
inkscape:cy="16"
|
|
53
|
+
inkscape:current-layer="g1228"
|
|
54
|
+
showgrid="true"
|
|
55
|
+
inkscape:grid-bbox="true"
|
|
56
|
+
inkscape:document-units="px"
|
|
57
|
+
inkscape:window-width="1920"
|
|
58
|
+
inkscape:window-height="1017"
|
|
59
|
+
inkscape:window-x="-8"
|
|
60
|
+
inkscape:window-y="-8"
|
|
61
|
+
inkscape:window-maximized="1" />
|
|
62
|
+
<metadata
|
|
63
|
+
id="metadata61600">
|
|
64
|
+
<rdf:RDF>
|
|
65
|
+
<cc:Work
|
|
66
|
+
rdf:about="">
|
|
67
|
+
<dc:format>image/svg+xml</dc:format>
|
|
68
|
+
<dc:type
|
|
69
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
70
|
+
<dc:title></dc:title>
|
|
71
|
+
</cc:Work>
|
|
72
|
+
</rdf:RDF>
|
|
73
|
+
</metadata>
|
|
74
|
+
<g
|
|
75
|
+
id="layer1"
|
|
76
|
+
inkscape:label="Layer 1"
|
|
77
|
+
inkscape:groupmode="layer"
|
|
78
|
+
transform="translate(0,-14)">
|
|
79
|
+
<g
|
|
80
|
+
transform="translate(-4195,-760.725)"
|
|
81
|
+
clip-path="url(#clip63_0_1)"
|
|
82
|
+
id="g592">
|
|
83
|
+
<path
|
|
84
|
+
style="fill:none;stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
|
|
85
|
+
inkscape:connector-curvature="0"
|
|
86
|
+
d="m 4200,781.725 c 0,-0.53 0.21,-1.039 0.59,-1.414 0.37,-0.375 0.88,-0.586 1.41,-0.586 h 8 c 0.53,0 1.04,0.211 1.41,0.586 0.38,0.375 0.59,0.884 0.59,1.414 v 8 c 0,0.531 -0.21,1.039 -0.59,1.414 -0.37,0.375 -0.88,0.586 -1.41,0.586 h -8 c -0.53,0 -1.04,-0.211 -1.41,-0.586 -0.38,-0.375 -0.59,-0.883 -0.59,-1.414 v -8 z"
|
|
87
|
+
id="path594" />
|
|
88
|
+
<path
|
|
89
|
+
style="fill:none;stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
|
|
90
|
+
inkscape:connector-curvature="0"
|
|
91
|
+
d="m 4208,779.725 v -2 c 0,-0.53 -0.21,-1.039 -0.59,-1.414 -0.37,-0.375 -0.88,-0.586 -1.41,-0.586 h -8 c -0.53,0 -1.04,0.211 -1.41,0.586 -0.38,0.375 -0.59,0.884 -0.59,1.414 v 8 c 0,0.531 0.21,1.039 0.59,1.414 0.37,0.375 0.88,0.586 1.41,0.586 h 2"
|
|
92
|
+
id="path596" />
|
|
93
|
+
<g
|
|
94
|
+
transform="translate(2560.4014,-369.40147)"
|
|
95
|
+
clip-path="url(#clip137_0_1)"
|
|
96
|
+
id="g1228">
|
|
97
|
+
<path
|
|
98
|
+
style="stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
|
|
99
|
+
inkscape:connector-curvature="0"
|
|
100
|
+
d="m 1642.5721,1154.9096 h 6"
|
|
101
|
+
id="path1232" />
|
|
102
|
+
<path
|
|
103
|
+
style="stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
|
|
104
|
+
inkscape:connector-curvature="0"
|
|
105
|
+
d="m 1645.5721,1151.9989 v 6"
|
|
106
|
+
id="path1234" />
|
|
107
|
+
</g>
|
|
108
|
+
</g>
|
|
109
|
+
</g>
|
|
110
|
+
</svg>
|