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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
|
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
viewBox="0 0 24 24"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="lc_halfsphere.svg">
<metadata
id="metadata19">
<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>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2560"
inkscape:window-height="1377"
id="namedview17"
showgrid="false"
inkscape:zoom="19.666667"
inkscape:cx="2.4095018"
inkscape:cy="11.223303"
inkscape:window-x="0"
inkscape:window-y="34"
inkscape:window-maximized="1"
inkscape:current-layer="svg2" />
<defs
id="defs4">
<linearGradient
id="linearGradient4197">
<stop
style="stop-color:#ffffff;stop-opacity:1"
offset="0"
id="stop4199" />
<stop
style="stop-color:#c3c3c0;stop-opacity:1"
offset="1.0000000"
id="stop4201" />
</linearGradient>
<linearGradient
x2="15"
x1="3"
gradientUnits="userSpaceOnUse"
id="0"
gradientTransform="matrix(1.125,0,0,1.125,-0.375,-1159.5325)"
xlink:href="#linearGradient4217">
<stop
stop-color="#b3b3b3"
id="stop7" />
<stop
offset="1"
stop-color="#4d4d4d"
id="stop9" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient3941"
id="radialGradient3947"
cx="2.25"
cy="16"
fx="2.25"
fy="16"
r="16.875"
gradientTransform="matrix(0.42236667,0,0,0.11633788,10.902411,19.175389)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient3941">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop3943" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop3945" />
</linearGradient>
<linearGradient
id="linearGradient4217">
<stop
id="stop4219"
offset="0"
style="stop-color:#ffffff;stop-opacity:1" />
<stop
id="stop4221"
offset="1.0000000"
style="stop-color:#d6d6d4;stop-opacity:1" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4197"
id="radialGradient4195"
cx="12.20339"
cy="22.481705"
fx="12.20339"
fy="22.481705"
r="9.5266209"
gradientTransform="matrix(1,0,0,0.48376957,0,9.590551)"
gradientUnits="userSpaceOnUse" />
</defs>
<ellipse
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.24500002;fill:url(#radialGradient3947);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
id="path2193"
cx="11.852737"
cy="21.036797"
rx="7.1274376"
ry="1.9632038" />
<path
inkscape:connector-curvature="0"
style="color:#000000;fill:url(#radialGradient4195);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.125;stroke-opacity:1"
id="path13"
d="M 3.0351563,12.20708 C 3.2765441,16.962005 7.1849966,20.749993 12,20.749993 c 4.815003,0 8.723456,-3.787988 8.964844,-8.542913 -0.46089,2.269125 -4.304941,4.042913 -8.964844,4.042913 -4.659903,0 -8.5039537,-1.773788 -8.9648437,-4.042913" />
<path
style="color:#000000;opacity:0.986928;fill:#fdfdfb;fill-opacity:1;stroke:#888a85;stroke-width:1.125;stroke-opacity:1"
inkscape:connector-curvature="0"
id="path15"
d="m 21,11.750007 a 9,4.5 0 0 1 -18,0 9,4.5 0 1 1 18,0" />
</svg>
|