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
|
<?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="128"
height="128"
id="svg2459"
sodipodi:version="0.32"
inkscape:version="0.46"
sodipodi:docname="logo-icon.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
version="1.0"
inkscape:export-filename="/Users/remko/src/swift/resources/logo/logo-icon-512.png"
inkscape:export-xdpi="369.01999"
inkscape:export-ydpi="369.01999">
<defs
id="defs2461">
<linearGradient
id="linearGradient3170">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop3172" />
<stop
style="stop-color:#848484;stop-opacity:1;"
offset="1"
id="stop3174" />
</linearGradient>
<linearGradient
id="linearGradient3150">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop3152" />
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="1"
id="stop3154" />
</linearGradient>
<inkscape:perspective
sodipodi:type="inkscape:persp3d"
inkscape:vp_x="0 : 526.18109 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_z="744.09448 : 526.18109 : 1"
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
id="perspective2390" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3150"
id="linearGradient3168"
gradientUnits="userSpaceOnUse"
x1="80.78746"
y1="51.163727"
x2="97.685806"
y2="0.52999997"
gradientTransform="matrix(1.0000709,0,0,0.988411,-4.4862727e-3,1.0545e-2)" />
</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="3.2312299"
inkscape:cx="55.977867"
inkscape:cy="65.428676"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="996"
inkscape:window-height="701"
inkscape:window-x="73"
inkscape:window-y="51" />
<metadata
id="metadata2464">
<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
style="fill:url(#linearGradient3168);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.79899999999999993;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 25.809845,1.9255913 C 89.282175,15.936293 78.282839,36.339732 51.874193,53.477403 C 39.049119,57.601261 23.08961,62.615644 2.2144211,68.458008 C 12.068359,67.264169 20.990968,66.490786 29.060075,66.079644 C 20.984912,69.999544 12.903789,73.531751 5.9334349,76.457959 C 22.014689,72.297236 35.743297,68.817657 47.686396,65.863429 C 91.366232,67.568008 94.589177,86.795219 54.218109,123.90169 C 114.92739,92.691188 130.86609,69.71696 94.814739,54.898244 C 113.31299,51.048937 120.36861,50.509627 124.28558,50.851937 C 114.86308,45.004577 108.35505,42.016047 101.06518,41.462032 C 117.06691,20.141628 82.888511,6.77929 25.809845,1.9255913 z"
id="path3163" />
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.21299999999999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
d="M 103.89336,46.817644 C 103.89336,47.911981 102.91988,48.800138 101.72042,48.800138 C 100.52094,48.800138 99.547463,47.911981 99.547463,46.817644 C 99.547463,45.72331 100.52094,44.835153 101.72042,44.835153 C 102.91988,44.835153 103.89336,45.72331 103.89336,46.817644 z"
id="path2469" />
</g>
</svg>
|