rabbit 0.9.1 → 0.9.2
Sign up to get free protection for your applications and to get access to all the features.
- data/NEWS.en +40 -1
- data/NEWS.ja +40 -1
- data/data/rabbit/image/debian-images/bottom.png +0 -0
- data/data/rabbit/image/debian-images/debian-images.rb +2 -0
- data/data/rabbit/image/debian-images/debian-logo-pink.png +0 -0
- data/data/rabbit/image/debian-images/debian-logo.png +0 -0
- data/data/rabbit/image/debian-images/debian-whirl.png +0 -0
- data/data/rabbit/image/debian-images/item1.png +0 -0
- data/data/rabbit/image/debian-images/property.rb +4 -0
- data/data/rabbit/image/debian-images/top.png +0 -0
- data/data/rabbit/image/ranguba-images/ranguba-bar.png +0 -0
- data/data/rabbit/image/ranguba-images/ranguba-bar.svg +153 -0
- data/data/rabbit/image/ranguba-images/ranguba-images.rb +0 -0
- data/data/rabbit/image/ranguba-images/ranguba-item-mark-mini.png +0 -0
- data/data/rabbit/image/ranguba-images/ranguba-item-mark.png +0 -0
- data/data/rabbit/image/ranguba-images/ranguba-item-mark.svg +400 -0
- data/data/rabbit/image/ranguba-images/ranguba-mark.png +0 -0
- data/data/rabbit/image/ranguba-images/ranguba-mark.svg +587 -0
- data/lib/rabbit/canvas.rb +2 -2
- data/lib/rabbit/dependency-canvas.rb +2 -1
- data/lib/rabbit/element/slide.rb +1 -1
- data/lib/rabbit/info-window.rb +74 -25
- data/lib/rabbit/rabbit.rb +1 -1
- data/lib/rabbit/renderer/base.rb +0 -48
- data/lib/rabbit/renderer/display/base.rb +10 -1
- data/lib/rabbit/renderer/display/clutter-embed.rb +7 -8
- data/lib/rabbit/renderer/display/comment-drawing-area.rb +4 -4
- data/lib/rabbit/renderer/display/comment.rb +1 -1
- data/lib/rabbit/renderer/display/drawing-area-base.rb +14 -27
- data/lib/rabbit/renderer/display/drawing-area-primitive.rb +1 -1
- data/lib/rabbit/renderer/display/drawing-area-view-only.rb +20 -3
- data/lib/rabbit/renderer/display/graffiti.rb +1 -1
- data/lib/rabbit/renderer/display/hook-handler.rb +60 -0
- data/lib/rabbit/renderer/display/magnifier.rb +1 -1
- data/lib/rabbit/renderer/display/scroll-handler.rb +36 -0
- data/lib/rabbit/renderer/display/spotlight.rb +1 -1
- data/lib/rabbit/renderer/engine/cairo.rb +34 -7
- data/lib/rabbit/theme/applier.rb +13 -5
- data/lib/rabbit/theme/debian/debian.rb +253 -0
- data/lib/rabbit/theme/debian/property.rb +3 -0
- data/lib/rabbit/theme/default-slide/default-slide.rb +24 -5
- data/lib/rabbit/theme/ranguba/property.rb +3 -0
- data/lib/rabbit/theme/ranguba/ranguba.rb +230 -0
- data/lib/rabbit/theme/slide-logo/slide-logo.rb +22 -4
- data/lib/rabbit/theme/tag/tag.rb +4 -0
- data/misc/make-image-sample.rb +1 -0
- data/sample/info-window.png +0 -0
- metadata +27 -4
data/NEWS.en
CHANGED
@@ -2,7 +2,46 @@
|
|
2
2
|
|
3
3
|
= NEWS.en
|
4
4
|
|
5
|
-
$Id: NEWS.en
|
5
|
+
$Id: NEWS.en 1455 2010-12-31 09:13:21Z kou $
|
6
|
+
|
7
|
+
== 0.9.2: 2010-12-31
|
8
|
+
|
9
|
+
A release for Matz.
|
10
|
+
|
11
|
+
=== Improvements
|
12
|
+
|
13
|
+
==== Theme
|
14
|
+
|
15
|
+
* Added Debian theme. [Added by Youhei SASAKI]
|
16
|
+
* cairo backend:
|
17
|
+
* Supported line_cap.
|
18
|
+
* Supported line_join.
|
19
|
+
* Supported Pixbuf as pattern source.
|
20
|
+
* Supported matrix transformation of pattern.
|
21
|
+
* default-slide: Supported line width customization.
|
22
|
+
* @default_headline_line_width
|
23
|
+
* @default_headline_line_params
|
24
|
+
* @default_headline_line_expand
|
25
|
+
* tag:
|
26
|
+
* Added margin-top tag.
|
27
|
+
* Added margin-bottom tag.
|
28
|
+
* slide-logo: Supported slide logo width/height/position customization.
|
29
|
+
* @slide_logo_width
|
30
|
+
* @slide_logo_height
|
31
|
+
* @slide_logo_position
|
32
|
+
* Added ranguba theme.
|
33
|
+
|
34
|
+
==== Information Window
|
35
|
+
|
36
|
+
* Showed rest time before timer start. [Suggested by Yukihiro Matsumoto]
|
37
|
+
* Showed the current slide. [Suggested by Yukihiro Matsumoto]
|
38
|
+
* Supported keyboard/mouse operations from information window.
|
39
|
+
[Suggested by Yukihiro Matsumoto]
|
40
|
+
|
41
|
+
=== Thanks
|
42
|
+
|
43
|
+
* Youhei SASAKI
|
44
|
+
* Yukihiro Matsumoto
|
6
45
|
|
7
46
|
== Changes 0.9.1 from 0.9.0: 2010-10-25
|
8
47
|
|
data/NEWS.ja
CHANGED
@@ -2,7 +2,46 @@
|
|
2
2
|
|
3
3
|
= NEWS.ja
|
4
4
|
|
5
|
-
$Id: NEWS.ja
|
5
|
+
$Id: NEWS.ja 1455 2010-12-31 09:13:21Z kou $
|
6
|
+
|
7
|
+
== 0.9.2: 2010-12-31
|
8
|
+
|
9
|
+
Matz向けリリース。
|
10
|
+
|
11
|
+
=== 改良
|
12
|
+
|
13
|
+
==== テーマ
|
14
|
+
|
15
|
+
* Debianテーマを追加。[佐々木さんが追加]
|
16
|
+
* cairoバックエンド:
|
17
|
+
* line_cap対応。
|
18
|
+
* line_join対応。
|
19
|
+
* パターンのソースとしてPixbufに対応。
|
20
|
+
* パターンの行列変換に対応。
|
21
|
+
* default-slide: 線幅のカスタマイズに対応。
|
22
|
+
* @default_headline_line_width
|
23
|
+
* @default_headline_line_params
|
24
|
+
* @default_headline_line_expand
|
25
|
+
* tag:
|
26
|
+
* margin-topタグの追加。
|
27
|
+
* margin-bottomタグの追加。
|
28
|
+
* slide-logo: スライドロゴの幅・高さ・位置のカスタマイズに対応。
|
29
|
+
* @slide_logo_width
|
30
|
+
* @slide_logo_height
|
31
|
+
* @slide_logo_position
|
32
|
+
* ラングバテーマを追加。
|
33
|
+
|
34
|
+
==== 情報ウィンドウ
|
35
|
+
|
36
|
+
* タイマー開始前でも残り時間を表示。 [まつもとさんが提案]
|
37
|
+
* 現在のスライドも表示。 [まつもとさんが提案]
|
38
|
+
* 情報ウィンドウからキーボード・マウスでのスライド操作に対応。
|
39
|
+
[まつもとさんが提案]
|
40
|
+
|
41
|
+
=== 感謝
|
42
|
+
|
43
|
+
* 佐々木さん
|
44
|
+
* まつもとさん
|
6
45
|
|
7
46
|
== 0.9.0から0.9.1の変更点: 2010-10-25
|
8
47
|
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,153 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
<svg
|
4
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
5
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
6
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
7
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
8
|
+
xmlns="http://www.w3.org/2000/svg"
|
9
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
10
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
11
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
12
|
+
width="22.25"
|
13
|
+
height="48"
|
14
|
+
id="svg10194"
|
15
|
+
sodipodi:version="0.32"
|
16
|
+
inkscape:version="0.46"
|
17
|
+
version="1.0"
|
18
|
+
sodipodi:docname="bar.svg"
|
19
|
+
inkscape:output_extension="org.inkscape.output.svg.inkscape"
|
20
|
+
inkscape:export-filename="/home/kou/work/c/milter-manager/html/bar.png"
|
21
|
+
inkscape:export-xdpi="72"
|
22
|
+
inkscape:export-ydpi="72">
|
23
|
+
<defs
|
24
|
+
id="defs10196">
|
25
|
+
<filter
|
26
|
+
inkscape:collect="always"
|
27
|
+
id="filter10190"
|
28
|
+
x="-0.0042679603"
|
29
|
+
width="1.0085359"
|
30
|
+
y="-0.26376387"
|
31
|
+
height="1.5275277">
|
32
|
+
<feGaussianBlur
|
33
|
+
inkscape:collect="always"
|
34
|
+
stdDeviation="1.331093"
|
35
|
+
id="feGaussianBlur10192" />
|
36
|
+
</filter>
|
37
|
+
<linearGradient
|
38
|
+
id="linearGradient10136"
|
39
|
+
inkscape:collect="always">
|
40
|
+
<stop
|
41
|
+
id="stop10138"
|
42
|
+
offset="0"
|
43
|
+
style="stop-color:#f57900;stop-opacity:1;" />
|
44
|
+
<stop
|
45
|
+
id="stop10140"
|
46
|
+
offset="1"
|
47
|
+
style="stop-color:#fcaf3e;stop-opacity:1" />
|
48
|
+
</linearGradient>
|
49
|
+
<linearGradient
|
50
|
+
inkscape:collect="always"
|
51
|
+
xlink:href="#linearGradient10136"
|
52
|
+
id="linearGradient10134"
|
53
|
+
x1="316.17773"
|
54
|
+
y1="89.416435"
|
55
|
+
x2="316.17773"
|
56
|
+
y2="82.569916"
|
57
|
+
gradientUnits="userSpaceOnUse"
|
58
|
+
gradientTransform="matrix(3e-2,0,0,3,358.91588,-160.60243)" />
|
59
|
+
<linearGradient
|
60
|
+
id="linearGradient10152"
|
61
|
+
inkscape:collect="always">
|
62
|
+
<stop
|
63
|
+
id="stop10154"
|
64
|
+
offset="0"
|
65
|
+
style="stop-color:#ffffff;stop-opacity:1;" />
|
66
|
+
<stop
|
67
|
+
id="stop10156"
|
68
|
+
offset="1"
|
69
|
+
style="stop-color:#ffffff;stop-opacity:0;" />
|
70
|
+
</linearGradient>
|
71
|
+
<inkscape:perspective
|
72
|
+
sodipodi:type="inkscape:persp3d"
|
73
|
+
inkscape:vp_x="0 : 526.18109 : 1"
|
74
|
+
inkscape:vp_y="0 : 1000 : 0"
|
75
|
+
inkscape:vp_z="744.09448 : 526.18109 : 1"
|
76
|
+
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
|
77
|
+
id="perspective10202" />
|
78
|
+
<linearGradient
|
79
|
+
inkscape:collect="always"
|
80
|
+
xlink:href="#linearGradient10152"
|
81
|
+
id="linearGradient10230"
|
82
|
+
gradientUnits="userSpaceOnUse"
|
83
|
+
gradientTransform="matrix(3.0006411e-2,0,0,2.7421563,358.91357,-137.86823)"
|
84
|
+
x1="306.39508"
|
85
|
+
y1="83.499619"
|
86
|
+
x2="306.39508"
|
87
|
+
y2="97.729294" />
|
88
|
+
</defs>
|
89
|
+
<sodipodi:namedview
|
90
|
+
id="base"
|
91
|
+
pagecolor="#ffffff"
|
92
|
+
bordercolor="#666666"
|
93
|
+
borderopacity="1.0"
|
94
|
+
gridtolerance="10000"
|
95
|
+
guidetolerance="10"
|
96
|
+
objecttolerance="10"
|
97
|
+
inkscape:pageopacity="0.0"
|
98
|
+
inkscape:pageshadow="2"
|
99
|
+
inkscape:zoom="3.959798"
|
100
|
+
inkscape:cx="56.513145"
|
101
|
+
inkscape:cy="10.662903"
|
102
|
+
inkscape:document-units="px"
|
103
|
+
inkscape:current-layer="layer1"
|
104
|
+
showgrid="false"
|
105
|
+
inkscape:window-width="843"
|
106
|
+
inkscape:window-height="650"
|
107
|
+
inkscape:window-x="137"
|
108
|
+
inkscape:window-y="138" />
|
109
|
+
<metadata
|
110
|
+
id="metadata10199">
|
111
|
+
<rdf:RDF>
|
112
|
+
<cc:Work
|
113
|
+
rdf:about="">
|
114
|
+
<dc:format>image/svg+xml</dc:format>
|
115
|
+
<dc:type
|
116
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
117
|
+
</cc:Work>
|
118
|
+
</rdf:RDF>
|
119
|
+
</metadata>
|
120
|
+
<g
|
121
|
+
inkscape:label="Layer 1"
|
122
|
+
inkscape:groupmode="layer"
|
123
|
+
id="layer1"
|
124
|
+
transform="translate(-358.96534,-80.494781)">
|
125
|
+
<rect
|
126
|
+
y="87.256226"
|
127
|
+
x="-2.3278677"
|
128
|
+
height="11.111678"
|
129
|
+
width="747.51288"
|
130
|
+
id="rect10160"
|
131
|
+
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter10190);enable-background:accumulate"
|
132
|
+
transform="matrix(3e-2,0,0,3,358.98571,-173.62413)" />
|
133
|
+
<rect
|
134
|
+
style="opacity:1;fill:url(#linearGradient10134);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
135
|
+
id="rect9356"
|
136
|
+
width="22.425388"
|
137
|
+
height="33.335033"
|
138
|
+
x="358.91583"
|
139
|
+
y="87.244781"
|
140
|
+
inkscape:export-xdpi="72"
|
141
|
+
inkscape:export-ydpi="72" />
|
142
|
+
<path
|
143
|
+
style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ce5c00;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
144
|
+
d="M 358.91586,87.244781 L 381.34125,87.244781 M 381.34125,120.57982 L 358.91586,120.57982"
|
145
|
+
id="rect10220"
|
146
|
+
sodipodi:nodetypes="cccc" />
|
147
|
+
<path
|
148
|
+
style="opacity:0.33734945;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient10230);stroke-width:1.49652982;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
149
|
+
d="M 381.34378,119.14706 L 358.9136,119.14706 M 358.9136,88.677084 L 381.34378,88.677084"
|
150
|
+
id="rect10224"
|
151
|
+
sodipodi:nodetypes="cccc" />
|
152
|
+
</g>
|
153
|
+
</svg>
|
File without changes
|
Binary file
|
Binary file
|
@@ -0,0 +1,400 @@
|
|
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="34"
|
14
|
+
height="36"
|
15
|
+
id="svg7854"
|
16
|
+
sodipodi:version="0.32"
|
17
|
+
inkscape:version="0.47 r22583"
|
18
|
+
version="1.0"
|
19
|
+
sodipodi:docname="ranguba-item-mark.svg"
|
20
|
+
inkscape:output_extension="org.inkscape.output.svg.inkscape"
|
21
|
+
inkscape:export-filename="/home/kou/work/rd/groonga-night/rabbit/image/ranguba-images/ranguba-item-mark.png"
|
22
|
+
inkscape:export-xdpi="80"
|
23
|
+
inkscape:export-ydpi="80">
|
24
|
+
<defs
|
25
|
+
id="defs7856">
|
26
|
+
<inkscape:perspective
|
27
|
+
sodipodi:type="inkscape:persp3d"
|
28
|
+
inkscape:vp_x="0 : 24 : 1"
|
29
|
+
inkscape:vp_y="0 : 1000 : 0"
|
30
|
+
inkscape:vp_z="48 : 24 : 1"
|
31
|
+
inkscape:persp3d-origin="24 : 16 : 1"
|
32
|
+
id="perspective26" />
|
33
|
+
<linearGradient
|
34
|
+
inkscape:collect="always"
|
35
|
+
id="linearGradient5202">
|
36
|
+
<stop
|
37
|
+
style="stop-color:#ffffff;stop-opacity:1;"
|
38
|
+
offset="0"
|
39
|
+
id="stop5204" />
|
40
|
+
<stop
|
41
|
+
style="stop-color:#ffffff;stop-opacity:0;"
|
42
|
+
offset="1"
|
43
|
+
id="stop5206" />
|
44
|
+
</linearGradient>
|
45
|
+
<linearGradient
|
46
|
+
inkscape:collect="always"
|
47
|
+
id="linearGradient5190">
|
48
|
+
<stop
|
49
|
+
style="stop-color:#f57900;stop-opacity:1;"
|
50
|
+
offset="0"
|
51
|
+
id="stop5192" />
|
52
|
+
<stop
|
53
|
+
style="stop-color:#fcaf3e;stop-opacity:1"
|
54
|
+
offset="1"
|
55
|
+
id="stop5194" />
|
56
|
+
</linearGradient>
|
57
|
+
<linearGradient
|
58
|
+
inkscape:collect="always"
|
59
|
+
id="linearGradient5130">
|
60
|
+
<stop
|
61
|
+
style="stop-color:#000000;stop-opacity:1;"
|
62
|
+
offset="0"
|
63
|
+
id="stop5132" />
|
64
|
+
<stop
|
65
|
+
style="stop-color:#000000;stop-opacity:0;"
|
66
|
+
offset="1"
|
67
|
+
id="stop5134" />
|
68
|
+
</linearGradient>
|
69
|
+
<radialGradient
|
70
|
+
inkscape:collect="always"
|
71
|
+
xlink:href="#linearGradient5130"
|
72
|
+
id="radialGradient5136"
|
73
|
+
cx="22"
|
74
|
+
cy="38.5"
|
75
|
+
fx="22"
|
76
|
+
fy="38.5"
|
77
|
+
r="13"
|
78
|
+
gradientTransform="matrix(1,0,0,0.5,0,19.25)"
|
79
|
+
gradientUnits="userSpaceOnUse" />
|
80
|
+
<filter
|
81
|
+
inkscape:collect="always"
|
82
|
+
x="-0.17349398"
|
83
|
+
width="1.346988"
|
84
|
+
y="-0.34698796"
|
85
|
+
height="1.6939759"
|
86
|
+
id="filter5186"
|
87
|
+
color-interpolation-filters="sRGB">
|
88
|
+
<feGaussianBlur
|
89
|
+
inkscape:collect="always"
|
90
|
+
stdDeviation="1.8795181"
|
91
|
+
id="feGaussianBlur5188" />
|
92
|
+
</filter>
|
93
|
+
<radialGradient
|
94
|
+
inkscape:collect="always"
|
95
|
+
xlink:href="#linearGradient5190"
|
96
|
+
id="radialGradient5200"
|
97
|
+
gradientUnits="userSpaceOnUse"
|
98
|
+
gradientTransform="matrix(0,-1.2519025,47.292244,0,-1418.0196,57.3867)"
|
99
|
+
cx="21.525126"
|
100
|
+
cy="30.439341"
|
101
|
+
fx="21.525126"
|
102
|
+
fy="30.439341"
|
103
|
+
r="18.888176" />
|
104
|
+
<linearGradient
|
105
|
+
inkscape:collect="always"
|
106
|
+
xlink:href="#linearGradient5202"
|
107
|
+
id="linearGradient5208"
|
108
|
+
x1="22.109375"
|
109
|
+
y1="11.34375"
|
110
|
+
x2="22.109375"
|
111
|
+
y2="49.612667"
|
112
|
+
gradientUnits="userSpaceOnUse" />
|
113
|
+
<radialGradient
|
114
|
+
inkscape:collect="always"
|
115
|
+
xlink:href="#linearGradient5130"
|
116
|
+
id="radialGradient2920"
|
117
|
+
gradientUnits="userSpaceOnUse"
|
118
|
+
gradientTransform="matrix(1,0,0,0.5,0,19.25)"
|
119
|
+
cx="22"
|
120
|
+
cy="38.5"
|
121
|
+
fx="22"
|
122
|
+
fy="38.5"
|
123
|
+
r="13" />
|
124
|
+
<radialGradient
|
125
|
+
inkscape:collect="always"
|
126
|
+
xlink:href="#linearGradient5190"
|
127
|
+
id="radialGradient2922"
|
128
|
+
gradientUnits="userSpaceOnUse"
|
129
|
+
gradientTransform="matrix(0,-1.2519025,47.292244,0,-1418.0196,57.3867)"
|
130
|
+
cx="21.525126"
|
131
|
+
cy="30.439341"
|
132
|
+
fx="21.525126"
|
133
|
+
fy="30.439341"
|
134
|
+
r="18.888176" />
|
135
|
+
<linearGradient
|
136
|
+
inkscape:collect="always"
|
137
|
+
xlink:href="#linearGradient5202"
|
138
|
+
id="linearGradient2924"
|
139
|
+
gradientUnits="userSpaceOnUse"
|
140
|
+
x1="22.109375"
|
141
|
+
y1="11.34375"
|
142
|
+
x2="22.109375"
|
143
|
+
y2="49.612667" />
|
144
|
+
<linearGradient
|
145
|
+
inkscape:collect="always"
|
146
|
+
xlink:href="#linearGradient5202"
|
147
|
+
id="linearGradient2928"
|
148
|
+
gradientUnits="userSpaceOnUse"
|
149
|
+
x1="22.109375"
|
150
|
+
y1="11.34375"
|
151
|
+
x2="22.109375"
|
152
|
+
y2="49.612667" />
|
153
|
+
<radialGradient
|
154
|
+
inkscape:collect="always"
|
155
|
+
xlink:href="#linearGradient5130"
|
156
|
+
id="radialGradient2406"
|
157
|
+
gradientUnits="userSpaceOnUse"
|
158
|
+
gradientTransform="matrix(1,0,0,0.5,0,19.25)"
|
159
|
+
cx="22"
|
160
|
+
cy="38.5"
|
161
|
+
fx="22"
|
162
|
+
fy="38.5"
|
163
|
+
r="13" />
|
164
|
+
<radialGradient
|
165
|
+
inkscape:collect="always"
|
166
|
+
xlink:href="#linearGradient5190"
|
167
|
+
id="radialGradient2408"
|
168
|
+
gradientUnits="userSpaceOnUse"
|
169
|
+
gradientTransform="matrix(0,-1.2519025,47.292244,0,-1418.0196,57.3867)"
|
170
|
+
cx="21.525126"
|
171
|
+
cy="30.439341"
|
172
|
+
fx="21.525126"
|
173
|
+
fy="30.439341"
|
174
|
+
r="18.888176" />
|
175
|
+
<linearGradient
|
176
|
+
inkscape:collect="always"
|
177
|
+
xlink:href="#linearGradient5202"
|
178
|
+
id="linearGradient2410"
|
179
|
+
gradientUnits="userSpaceOnUse"
|
180
|
+
x1="22.109375"
|
181
|
+
y1="11.34375"
|
182
|
+
x2="22.109375"
|
183
|
+
y2="49.612667" />
|
184
|
+
<linearGradient
|
185
|
+
inkscape:collect="always"
|
186
|
+
xlink:href="#linearGradient5202"
|
187
|
+
id="linearGradient2414"
|
188
|
+
gradientUnits="userSpaceOnUse"
|
189
|
+
x1="22.109375"
|
190
|
+
y1="11.34375"
|
191
|
+
x2="22.109375"
|
192
|
+
y2="49.612667" />
|
193
|
+
<radialGradient
|
194
|
+
inkscape:collect="always"
|
195
|
+
xlink:href="#linearGradient5130"
|
196
|
+
id="radialGradient2410"
|
197
|
+
gradientUnits="userSpaceOnUse"
|
198
|
+
gradientTransform="matrix(1,0,0,0.5,0,19.25)"
|
199
|
+
cx="22"
|
200
|
+
cy="38.5"
|
201
|
+
fx="22"
|
202
|
+
fy="38.5"
|
203
|
+
r="13" />
|
204
|
+
<radialGradient
|
205
|
+
inkscape:collect="always"
|
206
|
+
xlink:href="#linearGradient5190"
|
207
|
+
id="radialGradient2412"
|
208
|
+
gradientUnits="userSpaceOnUse"
|
209
|
+
gradientTransform="matrix(0,-1.2519025,47.292244,0,-1418.0196,57.3867)"
|
210
|
+
cx="21.525126"
|
211
|
+
cy="30.439341"
|
212
|
+
fx="21.525126"
|
213
|
+
fy="30.439341"
|
214
|
+
r="18.888176" />
|
215
|
+
<linearGradient
|
216
|
+
inkscape:collect="always"
|
217
|
+
xlink:href="#linearGradient5202"
|
218
|
+
id="linearGradient2415"
|
219
|
+
gradientUnits="userSpaceOnUse"
|
220
|
+
x1="22.109375"
|
221
|
+
y1="11.34375"
|
222
|
+
x2="22.109375"
|
223
|
+
y2="49.612667" />
|
224
|
+
<linearGradient
|
225
|
+
inkscape:collect="always"
|
226
|
+
xlink:href="#linearGradient5202"
|
227
|
+
id="linearGradient2419"
|
228
|
+
gradientUnits="userSpaceOnUse"
|
229
|
+
x1="22.109375"
|
230
|
+
y1="11.34375"
|
231
|
+
x2="22.109375"
|
232
|
+
y2="49.612667" />
|
233
|
+
<radialGradient
|
234
|
+
inkscape:collect="always"
|
235
|
+
xlink:href="#linearGradient5130"
|
236
|
+
id="radialGradient2414"
|
237
|
+
gradientUnits="userSpaceOnUse"
|
238
|
+
gradientTransform="matrix(1,0,0,0.5,0,19.25)"
|
239
|
+
cx="22"
|
240
|
+
cy="38.5"
|
241
|
+
fx="22"
|
242
|
+
fy="38.5"
|
243
|
+
r="13" />
|
244
|
+
<radialGradient
|
245
|
+
inkscape:collect="always"
|
246
|
+
xlink:href="#linearGradient5190"
|
247
|
+
id="radialGradient2416"
|
248
|
+
gradientUnits="userSpaceOnUse"
|
249
|
+
gradientTransform="matrix(0,-1.2519025,47.292244,0,-1418.0196,57.3867)"
|
250
|
+
cx="21.525126"
|
251
|
+
cy="30.439341"
|
252
|
+
fx="21.525126"
|
253
|
+
fy="30.439341"
|
254
|
+
r="18.888176" />
|
255
|
+
<linearGradient
|
256
|
+
inkscape:collect="always"
|
257
|
+
xlink:href="#linearGradient5202"
|
258
|
+
id="linearGradient2418"
|
259
|
+
gradientUnits="userSpaceOnUse"
|
260
|
+
x1="22.109375"
|
261
|
+
y1="11.34375"
|
262
|
+
x2="22.109375"
|
263
|
+
y2="49.612667" />
|
264
|
+
<linearGradient
|
265
|
+
inkscape:collect="always"
|
266
|
+
xlink:href="#linearGradient5202"
|
267
|
+
id="linearGradient2416"
|
268
|
+
gradientUnits="userSpaceOnUse"
|
269
|
+
x1="22.109375"
|
270
|
+
y1="11.34375"
|
271
|
+
x2="22.109375"
|
272
|
+
y2="49.612667" />
|
273
|
+
<radialGradient
|
274
|
+
inkscape:collect="always"
|
275
|
+
xlink:href="#linearGradient5130"
|
276
|
+
id="radialGradient2419"
|
277
|
+
gradientUnits="userSpaceOnUse"
|
278
|
+
gradientTransform="matrix(1,0,0,0.5,0,19.25)"
|
279
|
+
cx="22"
|
280
|
+
cy="38.5"
|
281
|
+
fx="22"
|
282
|
+
fy="38.5"
|
283
|
+
r="13" />
|
284
|
+
<radialGradient
|
285
|
+
inkscape:collect="always"
|
286
|
+
xlink:href="#linearGradient5190"
|
287
|
+
id="radialGradient2421"
|
288
|
+
gradientUnits="userSpaceOnUse"
|
289
|
+
gradientTransform="matrix(0,-1.2519025,47.292244,0,-1418.0196,57.3867)"
|
290
|
+
cx="21.525126"
|
291
|
+
cy="30.439341"
|
292
|
+
fx="21.525126"
|
293
|
+
fy="30.439341"
|
294
|
+
r="18.888176" />
|
295
|
+
</defs>
|
296
|
+
<sodipodi:namedview
|
297
|
+
id="base"
|
298
|
+
pagecolor="#ffffff"
|
299
|
+
bordercolor="#e0e0e0"
|
300
|
+
borderopacity="1"
|
301
|
+
gridtolerance="10000"
|
302
|
+
guidetolerance="10"
|
303
|
+
objecttolerance="10"
|
304
|
+
inkscape:pageopacity="0.0"
|
305
|
+
inkscape:pageshadow="2"
|
306
|
+
inkscape:zoom="11.313709"
|
307
|
+
inkscape:cx="32.948002"
|
308
|
+
inkscape:cy="17.241879"
|
309
|
+
inkscape:document-units="px"
|
310
|
+
inkscape:current-layer="layer1"
|
311
|
+
width="38px"
|
312
|
+
height="48px"
|
313
|
+
inkscape:showpageshadow="false"
|
314
|
+
inkscape:window-width="1187"
|
315
|
+
inkscape:window-height="723"
|
316
|
+
inkscape:window-x="160"
|
317
|
+
inkscape:window-y="175"
|
318
|
+
showgrid="false"
|
319
|
+
showguides="false"
|
320
|
+
inkscape:window-maximized="0">
|
321
|
+
<inkscape:grid
|
322
|
+
type="xygrid"
|
323
|
+
id="grid4614"
|
324
|
+
visible="true"
|
325
|
+
enabled="true"
|
326
|
+
empspacing="5"
|
327
|
+
snapvisiblegridlinesonly="true" />
|
328
|
+
</sodipodi:namedview>
|
329
|
+
<metadata
|
330
|
+
id="metadata7859">
|
331
|
+
<rdf:RDF>
|
332
|
+
<cc:Work
|
333
|
+
rdf:about="">
|
334
|
+
<dc:format>image/svg+xml</dc:format>
|
335
|
+
<dc:type
|
336
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
337
|
+
<dc:creator>
|
338
|
+
<cc:Agent>
|
339
|
+
<dc:title>Jakub Steiner</dc:title>
|
340
|
+
</cc:Agent>
|
341
|
+
</dc:creator>
|
342
|
+
<dc:source>http://jimmac.musichall.cz</dc:source>
|
343
|
+
<cc:license
|
344
|
+
rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
|
345
|
+
<dc:title></dc:title>
|
346
|
+
</cc:Work>
|
347
|
+
<cc:License
|
348
|
+
rdf:about="http://creativecommons.org/licenses/publicdomain/">
|
349
|
+
<cc:permits
|
350
|
+
rdf:resource="http://creativecommons.org/ns#Reproduction" />
|
351
|
+
<cc:permits
|
352
|
+
rdf:resource="http://creativecommons.org/ns#Distribution" />
|
353
|
+
<cc:permits
|
354
|
+
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
|
355
|
+
</cc:License>
|
356
|
+
</rdf:RDF>
|
357
|
+
</metadata>
|
358
|
+
<g
|
359
|
+
inkscape:label="Layer 1"
|
360
|
+
inkscape:groupmode="layer"
|
361
|
+
id="layer1"
|
362
|
+
transform="translate(0,-2)">
|
363
|
+
<path
|
364
|
+
sodipodi:type="arc"
|
365
|
+
style="opacity:0.43373497;fill:url(#radialGradient2419);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter5186);enable-background:accumulate"
|
366
|
+
id="path4551"
|
367
|
+
sodipodi:cx="22"
|
368
|
+
sodipodi:cy="38.5"
|
369
|
+
sodipodi:rx="13"
|
370
|
+
sodipodi:ry="6.5"
|
371
|
+
d="m 35,38.5 a 13,6.5 0 1 1 -26,0 13,6.5 0 1 1 26,0 z"
|
372
|
+
transform="matrix(0.9938742,0,0,0.9790959,-4.0744205,-9.1665201)" />
|
373
|
+
<path
|
374
|
+
sodipodi:type="star"
|
375
|
+
style="fill:url(#radialGradient2421);fill-opacity:1;fill-rule:nonzero;stroke:#ce5c00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
376
|
+
id="path4547"
|
377
|
+
sodipodi:sides="8"
|
378
|
+
sodipodi:cx="22.097088"
|
379
|
+
sodipodi:cy="22.720934"
|
380
|
+
sodipodi:r1="18.388176"
|
381
|
+
sodipodi:r2="12.035836"
|
382
|
+
sodipodi:arg1="0.78539816"
|
383
|
+
sodipodi:arg2="1.1780972"
|
384
|
+
inkscape:flatsided="false"
|
385
|
+
inkscape:rounded="0"
|
386
|
+
inkscape:randomized="0"
|
387
|
+
d="M 35.099492,35.723338 26.703003,33.840596 22.097088,41.10911 17.491173,33.840597 9.094684,35.723338 10.977425,27.32685 3.7089119,22.720934 10.977425,18.115019 9.0946839,9.71853 l 8.3964881,1.882741 4.605916,-7.2685131 4.605914,7.2685131 8.39649,-1.882741 -1.882742,8.396488 7.268514,4.605916 -7.268513,4.605915 1.882741,8.396489 z"
|
388
|
+
transform="matrix(0.8403489,0,0,0.8278536,-1.4532847,-0.60294269)" />
|
389
|
+
<path
|
390
|
+
sodipodi:type="inkscape:offset"
|
391
|
+
inkscape:radius="-0.97009587"
|
392
|
+
inkscape:original="M 22.09375 4.34375 L 17.5 11.59375 L 9.09375 9.71875 L 10.96875 18.125 L 3.71875 22.71875 L 10.96875 27.3125 L 9.09375 35.71875 L 17.5 33.84375 L 22.09375 41.09375 L 26.6875 33.84375 L 35.09375 35.71875 L 33.21875 27.3125 L 40.5 22.71875 L 33.21875 18.125 L 35.09375 9.71875 L 26.6875 11.59375 L 22.09375 4.34375 z "
|
393
|
+
xlink:href="#path4547"
|
394
|
+
style="opacity:0.33734945;fill:none;stroke:url(#linearGradient2416);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
395
|
+
id="path5198"
|
396
|
+
inkscape:href="#path4547"
|
397
|
+
d="M 22.09375,6.15625 18.3125,12.125 a 0.97019288,0.97019288 0 0 1 -1.03125,0.40625 L 10.375,11 11.90625,17.90625 A 0.97019288,0.97019288 0 0 1 11.5,18.9375 L 5.53125,22.71875 11.5,26.5 a 0.97019288,0.97019288 0 0 1 0.40625,1.03125 L 10.375,34.4375 17.28125,32.90625 a 0.97019288,0.97019288 0 0 1 1.03125,0.40625 l 3.78125,5.96875 3.78125,-5.96875 a 0.97019288,0.97019288 0 0 1 1.03125,-0.40625 L 33.8125,34.4375 32.28125,27.53125 A 0.97019288,0.97019288 0 0 1 32.6875,26.5 l 6,-3.78125 -6,-3.78125 A 0.97019288,0.97019288 0 0 1 32.28125,17.90625 L 33.8125,11 26.90625,12.53125 A 0.97019288,0.97019288 0 0 1 25.875,12.125 L 22.09375,6.15625 z"
|
398
|
+
transform="matrix(0.8444266,0,0,0.8444266,-1.7253641,-0.92836589)" />
|
399
|
+
</g>
|
400
|
+
</svg>
|