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
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
sodipodi:docname="drawing-2.svg"
inkscape:version="1.1-dev (33f9ad6cff, 2020-10-10, custom)"
id="svg8"
version="1.1"
viewBox="0 0 210 297"
height="297mm"
width="210mm"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
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/">
<style
id="style1571" />
<defs
id="defs2">
<inkscape:path-effect
effect="slice"
start_point="73.604065,15.351974"
end_point="73.604065,291.95332"
center_point="73.604065,153.65265"
id="path-effect13"
is_visible="true"
lpeversion="1"
mode="free"
allow_transforms="false" />
<color-profile
xlink:href="file:///usr/share/color/icc/CoatedFOGRA39.icc"
name="Coated-FOGRA39--ISO-12647-2:2004-"
id="color-profile3" />
</defs>
<sodipodi:namedview
inkscape:snap-tangential="true"
inkscape:snap-perpendicular="true"
inkscape:snap-page="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox="false"
inkscape:snap-nodes="true"
inkscape:object-nodes="true"
inkscape:window-maximized="1"
inkscape:window-y="27"
inkscape:window-x="0"
inkscape:window-height="960"
inkscape:window-width="1280"
objecttolerance="20"
borderlayer="true"
inkscape:showpageshadow="false"
inkscape:snap-others="false"
inkscape:snap-grids="false"
showgrid="true"
inkscape:document-rotation="0"
inkscape:current-layer="layer1"
inkscape:document-units="mm"
inkscape:cy="634.28571"
inkscape:cx="425.71429"
inkscape:zoom="0.35"
inkscape:pageshadow="2"
inkscape:pageopacity="1"
borderopacity="1.0"
bordercolor="#666666"
pagecolor="#ffffff"
id="base"
inkscape:snap-text-baseline="true">
<inkscape:grid
spacingy="1"
spacingx="1"
units="mm"
id="grid10"
type="xygrid"
empcolor="#3f3fff"
empopacity="0.07843137"
color="#3f3fff"
opacity="0.01960784" />
</sodipodi:namedview>
<metadata
id="metadata5">
<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>
<g
id="layer1"
inkscape:groupmode="layer"
inkscape:label="Layer 1">
<path
style="opacity:0.496404;fill:#00ff00;stroke:#008000;stroke-width:20.3939"
id="path11"
inkscape:path-effect="#path-effect13"
sodipodi:type="arc"
sodipodi:cx="73.604065"
sodipodi:cy="153.65265"
sodipodi:rx="206.28357"
sodipodi:ry="138.30067"
d="m 73.603516,15.351562 c -113.92727,0 -206.283206,61.919428 -206.283206,138.300778 0,76.38136 92.355936,138.30078 206.283206,138.30078 z" />
<path
id="slice-0-path11"
d="M 73.603516,15.351562 V 291.95312 c 113.927264,0 206.283204,-61.91943 206.283204,-138.30078 0,-76.381348 -92.35593,-138.300776 -206.283204,-138.300778 z"
style="display:inline;opacity:0.496404;fill:#00ff00;stroke:#008000;stroke-width:20.3939" />
<ellipse
style="opacity:1;fill:#00ff00;stroke:#008000;stroke-width:20.3939"
id="path16"
cx="68.477982"
cy="74.287849"
rx="192.01711"
ry="90.494499" />
</g>
</svg>
|