rabbit-slide-kou-pgconf-asia-2016 2016.12.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.rabbit +1 -0
- data/PGroonga - Make PostgreSQL//nfast full text search platform//nfor all languages!.pdf +0 -0
- data/README.rd +46 -0
- data/Rakefile +60 -0
- data/config.yaml +24 -0
- data/data/index-creation-en.gnuplot +42 -0
- data/data/index-creation-en.tsv +2 -0
- data/data/search-en.gnuplot +45 -0
- data/data/search-en.tsv +5 -0
- data/data/search-ja.gnuplot +75 -0
- data/data/search-ja.tsv +5 -0
- data/data/style.gnuplot +29 -0
- data/images/gin-n-gram-index.svg +674 -0
- data/images/gin-n-gram-search.svg +807 -0
- data/images/index-creation-en.pdf +0 -0
- data/images/inverted-index.svg +800 -0
- data/images/performance-charcteristic-for-constant-read-and-write.svg +259 -0
- data/images/pgroonga-layer.svg +151 -0
- data/images/pgroonga-logo.svg +84 -0
- data/images/pgroonga-n-gram-search.svg +893 -0
- data/images/read-while-write-gin.svg +364 -0
- data/images/read-while-write-pgroonga.svg +325 -0
- data/images/replication-apply-action-logs.svg +3446 -0
- data/images/replication-overview.svg +1670 -0
- data/images/replication-write-action-logs.svg +3346 -0
- data/images/search-pg-bigm.pdf +0 -0
- data/images/search-pgroonga-groonga-textsearch.pdf +0 -0
- data/images/search-pgroonga-pg-bigm-all.pdf +0 -0
- data/images/search-pgroonga-pg-bigm.pdf +0 -0
- data/images/search-pgroonga-textsearch.pdf +0 -0
- data/pdf/pgconf-asia-2016-pgroonga.pdf +0 -0
- data/pgroonga.rab +614 -0
- data/theme.rb +3 -0
- metadata +109 -0
@@ -0,0 +1,807 @@
|
|
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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
11
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
12
|
+
width="191.18925mm"
|
13
|
+
height="118.91475mm"
|
14
|
+
viewBox="0 0 677.44227 421.35148"
|
15
|
+
id="svg2"
|
16
|
+
version="1.1"
|
17
|
+
inkscape:version="0.91 r13725"
|
18
|
+
sodipodi:docname="gin-n-gram-search.svg">
|
19
|
+
<defs
|
20
|
+
id="defs4">
|
21
|
+
<marker
|
22
|
+
inkscape:isstock="true"
|
23
|
+
style="overflow:visible"
|
24
|
+
id="marker6139"
|
25
|
+
refX="0"
|
26
|
+
refY="0"
|
27
|
+
orient="auto"
|
28
|
+
inkscape:stockid="Arrow1Lend">
|
29
|
+
<path
|
30
|
+
transform="matrix(-0.8,0,0,-0.8,-10,0)"
|
31
|
+
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
|
32
|
+
d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
|
33
|
+
id="path6141"
|
34
|
+
inkscape:connector-curvature="0" />
|
35
|
+
</marker>
|
36
|
+
<marker
|
37
|
+
inkscape:stockid="Arrow1Lend"
|
38
|
+
orient="auto"
|
39
|
+
refY="0"
|
40
|
+
refX="0"
|
41
|
+
id="marker5193"
|
42
|
+
style="overflow:visible"
|
43
|
+
inkscape:isstock="true">
|
44
|
+
<path
|
45
|
+
id="path5195"
|
46
|
+
d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
|
47
|
+
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
|
48
|
+
transform="matrix(-0.8,0,0,-0.8,-10,0)"
|
49
|
+
inkscape:connector-curvature="0" />
|
50
|
+
</marker>
|
51
|
+
<marker
|
52
|
+
inkscape:stockid="TriangleInS"
|
53
|
+
orient="auto"
|
54
|
+
refY="0"
|
55
|
+
refX="0"
|
56
|
+
id="TriangleInS"
|
57
|
+
style="overflow:visible"
|
58
|
+
inkscape:isstock="true">
|
59
|
+
<path
|
60
|
+
id="path8271"
|
61
|
+
d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
|
62
|
+
style="fill:#a40000;fill-opacity:1;fill-rule:evenodd;stroke:#a40000;stroke-width:1pt;stroke-opacity:1"
|
63
|
+
transform="scale(-0.2,-0.2)"
|
64
|
+
inkscape:connector-curvature="0" />
|
65
|
+
</marker>
|
66
|
+
<marker
|
67
|
+
inkscape:stockid="TriangleOutS"
|
68
|
+
orient="auto"
|
69
|
+
refY="0"
|
70
|
+
refX="0"
|
71
|
+
id="marker9378"
|
72
|
+
style="overflow:visible"
|
73
|
+
inkscape:isstock="true">
|
74
|
+
<path
|
75
|
+
id="path9380"
|
76
|
+
d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
|
77
|
+
style="fill:#a40000;fill-opacity:1;fill-rule:evenodd;stroke:#a40000;stroke-width:1pt;stroke-opacity:1"
|
78
|
+
transform="scale(0.2,0.2)"
|
79
|
+
inkscape:connector-curvature="0" />
|
80
|
+
</marker>
|
81
|
+
<marker
|
82
|
+
inkscape:stockid="TriangleOutS"
|
83
|
+
orient="auto"
|
84
|
+
refY="0"
|
85
|
+
refX="0"
|
86
|
+
id="TriangleOutS"
|
87
|
+
style="overflow:visible"
|
88
|
+
inkscape:isstock="true">
|
89
|
+
<path
|
90
|
+
id="path8280"
|
91
|
+
d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
|
92
|
+
style="fill:#a40000;fill-opacity:1;fill-rule:evenodd;stroke:#a40000;stroke-width:1pt;stroke-opacity:1"
|
93
|
+
transform="scale(0.2,0.2)"
|
94
|
+
inkscape:connector-curvature="0" />
|
95
|
+
</marker>
|
96
|
+
<marker
|
97
|
+
inkscape:stockid="Arrow2Sstart"
|
98
|
+
orient="auto"
|
99
|
+
refY="0"
|
100
|
+
refX="0"
|
101
|
+
id="marker9150"
|
102
|
+
style="overflow:visible"
|
103
|
+
inkscape:isstock="true">
|
104
|
+
<path
|
105
|
+
id="path9152"
|
106
|
+
style="fill:#a40000;fill-opacity:1;fill-rule:evenodd;stroke:#a40000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
|
107
|
+
d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
|
108
|
+
transform="matrix(0.3,0,0,0.3,-0.69,0)"
|
109
|
+
inkscape:connector-curvature="0" />
|
110
|
+
</marker>
|
111
|
+
<marker
|
112
|
+
inkscape:stockid="Arrow2Sstart"
|
113
|
+
orient="auto"
|
114
|
+
refY="0"
|
115
|
+
refX="0"
|
116
|
+
id="marker9044"
|
117
|
+
style="overflow:visible"
|
118
|
+
inkscape:isstock="true">
|
119
|
+
<path
|
120
|
+
id="path9046"
|
121
|
+
style="fill:#a40000;fill-opacity:1;fill-rule:evenodd;stroke:#a40000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
|
122
|
+
d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
|
123
|
+
transform="matrix(0.3,0,0,0.3,-0.69,0)"
|
124
|
+
inkscape:connector-curvature="0" />
|
125
|
+
</marker>
|
126
|
+
<marker
|
127
|
+
inkscape:stockid="Arrow2Sstart"
|
128
|
+
orient="auto"
|
129
|
+
refY="0"
|
130
|
+
refX="0"
|
131
|
+
id="marker8944"
|
132
|
+
style="overflow:visible"
|
133
|
+
inkscape:isstock="true">
|
134
|
+
<path
|
135
|
+
id="path8946"
|
136
|
+
style="fill:#a40000;fill-opacity:1;fill-rule:evenodd;stroke:#a40000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
|
137
|
+
d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
|
138
|
+
transform="matrix(0.3,0,0,0.3,-0.69,0)"
|
139
|
+
inkscape:connector-curvature="0" />
|
140
|
+
</marker>
|
141
|
+
<marker
|
142
|
+
inkscape:stockid="Arrow2Sstart"
|
143
|
+
orient="auto"
|
144
|
+
refY="0"
|
145
|
+
refX="0"
|
146
|
+
id="Arrow2Sstart"
|
147
|
+
style="overflow:visible"
|
148
|
+
inkscape:isstock="true">
|
149
|
+
<path
|
150
|
+
id="path8162"
|
151
|
+
style="fill:#a40000;fill-opacity:1;fill-rule:evenodd;stroke:#a40000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
|
152
|
+
d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
|
153
|
+
transform="matrix(0.3,0,0,0.3,-0.69,0)"
|
154
|
+
inkscape:connector-curvature="0" />
|
155
|
+
</marker>
|
156
|
+
<marker
|
157
|
+
inkscape:stockid="Arrow1Sstart"
|
158
|
+
orient="auto"
|
159
|
+
refY="0"
|
160
|
+
refX="0"
|
161
|
+
id="Arrow1Sstart"
|
162
|
+
style="overflow:visible"
|
163
|
+
inkscape:isstock="true">
|
164
|
+
<path
|
165
|
+
id="path8144"
|
166
|
+
d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
|
167
|
+
style="fill:#a40000;fill-opacity:1;fill-rule:evenodd;stroke:#a40000;stroke-width:1pt;stroke-opacity:1"
|
168
|
+
transform="matrix(0.2,0,0,0.2,1.2,0)"
|
169
|
+
inkscape:connector-curvature="0" />
|
170
|
+
</marker>
|
171
|
+
<marker
|
172
|
+
inkscape:stockid="Arrow1Send"
|
173
|
+
orient="auto"
|
174
|
+
refY="0"
|
175
|
+
refX="0"
|
176
|
+
id="Arrow1Send"
|
177
|
+
style="overflow:visible"
|
178
|
+
inkscape:isstock="true">
|
179
|
+
<path
|
180
|
+
id="path8147"
|
181
|
+
d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
|
182
|
+
style="fill:#a40000;fill-opacity:1;fill-rule:evenodd;stroke:#a40000;stroke-width:1pt;stroke-opacity:1"
|
183
|
+
transform="matrix(-0.2,0,0,-0.2,-1.2,0)"
|
184
|
+
inkscape:connector-curvature="0" />
|
185
|
+
</marker>
|
186
|
+
<marker
|
187
|
+
inkscape:stockid="Arrow1Mend"
|
188
|
+
orient="auto"
|
189
|
+
refY="0"
|
190
|
+
refX="0"
|
191
|
+
id="Arrow1Mend"
|
192
|
+
style="overflow:visible"
|
193
|
+
inkscape:isstock="true">
|
194
|
+
<path
|
195
|
+
id="path8141"
|
196
|
+
d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
|
197
|
+
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
|
198
|
+
transform="matrix(-0.4,0,0,-0.4,-4,0)"
|
199
|
+
inkscape:connector-curvature="0" />
|
200
|
+
</marker>
|
201
|
+
<marker
|
202
|
+
inkscape:stockid="Arrow1Mstart"
|
203
|
+
orient="auto"
|
204
|
+
refY="0"
|
205
|
+
refX="0"
|
206
|
+
id="Arrow1Mstart"
|
207
|
+
style="overflow:visible"
|
208
|
+
inkscape:isstock="true">
|
209
|
+
<path
|
210
|
+
id="path8138"
|
211
|
+
d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
|
212
|
+
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
|
213
|
+
transform="matrix(0.4,0,0,0.4,4,0)"
|
214
|
+
inkscape:connector-curvature="0" />
|
215
|
+
</marker>
|
216
|
+
<marker
|
217
|
+
inkscape:stockid="Arrow1Lend"
|
218
|
+
orient="auto"
|
219
|
+
refY="0"
|
220
|
+
refX="0"
|
221
|
+
id="marker8070"
|
222
|
+
style="overflow:visible"
|
223
|
+
inkscape:isstock="true">
|
224
|
+
<path
|
225
|
+
inkscape:connector-curvature="0"
|
226
|
+
id="path8072"
|
227
|
+
d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
|
228
|
+
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
|
229
|
+
transform="matrix(-0.8,0,0,-0.8,-10,0)" />
|
230
|
+
</marker>
|
231
|
+
<marker
|
232
|
+
inkscape:stockid="Arrow1Lend"
|
233
|
+
orient="auto"
|
234
|
+
refY="0"
|
235
|
+
refX="0"
|
236
|
+
id="marker6662"
|
237
|
+
style="overflow:visible"
|
238
|
+
inkscape:isstock="true"
|
239
|
+
inkscape:collect="always">
|
240
|
+
<path
|
241
|
+
inkscape:connector-curvature="0"
|
242
|
+
id="path6664"
|
243
|
+
d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
|
244
|
+
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
|
245
|
+
transform="matrix(-0.8,0,0,-0.8,-10,0)" />
|
246
|
+
</marker>
|
247
|
+
<marker
|
248
|
+
inkscape:isstock="true"
|
249
|
+
style="overflow:visible"
|
250
|
+
id="marker4356"
|
251
|
+
refX="0"
|
252
|
+
refY="0"
|
253
|
+
orient="auto"
|
254
|
+
inkscape:stockid="Arrow1Lend"
|
255
|
+
inkscape:collect="always">
|
256
|
+
<path
|
257
|
+
inkscape:connector-curvature="0"
|
258
|
+
transform="matrix(-0.8,0,0,-0.8,-10,0)"
|
259
|
+
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
|
260
|
+
d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
|
261
|
+
id="path4358" />
|
262
|
+
</marker>
|
263
|
+
<marker
|
264
|
+
inkscape:isstock="true"
|
265
|
+
style="overflow:visible"
|
266
|
+
id="marker5129"
|
267
|
+
refX="0"
|
268
|
+
refY="0"
|
269
|
+
orient="auto"
|
270
|
+
inkscape:stockid="Arrow1Lend">
|
271
|
+
<path
|
272
|
+
inkscape:connector-curvature="0"
|
273
|
+
transform="matrix(-0.8,0,0,-0.8,-10,0)"
|
274
|
+
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
|
275
|
+
d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
|
276
|
+
id="path5131" />
|
277
|
+
</marker>
|
278
|
+
</defs>
|
279
|
+
<sodipodi:namedview
|
280
|
+
id="base"
|
281
|
+
pagecolor="#ffffff"
|
282
|
+
bordercolor="#666666"
|
283
|
+
borderopacity="1.0"
|
284
|
+
inkscape:pageopacity="0.0"
|
285
|
+
inkscape:pageshadow="2"
|
286
|
+
inkscape:zoom="0.98994949"
|
287
|
+
inkscape:cx="25.895051"
|
288
|
+
inkscape:cy="233.23924"
|
289
|
+
inkscape:document-units="px"
|
290
|
+
inkscape:current-layer="layer1"
|
291
|
+
showgrid="false"
|
292
|
+
inkscape:window-width="1920"
|
293
|
+
inkscape:window-height="1016"
|
294
|
+
inkscape:window-x="1920"
|
295
|
+
inkscape:window-y="27"
|
296
|
+
inkscape:window-maximized="1"
|
297
|
+
fit-margin-top="5"
|
298
|
+
fit-margin-left="5"
|
299
|
+
fit-margin-right="5"
|
300
|
+
fit-margin-bottom="5"
|
301
|
+
showguides="true" />
|
302
|
+
<metadata
|
303
|
+
id="metadata7">
|
304
|
+
<rdf:RDF>
|
305
|
+
<cc:Work
|
306
|
+
rdf:about="">
|
307
|
+
<dc:format>image/svg+xml</dc:format>
|
308
|
+
<dc:type
|
309
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
310
|
+
<dc:title></dc:title>
|
311
|
+
</cc:Work>
|
312
|
+
</rdf:RDF>
|
313
|
+
</metadata>
|
314
|
+
<g
|
315
|
+
inkscape:label="レイヤー 1"
|
316
|
+
inkscape:groupmode="layer"
|
317
|
+
id="layer1"
|
318
|
+
transform="translate(193.75416,-50.818575)">
|
319
|
+
<text
|
320
|
+
xml:space="preserve"
|
321
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
322
|
+
x="207.08127"
|
323
|
+
y="275.5549"
|
324
|
+
id="text4854"
|
325
|
+
sodipodi:linespacing="125%"><tspan
|
326
|
+
sodipodi:role="line"
|
327
|
+
id="tspan4856"
|
328
|
+
x="207.08127"
|
329
|
+
y="275.5549" /></text>
|
330
|
+
<rect
|
331
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000100;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
|
332
|
+
id="rect6178"
|
333
|
+
width="349.22153"
|
334
|
+
height="246.7901"
|
335
|
+
x="115.74999"
|
336
|
+
y="116.16627"
|
337
|
+
rx="5"
|
338
|
+
ry="5" />
|
339
|
+
<text
|
340
|
+
sodipodi:linespacing="125%"
|
341
|
+
id="text6180"
|
342
|
+
y="194.56364"
|
343
|
+
x="123.91734"
|
344
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
345
|
+
xml:space="preserve"><tspan
|
346
|
+
y="194.56364"
|
347
|
+
x="123.91734"
|
348
|
+
id="tspan6182"
|
349
|
+
sodipodi:role="line">"ca"</tspan></text>
|
350
|
+
<text
|
351
|
+
sodipodi:linespacing="125%"
|
352
|
+
id="text6184"
|
353
|
+
y="236.02043"
|
354
|
+
x="123.91734"
|
355
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
356
|
+
xml:space="preserve"><tspan
|
357
|
+
y="236.02043"
|
358
|
+
x="123.91734"
|
359
|
+
id="tspan6186"
|
360
|
+
sodipodi:role="line">"at"</tspan></text>
|
361
|
+
<text
|
362
|
+
sodipodi:linespacing="125%"
|
363
|
+
id="text6188"
|
364
|
+
y="275.46198"
|
365
|
+
x="123.82359"
|
366
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
367
|
+
xml:space="preserve"><tspan
|
368
|
+
y="275.46198"
|
369
|
+
x="123.82359"
|
370
|
+
id="tspan6190"
|
371
|
+
sodipodi:role="line">"t "</tspan></text>
|
372
|
+
<text
|
373
|
+
sodipodi:linespacing="125%"
|
374
|
+
id="text6192"
|
375
|
+
y="150.66513"
|
376
|
+
x="123.20676"
|
377
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
378
|
+
xml:space="preserve"><tspan
|
379
|
+
y="150.66513"
|
380
|
+
x="123.20676"
|
381
|
+
id="tspan6194"
|
382
|
+
sodipodi:role="line">Token</tspan></text>
|
383
|
+
<text
|
384
|
+
sodipodi:linespacing="125%"
|
385
|
+
id="text6196"
|
386
|
+
y="149.69955"
|
387
|
+
x="330.32129"
|
388
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32.00000381px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
389
|
+
xml:space="preserve"><tspan
|
390
|
+
id="tspan6198"
|
391
|
+
y="149.69955"
|
392
|
+
x="330.32129"
|
393
|
+
sodipodi:role="line">Posting list</tspan></text>
|
394
|
+
<path
|
395
|
+
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
396
|
+
d="m 115.46943,159.59605 349.02753,0"
|
397
|
+
id="path6236"
|
398
|
+
inkscape:connector-curvature="0"
|
399
|
+
sodipodi:nodetypes="cc" />
|
400
|
+
<path
|
401
|
+
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
402
|
+
d="m 221.69089,116.46213 0,245.63199"
|
403
|
+
id="path6238"
|
404
|
+
inkscape:connector-curvature="0"
|
405
|
+
sodipodi:nodetypes="cc" />
|
406
|
+
<text
|
407
|
+
xml:space="preserve"
|
408
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
409
|
+
x="122.2434"
|
410
|
+
y="103.68973"
|
411
|
+
id="text6240"
|
412
|
+
sodipodi:linespacing="125%"><tspan
|
413
|
+
sodipodi:role="line"
|
414
|
+
x="122.2434"
|
415
|
+
y="103.68973"
|
416
|
+
id="tspan6242">GIN</tspan></text>
|
417
|
+
<text
|
418
|
+
xml:space="preserve"
|
419
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
420
|
+
x="232.84943"
|
421
|
+
y="192.80919"
|
422
|
+
id="text6266"
|
423
|
+
sodipodi:linespacing="125%"><tspan
|
424
|
+
sodipodi:role="line"
|
425
|
+
id="tspan6268"
|
426
|
+
x="232.84943"
|
427
|
+
y="192.80919"><tspan
|
428
|
+
style="fill:#4e9a06"
|
429
|
+
id="tspan6270">10</tspan>,<tspan
|
430
|
+
style="fill:#ce5c00"
|
431
|
+
id="tspan6274">20</tspan><tspan
|
432
|
+
style="fill:#5c3566"
|
433
|
+
id="tspan6276" /></tspan></text>
|
434
|
+
<text
|
435
|
+
xml:space="preserve"
|
436
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
437
|
+
x="232.84943"
|
438
|
+
y="234.29723"
|
439
|
+
id="text6278"
|
440
|
+
sodipodi:linespacing="125%"><tspan
|
441
|
+
sodipodi:role="line"
|
442
|
+
id="tspan6280"
|
443
|
+
x="232.84943"
|
444
|
+
y="234.29723"><tspan
|
445
|
+
style="fill:#4e9a06"
|
446
|
+
id="tspan6282">10</tspan>,<tspan
|
447
|
+
style="fill:#ce5c00"
|
448
|
+
id="tspan6286">20</tspan></tspan></text>
|
449
|
+
<text
|
450
|
+
xml:space="preserve"
|
451
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
452
|
+
x="235.00568"
|
453
|
+
y="274.27002"
|
454
|
+
id="text6290"
|
455
|
+
sodipodi:linespacing="125%"><tspan
|
456
|
+
sodipodi:role="line"
|
457
|
+
id="tspan6292"
|
458
|
+
x="235.00568"
|
459
|
+
y="274.27002"><tspan
|
460
|
+
style="fill:#ce5c00"
|
461
|
+
id="tspan6294">20</tspan><tspan
|
462
|
+
style="fill:#5c3566"
|
463
|
+
id="tspan6296" /></tspan></text>
|
464
|
+
<rect
|
465
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#c4a000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
|
466
|
+
id="rect4328"
|
467
|
+
width="68.718605"
|
468
|
+
height="44.949238"
|
469
|
+
x="-175.03763"
|
470
|
+
y="69.53511"
|
471
|
+
rx="5"
|
472
|
+
ry="5" />
|
473
|
+
<text
|
474
|
+
xml:space="preserve"
|
475
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
476
|
+
x="-164.6192"
|
477
|
+
y="102.88972"
|
478
|
+
id="text4318"
|
479
|
+
sodipodi:linespacing="125%"><tspan
|
480
|
+
sodipodi:role="line"
|
481
|
+
id="tspan4320"
|
482
|
+
x="-164.6192"
|
483
|
+
y="102.88972">cat</tspan></text>
|
484
|
+
<text
|
485
|
+
xml:space="preserve"
|
486
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
487
|
+
x="-84.88533"
|
488
|
+
y="100.32973"
|
489
|
+
id="text4322"
|
490
|
+
sodipodi:linespacing="125%"><tspan
|
491
|
+
sodipodi:role="line"
|
492
|
+
id="tspan4324"
|
493
|
+
x="-84.88533"
|
494
|
+
y="100.32973">Query</tspan></text>
|
495
|
+
<path
|
496
|
+
sodipodi:nodetypes="cc"
|
497
|
+
inkscape:connector-curvature="0"
|
498
|
+
id="path4336"
|
499
|
+
d="m -138.793,129.3986 0,40.20305"
|
500
|
+
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker4356)" />
|
501
|
+
<g
|
502
|
+
transform="translate(-7.3669351,-64.856421)"
|
503
|
+
id="g4338">
|
504
|
+
<text
|
505
|
+
xml:space="preserve"
|
506
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
507
|
+
x="-167.88805"
|
508
|
+
y="277.1691"
|
509
|
+
id="text4340"
|
510
|
+
sodipodi:linespacing="125%"><tspan
|
511
|
+
sodipodi:role="line"
|
512
|
+
x="-167.88805"
|
513
|
+
y="277.1691"
|
514
|
+
id="tspan4342">"ca","at"</tspan></text>
|
515
|
+
</g>
|
516
|
+
<text
|
517
|
+
sodipodi:linespacing="125%"
|
518
|
+
id="text4352"
|
519
|
+
y="160.21709"
|
520
|
+
x="-129.11513"
|
521
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
522
|
+
xml:space="preserve"><tspan
|
523
|
+
y="160.21709"
|
524
|
+
x="-129.11513"
|
525
|
+
id="tspan4354"
|
526
|
+
sodipodi:role="line">Tokenize</tspan></text>
|
527
|
+
<circle
|
528
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#c4a000;fill-opacity:1;fill-rule:nonzero;stroke:#c4a000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
|
529
|
+
id="circle4844"
|
530
|
+
cx="95.467918"
|
531
|
+
cy="187.95123"
|
532
|
+
r="10.101525" />
|
533
|
+
<circle
|
534
|
+
r="10.101525"
|
535
|
+
cy="226.38779"
|
536
|
+
cx="95.467918"
|
537
|
+
id="circle4846"
|
538
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#c4a000;fill-opacity:1;fill-rule:nonzero;stroke:#c4a000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" />
|
539
|
+
<text
|
540
|
+
xml:space="preserve"
|
541
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
542
|
+
x="331.58002"
|
543
|
+
y="193.10757"
|
544
|
+
id="text5958"
|
545
|
+
sodipodi:linespacing="125%"><tspan
|
546
|
+
sodipodi:role="line"
|
547
|
+
id="tspan5960"
|
548
|
+
x="331.58002"
|
549
|
+
y="193.10757">AND</tspan></text>
|
550
|
+
<rect
|
551
|
+
ry="5"
|
552
|
+
rx="5"
|
553
|
+
y="291.13864"
|
554
|
+
x="-170.38275"
|
555
|
+
height="129.15594"
|
556
|
+
width="153.02829"
|
557
|
+
id="rect5964"
|
558
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000100;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" />
|
559
|
+
<rect
|
560
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#a40000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
|
561
|
+
id="rect6652"
|
562
|
+
width="151.59972"
|
563
|
+
height="38.242218"
|
564
|
+
x="-170.38275"
|
565
|
+
y="340.13104"
|
566
|
+
rx="5"
|
567
|
+
ry="5" />
|
568
|
+
<text
|
569
|
+
sodipodi:linespacing="125%"
|
570
|
+
id="text5966"
|
571
|
+
y="372.04868"
|
572
|
+
x="-120.52105"
|
573
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
574
|
+
xml:space="preserve"><tspan
|
575
|
+
y="372.04868"
|
576
|
+
x="-120.52105"
|
577
|
+
id="tspan5968"
|
578
|
+
sodipodi:role="line">cat</tspan></text>
|
579
|
+
<text
|
580
|
+
xml:space="preserve"
|
581
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
582
|
+
x="-120.52105"
|
583
|
+
y="410.62009"
|
584
|
+
id="text5970"
|
585
|
+
sodipodi:linespacing="125%"><tspan
|
586
|
+
sodipodi:role="line"
|
587
|
+
id="tspan5972"
|
588
|
+
x="-120.52105"
|
589
|
+
y="410.62009">at car</tspan></text>
|
590
|
+
<text
|
591
|
+
sodipodi:linespacing="125%"
|
592
|
+
id="text5974"
|
593
|
+
y="369.54868"
|
594
|
+
x="-166.21649"
|
595
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:Sans;letter-spacing:0px;word-spacing:0px;fill:#4e9a06;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
596
|
+
xml:space="preserve"><tspan
|
597
|
+
y="369.54868"
|
598
|
+
x="-166.21649"
|
599
|
+
id="tspan5976"
|
600
|
+
sodipodi:role="line">10</tspan></text>
|
601
|
+
<text
|
602
|
+
xml:space="preserve"
|
603
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:Sans;letter-spacing:0px;word-spacing:0px;fill:#ce5c00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
604
|
+
x="-164.07367"
|
605
|
+
y="410.15134"
|
606
|
+
id="text5978"
|
607
|
+
sodipodi:linespacing="125%"><tspan
|
608
|
+
sodipodi:role="line"
|
609
|
+
id="tspan5980"
|
610
|
+
x="-164.07367"
|
611
|
+
y="410.15134">20</tspan></text>
|
612
|
+
<text
|
613
|
+
sodipodi:linespacing="125%"
|
614
|
+
id="text5982"
|
615
|
+
y="278.20386"
|
616
|
+
x="-168.48187"
|
617
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
618
|
+
xml:space="preserve"><tspan
|
619
|
+
y="278.20386"
|
620
|
+
x="-168.48187"
|
621
|
+
id="tspan5984"
|
622
|
+
sodipodi:role="line">Documents</tspan></text>
|
623
|
+
<text
|
624
|
+
sodipodi:linespacing="125%"
|
625
|
+
id="text5986"
|
626
|
+
y="323.89383"
|
627
|
+
x="-164.81329"
|
628
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
629
|
+
xml:space="preserve"><tspan
|
630
|
+
y="323.89383"
|
631
|
+
x="-164.81329"
|
632
|
+
id="tspan5988"
|
633
|
+
sodipodi:role="line">ID</tspan></text>
|
634
|
+
<text
|
635
|
+
sodipodi:linespacing="125%"
|
636
|
+
id="text5990"
|
637
|
+
y="323.12009"
|
638
|
+
x="-119.14024"
|
639
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
640
|
+
xml:space="preserve"><tspan
|
641
|
+
y="323.12009"
|
642
|
+
x="-119.14024"
|
643
|
+
id="tspan5992"
|
644
|
+
sodipodi:role="line">Text</tspan></text>
|
645
|
+
<path
|
646
|
+
sodipodi:nodetypes="cc"
|
647
|
+
inkscape:connector-curvature="0"
|
648
|
+
id="path5994"
|
649
|
+
d="m -126.5847,292.1488 0,128.26835"
|
650
|
+
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
651
|
+
<path
|
652
|
+
sodipodi:nodetypes="cc"
|
653
|
+
inkscape:connector-curvature="0"
|
654
|
+
id="path5996"
|
655
|
+
d="m -169.9643,332.74863 151.785705,0"
|
656
|
+
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
657
|
+
<path
|
658
|
+
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker6662)"
|
659
|
+
d="m 325.46217,202.45892 54.84131,0 0,25.35714"
|
660
|
+
id="path6654"
|
661
|
+
inkscape:connector-curvature="0"
|
662
|
+
sodipodi:nodetypes="ccc" />
|
663
|
+
<rect
|
664
|
+
ry="5"
|
665
|
+
rx="5"
|
666
|
+
y="232.841"
|
667
|
+
x="336.18942"
|
668
|
+
height="38.119671"
|
669
|
+
width="88.3452"
|
670
|
+
id="rect6732"
|
671
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#a40000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" />
|
672
|
+
<text
|
673
|
+
sodipodi:linespacing="125%"
|
674
|
+
id="text6722"
|
675
|
+
y="264.14749"
|
676
|
+
x="338.71243"
|
677
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
678
|
+
xml:space="preserve"><tspan
|
679
|
+
y="264.14749"
|
680
|
+
x="338.71243"
|
681
|
+
id="tspan6724"
|
682
|
+
sodipodi:role="line"><tspan
|
683
|
+
id="tspan6726"
|
684
|
+
style="fill:#4e9a06">10</tspan>,<tspan
|
685
|
+
id="tspan6728"
|
686
|
+
style="fill:#ce5c00">20</tspan><tspan
|
687
|
+
id="tspan6730"
|
688
|
+
style="fill:#5c3566" /></tspan></text>
|
689
|
+
<text
|
690
|
+
xml:space="preserve"
|
691
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
692
|
+
x="295.08578"
|
693
|
+
y="309.16748"
|
694
|
+
id="text6734"
|
695
|
+
sodipodi:linespacing="125%"><tspan
|
696
|
+
sodipodi:role="line"
|
697
|
+
id="tspan6736"
|
698
|
+
x="295.08578"
|
699
|
+
y="309.16748">Candidates</tspan></text>
|
700
|
+
<text
|
701
|
+
xml:space="preserve"
|
702
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
703
|
+
x="123.91734"
|
704
|
+
y="310.99222"
|
705
|
+
id="text4697"
|
706
|
+
sodipodi:linespacing="125%"><tspan
|
707
|
+
sodipodi:role="line"
|
708
|
+
id="tspan4699"
|
709
|
+
x="123.91734"
|
710
|
+
y="310.99222">" c"</tspan></text>
|
711
|
+
<text
|
712
|
+
xml:space="preserve"
|
713
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
714
|
+
x="123.91734"
|
715
|
+
y="352.44901"
|
716
|
+
id="text4701"
|
717
|
+
sodipodi:linespacing="125%"><tspan
|
718
|
+
sodipodi:role="line"
|
719
|
+
id="tspan4703"
|
720
|
+
x="123.91734"
|
721
|
+
y="352.44901">"ar"</tspan></text>
|
722
|
+
<text
|
723
|
+
sodipodi:linespacing="125%"
|
724
|
+
id="text4713"
|
725
|
+
y="312.84146"
|
726
|
+
x="235.00568"
|
727
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
728
|
+
xml:space="preserve"><tspan
|
729
|
+
y="312.84146"
|
730
|
+
x="235.00568"
|
731
|
+
id="tspan4715"
|
732
|
+
sodipodi:role="line"><tspan
|
733
|
+
id="tspan4717"
|
734
|
+
style="fill:#ce5c00">20</tspan><tspan
|
735
|
+
id="tspan4719"
|
736
|
+
style="fill:#5c3566" /></tspan></text>
|
737
|
+
<text
|
738
|
+
xml:space="preserve"
|
739
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
740
|
+
x="235.00568"
|
741
|
+
y="350.69861"
|
742
|
+
id="text4721"
|
743
|
+
sodipodi:linespacing="125%"><tspan
|
744
|
+
sodipodi:role="line"
|
745
|
+
id="tspan4723"
|
746
|
+
x="235.00568"
|
747
|
+
y="350.69861"><tspan
|
748
|
+
style="fill:#ce5c00"
|
749
|
+
id="tspan4725">20</tspan><tspan
|
750
|
+
style="fill:#5c3566"
|
751
|
+
id="tspan4727" /></tspan></text>
|
752
|
+
<path
|
753
|
+
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker5193)"
|
754
|
+
d="m -25.323087,204.50013 100.271239,0"
|
755
|
+
id="path5191"
|
756
|
+
inkscape:connector-curvature="0"
|
757
|
+
sodipodi:nodetypes="cc" />
|
758
|
+
<text
|
759
|
+
xml:space="preserve"
|
760
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
761
|
+
x="-22.373264"
|
762
|
+
y="234.83202"
|
763
|
+
id="text6127"
|
764
|
+
sodipodi:linespacing="125%"><tspan
|
765
|
+
sodipodi:role="line"
|
766
|
+
id="tspan6129"
|
767
|
+
x="-22.373264"
|
768
|
+
y="234.83202">Search</tspan></text>
|
769
|
+
<path
|
770
|
+
sodipodi:nodetypes="ccc"
|
771
|
+
inkscape:connector-curvature="0"
|
772
|
+
id="path6137"
|
773
|
+
d="m 380.4865,316.76026 0,59.73583 -352.441302,0.86461"
|
774
|
+
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker6139)" />
|
775
|
+
<text
|
776
|
+
sodipodi:linespacing="125%"
|
777
|
+
id="text10379"
|
778
|
+
y="409.97351"
|
779
|
+
x="247.86273"
|
780
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:Sans;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
781
|
+
xml:space="preserve"><tspan
|
782
|
+
y="409.97351"
|
783
|
+
x="247.86273"
|
784
|
+
sodipodi:role="line"
|
785
|
+
id="tspan12375">Appearance position check</tspan><tspan
|
786
|
+
y="449.97351"
|
787
|
+
x="247.86273"
|
788
|
+
sodipodi:role="line"
|
789
|
+
id="tspan5074">(Point: Out of GIN)</tspan></text>
|
790
|
+
<circle
|
791
|
+
r="10.101525"
|
792
|
+
cy="357.65686"
|
793
|
+
cx="2.5338755"
|
794
|
+
id="circle10383"
|
795
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#c4a000;fill-opacity:1;fill-rule:nonzero;stroke:#c4a000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" />
|
796
|
+
<path
|
797
|
+
style="fill:none;fill-rule:evenodd;stroke:#a40000;stroke-width:10.00000095;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
798
|
+
d="M -6.4575128,387.73376 12.230307,406.42158"
|
799
|
+
id="path10565"
|
800
|
+
inkscape:connector-curvature="0" />
|
801
|
+
<path
|
802
|
+
inkscape:connector-curvature="0"
|
803
|
+
id="path10567"
|
804
|
+
d="M -6.4575128,406.42158 12.230307,387.73376"
|
805
|
+
style="fill:none;fill-rule:evenodd;stroke:#a40000;stroke-width:10.00000095;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
806
|
+
</g>
|
807
|
+
</svg>
|