blob: 7971954611563fe89edc8bfdc8e7f443b4fe1a2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
version="1.1"
id="svg1"
width="16"
height="16"
viewBox="0 0 16 16"
sodipodi:docname="snap-alignment.svg"
inkscape:version="1.2-dev (cc332878ba, 2021-06-29)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="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/">
<metadata
id="metadata6232">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs6230" />
<style
id="s0">.success { fill:#009909; }
.warning { fill:#FF1990; }
.error { fill:#00AAFF; }
</style>
<style
id="s2">
@import '../../highlights.css';
</style>
<sodipodi:namedview
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
id="namedview"
showgrid="true"
inkscape:zoom="32.4065"
inkscape:cx="5.7550183"
inkscape:cy="5.0761421"
inkscape:window-width="1049"
inkscape:window-height="1045"
inkscape:window-x="5"
inkscape:window-y="28"
inkscape:window-maximized="1"
inkscape:current-layer="path-division"
inkscape:document-rotation="0"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true">
<inkscape:grid
type="xygrid"
id="grid" />
</sodipodi:namedview>
<g
transform="translate(-165,-667.36218)"
inkscape:label="00080"
id="path-division">
<path
inkscape:connector-curvature="0"
id="rect11641"
d="m 165,667.36218 h 16 v 16 h -16 z"
style="opacity:0;fill:none" />
<rect
style="opacity:1;fill:#000000;stroke-width:0.670894;stroke-linecap:round;stroke-linejoin:round"
id="rect1358"
width="12"
height="4.0000052"
x="167"
y="668.36218" />
<rect
style="opacity:1;fill:#000000;stroke-width:0.670894;stroke-linecap:round;stroke-linejoin:round"
id="rect1232"
width="8"
height="4.0000052"
x="167"
y="677.36218" />
<circle
style="opacity:1;stroke-width:0.670895;stroke-linecap:round;stroke-linejoin:round"
id="circle1546"
cx="167.5"
cy="671.86218"
r="1.4999975"
class="success" />
<circle
style="opacity:1;stroke-width:0.670895;stroke-linecap:round;stroke-linejoin:round"
id="circle1464"
cx="167.5"
cy="677.86218"
r="1.4999975"
class="success" />
<rect
style="opacity:1;fill-opacity:1;stroke-width:0.670894;stroke-linecap:round;stroke-linejoin:round"
id="rect1570"
width="1"
height="6"
x="167"
y="671.36218"
class="success" />
</g>
</svg>
|