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
|
<?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://web.resource.org/cc/"
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"
width="64"
height="64"
id="svg2"
sodipodi:version="0.32"
inkscape:version="0.45.1"
version="1.0"
inkscape:export-filename="C:\Users\mf\Desktop\star.png"
inkscape:export-xdpi="22.5"
inkscape:export-ydpi="22.5"
sodipodi:docbase="C:\Users\mf\Documents\XTrackCAD\src\work\app\bin\bitmaps\SVG"
sodipodi:docname="star.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape">
<defs
id="defs4">
<linearGradient
id="linearGradient3159">
<stop
style="stop-color:#808080;stop-opacity:1;"
offset="0"
id="stop3161" />
<stop
id="stop3167"
offset="1"
style="stop-color:#404040;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient3153">
<stop
id="stop3155"
offset="0"
style="stop-color:#ffff00;stop-opacity:1;" />
<stop
id="stop3157"
offset="1"
style="stop-color:#ffff00;stop-opacity:0;" />
</linearGradient>
<linearGradient
id="linearGradient3136">
<stop
style="stop-color:#ffff00;stop-opacity:1;"
offset="0"
id="stop3138" />
<stop
style="stop-color:#ffff00;stop-opacity:0;"
offset="1"
id="stop3140" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient3159"
id="radialGradient3165"
cx="37.931442"
cy="34.408134"
fx="37.931442"
fy="34.408134"
r="35.324765"
gradientTransform="matrix(1,0,0,0.956027,0,1.7894602)"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
gridtolerance="10000"
guidetolerance="10"
objecttolerance="10"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.8"
inkscape:cx="61.305799"
inkscape:cy="40.157191"
inkscape:document-units="px"
inkscape:current-layer="layer1"
width="64px"
height="64px"
inkscape:window-width="765"
inkscape:window-height="575"
inkscape:window-x="785"
inkscape:window-y="236" />
<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" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<path
sodipodi:type="star"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1.27731241;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1.0;fill:url(#radialGradient3165)"
id="path2160"
sodipodi:sides="5"
sodipodi:cx="43.214287"
sodipodi:cy="44"
sodipodi:r1="35.801678"
sodipodi:r2="14.088029"
sodipodi:arg1="-2.8166875"
sodipodi:arg2="-2.1460669"
inkscape:flatsided="false"
inkscape:rounded="0"
inkscape:randomized="0"
d="M 9.2857168,32.571428 L 35.549528,32.179508 L 43.599,8.2003894 L 52.087702,33.057648 L 77.380623,33.303196 L 56.363118,49.057747 L 63.94553,73.188622 L 42.467296,58.068211 L 21.860564,72.736365 L 29.60379,47.636886 L 9.2857168,32.571428 z "
transform="matrix(0.793397,0,0,0.7725297,-2.475811,0.6853635)" />
</g>
</svg>
|