rroonga 1.2.0 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.textile +71 -0
- data/Rakefile +213 -128
- data/TODO +0 -0
- data/example/bookmark.rb +12 -12
- data/ext/groonga/Makefile +233 -0
- data/ext/groonga/extconf.rb +1 -1
- data/ext/groonga/rb-grn-column.c +5 -5
- data/ext/groonga/rb-grn-index-column.c +31 -0
- data/ext/groonga/rb-grn-index-cursor.c +106 -0
- data/ext/groonga/rb-grn-logger.c +5 -5
- data/ext/groonga/rb-grn-object.c +48 -0
- data/ext/groonga/rb-grn-patricia-trie.c +1 -1
- data/ext/groonga/rb-grn-plugin.c +32 -0
- data/ext/groonga/rb-grn-posting.c +51 -0
- data/ext/groonga/rb-grn-table-cursor.c +6 -1
- data/ext/groonga/rb-grn-table.c +31 -13
- data/ext/groonga/rb-grn.h +21 -3
- data/ext/groonga/rb-groonga.c +3 -1
- data/lib/groonga.rb +1 -0
- data/lib/groonga/dumper.rb +25 -5
- data/lib/groonga/expression-builder.rb +2 -2
- data/lib/groonga/pagination.rb +99 -7
- data/lib/groonga/posting.rb +87 -0
- data/lib/groonga/record.rb +118 -11
- data/lib/groonga/schema.rb +18 -1
- data/test/groonga-test-utils.rb +1 -6
- data/test/run-test.rb +13 -28
- data/test/test-column.rb +4 -0
- data/test/test-database-dumper.rb +53 -10
- data/test/test-hash.rb +6 -6
- data/test/test-index-cursor.rb +93 -0
- data/test/test-plugin.rb +6 -0
- data/test/test-record.rb +162 -1
- data/test/test-schema-type.rb +6 -0
- data/test/test-schema.rb +17 -0
- data/test/test-table.rb +7 -2
- data/test/test-type.rb +9 -1
- metadata +135 -245
- data/AUTHORS +0 -5
- data/NEWS.ja.rdoc +0 -344
- data/NEWS.rdoc +0 -346
- data/README.ja.rdoc +0 -68
- data/README.rdoc +0 -68
- data/example/search/config.ru +0 -230
- data/example/search/public/css/groonga.css +0 -122
- data/ext/.gitignore +0 -2
- data/html/bar.svg +0 -153
- data/html/developer.html +0 -151
- data/html/developer.svg +0 -469
- data/html/download.svg +0 -253
- data/html/favicon.ico +0 -0
- data/html/favicon.svg +0 -591
- data/html/footer.html.erb +0 -33
- data/html/head.html.erb +0 -4
- data/html/header.html.erb +0 -17
- data/html/heading-mark.svg +0 -393
- data/html/index.html +0 -243
- data/html/install.svg +0 -636
- data/html/logo.svg +0 -612
- data/html/ranguba.css +0 -342
- data/html/readme.svg +0 -256
- data/html/tutorial.svg +0 -559
- data/license/LGPL +0 -504
- data/test-unit-notify/Rakefile +0 -47
- data/test-unit-notify/lib/test/unit/notify.rb +0 -104
- data/test-unit/COPYING +0 -56
- data/test-unit/GPL +0 -340
- data/test-unit/PSFL +0 -271
- data/test-unit/Rakefile +0 -53
- data/test-unit/TODO +0 -5
- data/test-unit/bin/testrb +0 -5
- data/test-unit/html/bar.svg +0 -153
- data/test-unit/html/developer.svg +0 -469
- data/test-unit/html/favicon.ico +0 -0
- data/test-unit/html/favicon.svg +0 -82
- data/test-unit/html/heading-mark.svg +0 -393
- data/test-unit/html/index.html +0 -247
- data/test-unit/html/index.html.ja +0 -270
- data/test-unit/html/install.svg +0 -636
- data/test-unit/html/logo.svg +0 -483
- data/test-unit/html/test-unit.css +0 -339
- data/test-unit/html/tutorial.svg +0 -559
- data/test-unit/lib/test/unit.rb +0 -328
- data/test-unit/lib/test/unit/assertionfailederror.rb +0 -25
- data/test-unit/lib/test/unit/assertions.rb +0 -1334
- data/test-unit/lib/test/unit/attribute.rb +0 -125
- data/test-unit/lib/test/unit/autorunner.rb +0 -363
- data/test-unit/lib/test/unit/collector.rb +0 -36
- data/test-unit/lib/test/unit/collector/descendant.rb +0 -23
- data/test-unit/lib/test/unit/collector/dir.rb +0 -108
- data/test-unit/lib/test/unit/collector/load.rb +0 -144
- data/test-unit/lib/test/unit/collector/objectspace.rb +0 -34
- data/test-unit/lib/test/unit/color-scheme.rb +0 -106
- data/test-unit/lib/test/unit/color.rb +0 -96
- data/test-unit/lib/test/unit/diff.rb +0 -740
- data/test-unit/lib/test/unit/error.rb +0 -130
- data/test-unit/lib/test/unit/exceptionhandler.rb +0 -39
- data/test-unit/lib/test/unit/failure.rb +0 -136
- data/test-unit/lib/test/unit/fixture.rb +0 -176
- data/test-unit/lib/test/unit/notification.rb +0 -129
- data/test-unit/lib/test/unit/omission.rb +0 -191
- data/test-unit/lib/test/unit/pending.rb +0 -150
- data/test-unit/lib/test/unit/priority.rb +0 -180
- data/test-unit/lib/test/unit/runner/console.rb +0 -52
- data/test-unit/lib/test/unit/runner/emacs.rb +0 -8
- data/test-unit/lib/test/unit/runner/tap.rb +0 -8
- data/test-unit/lib/test/unit/testcase.rb +0 -483
- data/test-unit/lib/test/unit/testresult.rb +0 -121
- data/test-unit/lib/test/unit/testsuite.rb +0 -110
- data/test-unit/lib/test/unit/ui/console/outputlevel.rb +0 -14
- data/test-unit/lib/test/unit/ui/console/testrunner.rb +0 -430
- data/test-unit/lib/test/unit/ui/emacs/testrunner.rb +0 -63
- data/test-unit/lib/test/unit/ui/tap/testrunner.rb +0 -82
- data/test-unit/lib/test/unit/ui/testrunner.rb +0 -53
- data/test-unit/lib/test/unit/ui/testrunnermediator.rb +0 -77
- data/test-unit/lib/test/unit/ui/testrunnerutilities.rb +0 -41
- data/test-unit/lib/test/unit/util/backtracefilter.rb +0 -42
- data/test-unit/lib/test/unit/util/method-owner-finder.rb +0 -28
- data/test-unit/lib/test/unit/util/observable.rb +0 -90
- data/test-unit/lib/test/unit/util/output.rb +0 -31
- data/test-unit/lib/test/unit/util/procwrapper.rb +0 -48
- data/test-unit/lib/test/unit/version.rb +0 -7
- data/test-unit/sample/adder.rb +0 -13
- data/test-unit/sample/subtracter.rb +0 -12
- data/test-unit/sample/test_adder.rb +0 -20
- data/test-unit/sample/test_subtracter.rb +0 -20
- data/test-unit/sample/test_user.rb +0 -23
- data/test-unit/test/collector/test-descendant.rb +0 -133
- data/test-unit/test/collector/test-load.rb +0 -442
- data/test-unit/test/collector/test_dir.rb +0 -406
- data/test-unit/test/collector/test_objectspace.rb +0 -100
- data/test-unit/test/run-test.rb +0 -15
- data/test-unit/test/test-attribute.rb +0 -86
- data/test-unit/test/test-color-scheme.rb +0 -69
- data/test-unit/test/test-color.rb +0 -47
- data/test-unit/test/test-diff.rb +0 -518
- data/test-unit/test/test-emacs-runner.rb +0 -60
- data/test-unit/test/test-fixture.rb +0 -287
- data/test-unit/test/test-notification.rb +0 -33
- data/test-unit/test/test-omission.rb +0 -81
- data/test-unit/test/test-pending.rb +0 -70
- data/test-unit/test/test-priority.rb +0 -119
- data/test-unit/test/test-testcase.rb +0 -544
- data/test-unit/test/test_assertions.rb +0 -1197
- data/test-unit/test/test_error.rb +0 -26
- data/test-unit/test/test_failure.rb +0 -33
- data/test-unit/test/test_testresult.rb +0 -113
- data/test-unit/test/test_testsuite.rb +0 -129
- data/test-unit/test/testunit-test-util.rb +0 -14
- data/test-unit/test/ui/test_tap.rb +0 -33
- data/test-unit/test/ui/test_testrunmediator.rb +0 -20
- data/test-unit/test/util/test-method-owner-finder.rb +0 -38
- data/test-unit/test/util/test-output.rb +0 -11
- data/test-unit/test/util/test_backtracefilter.rb +0 -41
- data/test-unit/test/util/test_observable.rb +0 -102
- data/test-unit/test/util/test_procwrapper.rb +0 -36
- data/test/.gitignore +0 -1
- data/text/expression.rdoc +0 -285
- data/text/tutorial.ja.rdoc +0 -433
data/html/footer.html.erb
DELETED
@@ -1,33 +0,0 @@
|
|
1
|
-
</div>
|
2
|
-
|
3
|
-
<div class="sponsors">
|
4
|
-
<p id="sponsor-rubyforge">
|
5
|
-
<a href="http://rubyforge.org/projects/groonga/">
|
6
|
-
<img src="/rubyforge.png" width="120" height="24" border="0" alt="Ruby/groongaプロジェクトはRubyForge.orgにホスティングしてもらっています。" />
|
7
|
-
</a>
|
8
|
-
</p>
|
9
|
-
<p id="sponsor-github">
|
10
|
-
<a href="http://github.com/ranguba/">
|
11
|
-
ラングバプロジェクトはGitHubにホスティングしてもらっています。
|
12
|
-
</a>
|
13
|
-
</p>
|
14
|
-
<p id="sponsor-tango">
|
15
|
-
<a href="http://tango.freedesktop.org/">
|
16
|
-
<img width="120" height="53" border="0" alt="Tango Desktop Projectのアイコンを利用しています。" src="/tango-logo.png" />
|
17
|
-
</a>
|
18
|
-
</p>
|
19
|
-
|
20
|
-
<!-- Piwik -->
|
21
|
-
<a href="http://piwik.org" title="Web analytics" onclick="window.open(this.href);return(false);">
|
22
|
-
<script type="text/javascript">
|
23
|
-
var pkBaseURL = (("https:" == document.location.protocol) ? "https://www.clear-code.com/piwik/" : "http://www.clear-code.com/piwik/");
|
24
|
-
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
|
25
|
-
</script><script type="text/javascript">
|
26
|
-
piwik_action_name = '';
|
27
|
-
piwik_idsite = 2;
|
28
|
-
piwik_url = pkBaseURL + "piwik.php";
|
29
|
-
piwik_log(piwik_action_name, piwik_idsite, piwik_url);
|
30
|
-
</script>
|
31
|
-
<object><noscript><p>Web analytics <img src="http://www.clear-code.com/piwik/piwik.php?idsite=2" style="border:0" alt=""/></p></noscript></object></a>
|
32
|
-
<!-- End Piwik Tag -->
|
33
|
-
</div>
|
data/html/head.html.erb
DELETED
data/html/header.html.erb
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
<div class="header">
|
2
|
-
<div class="title">
|
3
|
-
<a href="/">
|
4
|
-
<span class="title"><%= h(title) %></span>
|
5
|
-
<span class="title-separator">-</span>
|
6
|
-
<span class="title-project">ラングバ</span>
|
7
|
-
</a>
|
8
|
-
</div>
|
9
|
-
<ul class="menu">
|
10
|
-
<li id="menu-reference"><a href="/rroonga/">リファレンスマニュアル</a></li>
|
11
|
-
<li id="menu-tutorial"><a href="/rroonga/text/TUTORIAL_ja_rdoc.html">チュートリアル</a></li>
|
12
|
-
<li id="menu-install"><a href="/#install-rroonga">インストール</a></li>
|
13
|
-
<li id="menu-developer"><a href="/developer.html">開発者向け情報</a></li>
|
14
|
-
</ul>
|
15
|
-
</div>
|
16
|
-
|
17
|
-
<div class="content">
|
data/html/heading-mark.svg
DELETED
@@ -1,393 +0,0 @@
|
|
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="38"
|
13
|
-
height="38"
|
14
|
-
id="svg7854"
|
15
|
-
sodipodi:version="0.32"
|
16
|
-
inkscape:version="0.46"
|
17
|
-
version="1.0"
|
18
|
-
sodipodi:docname="heading-mark.svg"
|
19
|
-
inkscape:output_extension="org.inkscape.output.svg.inkscape"
|
20
|
-
inkscape:export-filename="/home/kou/work/c/milter-manager/html/heading-mark.png"
|
21
|
-
inkscape:export-xdpi="72"
|
22
|
-
inkscape:export-ydpi="72">
|
23
|
-
<defs
|
24
|
-
id="defs7856">
|
25
|
-
<inkscape:perspective
|
26
|
-
sodipodi:type="inkscape:persp3d"
|
27
|
-
inkscape:vp_x="0 : 24 : 1"
|
28
|
-
inkscape:vp_y="0 : 1000 : 0"
|
29
|
-
inkscape:vp_z="48 : 24 : 1"
|
30
|
-
inkscape:persp3d-origin="24 : 16 : 1"
|
31
|
-
id="perspective26" />
|
32
|
-
<linearGradient
|
33
|
-
inkscape:collect="always"
|
34
|
-
id="linearGradient5202">
|
35
|
-
<stop
|
36
|
-
style="stop-color:#ffffff;stop-opacity:1;"
|
37
|
-
offset="0"
|
38
|
-
id="stop5204" />
|
39
|
-
<stop
|
40
|
-
style="stop-color:#ffffff;stop-opacity:0;"
|
41
|
-
offset="1"
|
42
|
-
id="stop5206" />
|
43
|
-
</linearGradient>
|
44
|
-
<linearGradient
|
45
|
-
inkscape:collect="always"
|
46
|
-
id="linearGradient5190">
|
47
|
-
<stop
|
48
|
-
style="stop-color:#f57900;stop-opacity:1;"
|
49
|
-
offset="0"
|
50
|
-
id="stop5192" />
|
51
|
-
<stop
|
52
|
-
style="stop-color:#fcaf3e;stop-opacity:1"
|
53
|
-
offset="1"
|
54
|
-
id="stop5194" />
|
55
|
-
</linearGradient>
|
56
|
-
<linearGradient
|
57
|
-
inkscape:collect="always"
|
58
|
-
id="linearGradient5130">
|
59
|
-
<stop
|
60
|
-
style="stop-color:#000000;stop-opacity:1;"
|
61
|
-
offset="0"
|
62
|
-
id="stop5132" />
|
63
|
-
<stop
|
64
|
-
style="stop-color:#000000;stop-opacity:0;"
|
65
|
-
offset="1"
|
66
|
-
id="stop5134" />
|
67
|
-
</linearGradient>
|
68
|
-
<radialGradient
|
69
|
-
inkscape:collect="always"
|
70
|
-
xlink:href="#linearGradient5130"
|
71
|
-
id="radialGradient5136"
|
72
|
-
cx="22"
|
73
|
-
cy="38.5"
|
74
|
-
fx="22"
|
75
|
-
fy="38.5"
|
76
|
-
r="13"
|
77
|
-
gradientTransform="matrix(1,0,0,0.5,0,19.25)"
|
78
|
-
gradientUnits="userSpaceOnUse" />
|
79
|
-
<filter
|
80
|
-
inkscape:collect="always"
|
81
|
-
x="-0.17349398"
|
82
|
-
width="1.346988"
|
83
|
-
y="-0.34698796"
|
84
|
-
height="1.6939759"
|
85
|
-
id="filter5186">
|
86
|
-
<feGaussianBlur
|
87
|
-
inkscape:collect="always"
|
88
|
-
stdDeviation="1.8795181"
|
89
|
-
id="feGaussianBlur5188" />
|
90
|
-
</filter>
|
91
|
-
<radialGradient
|
92
|
-
inkscape:collect="always"
|
93
|
-
xlink:href="#linearGradient5190"
|
94
|
-
id="radialGradient5200"
|
95
|
-
gradientUnits="userSpaceOnUse"
|
96
|
-
gradientTransform="matrix(0,-1.2519025,47.292244,0,-1418.0196,57.3867)"
|
97
|
-
cx="21.525126"
|
98
|
-
cy="30.439341"
|
99
|
-
fx="21.525126"
|
100
|
-
fy="30.439341"
|
101
|
-
r="18.888176" />
|
102
|
-
<linearGradient
|
103
|
-
inkscape:collect="always"
|
104
|
-
xlink:href="#linearGradient5202"
|
105
|
-
id="linearGradient5208"
|
106
|
-
x1="22.109375"
|
107
|
-
y1="11.34375"
|
108
|
-
x2="22.109375"
|
109
|
-
y2="49.612667"
|
110
|
-
gradientUnits="userSpaceOnUse" />
|
111
|
-
<radialGradient
|
112
|
-
inkscape:collect="always"
|
113
|
-
xlink:href="#linearGradient5130"
|
114
|
-
id="radialGradient2920"
|
115
|
-
gradientUnits="userSpaceOnUse"
|
116
|
-
gradientTransform="matrix(1,0,0,0.5,0,19.25)"
|
117
|
-
cx="22"
|
118
|
-
cy="38.5"
|
119
|
-
fx="22"
|
120
|
-
fy="38.5"
|
121
|
-
r="13" />
|
122
|
-
<radialGradient
|
123
|
-
inkscape:collect="always"
|
124
|
-
xlink:href="#linearGradient5190"
|
125
|
-
id="radialGradient2922"
|
126
|
-
gradientUnits="userSpaceOnUse"
|
127
|
-
gradientTransform="matrix(0,-1.2519025,47.292244,0,-1418.0196,57.3867)"
|
128
|
-
cx="21.525126"
|
129
|
-
cy="30.439341"
|
130
|
-
fx="21.525126"
|
131
|
-
fy="30.439341"
|
132
|
-
r="18.888176" />
|
133
|
-
<linearGradient
|
134
|
-
inkscape:collect="always"
|
135
|
-
xlink:href="#linearGradient5202"
|
136
|
-
id="linearGradient2924"
|
137
|
-
gradientUnits="userSpaceOnUse"
|
138
|
-
x1="22.109375"
|
139
|
-
y1="11.34375"
|
140
|
-
x2="22.109375"
|
141
|
-
y2="49.612667" />
|
142
|
-
<linearGradient
|
143
|
-
inkscape:collect="always"
|
144
|
-
xlink:href="#linearGradient5202"
|
145
|
-
id="linearGradient2928"
|
146
|
-
gradientUnits="userSpaceOnUse"
|
147
|
-
x1="22.109375"
|
148
|
-
y1="11.34375"
|
149
|
-
x2="22.109375"
|
150
|
-
y2="49.612667" />
|
151
|
-
<radialGradient
|
152
|
-
inkscape:collect="always"
|
153
|
-
xlink:href="#linearGradient5130"
|
154
|
-
id="radialGradient2406"
|
155
|
-
gradientUnits="userSpaceOnUse"
|
156
|
-
gradientTransform="matrix(1,0,0,0.5,0,19.25)"
|
157
|
-
cx="22"
|
158
|
-
cy="38.5"
|
159
|
-
fx="22"
|
160
|
-
fy="38.5"
|
161
|
-
r="13" />
|
162
|
-
<radialGradient
|
163
|
-
inkscape:collect="always"
|
164
|
-
xlink:href="#linearGradient5190"
|
165
|
-
id="radialGradient2408"
|
166
|
-
gradientUnits="userSpaceOnUse"
|
167
|
-
gradientTransform="matrix(0,-1.2519025,47.292244,0,-1418.0196,57.3867)"
|
168
|
-
cx="21.525126"
|
169
|
-
cy="30.439341"
|
170
|
-
fx="21.525126"
|
171
|
-
fy="30.439341"
|
172
|
-
r="18.888176" />
|
173
|
-
<linearGradient
|
174
|
-
inkscape:collect="always"
|
175
|
-
xlink:href="#linearGradient5202"
|
176
|
-
id="linearGradient2410"
|
177
|
-
gradientUnits="userSpaceOnUse"
|
178
|
-
x1="22.109375"
|
179
|
-
y1="11.34375"
|
180
|
-
x2="22.109375"
|
181
|
-
y2="49.612667" />
|
182
|
-
<linearGradient
|
183
|
-
inkscape:collect="always"
|
184
|
-
xlink:href="#linearGradient5202"
|
185
|
-
id="linearGradient2414"
|
186
|
-
gradientUnits="userSpaceOnUse"
|
187
|
-
x1="22.109375"
|
188
|
-
y1="11.34375"
|
189
|
-
x2="22.109375"
|
190
|
-
y2="49.612667" />
|
191
|
-
<radialGradient
|
192
|
-
inkscape:collect="always"
|
193
|
-
xlink:href="#linearGradient5130"
|
194
|
-
id="radialGradient2410"
|
195
|
-
gradientUnits="userSpaceOnUse"
|
196
|
-
gradientTransform="matrix(1,0,0,0.5,0,19.25)"
|
197
|
-
cx="22"
|
198
|
-
cy="38.5"
|
199
|
-
fx="22"
|
200
|
-
fy="38.5"
|
201
|
-
r="13" />
|
202
|
-
<radialGradient
|
203
|
-
inkscape:collect="always"
|
204
|
-
xlink:href="#linearGradient5190"
|
205
|
-
id="radialGradient2412"
|
206
|
-
gradientUnits="userSpaceOnUse"
|
207
|
-
gradientTransform="matrix(0,-1.2519025,47.292244,0,-1418.0196,57.3867)"
|
208
|
-
cx="21.525126"
|
209
|
-
cy="30.439341"
|
210
|
-
fx="21.525126"
|
211
|
-
fy="30.439341"
|
212
|
-
r="18.888176" />
|
213
|
-
<linearGradient
|
214
|
-
inkscape:collect="always"
|
215
|
-
xlink:href="#linearGradient5202"
|
216
|
-
id="linearGradient2415"
|
217
|
-
gradientUnits="userSpaceOnUse"
|
218
|
-
x1="22.109375"
|
219
|
-
y1="11.34375"
|
220
|
-
x2="22.109375"
|
221
|
-
y2="49.612667" />
|
222
|
-
<linearGradient
|
223
|
-
inkscape:collect="always"
|
224
|
-
xlink:href="#linearGradient5202"
|
225
|
-
id="linearGradient2419"
|
226
|
-
gradientUnits="userSpaceOnUse"
|
227
|
-
x1="22.109375"
|
228
|
-
y1="11.34375"
|
229
|
-
x2="22.109375"
|
230
|
-
y2="49.612667" />
|
231
|
-
<radialGradient
|
232
|
-
inkscape:collect="always"
|
233
|
-
xlink:href="#linearGradient5130"
|
234
|
-
id="radialGradient2414"
|
235
|
-
gradientUnits="userSpaceOnUse"
|
236
|
-
gradientTransform="matrix(1,0,0,0.5,0,19.25)"
|
237
|
-
cx="22"
|
238
|
-
cy="38.5"
|
239
|
-
fx="22"
|
240
|
-
fy="38.5"
|
241
|
-
r="13" />
|
242
|
-
<radialGradient
|
243
|
-
inkscape:collect="always"
|
244
|
-
xlink:href="#linearGradient5190"
|
245
|
-
id="radialGradient2416"
|
246
|
-
gradientUnits="userSpaceOnUse"
|
247
|
-
gradientTransform="matrix(0,-1.2519025,47.292244,0,-1418.0196,57.3867)"
|
248
|
-
cx="21.525126"
|
249
|
-
cy="30.439341"
|
250
|
-
fx="21.525126"
|
251
|
-
fy="30.439341"
|
252
|
-
r="18.888176" />
|
253
|
-
<linearGradient
|
254
|
-
inkscape:collect="always"
|
255
|
-
xlink:href="#linearGradient5202"
|
256
|
-
id="linearGradient2418"
|
257
|
-
gradientUnits="userSpaceOnUse"
|
258
|
-
x1="22.109375"
|
259
|
-
y1="11.34375"
|
260
|
-
x2="22.109375"
|
261
|
-
y2="49.612667" />
|
262
|
-
<linearGradient
|
263
|
-
inkscape:collect="always"
|
264
|
-
xlink:href="#linearGradient5202"
|
265
|
-
id="linearGradient2416"
|
266
|
-
gradientUnits="userSpaceOnUse"
|
267
|
-
x1="22.109375"
|
268
|
-
y1="11.34375"
|
269
|
-
x2="22.109375"
|
270
|
-
y2="49.612667" />
|
271
|
-
<radialGradient
|
272
|
-
inkscape:collect="always"
|
273
|
-
xlink:href="#linearGradient5130"
|
274
|
-
id="radialGradient2419"
|
275
|
-
gradientUnits="userSpaceOnUse"
|
276
|
-
gradientTransform="matrix(1,0,0,0.5,0,19.25)"
|
277
|
-
cx="22"
|
278
|
-
cy="38.5"
|
279
|
-
fx="22"
|
280
|
-
fy="38.5"
|
281
|
-
r="13" />
|
282
|
-
<radialGradient
|
283
|
-
inkscape:collect="always"
|
284
|
-
xlink:href="#linearGradient5190"
|
285
|
-
id="radialGradient2421"
|
286
|
-
gradientUnits="userSpaceOnUse"
|
287
|
-
gradientTransform="matrix(0,-1.2519025,47.292244,0,-1418.0196,57.3867)"
|
288
|
-
cx="21.525126"
|
289
|
-
cy="30.439341"
|
290
|
-
fx="21.525126"
|
291
|
-
fy="30.439341"
|
292
|
-
r="18.888176" />
|
293
|
-
</defs>
|
294
|
-
<sodipodi:namedview
|
295
|
-
id="base"
|
296
|
-
pagecolor="#ffffff"
|
297
|
-
bordercolor="#e0e0e0"
|
298
|
-
borderopacity="1"
|
299
|
-
gridtolerance="10000"
|
300
|
-
guidetolerance="10"
|
301
|
-
objecttolerance="10"
|
302
|
-
inkscape:pageopacity="0.0"
|
303
|
-
inkscape:pageshadow="2"
|
304
|
-
inkscape:zoom="8"
|
305
|
-
inkscape:cx="36.699227"
|
306
|
-
inkscape:cy="11.928865"
|
307
|
-
inkscape:document-units="px"
|
308
|
-
inkscape:current-layer="layer1"
|
309
|
-
width="38px"
|
310
|
-
height="48px"
|
311
|
-
inkscape:showpageshadow="false"
|
312
|
-
inkscape:window-width="1187"
|
313
|
-
inkscape:window-height="818"
|
314
|
-
inkscape:window-x="81"
|
315
|
-
inkscape:window-y="30"
|
316
|
-
showgrid="false"
|
317
|
-
showguides="false">
|
318
|
-
<inkscape:grid
|
319
|
-
type="xygrid"
|
320
|
-
id="grid4614"
|
321
|
-
visible="true"
|
322
|
-
enabled="true" />
|
323
|
-
</sodipodi:namedview>
|
324
|
-
<metadata
|
325
|
-
id="metadata7859">
|
326
|
-
<rdf:RDF>
|
327
|
-
<cc:Work
|
328
|
-
rdf:about="">
|
329
|
-
<dc:format>image/svg+xml</dc:format>
|
330
|
-
<dc:type
|
331
|
-
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
332
|
-
<dc:creator>
|
333
|
-
<cc:Agent>
|
334
|
-
<dc:title>Jakub Steiner</dc:title>
|
335
|
-
</cc:Agent>
|
336
|
-
</dc:creator>
|
337
|
-
<dc:source>http://jimmac.musichall.cz</dc:source>
|
338
|
-
<cc:license
|
339
|
-
rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
|
340
|
-
</cc:Work>
|
341
|
-
<cc:License
|
342
|
-
rdf:about="http://creativecommons.org/licenses/publicdomain/">
|
343
|
-
<cc:permits
|
344
|
-
rdf:resource="http://creativecommons.org/ns#Reproduction" />
|
345
|
-
<cc:permits
|
346
|
-
rdf:resource="http://creativecommons.org/ns#Distribution" />
|
347
|
-
<cc:permits
|
348
|
-
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
|
349
|
-
</cc:License>
|
350
|
-
</rdf:RDF>
|
351
|
-
</metadata>
|
352
|
-
<g
|
353
|
-
inkscape:label="Layer 1"
|
354
|
-
inkscape:groupmode="layer"
|
355
|
-
id="layer1">
|
356
|
-
<path
|
357
|
-
sodipodi:type="arc"
|
358
|
-
style="opacity:0.43373497;fill:url(#radialGradient2419);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;filter:url(#filter5186);enable-background:accumulate"
|
359
|
-
id="path4551"
|
360
|
-
sodipodi:cx="22"
|
361
|
-
sodipodi:cy="38.5"
|
362
|
-
sodipodi:rx="13"
|
363
|
-
sodipodi:ry="6.5"
|
364
|
-
d="M 35,38.5 A 13,6.5 0 1 1 9,38.5 A 13,6.5 0 1 1 35,38.5 z"
|
365
|
-
transform="matrix(0.9938742,0,0,0.9790959,-2.1298769,-8.8129667)" />
|
366
|
-
<path
|
367
|
-
sodipodi:type="star"
|
368
|
-
style="fill:url(#radialGradient2421);fill-opacity:1;fill-rule:nonzero;stroke:#ce5c00;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"
|
369
|
-
id="path4547"
|
370
|
-
sodipodi:sides="8"
|
371
|
-
sodipodi:cx="22.097088"
|
372
|
-
sodipodi:cy="22.720934"
|
373
|
-
sodipodi:r1="18.388176"
|
374
|
-
sodipodi:r2="12.035836"
|
375
|
-
sodipodi:arg1="0.78539816"
|
376
|
-
sodipodi:arg2="1.1780972"
|
377
|
-
inkscape:flatsided="false"
|
378
|
-
inkscape:rounded="0"
|
379
|
-
inkscape:randomized="0"
|
380
|
-
d="M 35.099492,35.723338 L 26.703003,33.840596 L 22.097088,41.10911 L 17.491173,33.840597 L 9.094684,35.723338 L 10.977425,27.32685 L 3.7089119,22.720934 L 10.977425,18.115019 L 9.0946839,9.71853 L 17.491172,11.601271 L 22.097088,4.3327579 L 26.703002,11.601271 L 35.099492,9.71853 L 33.21675,18.115018 L 40.485264,22.720934 L 33.216751,27.326849 L 35.099492,35.723338 z"
|
381
|
-
transform="matrix(0.8403489,0,0,0.8278536,0.4912589,-0.2493893)" />
|
382
|
-
<path
|
383
|
-
sodipodi:type="inkscape:offset"
|
384
|
-
inkscape:radius="-0.97009587"
|
385
|
-
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 "
|
386
|
-
xlink:href="#path4547"
|
387
|
-
style="opacity:0.33734945;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2416);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"
|
388
|
-
id="path5198"
|
389
|
-
inkscape:href="#path4547"
|
390
|
-
d="M 22.09375,6.15625 L 18.3125,12.125 C 18.087547,12.462771 17.676134,12.624843 17.28125,12.53125 L 10.375,11 L 11.90625,17.90625 C 11.999843,18.301134 11.837771,18.712547 11.5,18.9375 L 5.53125,22.71875 L 11.5,26.5 C 11.837771,26.724953 11.999843,27.136366 11.90625,27.53125 L 10.375,34.4375 L 17.28125,32.90625 C 17.676134,32.812657 18.087547,32.974729 18.3125,33.3125 L 22.09375,39.28125 L 25.875,33.3125 C 26.099953,32.974729 26.511366,32.812657 26.90625,32.90625 L 33.8125,34.4375 L 32.28125,27.53125 C 32.187657,27.136366 32.349729,26.724953 32.6875,26.5 L 38.6875,22.71875 L 32.6875,18.9375 C 32.349729,18.712547 32.187657,18.301134 32.28125,17.90625 L 33.8125,11 L 26.90625,12.53125 C 26.511366,12.624843 26.099953,12.462771 25.875,12.125 L 22.09375,6.15625 z"
|
391
|
-
transform="matrix(0.8444266,0,0,0.8444266,0.2191795,-0.5748125)" />
|
392
|
-
</g>
|
393
|
-
</svg>
|