blob: ecdc7174ff40c407ea68f5b6273ea7eb0ca722d9 (
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
|
<?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"
width="120mm"
height="105mm"
version="1.1"
viewBox="0 0 120 105"
id="svg10">
<metadata
id="metadata16">
<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="defs14" />
<rect
x="15"
y="15"
width="50"
height="30"
rx="5"
fill="royalblue"
id="rect2" />
<path
id="MyStar"
d="m100.96 68.703-20.799-1.1756-12.76 16.461-5.3089-20.138-19.604-7.0445 17.518-11.27 0.64404-20.815 16.136 13.172 20.002-5.8198-7.5458 19.411z"
fill="red"
stroke-width="1.5"
stroke="purple" />
<rect
x="29"
y="21"
width="53"
height="53"
fill="yellow"
fill-opacity="0.7"
id="rect5" />
<path
d="M 56,69 A 18,18 0 0 1 38,87 18,18 0 0 1 20,69 18,18 0 0 1 38,51 18,18 0 0 1 56,69 Z"
fill="green"
stroke-width="1"
stroke="black"
id="path7" />
<rect
id="MyRect"
x="24.5"
y="18.5"
width="70"
height="60"
fill="none" />
</svg>
|