phantom_svg 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +4 -0
- data/Guardfile +1 -3
- data/lib/phantom/parser/raster.rb +4 -2
- data/phantom_svg.gemspec +1 -1
- data/spec/images/compiled.svg +437 -0
- data/spec/images/plain.svg +121 -0
- data/spec/images/test_frames/0.svg +138 -0
- data/spec/images/test_frames/1.svg +128 -0
- data/spec/images/test_frames/10.svg +128 -0
- data/spec/images/test_frames/11.svg +128 -0
- data/spec/images/test_frames/2.svg +128 -0
- data/spec/images/test_frames/3.svg +128 -0
- data/spec/images/test_frames/4.svg +128 -0
- data/spec/images/test_frames/5.svg +128 -0
- data/spec/images/test_frames/6.svg +128 -0
- data/spec/images/test_frames/7.svg +128 -0
- data/spec/images/test_frames/8.svg +128 -0
- data/spec/images/test_frames/9.svg +128 -0
- data/spec/images/{stuck_out_tongue → test_frames}/loops_test.json +1 -1
- data/spec/images/{stuck_out_tongue → test_frames}/loops_test.xml +0 -0
- data/spec/images/{stuck_out_tongue → test_frames}/skip_first_test.json +2 -2
- data/spec/images/{stuck_out_tongue → test_frames}/skip_first_test.xml +1 -1
- data/spec/images/{stuck_out_tongue → test_frames}/test1.json +1 -1
- data/spec/images/{stuck_out_tongue → test_frames}/test1.xml +0 -0
- data/spec/images/{stuck_out_tongue → test_frames}/test2.json +1 -1
- data/spec/images/{stuck_out_tongue → test_frames}/test2.xml +0 -0
- data/spec/phantom/svg_spec.rb +16 -16
- metadata +46 -44
- data/spec/images/ninja.svg +0 -63
- data/spec/images/stuck_out_tongue/0.svg +0 -103
- data/spec/images/stuck_out_tongue/1.svg +0 -103
- data/spec/images/stuck_out_tongue/10.svg +0 -103
- data/spec/images/stuck_out_tongue/11.svg +0 -103
- data/spec/images/stuck_out_tongue/2.svg +0 -103
- data/spec/images/stuck_out_tongue/3.svg +0 -103
- data/spec/images/stuck_out_tongue/4.svg +0 -103
- data/spec/images/stuck_out_tongue/5.svg +0 -103
- data/spec/images/stuck_out_tongue/6.svg +0 -103
- data/spec/images/stuck_out_tongue/7.svg +0 -103
- data/spec/images/stuck_out_tongue/8.svg +0 -103
- data/spec/images/stuck_out_tongue/9.svg +0 -103
@@ -0,0 +1,121 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
10
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
11
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
12
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
13
|
+
width="64"
|
14
|
+
height="64"
|
15
|
+
id="svg2"
|
16
|
+
version="1.1"
|
17
|
+
inkscape:version="0.48.4 r9939"
|
18
|
+
sodipodi:docname="plain.svg">
|
19
|
+
<defs
|
20
|
+
id="defs4">
|
21
|
+
<linearGradient
|
22
|
+
inkscape:collect="always"
|
23
|
+
id="linearGradient3765">
|
24
|
+
<stop
|
25
|
+
style="stop-color:#ff6600;stop-opacity:1;"
|
26
|
+
offset="0"
|
27
|
+
id="stop3767" />
|
28
|
+
<stop
|
29
|
+
style="stop-color:#ff6600;stop-opacity:0;"
|
30
|
+
offset="1"
|
31
|
+
id="stop3769" />
|
32
|
+
</linearGradient>
|
33
|
+
<radialGradient
|
34
|
+
inkscape:collect="always"
|
35
|
+
xlink:href="#linearGradient3765"
|
36
|
+
id="radialGradient3771"
|
37
|
+
cx="457.14285"
|
38
|
+
cy="459.50504"
|
39
|
+
fx="457.14285"
|
40
|
+
fy="459.50504"
|
41
|
+
r="97.14286"
|
42
|
+
gradientTransform="matrix(1,0,0,2.0147057,0,-466.2624)"
|
43
|
+
gradientUnits="userSpaceOnUse" />
|
44
|
+
</defs>
|
45
|
+
<sodipodi:namedview
|
46
|
+
id="base"
|
47
|
+
pagecolor="#ffffff"
|
48
|
+
bordercolor="#666666"
|
49
|
+
borderopacity="1.0"
|
50
|
+
inkscape:pageopacity="0.0"
|
51
|
+
inkscape:pageshadow="2"
|
52
|
+
inkscape:zoom="3.959798"
|
53
|
+
inkscape:cx="57.722529"
|
54
|
+
inkscape:cy="49.403383"
|
55
|
+
inkscape:document-units="px"
|
56
|
+
inkscape:current-layer="layer1"
|
57
|
+
showgrid="false"
|
58
|
+
inkscape:window-width="1920"
|
59
|
+
inkscape:window-height="1026"
|
60
|
+
inkscape:window-x="0"
|
61
|
+
inkscape:window-y="26"
|
62
|
+
inkscape:window-maximized="1" />
|
63
|
+
<metadata
|
64
|
+
id="metadata7">
|
65
|
+
<rdf:RDF>
|
66
|
+
<cc:Work
|
67
|
+
rdf:about="">
|
68
|
+
<dc:format>image/svg+xml</dc:format>
|
69
|
+
<dc:type
|
70
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
71
|
+
<dc:title></dc:title>
|
72
|
+
</cc:Work>
|
73
|
+
</rdf:RDF>
|
74
|
+
</metadata>
|
75
|
+
<g
|
76
|
+
inkscape:label="レイヤー 1"
|
77
|
+
inkscape:groupmode="layer"
|
78
|
+
id="layer1"
|
79
|
+
transform="translate(0,-988.36218)">
|
80
|
+
<rect
|
81
|
+
style="color:#000000;fill:#633be2;fill-opacity:1;fill-rule:nonzero;stroke:#ff40ab;stroke-width:1.71469629;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
82
|
+
id="rect2985"
|
83
|
+
width="17.496901"
|
84
|
+
height="44.09219"
|
85
|
+
x="-593.72327"
|
86
|
+
y="819.54889"
|
87
|
+
transform="matrix(0.79841416,-0.60210866,0.60210866,0.79841416,0,0)" />
|
88
|
+
<path
|
89
|
+
sodipodi:type="arc"
|
90
|
+
style="color:#000000;fill:url(#radialGradient3771);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:21;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
91
|
+
id="path3755"
|
92
|
+
sodipodi:cx="457.14285"
|
93
|
+
sodipodi:cy="459.50504"
|
94
|
+
sodipodi:rx="97.14286"
|
95
|
+
sodipodi:ry="195.71428"
|
96
|
+
d="m 554.28571,459.50504 a 97.14286,195.71428 0 1 1 -194.28572,0 97.14286,195.71428 0 1 1 194.28572,0 z"
|
97
|
+
transform="matrix(0.10686832,0,0,0.10072425,1.0901807,963.64559)" />
|
98
|
+
<text
|
99
|
+
xml:space="preserve"
|
100
|
+
style="font-size:3.26608801px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
|
101
|
+
x="8.1692638"
|
102
|
+
y="1037.896"
|
103
|
+
id="text3773"
|
104
|
+
sodipodi:linespacing="125%"><tspan
|
105
|
+
sodipodi:role="line"
|
106
|
+
id="tspan3775"
|
107
|
+
x="8.1692638"
|
108
|
+
y="1037.896">TEXT</tspan></text>
|
109
|
+
<text
|
110
|
+
xml:space="preserve"
|
111
|
+
style="font-size:3.26608801px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
|
112
|
+
x="9.1024313"
|
113
|
+
y="1030.1974"
|
114
|
+
id="text3777"
|
115
|
+
sodipodi:linespacing="125%"><tspan
|
116
|
+
sodipodi:role="line"
|
117
|
+
id="tspan3779"
|
118
|
+
x="9.1024313"
|
119
|
+
y="1030.1974">テキスト</tspan></text>
|
120
|
+
</g>
|
121
|
+
</svg>
|
@@ -0,0 +1,138 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
10
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
11
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
12
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
13
|
+
width="64px"
|
14
|
+
height="64px"
|
15
|
+
id="svg2985"
|
16
|
+
version="1.1"
|
17
|
+
inkscape:version="0.48.4 r9939"
|
18
|
+
sodipodi:docname="0.svg">
|
19
|
+
<defs
|
20
|
+
id="defs2987">
|
21
|
+
<marker
|
22
|
+
inkscape:stockid="Arrow1Lstart"
|
23
|
+
orient="auto"
|
24
|
+
refY="0.0"
|
25
|
+
refX="0.0"
|
26
|
+
id="Arrow1Lstart"
|
27
|
+
style="overflow:visible">
|
28
|
+
<path
|
29
|
+
id="path3787"
|
30
|
+
d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
|
31
|
+
style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt"
|
32
|
+
transform="scale(0.8) translate(12.5,0)" />
|
33
|
+
</marker>
|
34
|
+
<linearGradient
|
35
|
+
inkscape:collect="always"
|
36
|
+
id="linearGradient3771">
|
37
|
+
<stop
|
38
|
+
style="stop-color:#000000;stop-opacity:1;"
|
39
|
+
offset="0"
|
40
|
+
id="stop3773" />
|
41
|
+
<stop
|
42
|
+
style="stop-color:#000000;stop-opacity:0;"
|
43
|
+
offset="1"
|
44
|
+
id="stop3775" />
|
45
|
+
</linearGradient>
|
46
|
+
<linearGradient
|
47
|
+
inkscape:collect="always"
|
48
|
+
id="linearGradient3763">
|
49
|
+
<stop
|
50
|
+
style="stop-color:#008080;stop-opacity:1;"
|
51
|
+
offset="0"
|
52
|
+
id="stop3765" />
|
53
|
+
<stop
|
54
|
+
style="stop-color:#008080;stop-opacity:0;"
|
55
|
+
offset="1"
|
56
|
+
id="stop3767" />
|
57
|
+
</linearGradient>
|
58
|
+
<linearGradient
|
59
|
+
inkscape:collect="always"
|
60
|
+
xlink:href="#linearGradient3763"
|
61
|
+
id="linearGradient3769"
|
62
|
+
x1="1.6449966"
|
63
|
+
y1="13.354995"
|
64
|
+
x2="39.282725"
|
65
|
+
y2="13.354995"
|
66
|
+
gradientUnits="userSpaceOnUse" />
|
67
|
+
<radialGradient
|
68
|
+
inkscape:collect="always"
|
69
|
+
xlink:href="#linearGradient3771"
|
70
|
+
id="radialGradient3781"
|
71
|
+
cx="20.463861"
|
72
|
+
cy="13.354995"
|
73
|
+
fx="20.463861"
|
74
|
+
fy="13.354995"
|
75
|
+
r="18.818865"
|
76
|
+
gradientTransform="matrix(1,0,0,0.90774142,0,1.2321129)"
|
77
|
+
gradientUnits="userSpaceOnUse" />
|
78
|
+
</defs>
|
79
|
+
<sodipodi:namedview
|
80
|
+
id="base"
|
81
|
+
pagecolor="#ffffff"
|
82
|
+
bordercolor="#666666"
|
83
|
+
borderopacity="1.0"
|
84
|
+
inkscape:pageopacity="0.0"
|
85
|
+
inkscape:pageshadow="2"
|
86
|
+
inkscape:zoom="5.5"
|
87
|
+
inkscape:cx="-4.2727273"
|
88
|
+
inkscape:cy="32"
|
89
|
+
inkscape:current-layer="layer1"
|
90
|
+
showgrid="true"
|
91
|
+
inkscape:document-units="px"
|
92
|
+
inkscape:grid-bbox="true"
|
93
|
+
inkscape:window-width="1366"
|
94
|
+
inkscape:window-height="715"
|
95
|
+
inkscape:window-x="0"
|
96
|
+
inkscape:window-y="27"
|
97
|
+
inkscape:window-maximized="1" />
|
98
|
+
<metadata
|
99
|
+
id="metadata2990">
|
100
|
+
<rdf:RDF>
|
101
|
+
<cc:Work
|
102
|
+
rdf:about="">
|
103
|
+
<dc:format>image/svg+xml</dc:format>
|
104
|
+
<dc:type
|
105
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
106
|
+
<dc:title></dc:title>
|
107
|
+
</cc:Work>
|
108
|
+
</rdf:RDF>
|
109
|
+
</metadata>
|
110
|
+
<g
|
111
|
+
id="layer1"
|
112
|
+
inkscape:label="Layer 1"
|
113
|
+
inkscape:groupmode="layer">
|
114
|
+
<path
|
115
|
+
sodipodi:type="spiral"
|
116
|
+
style="fill:url(#linearGradient3769);stroke:url(#radialGradient3781);stroke-width:1.00024381999999989;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;fill-opacity:1;stroke-miterlimit:4;stroke-dasharray:none;marker-start:url(#Arrow1Lstart)"
|
117
|
+
id="path2993"
|
118
|
+
sodipodi:cx="18.727272"
|
119
|
+
sodipodi:cy="15.090909"
|
120
|
+
sodipodi:expansion="1"
|
121
|
+
sodipodi:revolution="3"
|
122
|
+
sodipodi:radius="20.959623"
|
123
|
+
sodipodi:argument="-18.082561"
|
124
|
+
sodipodi:t0="0"
|
125
|
+
d="m 18.727272,15.090909 c 0.756635,0.729285 -0.609765,1.379732 -1.21212,1.257577 -1.632345,-0.331034 -1.932014,-2.408544 -1.303034,-3.681817 1.125098,-2.277587 4.1497,-2.59765 6.151514,-1.348491 2.937743,1.833192 3.282497,5.91429 1.393948,8.621211 -2.517139,3.607901 -7.687172,3.975497 -11.090909,1.439404 C 8.3834171,18.187379 7.9939626,11.914792 11.181811,7.8181883 15.042722,2.8566527 22.424864,2.4458299 27.212113,6.2878708 32.85372,10.815583 33.285651,19.31136 28.787887,24.78787 23.595041,31.110717 13.983037,31.563609 7.818191,26.409101 0.81330178,20.552222 0.33953751,9.8222402 6.1515031,2.9697079 12.67165,-4.7177977 24.520848,-5.2123787 32.060593,1.2575632 40.431139,8.4404251 40.946501,21.409749 33.818195,29.63635"
|
126
|
+
transform="matrix(1.632315,0,0,1.6711074,-1.3941512,10.128274)" />
|
127
|
+
<path
|
128
|
+
sodipodi:type="arc"
|
129
|
+
style="color:#000000;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.65199995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
130
|
+
id="path4246"
|
131
|
+
sodipodi:cx="30.454546"
|
132
|
+
sodipodi:cy="19.454546"
|
133
|
+
sodipodi:rx="30.454546"
|
134
|
+
sodipodi:ry="11.272727"
|
135
|
+
d="m 60.909092,19.454546 a 30.454546,11.272727 0 1 1 -60.909092,0 30.454546,11.272727 0 1 1 60.909092,0 z"
|
136
|
+
transform="translate(1.6363636,0)" />
|
137
|
+
</g>
|
138
|
+
</svg>
|
@@ -0,0 +1,128 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
10
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
11
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
12
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
13
|
+
width="64px"
|
14
|
+
height="64px"
|
15
|
+
id="svg2985"
|
16
|
+
version="1.1"
|
17
|
+
inkscape:version="0.48.4 r9939"
|
18
|
+
sodipodi:docname="0.svg">
|
19
|
+
<defs
|
20
|
+
id="defs2987">
|
21
|
+
<marker
|
22
|
+
inkscape:stockid="Arrow1Lstart"
|
23
|
+
orient="auto"
|
24
|
+
refY="0.0"
|
25
|
+
refX="0.0"
|
26
|
+
id="Arrow1Lstart"
|
27
|
+
style="overflow:visible">
|
28
|
+
<path
|
29
|
+
id="path3787"
|
30
|
+
d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
|
31
|
+
style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt"
|
32
|
+
transform="scale(0.8) translate(12.5,0)" />
|
33
|
+
</marker>
|
34
|
+
<linearGradient
|
35
|
+
inkscape:collect="always"
|
36
|
+
id="linearGradient3771">
|
37
|
+
<stop
|
38
|
+
style="stop-color:#000000;stop-opacity:1;"
|
39
|
+
offset="0"
|
40
|
+
id="stop3773" />
|
41
|
+
<stop
|
42
|
+
style="stop-color:#000000;stop-opacity:0;"
|
43
|
+
offset="1"
|
44
|
+
id="stop3775" />
|
45
|
+
</linearGradient>
|
46
|
+
<linearGradient
|
47
|
+
inkscape:collect="always"
|
48
|
+
id="linearGradient3763">
|
49
|
+
<stop
|
50
|
+
style="stop-color:#008080;stop-opacity:1;"
|
51
|
+
offset="0"
|
52
|
+
id="stop3765" />
|
53
|
+
<stop
|
54
|
+
style="stop-color:#008080;stop-opacity:0;"
|
55
|
+
offset="1"
|
56
|
+
id="stop3767" />
|
57
|
+
</linearGradient>
|
58
|
+
<linearGradient
|
59
|
+
inkscape:collect="always"
|
60
|
+
xlink:href="#linearGradient3763"
|
61
|
+
id="linearGradient3769"
|
62
|
+
x1="1.6449966"
|
63
|
+
y1="13.354995"
|
64
|
+
x2="39.282725"
|
65
|
+
y2="13.354995"
|
66
|
+
gradientUnits="userSpaceOnUse" />
|
67
|
+
<radialGradient
|
68
|
+
inkscape:collect="always"
|
69
|
+
xlink:href="#linearGradient3771"
|
70
|
+
id="radialGradient3781"
|
71
|
+
cx="20.463861"
|
72
|
+
cy="13.354995"
|
73
|
+
fx="20.463861"
|
74
|
+
fy="13.354995"
|
75
|
+
r="18.818865"
|
76
|
+
gradientTransform="matrix(1,0,0,0.90774142,0,1.2321129)"
|
77
|
+
gradientUnits="userSpaceOnUse" />
|
78
|
+
</defs>
|
79
|
+
<sodipodi:namedview
|
80
|
+
id="base"
|
81
|
+
pagecolor="#ffffff"
|
82
|
+
bordercolor="#666666"
|
83
|
+
borderopacity="1.0"
|
84
|
+
inkscape:pageopacity="0.0"
|
85
|
+
inkscape:pageshadow="2"
|
86
|
+
inkscape:zoom="5.5"
|
87
|
+
inkscape:cx="-4.4545455"
|
88
|
+
inkscape:cy="32"
|
89
|
+
inkscape:current-layer="layer1"
|
90
|
+
showgrid="true"
|
91
|
+
inkscape:document-units="px"
|
92
|
+
inkscape:grid-bbox="true"
|
93
|
+
inkscape:window-width="1366"
|
94
|
+
inkscape:window-height="715"
|
95
|
+
inkscape:window-x="0"
|
96
|
+
inkscape:window-y="27"
|
97
|
+
inkscape:window-maximized="1" />
|
98
|
+
<metadata
|
99
|
+
id="metadata2990">
|
100
|
+
<rdf:RDF>
|
101
|
+
<cc:Work
|
102
|
+
rdf:about="">
|
103
|
+
<dc:format>image/svg+xml</dc:format>
|
104
|
+
<dc:type
|
105
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
106
|
+
<dc:title></dc:title>
|
107
|
+
</cc:Work>
|
108
|
+
</rdf:RDF>
|
109
|
+
</metadata>
|
110
|
+
<g
|
111
|
+
id="layer1"
|
112
|
+
inkscape:label="Layer 1"
|
113
|
+
inkscape:groupmode="layer">
|
114
|
+
<path
|
115
|
+
sodipodi:type="spiral"
|
116
|
+
style="fill:url(#linearGradient3769);stroke:url(#radialGradient3781);stroke-width:1.00024381999999989;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;fill-opacity:1;stroke-miterlimit:4;stroke-dasharray:none;marker-start:url(#Arrow1Lstart)"
|
117
|
+
id="path2993"
|
118
|
+
sodipodi:cx="18.727272"
|
119
|
+
sodipodi:cy="15.090909"
|
120
|
+
sodipodi:expansion="1"
|
121
|
+
sodipodi:revolution="3"
|
122
|
+
sodipodi:radius="20.959623"
|
123
|
+
sodipodi:argument="-18.082561"
|
124
|
+
sodipodi:t0="0"
|
125
|
+
d="m 18.727272,15.090909 c 0.756635,0.729285 -0.609765,1.379732 -1.21212,1.257577 -1.632345,-0.331034 -1.932014,-2.408544 -1.303034,-3.681817 1.125098,-2.277587 4.1497,-2.59765 6.151514,-1.348491 2.937743,1.833192 3.282497,5.91429 1.393948,8.621211 -2.517139,3.607901 -7.687172,3.975497 -11.090909,1.439404 C 8.3834171,18.187379 7.9939626,11.914792 11.181811,7.8181883 15.042722,2.8566527 22.424864,2.4458299 27.212113,6.2878708 32.85372,10.815583 33.285651,19.31136 28.787887,24.78787 23.595041,31.110717 13.983037,31.563609 7.818191,26.409101 0.81330178,20.552222 0.33953751,9.8222402 6.1515031,2.9697079 12.67165,-4.7177977 24.520848,-5.2123787 32.060593,1.2575632 40.431139,8.4404251 40.946501,21.409749 33.818195,29.63635"
|
126
|
+
transform="matrix(1.632315,0,0,1.6711074,-1.3941512,10.128274)" />
|
127
|
+
</g>
|
128
|
+
</svg>
|
@@ -0,0 +1,128 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
10
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
11
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
12
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
13
|
+
width="64px"
|
14
|
+
height="64px"
|
15
|
+
id="svg2985"
|
16
|
+
version="1.1"
|
17
|
+
inkscape:version="0.48.4 r9939"
|
18
|
+
sodipodi:docname="9.svg">
|
19
|
+
<defs
|
20
|
+
id="defs2987">
|
21
|
+
<marker
|
22
|
+
inkscape:stockid="Arrow1Lstart"
|
23
|
+
orient="auto"
|
24
|
+
refY="0.0"
|
25
|
+
refX="0.0"
|
26
|
+
id="Arrow1Lstart"
|
27
|
+
style="overflow:visible">
|
28
|
+
<path
|
29
|
+
id="path3787"
|
30
|
+
d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
|
31
|
+
style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt"
|
32
|
+
transform="scale(0.8) translate(12.5,0)" />
|
33
|
+
</marker>
|
34
|
+
<linearGradient
|
35
|
+
inkscape:collect="always"
|
36
|
+
id="linearGradient3771">
|
37
|
+
<stop
|
38
|
+
style="stop-color:#000000;stop-opacity:1;"
|
39
|
+
offset="0"
|
40
|
+
id="stop3773" />
|
41
|
+
<stop
|
42
|
+
style="stop-color:#000000;stop-opacity:0;"
|
43
|
+
offset="1"
|
44
|
+
id="stop3775" />
|
45
|
+
</linearGradient>
|
46
|
+
<linearGradient
|
47
|
+
inkscape:collect="always"
|
48
|
+
id="linearGradient3763">
|
49
|
+
<stop
|
50
|
+
style="stop-color:#008080;stop-opacity:1;"
|
51
|
+
offset="0"
|
52
|
+
id="stop3765" />
|
53
|
+
<stop
|
54
|
+
style="stop-color:#008080;stop-opacity:0;"
|
55
|
+
offset="1"
|
56
|
+
id="stop3767" />
|
57
|
+
</linearGradient>
|
58
|
+
<linearGradient
|
59
|
+
inkscape:collect="always"
|
60
|
+
xlink:href="#linearGradient3763"
|
61
|
+
id="linearGradient3769"
|
62
|
+
x1="1.6449966"
|
63
|
+
y1="13.354995"
|
64
|
+
x2="39.282725"
|
65
|
+
y2="13.354995"
|
66
|
+
gradientUnits="userSpaceOnUse" />
|
67
|
+
<radialGradient
|
68
|
+
inkscape:collect="always"
|
69
|
+
xlink:href="#linearGradient3771"
|
70
|
+
id="radialGradient3781"
|
71
|
+
cx="20.463861"
|
72
|
+
cy="13.354995"
|
73
|
+
fx="20.463861"
|
74
|
+
fy="13.354995"
|
75
|
+
r="18.818865"
|
76
|
+
gradientTransform="matrix(1,0,0,0.90774142,0,1.2321129)"
|
77
|
+
gradientUnits="userSpaceOnUse" />
|
78
|
+
</defs>
|
79
|
+
<sodipodi:namedview
|
80
|
+
id="base"
|
81
|
+
pagecolor="#ffffff"
|
82
|
+
bordercolor="#666666"
|
83
|
+
borderopacity="1.0"
|
84
|
+
inkscape:pageopacity="0.0"
|
85
|
+
inkscape:pageshadow="2"
|
86
|
+
inkscape:zoom="5.5"
|
87
|
+
inkscape:cx="-4.4545455"
|
88
|
+
inkscape:cy="32"
|
89
|
+
inkscape:current-layer="layer1"
|
90
|
+
showgrid="true"
|
91
|
+
inkscape:document-units="px"
|
92
|
+
inkscape:grid-bbox="true"
|
93
|
+
inkscape:window-width="1366"
|
94
|
+
inkscape:window-height="715"
|
95
|
+
inkscape:window-x="0"
|
96
|
+
inkscape:window-y="27"
|
97
|
+
inkscape:window-maximized="1" />
|
98
|
+
<metadata
|
99
|
+
id="metadata2990">
|
100
|
+
<rdf:RDF>
|
101
|
+
<cc:Work
|
102
|
+
rdf:about="">
|
103
|
+
<dc:format>image/svg+xml</dc:format>
|
104
|
+
<dc:type
|
105
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
106
|
+
<dc:title></dc:title>
|
107
|
+
</cc:Work>
|
108
|
+
</rdf:RDF>
|
109
|
+
</metadata>
|
110
|
+
<g
|
111
|
+
id="layer1"
|
112
|
+
inkscape:label="Layer 1"
|
113
|
+
inkscape:groupmode="layer">
|
114
|
+
<path
|
115
|
+
sodipodi:type="spiral"
|
116
|
+
style="fill:url(#linearGradient3769);fill-opacity:1;stroke:url(#radialGradient3781);stroke-width:1.00024378;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:url(#Arrow1Lstart)"
|
117
|
+
id="path2993"
|
118
|
+
sodipodi:cx="18.727272"
|
119
|
+
sodipodi:cy="15.090909"
|
120
|
+
sodipodi:expansion="1"
|
121
|
+
sodipodi:revolution="3"
|
122
|
+
sodipodi:radius="20.959623"
|
123
|
+
sodipodi:argument="-18.082561"
|
124
|
+
sodipodi:t0="0"
|
125
|
+
d="m 18.727272,15.090909 c 0.756635,0.729285 -0.609765,1.379732 -1.21212,1.257577 -1.632345,-0.331034 -1.932014,-2.408544 -1.303034,-3.681817 1.125098,-2.277587 4.1497,-2.59765 6.151514,-1.348491 2.937743,1.833192 3.282497,5.91429 1.393948,8.621211 -2.517139,3.607901 -7.687172,3.975497 -11.090909,1.439404 C 8.3834171,18.187379 7.9939626,11.914792 11.181811,7.8181883 15.042722,2.8566527 22.424864,2.4458299 27.212113,6.2878708 32.85372,10.815583 33.285651,19.31136 28.787887,24.78787 23.595041,31.110717 13.983037,31.563609 7.818191,26.409101 0.81330178,20.552222 0.33953751,9.8222402 6.1515031,2.9697079 12.67165,-4.7177977 24.520848,-5.2123787 32.060593,1.2575632 40.431139,8.4404251 40.946501,21.409749 33.818195,29.63635"
|
126
|
+
transform="matrix(0.50441313,1.5524238,-1.5893176,0.5164006,46.056531,-6.1230106)" />
|
127
|
+
</g>
|
128
|
+
</svg>
|