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
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<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"
width="100"
height="100"
id="svg2"
version="1.1"
inkscape:version="0.48.1 r9760"
sodipodi:docname="star.svg">
<defs
id="defs4">
<linearGradient
id="linearGradient3767">
<stop
style="stop-color:#ffffff;stop-opacity:0"
offset="0"
id="stop3769" />
<stop
id="stop4739"
offset="0.39852998"
style="stop-color:#ffffff;stop-opacity:0;" />
<stop
style="stop-color:#ffffff;stop-opacity:0.7605178"
offset="0.58575326"
id="stop4703" />
<stop
id="stop4713"
offset="0.66058904"
style="stop-color:#ffffff;stop-opacity:0.45490196;" />
<stop
id="stop4711"
offset="0.70194155"
style="stop-color:#ffffff;stop-opacity:0.34901961;" />
<stop
id="stop4709"
offset="0.74285865"
style="stop-color:#ffffff;stop-opacity:0.25490196;" />
<stop
id="stop4707"
offset="0.8251282"
style="stop-color:#ffffff;stop-opacity:0.1254902;" />
<stop
id="stop4705"
offset="0.90009141"
style="stop-color:#ffffff;stop-opacity:0.05490196;" />
<stop
style="stop-color:#ffffff;stop-opacity:0"
offset="1"
id="stop3771" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#6e6e6e"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.61176471"
inkscape:pageshadow="2"
inkscape:zoom="4"
inkscape:cx="10.117591"
inkscape:cy="36.683022"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:showpageshadow="false"
showguides="true"
inkscape:guide-bbox="true"
inkscape:window-width="1920"
inkscape:window-height="1056"
inkscape:window-x="0"
inkscape:window-y="24"
inkscape:window-maximized="1">
<sodipodi:guide
orientation="0,1"
position="50,49.75"
id="guide3916" />
<sodipodi:guide
orientation="1,0"
position="50,43.125"
id="guide3918" />
</sodipodi:namedview>
<metadata
id="metadata7">
<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>
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-952.36218)">
<path
sodipodi:type="star"
style="fill:#fdffa5;fill-opacity:1;stroke:#000000;stroke-opacity:1"
id="path3796"
sodipodi:sides="5"
sodipodi:cx="16.5"
sodipodi:cy="13.25"
sodipodi:r1="31.705679"
sodipodi:r2="15.852839"
sodipodi:arg1="0.66242629"
sodipodi:arg2="1.2907448"
inkscape:flatsided="false"
inkscape:rounded="0"
inkscape:randomized="0"
d="M 41.500001,32.750001 20.881807,28.485232 5.6798225,43.052245 3.3644863,22.125291 -15.187238,12.1688 3.9999993,3.4999999 7.7363871,-17.220464 21.910088,-1.6511229 42.771028,-4.5005823 32.343619,13.7906 z"
transform="matrix(0.4330051,0,0,0.4330051,79.011797,996.64078)"
inkscape:transform-center-x="1.1726231"
inkscape:transform-center-y="-0.14467343" />
</g>
</svg>
|