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
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="svg1"
width="16"
height="16"
viewBox="0 0 16 16"
sodipodi:docname="draw-ellipse-symbolic.svg"
inkscape:version="1.0alpha2 (119fb3b5e8, 2019-06-21, custom)">
<metadata
id="metadata1213">
<rdf:RDF>
<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>
<style
id="s0">.base { }
.success { }
.warning { }
.error { }
.dark { }
</style>
<style
id="s2">
@import '../../highlights.css';
</style>
<defs
id="defs1211">
<inkscape:path-effect
effect="join_type"
id="path-effect950"
is_visible="true"
linecap_type="butt"
line_width="2.5"
linejoin_type="extrp_arc"
miter_limit="100"
attempt_force_join="true" />
<inkscape:path-effect
effect="join_type"
id="path-effect942"
is_visible="true"
linecap_type="butt"
line_width="2.5"
linejoin_type="extrp_arc"
miter_limit="100"
attempt_force_join="true" />
</defs>
<sodipodi:namedview
inkscape:showpageshadow="true"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
id="namedview"
showgrid="true"
inkscape:zoom="14.555687"
inkscape:cx="2.1272764"
inkscape:cy="7.0793571"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="svg1"
inkscape:document-rotation="0"
inkscape:snap-global="false">
<inkscape:grid
type="xygrid"
id="grid" />
</sodipodi:namedview>
<g
inkscape:label="draw-ellipse"
id="g0">
<path
id="background"
d="M 0,0 H 16 V 16 H 0 Z"
style="opacity:0"
inkscape:connector-curvature="0" />
<path
sodipodi:nodetypes="sssss"
inkscape:connector-curvature="0"
d="m 7.9999957,13.598599 c -3.092032,0 -5.598617,-2.506578 -5.598617,-5.5986123 0,-3.0920333 2.506585,-5.5986179 5.598617,-5.5986179 3.0920313,0 5.5986113,2.5065846 5.5986113,5.5986179 0,3.0920283 -2.506585,5.5986123 -5.5986113,5.5986123 z"
id="path949"
class="warning" />
<path
class="base"
id="path1215"
d="m 2.2500002,8.0000038 c 0,-3.1693361 2.5806675,-5.7500036 5.7500036,-5.7500036 3.1693352,0 5.7499962,2.580666 5.7499962,5.7500036 C 13.75,11.169331 11.169331,13.75 8.0000038,13.75 4.8306662,13.75 2.2500002,11.169339 2.2500002,8.0000038 Z m 13.9999998,0 c 0,-4.5626556 -3.687339,-8.2500036 -8.2499962,-8.2500036 -4.5626571,0 -8.2500036,3.6873465 -8.2500036,8.2500036 0,4.5626572 3.687348,8.2499962 8.2500036,8.2499962 C 12.562655,16.25 16.25,12.562655 16.25,8.0000038 Z"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssss"
inkscape:path-effect="#path-effect950"
inkscape:original-d="M 8.0000038,15 C 4.1340072,15 1.0000002,11.866 1.0000002,8.0000038 c 0,-3.8659966 3.134007,-7.0000036 7.0000036,-7.0000036 C 11.866,1.0000002 15,4.1340072 15,8.0000038 15,11.865993 11.865993,15 8.0000038,15 Z"
transform="matrix(0.93309984,0,0,0.93309984,0.5352013,0.5352013)" />
</g>
</svg>
|