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
|
<?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: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="52"
height="52"
id="svg2"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="corner-ripple-ltr.svg">
<defs
id="defs4">
<linearGradient
id="linearGradient3857">
<stop
style="stop-color:#398dd3;stop-opacity:0;"
offset="0"
id="stop3859" />
<stop
style="stop-color:#398cd3;stop-opacity:1;"
offset="1"
id="stop3861" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient3857"
id="radialGradient3863"
cx="0"
cy="0"
fx="0"
fy="0"
r="52"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.6"
inkscape:cx="-19.986036"
inkscape:cy="44.805381"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
showguides="true"
inkscape:guide-bbox="true"
inkscape:snap-global="true"
inkscape:window-width="1920"
inkscape:window-height="1055"
inkscape:window-x="0"
inkscape:window-y="20"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid2985"
empspacing="5"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true"
originy="2px" />
<sodipodi:guide
orientation="1,0"
position="52,0"
id="guide2987" />
<sodipodi:guide
orientation="0,1"
position="52,0"
id="guide2989" />
<sodipodi:guide
orientation="0,1"
position="0,52"
id="guide3761" />
<sodipodi:guide
orientation="1,0"
position="0,52"
id="guide3763" />
<sodipodi:guide
orientation="1,0"
position="51,1"
id="guide3773" />
<sodipodi:guide
orientation="0,1"
position="51,1"
id="guide3775" />
</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,-1000.3622)">
<path
sodipodi:type="arc"
style="fill:url(#radialGradient3863);fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
id="path2991"
sodipodi:cx="0"
sodipodi:cy="0"
sodipodi:rx="52"
sodipodi:ry="52"
d="M 52,0 A 52,52 0 1 1 -52,0 52,52 0 1 1 52,0 z"
transform="translate(0,1000.3622)" />
</g>
</svg>
|