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
|
<?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="16px"
height="16px"
id="svg1872"
sodipodi:version="0.32"
inkscape:version="0.44"
sodipodi:docbase="/home/luca/Progetti/Artwork/epiphany/16x16"
sodipodi:docname="bookmark.svg">
<defs
id="defs1874">
<linearGradient
id="linearGradient2772">
<stop
style="stop-color:white;stop-opacity:1;"
offset="0"
id="stop2775" />
<stop
style="stop-color:white;stop-opacity:0;"
offset="1"
id="stop2777" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient2770">
<stop
style="stop-color:black;stop-opacity:1;"
offset="0"
id="stop2772" />
<stop
style="stop-color:black;stop-opacity:0;"
offset="1"
id="stop2774" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient2770"
id="radialGradient2776"
cx="8.5"
cy="13.744378"
fx="8.5"
fy="13.744378"
r="6.5"
gradientTransform="matrix(1,0,0,0.199401,0,11.00375)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2772"
id="linearGradient2779"
x1="8.521739"
y1="5.5532236"
x2="10.497751"
y2="7.1604199"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="41.75"
inkscape:cx="8"
inkscape:cy="8"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:grid-points="false"
gridtolerance="0.4"
inkscape:window-width="1027"
inkscape:window-height="884"
inkscape:window-x="218"
inkscape:window-y="32" />
<metadata
id="metadata1877">
<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:label="Layer 1"
inkscape:groupmode="layer">
<path
style="fill:#d59b3f;fill-opacity:1;fill-rule:evenodd;stroke:#8f5902;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1"
d="M 5.5104946,14.5 L 5.505247,10.491004 L 1.457271,10.497001 L 10.551724,1.4040478 L 14.551724,5.4040478 L 5.5104946,14.5 z "
id="path1880"
sodipodi:nodetypes="cccccc" />
<path
sodipodi:type="arc"
style="opacity:0.2;fill:url(#radialGradient2776);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="path1882"
sodipodi:cx="8.5"
sodipodi:cy="13.744378"
sodipodi:rx="6.5"
sodipodi:ry="1.7758621"
d="M 15 13.744378 A 6.5 1.7758621 0 1 1 2,13.744378 A 6.5 1.7758621 0 1 1 15 13.744378 z"
transform="translate(-1,1.006706)" />
<path
sodipodi:nodetypes="cccccc"
id="path1884"
d="M 6,13.257871 L 6,10 L 2.6761619,10.005997 L 10.563718,2.113943 L 13.844078,5.4160418 L 6,13.257871 z "
style="fill:url(#linearGradient2779);fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;opacity:0.5" />
</g>
</svg>
|