rabbit-slide-kou-mysql-and-postgresql-and-japanese-full-text-search-2 2016.6.9.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/README.rd +46 -0
- data/Rakefile +17 -0
- data/config.yaml +27 -0
- data/images/groonga-logo.svg +118 -0
- data/images/mroonga-logo.svg +106 -0
- data/images/mroonga-mode.svg +3228 -0
- data/images/mroonga-transaction.svg +1062 -0
- data/images/pgroonga-logo.svg +84 -0
- data/mroonga-and-pgroonga.rab +700 -0
- data/pdf/mysql-and-postgresql-and-japanese-full-text-search-2-mroonga-and-pgroonga.pdf +0 -0
- metadata +84 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 1162ba29f3fc60a961f90004e73cdf5697315915
|
4
|
+
data.tar.gz: ab8a3541d82b3b704e03e98864f2013c0d309c56
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 9edd00b2c6bf6a4cdfacb31e0bf8f6f8b91dedfed15c1f06f1b9de33c86168f07769c12197621631cc59efecabe2d13471a9ed536660d84149ec5ee115f4d183
|
7
|
+
data.tar.gz: 617b747783390cbcee62b974b729652f48090e009d19417f3c10dd754b435033056915a0b350fefbe07e730c528713125be34173f55f631d055b8ed59470cad5
|
data/.rabbit
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
mroonga-and-pgroonga.rab
|
data/README.rd
ADDED
@@ -0,0 +1,46 @@
|
|
1
|
+
= 初心者向けMroonga・PGroonga情報
|
2
|
+
|
3
|
+
Mroonga・PGroongaをさわり始めた人向けの情報を紹介します。オススメの使い方、トランザクション、レプリケーションに関する情報です。
|
4
|
+
|
5
|
+
== ライセンス
|
6
|
+
|
7
|
+
=== スライド
|
8
|
+
|
9
|
+
CC BY-SA 4.0
|
10
|
+
|
11
|
+
原著作者名は以下の通りです。
|
12
|
+
|
13
|
+
* 須藤功平(またはKouhei Sutou)
|
14
|
+
|
15
|
+
=== 画像
|
16
|
+
|
17
|
+
==== Groonga・Mroonga・PGroongaのロゴ
|
18
|
+
|
19
|
+
CC BY 3.0
|
20
|
+
|
21
|
+
原著作者名は以下の通りです。
|
22
|
+
|
23
|
+
* Groongaプロジェクト
|
24
|
+
* Mroongaプロジェクト
|
25
|
+
* PGroongaプロジェクト
|
26
|
+
|
27
|
+
== 作者向け
|
28
|
+
|
29
|
+
=== 表示
|
30
|
+
|
31
|
+
rake
|
32
|
+
|
33
|
+
=== 公開
|
34
|
+
|
35
|
+
rake publish
|
36
|
+
|
37
|
+
== 閲覧者向け
|
38
|
+
|
39
|
+
=== インストール
|
40
|
+
|
41
|
+
gem install rabbit-slide-kou-mysql-and-postgresql-and-japanese-full-text-search-2
|
42
|
+
|
43
|
+
=== 表示
|
44
|
+
|
45
|
+
rabbit rabbit-slide-kou-mysql-and-postgresql-and-japanese-full-text-search-2.gem
|
46
|
+
|
data/Rakefile
ADDED
@@ -0,0 +1,17 @@
|
|
1
|
+
require "rabbit/task/slide"
|
2
|
+
|
3
|
+
# Edit ./config.yaml to customize meta data
|
4
|
+
|
5
|
+
spec = nil
|
6
|
+
Rabbit::Task::Slide.new do |task|
|
7
|
+
spec = task.spec
|
8
|
+
# spec.files += Dir.glob("doc/**/*.*")
|
9
|
+
# spec.files -= Dir.glob("private/**/*.*")
|
10
|
+
spec.add_runtime_dependency("rabbit-theme-groonga")
|
11
|
+
end
|
12
|
+
|
13
|
+
desc "Tag #{spec.version}"
|
14
|
+
task :tag do
|
15
|
+
sh("git", "tag", "-a", spec.version.to_s, "-m", "Publish #{spec.version}")
|
16
|
+
sh("git", "push", "--tags")
|
17
|
+
end
|
data/config.yaml
ADDED
@@ -0,0 +1,27 @@
|
|
1
|
+
---
|
2
|
+
id: mysql-and-postgresql-and-japanese-full-text-search-2
|
3
|
+
base_name: mroonga-and-pgroonga
|
4
|
+
tags:
|
5
|
+
- rabbit
|
6
|
+
- mroonga
|
7
|
+
- mysql
|
8
|
+
- pgroonga
|
9
|
+
- postgresql
|
10
|
+
- full-text-search
|
11
|
+
presentation_date: 2016-06-09
|
12
|
+
version: 2016.6.9.0
|
13
|
+
licenses:
|
14
|
+
- CC BY 3.0
|
15
|
+
- CC BY-SA 4.0
|
16
|
+
slideshare_id: mysql-and-postgresql-and-japanese-full-text-search-2
|
17
|
+
speaker_deck_id:
|
18
|
+
ustream_id:
|
19
|
+
vimeo_id:
|
20
|
+
youtube_id:
|
21
|
+
author:
|
22
|
+
markup_language: :rd
|
23
|
+
name: Kouhei Sutou
|
24
|
+
email: kou@clear-code.com
|
25
|
+
rubygems_user: kou
|
26
|
+
slideshare_user: kou
|
27
|
+
speaker_deck_user:
|
@@ -0,0 +1,118 @@
|
|
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="232.17999"
|
14
|
+
height="73.112274"
|
15
|
+
id="svg3635"
|
16
|
+
version="1.1"
|
17
|
+
inkscape:version="0.48.1 r9760"
|
18
|
+
sodipodi:docname="新規ドキュメント 1">
|
19
|
+
<defs
|
20
|
+
id="defs3637">
|
21
|
+
<linearGradient
|
22
|
+
gradientTransform="translate(-419.62671,208.8676)"
|
23
|
+
id="SVGID_1_"
|
24
|
+
gradientUnits="userSpaceOnUse"
|
25
|
+
x1="223.6167"
|
26
|
+
y1="76.3564"
|
27
|
+
x2="223.6167"
|
28
|
+
y2="137.38029">
|
29
|
+
<stop
|
30
|
+
offset="0"
|
31
|
+
style="stop-color:#3FA9F5"
|
32
|
+
id="stop160" />
|
33
|
+
<stop
|
34
|
+
offset="1"
|
35
|
+
style="stop-color:#0071BC"
|
36
|
+
id="stop162" />
|
37
|
+
</linearGradient>
|
38
|
+
<linearGradient
|
39
|
+
inkscape:collect="always"
|
40
|
+
xlink:href="#SVGID_1_"
|
41
|
+
id="linearGradient3693"
|
42
|
+
gradientUnits="userSpaceOnUse"
|
43
|
+
gradientTransform="translate(-419.62671,208.8676)"
|
44
|
+
x1="223.6167"
|
45
|
+
y1="76.3564"
|
46
|
+
x2="223.6167"
|
47
|
+
y2="137.38029" />
|
48
|
+
</defs>
|
49
|
+
<sodipodi:namedview
|
50
|
+
id="base"
|
51
|
+
pagecolor="#ffffff"
|
52
|
+
bordercolor="#666666"
|
53
|
+
borderopacity="1.0"
|
54
|
+
inkscape:pageopacity="0"
|
55
|
+
inkscape:pageshadow="2"
|
56
|
+
inkscape:zoom="1.4"
|
57
|
+
inkscape:cx="202.10766"
|
58
|
+
inkscape:cy="3.8593771"
|
59
|
+
inkscape:document-units="px"
|
60
|
+
inkscape:current-layer="layer1"
|
61
|
+
showgrid="false"
|
62
|
+
fit-margin-top="5"
|
63
|
+
fit-margin-left="5"
|
64
|
+
fit-margin-right="5"
|
65
|
+
fit-margin-bottom="5"
|
66
|
+
inkscape:window-width="902"
|
67
|
+
inkscape:window-height="442"
|
68
|
+
inkscape:window-x="2411"
|
69
|
+
inkscape:window-y="568"
|
70
|
+
inkscape:window-maximized="0" />
|
71
|
+
<metadata
|
72
|
+
id="metadata3640">
|
73
|
+
<rdf:RDF>
|
74
|
+
<cc:Work
|
75
|
+
rdf:about="">
|
76
|
+
<dc:format>image/svg+xml</dc:format>
|
77
|
+
<dc:type
|
78
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
79
|
+
<dc:title></dc:title>
|
80
|
+
</cc:Work>
|
81
|
+
</rdf:RDF>
|
82
|
+
</metadata>
|
83
|
+
<g
|
84
|
+
inkscape:label="レイヤー 1"
|
85
|
+
inkscape:groupmode="layer"
|
86
|
+
id="layer1"
|
87
|
+
transform="translate(-229.62429,-318.66319)">
|
88
|
+
<g
|
89
|
+
id="g3685"
|
90
|
+
transform="translate(520,37.142857)">
|
91
|
+
<path
|
92
|
+
id="path149"
|
93
|
+
d="m -228.72771,306.3346 c -1.336,-0.29 -2.281,-0.448 -3.442,-0.448 -2.847,0 -5.33,0.831 -7.391,2.468 -0.091,0.06 -0.192,0.14 -0.303,0.245 -0.231,0.197 -0.452,0.406 -0.668,0.621 -1.478,1.314 -2.76,1.952 -2.76,-1.235 v -0.666 c 0,-0.404 -0.327,-0.732 -0.732,-0.732 h -2.101 c -0.198,0 -0.388,0.081 -0.525,0.223 -0.139,0.143 -0.212,0.335 -0.206,0.532 0.105,3.333 0.215,6.778 0.215,9.621 v 18.75 c 0,0.404 0.328,0.731 0.732,0.731 h 2.209 c 0.404,0 0.732,-0.328 0.732,-0.731 v -9.914 c 0,-1.37 0.107,-3.805 0.309,-4.813 1.569,-7.797 4.982,-11.588 10.435,-11.588 0.979,0 1.881,0.165 2.874,0.363 0.048,0.011 0.096,0.015 0.144,0.015 0.148,0 0.294,-0.045 0.417,-0.131 0.163,-0.113 0.273,-0.288 0.306,-0.484 l 0.323,-1.994 c 0.062,-0.384 -0.187,-0.752 -0.568,-0.833 z"
|
94
|
+
inkscape:connector-curvature="0" />
|
95
|
+
<path
|
96
|
+
id="path151"
|
97
|
+
d="m -139.68071,307.9266 c -2.512,-1.774 -5.292,-2.04 -6.726,-2.04 -2.91,0 -5.648,0.912 -7.822,2.495 -0.005,0.004 -0.01,0.005 -0.014,0.009 -1.004,0.648 -2.627,0.909 -2.618,-0.625 l 0,-0.021 c 0.002,-0.107 -0.003,-0.199 -0.013,-0.277 l -0.008,-0.182 c -0.019,-0.391 -0.34,-0.698 -0.731,-0.698 h -2.102 c -0.203,0 -0.396,0.084 -0.535,0.232 -0.138,0.148 -0.209,0.347 -0.195,0.549 0.152,2.28 0.214,4.171 0.214,6.524 v 21.821 c 0,0.404 0.328,0.731 0.731,0.731 h 2.209 c 0.404,0 0.732,-0.328 0.732,-0.731 v -17.511 c 0,-0.813 0.253,-1.761 0.49,-2.377 0.004,-0.008 0.006,-0.018 0.01,-0.026 1.043,-3.042 4.224,-6.12 8.417,-6.475 3.236,0.002 8.327,2.358 9.024,8.226 0.016,0.15 0.03,0.299 0.042,0.444 0.004,0.049 0.008,0.099 0.011,0.149 0.005,0.07 0.009,0.139 0.014,0.209 0.009,0.19 0.015,0.384 0.015,0.582 0,0.335 0.006,0.638 0.017,0.911 v 15.869 c 0,0.404 0.328,0.731 0.733,0.731 h 2.208 c 0.404,0 0.732,-0.328 0.732,-0.731 v -16.272 c 0,-5.375 -1.627,-9.248 -4.835,-11.516 z"
|
98
|
+
inkscape:connector-curvature="0" />
|
99
|
+
<path
|
100
|
+
id="path153"
|
101
|
+
d="m -63.456714,333.2686 c -0.133,-0.113 -0.301,-0.174 -0.473,-0.174 -0.04,0 -0.08,0.003 -0.12,0.01 -0.587,0.098 -0.965,0.098 -1.442,0.098 -1.147,0 -2.177,-0.335 -2.177,-4.387 v -9.913 c 0,-2.343 -0.179,-5.368 -1.583,-7.972 -1.822,-3.382 -5.181,-5.098 -9.978,-5.098 -2.475,0 -6.217,0.516 -9.99,2.974 -0.315,0.205 -0.422,0.615 -0.25,0.949 l 0.861,1.67 c 0.098,0.189 0.272,0.326 0.478,0.375 0.058,0.014 0.116,0.021 0.173,0.021 0.151,0 0.299,-0.047 0.424,-0.135 2.314,-1.639 5.186,-2.504 8.305,-2.504 3.995,0 6.004,1.854 7,3.939 l 0,0 c 1.004,2.221 -0.561,4.404 -2.285,4.584 -0.085,0.005 -0.17,0.008 -0.254,0.013 -0.014,0 -0.028,0.001 -0.042,0 -0.055,-10e-4 -0.101,0.003 -0.143,0.009 -10.978,0.626 -16.538,4.313 -16.538,10.98 0,2.027 0.803,4.057 2.202,5.569 1.233,1.333 3.56,2.921 7.635,2.921 3.471,0 6.271,-1.112 8.325,-2.472 0.061,-0.031 0.13,-0.076 0.211,-0.141 0.023,-0.017 0.042,-0.031 0.064,-0.048 0.128,-0.088 0.256,-0.177 0.378,-0.268 1.275,-0.825 1.969,-0.351 2.623,0.504 0.002,0.002 0.006,0.005 0.008,0.007 0.84,1.14 2.161,1.718 3.962,1.718 0.846,0 1.591,-0.094 2.344,-0.294 0.32,-0.085 0.543,-0.375 0.543,-0.707 v -1.67 c -0.002,-0.214 -0.097,-0.419 -0.261,-0.558 z m -18.252,0.527 c -3.042,0 -6.111,-1.723 -6.111,-5.572 0,-4.863 5.936,-6.58 12.167,-7.043 2.32,-0.043 4.097,2.162 4.311,4.575 v 0.989 c -0.062,0.647 -0.246,1.289 -0.568,1.888 -0.162,0.263 -0.356,0.556 -0.589,0.864 -0.04,0.047 -0.075,0.093 -0.103,0.134 -1.442,1.848 -4.223,4.165 -9.107,4.165 z"
|
102
|
+
inkscape:connector-curvature="0" />
|
103
|
+
<path
|
104
|
+
id="path155"
|
105
|
+
d="m -257.43671,306.5866 h -2.047 c -0.392,0 -0.715,0.311 -0.731,0.703 -0.065,1.618 -0.892,1.836 -2.704,0.766 -0.01,-0.006 -0.018,-0.014 -0.026,-0.019 -0.178,-0.119 -0.361,-0.231 -0.545,-0.339 -0.011,-0.007 -0.021,-0.012 -0.032,-0.02 -0.088,-0.059 -0.169,-0.104 -0.245,-0.14 -1.982,-1.096 -4.306,-1.65 -6.923,-1.65 -3.739,0 -7.428,1.548 -10.122,4.25 -2.083,2.087 -4.564,5.826 -4.564,11.784 0,3.818 1.347,7.413 3.792,10.122 2.594,2.875 6.234,4.458 10.249,4.458 3.11,0 5.514,-0.819 7.334,-1.897 0.004,-0.002 0.008,-0.003 0.012,-0.005 1.953,-0.873 3.601,-2.182 3.135,2.232 -0.875,5.678 -4.519,8.765 -10.482,8.765 -4.175,0 -7.31,-1.404 -9.204,-2.583 -0.117,-0.072 -0.251,-0.11 -0.387,-0.11 -0.061,0 -0.122,0.008 -0.182,0.023 -0.193,0.049 -0.358,0.176 -0.456,0.35 l -0.969,1.725 c -0.189,0.336 -0.085,0.761 0.237,0.972 2.852,1.863 6.909,2.975 10.853,2.975 2.691,0 9.293,-0.625 12.494,-6.412 1.384,-2.481 2.03,-5.968 2.03,-10.968 v -17.457 c 0,-2.474 0.07,-4.679 0.214,-6.738 0.014,-0.202 -0.057,-0.402 -0.195,-0.549 -0.139,-0.153 -0.333,-0.238 -0.536,-0.238 z m -16.892,26.028 c -0.605,-0.24 -7.609,-3.216 -7.013,-11.811 0.551,-7.946 5.723,-10.459 6.518,-10.798 1.278,-0.5 2.7,-0.769 4.241,-0.769 1.664,0 3.112,0.327 4.354,0.873 6.846,3.871 7.696,16.453 0.885,21.467 -1.592,0.999 -3.437,1.573 -5.346,1.573 -1.342,0 -2.552,-0.194 -3.639,-0.535 z"
|
106
|
+
inkscape:connector-curvature="0" />
|
107
|
+
<path
|
108
|
+
id="path157"
|
109
|
+
d="m -99.588714,306.5866 h -2.046996 c -0.393,0 -0.716,0.311 -0.731,0.703 -0.066,1.618 -0.892,1.836 -2.703,0.766 -0.009,-0.005 -0.018,-0.014 -0.027,-0.019 -0.178,-0.119 -0.362,-0.231 -0.546,-0.339 -0.011,-0.008 -0.02,-0.014 -0.031,-0.02 -0.087,-0.059 -0.168,-0.104 -0.244,-0.139 -1.982,-1.097 -4.307,-1.651 -6.924,-1.651 -3.739,0 -7.429,1.548 -10.122,4.25 -2.082,2.087 -4.564,5.826 -4.564,11.784 0,3.818 1.346,7.413 3.792,10.122 2.595,2.875 6.234,4.458 10.248,4.458 3.111,0 5.514,-0.819 7.335,-1.897 0.004,-0.002 0.007,-0.003 0.012,-0.005 1.954,-0.874 3.603,-2.183 3.135,2.233 -0.875,5.678 -4.519,8.764 -10.482,8.764 -4.175,0 -7.31,-1.404 -9.204,-2.583 -0.118,-0.072 -0.251,-0.11 -0.387,-0.11 -0.06,0 -0.122,0.008 -0.182,0.023 -0.193,0.049 -0.358,0.176 -0.456,0.35 l -0.97,1.725 c -0.189,0.336 -0.085,0.761 0.237,0.972 2.853,1.863 6.91,2.975 10.854,2.975 2.689,0 9.293,-0.625 12.493,-6.412 1.384996,-2.481 2.030996,-5.968 2.030996,-10.968 v -17.457 c 0,-2.474 0.07,-4.679 0.214,-6.738 0.014,-0.202 -0.057,-0.402 -0.195,-0.549 -0.139,-0.153 -0.332,-0.238 -0.536,-0.238 z m -16.891996,26.028 c -0.605,-0.24 -7.609,-3.216 -7.013,-11.811 0.551,-7.94 5.716,-10.455 6.517,-10.798 1.278,-0.5 2.701,-0.769 4.242,-0.769 1.665,0 3.113,0.327 4.354,0.873 6.845,3.871 7.696,16.453 0.884,21.467 -1.592,1 -3.436,1.573 -5.345,1.573 -1.343,0 -2.553,-0.194 -3.639,-0.535 z"
|
110
|
+
inkscape:connector-curvature="0" />
|
111
|
+
<path
|
112
|
+
id="path164"
|
113
|
+
d="m -198.36371,292.3616 c -2.337,2.336 -4.109,5.342 -5.032,8.654 -6.076,-0.093 -12.171,2.273 -17.007,7.11 -8.142,8.141 -10.674,22.913 0.667,34.253 9.542,9.543 23.793,9.687 33.145,0.333 4.421,-4.424 7.236,-10.506 7.297,-16.94 3.14,-0.835 6.125,-2.507 8.67,-5.049 6.956,-6.959 9.086,-18.919 -0.311,-28.318 -7.833,-7.83 -19.626,-7.847 -27.429,-0.043 z m 25.622,20.422 c -1.335,1.338 -3.045,2.324 -4.932,2.864 -3.027,0.867 -4.657,0.777 -5.698,2.515 -1.041,1.735 -0.926,1.94 -0.88,5.194 0.056,3.689 -1.333,7.513 -4.813,10.995 -5.32,5.318 -15.14,6.504 -22.366,-0.721 -5.693,-5.694 -8.365,-15.278 -0.778,-22.865 2.816,-2.813 6.866,-4.477 11.124,-4.402 2.961,0.053 3.306,0.161 5.212,-0.704 1.909,-0.869 1.082,-2.799 2.222,-6.205 0.556,-1.66 1.545,-3.294 3.092,-4.844 4.126,-4.126 11.721,-5.072 17.285,0.491 4.533,4.535 6.455,11.759 0.532,17.682 z"
|
114
|
+
inkscape:connector-curvature="0"
|
115
|
+
style="fill:url(#linearGradient3693)" />
|
116
|
+
</g>
|
117
|
+
</g>
|
118
|
+
</svg>
|
@@ -0,0 +1,106 @@
|
|
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="247.32675"
|
13
|
+
height="73.113281"
|
14
|
+
id="svg4429"
|
15
|
+
version="1.1"
|
16
|
+
inkscape:version="0.48.1 r9760"
|
17
|
+
sodipodi:docname="新規ドキュメント 7">
|
18
|
+
<defs
|
19
|
+
id="defs4431">
|
20
|
+
<linearGradient
|
21
|
+
gradientTransform="translate(405.03952,235.75369)"
|
22
|
+
id="SVGID_2_"
|
23
|
+
gradientUnits="userSpaceOnUse"
|
24
|
+
x1="223.6167"
|
25
|
+
y1="166.2236"
|
26
|
+
x2="223.6167"
|
27
|
+
y2="228.2177">
|
28
|
+
<stop
|
29
|
+
offset="0"
|
30
|
+
style="stop-color:#F8BB5E"
|
31
|
+
id="stop3925" />
|
32
|
+
<stop
|
33
|
+
offset="1"
|
34
|
+
style="stop-color:#FF931E"
|
35
|
+
id="stop3927" />
|
36
|
+
</linearGradient>
|
37
|
+
</defs>
|
38
|
+
<sodipodi:namedview
|
39
|
+
id="base"
|
40
|
+
pagecolor="#ffffff"
|
41
|
+
bordercolor="#666666"
|
42
|
+
borderopacity="1.0"
|
43
|
+
inkscape:pageopacity="0.0"
|
44
|
+
inkscape:pageshadow="2"
|
45
|
+
inkscape:zoom="1.4"
|
46
|
+
inkscape:cx="-17.227243"
|
47
|
+
inkscape:cy="76.496767"
|
48
|
+
inkscape:document-units="px"
|
49
|
+
inkscape:current-layer="layer1"
|
50
|
+
showgrid="false"
|
51
|
+
fit-margin-top="5"
|
52
|
+
fit-margin-left="5.1"
|
53
|
+
fit-margin-right="5"
|
54
|
+
fit-margin-bottom="5"
|
55
|
+
inkscape:window-width="902"
|
56
|
+
inkscape:window-height="442"
|
57
|
+
inkscape:window-x="2109"
|
58
|
+
inkscape:window-y="329"
|
59
|
+
inkscape:window-maximized="0" />
|
60
|
+
<metadata
|
61
|
+
id="metadata4434">
|
62
|
+
<rdf:RDF>
|
63
|
+
<cc:Work
|
64
|
+
rdf:about="">
|
65
|
+
<dc:format>image/svg+xml</dc:format>
|
66
|
+
<dc:type
|
67
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
68
|
+
<dc:title></dc:title>
|
69
|
+
</cc:Work>
|
70
|
+
</rdf:RDF>
|
71
|
+
</metadata>
|
72
|
+
<g
|
73
|
+
inkscape:label="レイヤー 1"
|
74
|
+
inkscape:groupmode="layer"
|
75
|
+
id="layer1"
|
76
|
+
transform="translate(-519.14376,-395.80554)">
|
77
|
+
<g
|
78
|
+
id="g4460">
|
79
|
+
<path
|
80
|
+
id="path3916"
|
81
|
+
d="m 595.93852,420.61969 c -1.336,-0.291 -2.281,-0.448 -3.442,-0.448 -2.847,0 -5.33,0.831 -7.391,2.466 -0.091,0.062 -0.192,0.14 -0.303,0.247 -0.231,0.196 -0.452,0.406 -0.668,0.621 -1.478,1.313 -2.76,1.951 -2.76,-1.236 v -0.666 c 0,-0.405 -0.327,-0.732 -0.732,-0.732 h -2.101 c -0.198,0 -0.388,0.08 -0.525,0.223 -0.139,0.142 -0.212,0.334 -0.206,0.532 0.105,3.332 0.215,6.777 0.215,9.621 v 18.749 c 0,0.405 0.328,0.732 0.732,0.732 h 2.209 c 0.404,0 0.732,-0.327 0.732,-0.732 v -9.913 c 0,-1.37 0.107,-3.805 0.309,-4.813 1.569,-7.797 4.982,-11.588 10.435,-11.588 0.979,0 1.881,0.164 2.874,0.362 0.048,0.01 0.096,0.015 0.144,0.015 0.148,0 0.294,-0.045 0.417,-0.131 0.163,-0.112 0.273,-0.288 0.306,-0.484 l 0.323,-1.994 c 0.062,-0.383 -0.187,-0.749 -0.568,-0.831 z"
|
82
|
+
inkscape:connector-curvature="0" />
|
83
|
+
<path
|
84
|
+
id="path3918"
|
85
|
+
d="m 684.98552,422.21169 c -2.512,-1.776 -5.292,-2.04 -6.726,-2.04 -2.91,0 -5.648,0.912 -7.822,2.495 -0.005,0.003 -0.01,0.004 -0.014,0.008 -1.004,0.649 -2.627,0.91 -2.618,-0.625 l 0,-0.022 c 0.002,-0.105 -0.003,-0.197 -0.013,-0.276 l -0.008,-0.182 c -0.019,-0.391 -0.34,-0.698 -0.731,-0.698 h -2.102 c -0.203,0 -0.396,0.083 -0.535,0.231 -0.138,0.148 -0.209,0.347 -0.195,0.55 0.152,2.28 0.214,4.171 0.214,6.524 v 21.82 c 0,0.405 0.328,0.732 0.731,0.732 h 2.209 c 0.404,0 0.732,-0.327 0.732,-0.732 v -17.51 c 0,-0.813 0.253,-1.762 0.49,-2.378 0.004,-0.009 0.006,-0.016 0.01,-0.024 1.043,-3.043 4.224,-6.121 8.417,-6.475 3.236,0.002 8.327,2.358 9.024,8.226 0.016,0.15 0.03,0.299 0.042,0.443 0.004,0.049 0.008,0.099 0.011,0.149 0.005,0.07 0.009,0.14 0.014,0.208 0.009,0.192 0.015,0.386 0.015,0.583 0,0.335 0.006,0.637 0.017,0.91 v 15.868 c 0,0.405 0.328,0.732 0.733,0.732 h 2.208 c 0.404,0 0.732,-0.327 0.732,-0.732 v -16.271 c 0,-5.372 -1.627,-9.246 -4.835,-11.514 z"
|
86
|
+
inkscape:connector-curvature="0" />
|
87
|
+
<path
|
88
|
+
id="path3920"
|
89
|
+
d="m 761.20952,447.55369 c -0.133,-0.113 -0.301,-0.173 -0.473,-0.173 -0.04,0 -0.08,0.003 -0.12,0.01 -0.587,0.098 -0.965,0.098 -1.442,0.098 -1.147,0 -2.177,-0.336 -2.177,-4.387 v -9.913 c 0,-2.343 -0.179,-5.368 -1.583,-7.971 -1.822,-3.384 -5.181,-5.1 -9.978,-5.1 -2.475,0 -6.217,0.516 -9.99,2.975 -0.315,0.205 -0.422,0.615 -0.25,0.949 l 0.861,1.669 c 0.098,0.189 0.272,0.326 0.478,0.376 0.058,0.015 0.116,0.021 0.173,0.021 0.151,0 0.299,-0.046 0.424,-0.135 2.314,-1.639 5.186,-2.506 8.305,-2.506 3.995,0 6.004,1.854 7,3.94 v 0 c 1.004,2.22 -0.561,4.403 -2.285,4.584 -0.085,0.004 -0.17,0.008 -0.254,0.013 -0.014,-0.001 -0.028,10e-4 -0.042,0 -0.055,-0.001 -0.101,10e-4 -0.143,0.009 -10.978,0.626 -16.538,4.313 -16.538,10.98 0,2.028 0.803,4.057 2.202,5.568 1.233,1.334 3.56,2.922 7.635,2.922 3.471,0 6.271,-1.111 8.325,-2.472 0.061,-0.032 0.13,-0.077 0.211,-0.141 0.023,-0.018 0.042,-0.031 0.064,-0.048 0.128,-0.089 0.256,-0.177 0.378,-0.268 1.275,-0.824 1.969,-0.351 2.623,0.503 0.002,0.003 0.006,0.005 0.008,0.008 0.84,1.141 2.161,1.717 3.962,1.717 0.846,0 1.591,-0.093 2.344,-0.293 0.32,-0.085 0.543,-0.375 0.543,-0.708 v -1.669 c -0.002,-0.214 -0.097,-0.419 -0.261,-0.558 z m -18.252,0.527 c -3.042,0 -6.111,-1.722 -6.111,-5.572 0,-4.862 5.936,-6.58 12.167,-7.043 2.32,-0.043 4.097,2.161 4.311,4.575 v 0.989 c -0.062,0.647 -0.246,1.289 -0.568,1.888 -0.162,0.265 -0.356,0.557 -0.589,0.865 -0.04,0.048 -0.075,0.093 -0.103,0.133 -1.442,1.847 -4.223,4.165 -9.107,4.165 z"
|
90
|
+
inkscape:connector-curvature="0" />
|
91
|
+
<path
|
92
|
+
id="path3922"
|
93
|
+
d="m 725.07752,420.87269 h -2.047 c -0.393,0 -0.716,0.31 -0.731,0.703 -0.066,1.619 -0.892,1.836 -2.703,0.765 -0.009,-0.005 -0.018,-0.013 -0.027,-0.02 -0.178,-0.118 -0.362,-0.23 -0.546,-0.337 -0.011,-0.008 -0.02,-0.014 -0.031,-0.021 -0.087,-0.057 -0.168,-0.103 -0.244,-0.139 -1.982,-1.096 -4.307,-1.65 -6.924,-1.65 -3.739,0 -7.429,1.548 -10.122,4.249 -2.082,2.087 -4.564,5.827 -4.564,11.784 0,3.818 1.346,7.413 3.792,10.121 2.595,2.875 6.234,4.458 10.248,4.458 3.111,0 5.514,-0.819 7.335,-1.896 0.004,-0.002 0.007,-0.003 0.012,-0.005 1.954,-0.875 3.603,-2.184 3.135,2.233 -0.875,5.677 -4.519,8.764 -10.482,8.764 -4.175,0 -7.31,-1.405 -9.204,-2.584 -0.118,-0.073 -0.251,-0.109 -0.387,-0.109 -0.06,0 -0.122,0.006 -0.182,0.023 -0.193,0.049 -0.358,0.176 -0.456,0.35 l -0.97,1.724 c -0.189,0.336 -0.085,0.76 0.237,0.972 2.853,1.862 6.91,2.974 10.854,2.974 2.689,0 9.293,-0.625 12.493,-6.412 1.385,-2.481 2.031,-5.968 2.031,-10.969 v -17.456 c 0,-2.474 0.07,-4.678 0.214,-6.738 0.014,-0.203 -0.057,-0.401 -0.195,-0.55 -0.139,-0.151 -0.332,-0.234 -0.536,-0.234 z m -16.892,26.027 c -0.605,-0.24 -7.609,-3.216 -7.013,-11.812 0.551,-7.939 5.716,-10.454 6.517,-10.798 1.278,-0.5 2.701,-0.768 4.242,-0.768 1.665,0 3.113,0.327 4.354,0.873 6.845,3.871 7.696,16.452 0.884,21.467 -1.592,1 -3.436,1.572 -5.345,1.572 -1.343,0 -2.553,-0.192 -3.639,-0.534 z"
|
94
|
+
inkscape:connector-curvature="0" />
|
95
|
+
<path
|
96
|
+
id="path3929"
|
97
|
+
d="m 626.30252,406.64669 c -2.337,2.337 -4.109,5.343 -5.032,8.655 -6.076,-0.094 -12.171,2.272 -17.007,7.11 -8.142,8.141 -10.674,22.912 0.667,34.253 9.542,9.543 23.793,9.687 33.145,0.334 4.421,-4.424 7.236,-10.507 7.297,-16.941 3.14,-0.836 6.125,-2.507 8.67,-5.049 6.956,-6.959 9.086,-18.919 -0.311,-28.318 -7.833,-7.831 -19.626,-7.848 -27.429,-0.044 z m 25.622,20.423 c -1.335,1.336 -3.045,2.324 -4.932,2.862 -3.027,0.868 -4.657,0.778 -5.698,2.515 -1.041,1.736 -0.926,1.941 -0.88,5.194 0.056,3.689 -1.333,7.514 -4.813,10.996 -5.32,5.318 -15.14,6.504 -22.366,-0.722 -5.693,-5.695 -8.365,-15.278 -0.778,-22.865 2.816,-2.813 6.866,-4.477 11.124,-4.401 2.961,0.051 3.306,0.16 5.212,-0.704 1.909,-0.87 1.082,-2.8 2.222,-6.205 0.556,-1.66 1.545,-3.295 3.092,-4.844 4.126,-4.126 11.721,-5.072 17.285,0.49 4.533,4.535 6.455,11.76 0.532,17.684 z"
|
98
|
+
inkscape:connector-curvature="0"
|
99
|
+
style="fill:url(#SVGID_2_)" />
|
100
|
+
<path
|
101
|
+
id="path3965"
|
102
|
+
d="m 557.08552,420.17169 c -3.604,0 -5.78,1.055 -7.803,2.675 0,10e-4 -10e-4,10e-4 -10e-4,0.002 -2.14,1.482 -3.267,1.373 -5.033,0.007 -0.008,-0.007 -0.015,-0.009 -0.023,-0.015 -1.786,-1.704 -4.111,-2.669 -6.696,-2.669 -2.797,0 -5.133,0.737 -7.113,2.275 -0.042,0.029 -0.085,0.062 -0.129,0.102 -0.878,0.785 -2.285,1.01 -2.444,-0.238 l -0.015,-0.316 c 0,-0.087 -0.002,-0.167 -0.011,-0.234 l -0.009,-0.19 c -0.019,-0.391 -0.341,-0.697 -0.732,-0.697 h -2.1 c -0.204,0 -0.397,0.083 -0.536,0.232 -0.139,0.149 -0.209,0.347 -0.195,0.55 0.148,2.118 0.214,4.13 0.214,6.523 v 21.82 c 0,0.405 0.328,0.732 0.732,0.732 h 2.209 c 0.404,0 0.732,-0.327 0.732,-0.732 v -17.457 c 0,-1.086 0.264,-1.975 0.486,-2.529 1.183,-3.106 4.304,-6.436 8.371,-6.436 4.432,0 7.296,3.476 7.296,8.857 v 17.564 c 0,0.405 0.328,0.732 0.732,0.732 h 2.21 c 0.404,0 0.732,-0.327 0.732,-0.732 v -18.317 c 0,-1.093 0.288,-1.956 0.54,-2.585 1.117,-2.651 4.065,-5.519 7.887,-5.519 4.983,0 7.727,3.681 7.727,10.366 v 16.055 c 0,0.405 0.328,0.732 0.732,0.732 h 2.209 c 0.403,0 0.731,-0.327 0.731,-0.732 v -16.001 c 0,-12.828 -8.189,-13.825 -10.7,-13.825 z"
|
103
|
+
inkscape:connector-curvature="0" />
|
104
|
+
</g>
|
105
|
+
</g>
|
106
|
+
</svg>
|
@@ -0,0 +1,3228 @@
|
|
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="189.6949mm"
|
14
|
+
height="117.70476mm"
|
15
|
+
viewBox="0 0 672.14729 417.0641"
|
16
|
+
id="svg2"
|
17
|
+
version="1.1"
|
18
|
+
inkscape:version="0.91 r13725"
|
19
|
+
sodipodi:docname="mroonga-mode.svg">
|
20
|
+
<defs
|
21
|
+
id="defs4">
|
22
|
+
<marker
|
23
|
+
inkscape:stockid="Arrow1Lend"
|
24
|
+
orient="auto"
|
25
|
+
refY="0"
|
26
|
+
refX="0"
|
27
|
+
id="marker8000"
|
28
|
+
style="overflow:visible"
|
29
|
+
inkscape:isstock="true">
|
30
|
+
<path
|
31
|
+
id="path8002"
|
32
|
+
d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
|
33
|
+
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
|
34
|
+
transform="matrix(-0.8,0,0,-0.8,-10,0)"
|
35
|
+
inkscape:connector-curvature="0" />
|
36
|
+
</marker>
|
37
|
+
<marker
|
38
|
+
inkscape:stockid="Arrow1Lend"
|
39
|
+
orient="auto"
|
40
|
+
refY="0"
|
41
|
+
refX="0"
|
42
|
+
id="marker7093"
|
43
|
+
style="overflow:visible"
|
44
|
+
inkscape:isstock="true">
|
45
|
+
<path
|
46
|
+
id="path7095"
|
47
|
+
d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
|
48
|
+
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
|
49
|
+
transform="matrix(-0.8,0,0,-0.8,-10,0)"
|
50
|
+
inkscape:connector-curvature="0" />
|
51
|
+
</marker>
|
52
|
+
<marker
|
53
|
+
inkscape:stockid="Arrow1Lend"
|
54
|
+
orient="auto"
|
55
|
+
refY="0"
|
56
|
+
refX="0"
|
57
|
+
id="marker6303"
|
58
|
+
style="overflow:visible"
|
59
|
+
inkscape:isstock="true">
|
60
|
+
<path
|
61
|
+
id="path6305"
|
62
|
+
d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
|
63
|
+
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
|
64
|
+
transform="matrix(-0.8,0,0,-0.8,-10,0)"
|
65
|
+
inkscape:connector-curvature="0" />
|
66
|
+
</marker>
|
67
|
+
<marker
|
68
|
+
inkscape:isstock="true"
|
69
|
+
style="overflow:visible"
|
70
|
+
id="marker4726"
|
71
|
+
refX="0"
|
72
|
+
refY="0"
|
73
|
+
orient="auto"
|
74
|
+
inkscape:stockid="Arrow1Lend"
|
75
|
+
inkscape:collect="always">
|
76
|
+
<path
|
77
|
+
transform="matrix(-0.8,0,0,-0.8,-10,0)"
|
78
|
+
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
|
79
|
+
d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
|
80
|
+
id="path4728"
|
81
|
+
inkscape:connector-curvature="0" />
|
82
|
+
</marker>
|
83
|
+
<marker
|
84
|
+
inkscape:stockid="Arrow1Lend"
|
85
|
+
orient="auto"
|
86
|
+
refY="0"
|
87
|
+
refX="0"
|
88
|
+
id="Arrow1Lend"
|
89
|
+
style="overflow:visible"
|
90
|
+
inkscape:isstock="true"
|
91
|
+
inkscape:collect="always">
|
92
|
+
<path
|
93
|
+
id="path4445"
|
94
|
+
d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
|
95
|
+
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
|
96
|
+
transform="matrix(-0.8,0,0,-0.8,-10,0)"
|
97
|
+
inkscape:connector-curvature="0" />
|
98
|
+
</marker>
|
99
|
+
<linearGradient
|
100
|
+
y2="137.38029"
|
101
|
+
x2="223.6167"
|
102
|
+
y1="76.3564"
|
103
|
+
x1="223.6167"
|
104
|
+
gradientUnits="userSpaceOnUse"
|
105
|
+
id="SVGID_1_"
|
106
|
+
gradientTransform="translate(-419.62671,208.8676)">
|
107
|
+
<stop
|
108
|
+
id="stop160"
|
109
|
+
style="stop-color:#3FA9F5"
|
110
|
+
offset="0" />
|
111
|
+
<stop
|
112
|
+
id="stop162"
|
113
|
+
style="stop-color:#0071BC"
|
114
|
+
offset="1" />
|
115
|
+
</linearGradient>
|
116
|
+
<linearGradient
|
117
|
+
y2="137.38029"
|
118
|
+
x2="223.6167"
|
119
|
+
y1="76.3564"
|
120
|
+
x1="223.6167"
|
121
|
+
gradientTransform="translate(-419.62671,208.8676)"
|
122
|
+
gradientUnits="userSpaceOnUse"
|
123
|
+
id="linearGradient3693"
|
124
|
+
xlink:href="#SVGID_1_"
|
125
|
+
inkscape:collect="always" />
|
126
|
+
<linearGradient
|
127
|
+
y2="228.2177"
|
128
|
+
x2="223.6167"
|
129
|
+
y1="166.2236"
|
130
|
+
x1="223.6167"
|
131
|
+
gradientUnits="userSpaceOnUse"
|
132
|
+
id="SVGID_2_"
|
133
|
+
gradientTransform="translate(405.03952,235.75369)">
|
134
|
+
<stop
|
135
|
+
id="stop3925"
|
136
|
+
style="stop-color:#F8BB5E"
|
137
|
+
offset="0" />
|
138
|
+
<stop
|
139
|
+
id="stop3927"
|
140
|
+
style="stop-color:#FF931E"
|
141
|
+
offset="1" />
|
142
|
+
</linearGradient>
|
143
|
+
<inkscape:perspective
|
144
|
+
id="perspective113"
|
145
|
+
inkscape:persp3d-origin="24 : 16 : 1"
|
146
|
+
inkscape:vp_z="48.000001 : 24 : 1"
|
147
|
+
inkscape:vp_y="0 : 1000 : 0"
|
148
|
+
inkscape:vp_x="0 : 24 : 1"
|
149
|
+
sodipodi:type="inkscape:persp3d" />
|
150
|
+
<radialGradient
|
151
|
+
r="117.14286"
|
152
|
+
fy="486.64789"
|
153
|
+
fx="605.71429"
|
154
|
+
cy="486.64789"
|
155
|
+
cx="605.71429"
|
156
|
+
gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
|
157
|
+
gradientUnits="userSpaceOnUse"
|
158
|
+
id="radialGradient5031"
|
159
|
+
xlink:href="#linearGradient5060"
|
160
|
+
inkscape:collect="always" />
|
161
|
+
<linearGradient
|
162
|
+
id="linearGradient5060"
|
163
|
+
inkscape:collect="always">
|
164
|
+
<stop
|
165
|
+
id="stop5062"
|
166
|
+
offset="0"
|
167
|
+
style="stop-color:black;stop-opacity:1;" />
|
168
|
+
<stop
|
169
|
+
id="stop5064"
|
170
|
+
offset="1"
|
171
|
+
style="stop-color:black;stop-opacity:0;" />
|
172
|
+
</linearGradient>
|
173
|
+
<radialGradient
|
174
|
+
r="117.14286"
|
175
|
+
fy="486.64789"
|
176
|
+
fx="605.71429"
|
177
|
+
cy="486.64789"
|
178
|
+
cx="605.71429"
|
179
|
+
gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
|
180
|
+
gradientUnits="userSpaceOnUse"
|
181
|
+
id="radialGradient5029"
|
182
|
+
xlink:href="#linearGradient5060"
|
183
|
+
inkscape:collect="always" />
|
184
|
+
<linearGradient
|
185
|
+
id="linearGradient5048">
|
186
|
+
<stop
|
187
|
+
id="stop5050"
|
188
|
+
offset="0"
|
189
|
+
style="stop-color:black;stop-opacity:0;" />
|
190
|
+
<stop
|
191
|
+
style="stop-color:black;stop-opacity:1;"
|
192
|
+
offset="0.5"
|
193
|
+
id="stop5056" />
|
194
|
+
<stop
|
195
|
+
id="stop5052"
|
196
|
+
offset="1"
|
197
|
+
style="stop-color:black;stop-opacity:0;" />
|
198
|
+
</linearGradient>
|
199
|
+
<linearGradient
|
200
|
+
y2="609.50507"
|
201
|
+
x2="302.85715"
|
202
|
+
y1="366.64789"
|
203
|
+
x1="302.85715"
|
204
|
+
gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
|
205
|
+
gradientUnits="userSpaceOnUse"
|
206
|
+
id="linearGradient5027"
|
207
|
+
xlink:href="#linearGradient5048"
|
208
|
+
inkscape:collect="always" />
|
209
|
+
<linearGradient
|
210
|
+
id="linearGradient15662">
|
211
|
+
<stop
|
212
|
+
style="stop-color:#ffffff;stop-opacity:1.0000000;"
|
213
|
+
offset="0.0000000"
|
214
|
+
id="stop15664" />
|
215
|
+
<stop
|
216
|
+
style="stop-color:#f8f8f8;stop-opacity:1.0000000;"
|
217
|
+
offset="1.0000000"
|
218
|
+
id="stop15666" />
|
219
|
+
</linearGradient>
|
220
|
+
<radialGradient
|
221
|
+
gradientUnits="userSpaceOnUse"
|
222
|
+
fy="64.567902"
|
223
|
+
fx="20.892099"
|
224
|
+
r="5.257"
|
225
|
+
cy="64.567902"
|
226
|
+
cx="20.892099"
|
227
|
+
id="aigrd3">
|
228
|
+
<stop
|
229
|
+
id="stop15573"
|
230
|
+
style="stop-color:#F0F0F0"
|
231
|
+
offset="0" />
|
232
|
+
<stop
|
233
|
+
id="stop15575"
|
234
|
+
style="stop-color:#9a9a9a;stop-opacity:1.0000000;"
|
235
|
+
offset="1.0000000" />
|
236
|
+
</radialGradient>
|
237
|
+
<radialGradient
|
238
|
+
gradientUnits="userSpaceOnUse"
|
239
|
+
fy="114.5684"
|
240
|
+
fx="20.892099"
|
241
|
+
r="5.256"
|
242
|
+
cy="114.5684"
|
243
|
+
cx="20.892099"
|
244
|
+
id="aigrd2">
|
245
|
+
<stop
|
246
|
+
id="stop15566"
|
247
|
+
style="stop-color:#F0F0F0"
|
248
|
+
offset="0" />
|
249
|
+
<stop
|
250
|
+
id="stop15568"
|
251
|
+
style="stop-color:#9a9a9a;stop-opacity:1.0000000;"
|
252
|
+
offset="1.0000000" />
|
253
|
+
</radialGradient>
|
254
|
+
<linearGradient
|
255
|
+
id="linearGradient269">
|
256
|
+
<stop
|
257
|
+
style="stop-color:#a3a3a3;stop-opacity:1.0000000;"
|
258
|
+
offset="0.0000000"
|
259
|
+
id="stop270" />
|
260
|
+
<stop
|
261
|
+
style="stop-color:#4c4c4c;stop-opacity:1.0000000;"
|
262
|
+
offset="1.0000000"
|
263
|
+
id="stop271" />
|
264
|
+
</linearGradient>
|
265
|
+
<linearGradient
|
266
|
+
id="linearGradient259">
|
267
|
+
<stop
|
268
|
+
style="stop-color:#fafafa;stop-opacity:1.0000000;"
|
269
|
+
offset="0.0000000"
|
270
|
+
id="stop260" />
|
271
|
+
<stop
|
272
|
+
style="stop-color:#bbbbbb;stop-opacity:1.0000000;"
|
273
|
+
offset="1.0000000"
|
274
|
+
id="stop261" />
|
275
|
+
</linearGradient>
|
276
|
+
<radialGradient
|
277
|
+
r="37.751713"
|
278
|
+
fy="3.7561285"
|
279
|
+
fx="8.824419"
|
280
|
+
cy="3.7561285"
|
281
|
+
cx="8.824419"
|
282
|
+
gradientTransform="matrix(0.968273,0,0,1.032767,3.353553,0.646447)"
|
283
|
+
gradientUnits="userSpaceOnUse"
|
284
|
+
id="radialGradient15656"
|
285
|
+
xlink:href="#linearGradient269"
|
286
|
+
inkscape:collect="always" />
|
287
|
+
<radialGradient
|
288
|
+
r="86.70845"
|
289
|
+
fy="35.736916"
|
290
|
+
fx="33.966679"
|
291
|
+
cy="35.736916"
|
292
|
+
cx="33.966679"
|
293
|
+
gradientTransform="scale(0.960493,1.041132)"
|
294
|
+
gradientUnits="userSpaceOnUse"
|
295
|
+
id="radialGradient15658"
|
296
|
+
xlink:href="#linearGradient259"
|
297
|
+
inkscape:collect="always" />
|
298
|
+
<radialGradient
|
299
|
+
r="38.158695"
|
300
|
+
fy="7.2678967"
|
301
|
+
fx="8.1435566"
|
302
|
+
cy="7.2678967"
|
303
|
+
cx="8.1435566"
|
304
|
+
gradientTransform="matrix(0.968273,0,0,1.032767,3.353553,0.646447)"
|
305
|
+
gradientUnits="userSpaceOnUse"
|
306
|
+
id="radialGradient15668"
|
307
|
+
xlink:href="#linearGradient15662"
|
308
|
+
inkscape:collect="always" />
|
309
|
+
<radialGradient
|
310
|
+
inkscape:collect="always"
|
311
|
+
xlink:href="#aigrd2"
|
312
|
+
id="radialGradient2283"
|
313
|
+
gradientUnits="userSpaceOnUse"
|
314
|
+
gradientTransform="matrix(0.229703,0,0,0.229703,4.613529,3.979808)"
|
315
|
+
cx="20.892099"
|
316
|
+
cy="114.5684"
|
317
|
+
fx="20.892099"
|
318
|
+
fy="114.5684"
|
319
|
+
r="5.256" />
|
320
|
+
<radialGradient
|
321
|
+
inkscape:collect="always"
|
322
|
+
xlink:href="#aigrd3"
|
323
|
+
id="radialGradient2285"
|
324
|
+
gradientUnits="userSpaceOnUse"
|
325
|
+
gradientTransform="matrix(0.229703,0,0,0.229703,4.613529,3.979808)"
|
326
|
+
cx="20.892099"
|
327
|
+
cy="64.567902"
|
328
|
+
fx="20.892099"
|
329
|
+
fy="64.567902"
|
330
|
+
r="5.257" />
|
331
|
+
<radialGradient
|
332
|
+
gradientUnits="userSpaceOnUse"
|
333
|
+
gradientTransform="matrix(1,0,0,0.284916,0,30.08928)"
|
334
|
+
r="15.821514"
|
335
|
+
fy="42.07798"
|
336
|
+
fx="24.306795"
|
337
|
+
cy="42.07798"
|
338
|
+
cx="24.306795"
|
339
|
+
id="radialGradient4548"
|
340
|
+
xlink:href="#linearGradient5060"
|
341
|
+
inkscape:collect="always" />
|
342
|
+
<linearGradient
|
343
|
+
id="linearGradient4440">
|
344
|
+
<stop
|
345
|
+
style="stop-color:#7d7d7d;stop-opacity:1;"
|
346
|
+
offset="0"
|
347
|
+
id="stop4442" />
|
348
|
+
<stop
|
349
|
+
id="stop4448"
|
350
|
+
offset="0.50000000"
|
351
|
+
style="stop-color:#b1b1b1;stop-opacity:1.0000000;" />
|
352
|
+
<stop
|
353
|
+
style="stop-color:#686868;stop-opacity:1.0000000;"
|
354
|
+
offset="1.0000000"
|
355
|
+
id="stop4444" />
|
356
|
+
</linearGradient>
|
357
|
+
<linearGradient
|
358
|
+
id="linearGradient4454">
|
359
|
+
<stop
|
360
|
+
style="stop-color:#729fcf;stop-opacity:0.20784314;"
|
361
|
+
offset="0.0000000"
|
362
|
+
id="stop4456" />
|
363
|
+
<stop
|
364
|
+
style="stop-color:#729fcf;stop-opacity:0.67619050;"
|
365
|
+
offset="1.0000000"
|
366
|
+
id="stop4458" />
|
367
|
+
</linearGradient>
|
368
|
+
<linearGradient
|
369
|
+
id="linearGradient4467">
|
370
|
+
<stop
|
371
|
+
style="stop-color:#ffffff;stop-opacity:1;"
|
372
|
+
offset="0"
|
373
|
+
id="stop4469" />
|
374
|
+
<stop
|
375
|
+
style="stop-color:#ffffff;stop-opacity:0.24761905;"
|
376
|
+
offset="1.0000000"
|
377
|
+
id="stop4471" />
|
378
|
+
</linearGradient>
|
379
|
+
<linearGradient
|
380
|
+
id="linearGradient2366">
|
381
|
+
<stop
|
382
|
+
id="stop2368"
|
383
|
+
offset="0"
|
384
|
+
style="stop-color:#ffffff;stop-opacity:1;" />
|
385
|
+
<stop
|
386
|
+
style="stop-color:#ffffff;stop-opacity:0.21904762;"
|
387
|
+
offset="0.50000000"
|
388
|
+
id="stop2374" />
|
389
|
+
<stop
|
390
|
+
id="stop2370"
|
391
|
+
offset="1.0000000"
|
392
|
+
style="stop-color:#ffffff;stop-opacity:1.0000000;" />
|
393
|
+
</linearGradient>
|
394
|
+
<linearGradient
|
395
|
+
id="linearGradient2846">
|
396
|
+
<stop
|
397
|
+
id="stop2848"
|
398
|
+
offset="0.0000000"
|
399
|
+
style="stop-color:#8a8a8a;stop-opacity:1.0000000;" />
|
400
|
+
<stop
|
401
|
+
id="stop2850"
|
402
|
+
offset="1.0000000"
|
403
|
+
style="stop-color:#484848;stop-opacity:1.0000000;" />
|
404
|
+
</linearGradient>
|
405
|
+
<radialGradient
|
406
|
+
r="16.528622"
|
407
|
+
fy="37.967922"
|
408
|
+
fx="24.130018"
|
409
|
+
cy="37.967922"
|
410
|
+
cx="24.130018"
|
411
|
+
gradientTransform="matrix(1,0,0,0.237968,0,28.93278)"
|
412
|
+
gradientUnits="userSpaceOnUse"
|
413
|
+
id="radialGradient1527"
|
414
|
+
xlink:href="#linearGradient5060"
|
415
|
+
inkscape:collect="always" />
|
416
|
+
<linearGradient
|
417
|
+
y2="30.557772"
|
418
|
+
x2="31.335964"
|
419
|
+
y1="26.580296"
|
420
|
+
x1="27.366341"
|
421
|
+
gradientUnits="userSpaceOnUse"
|
422
|
+
id="linearGradient1529"
|
423
|
+
xlink:href="#linearGradient2846"
|
424
|
+
inkscape:collect="always" />
|
425
|
+
<linearGradient
|
426
|
+
y2="31.0625"
|
427
|
+
x2="33.21875"
|
428
|
+
y1="34"
|
429
|
+
x1="30.65625"
|
430
|
+
gradientTransform="matrix(1.334593,0,0,1.291292,-6.973842,-7.460658)"
|
431
|
+
gradientUnits="userSpaceOnUse"
|
432
|
+
id="linearGradient1531"
|
433
|
+
xlink:href="#linearGradient4440"
|
434
|
+
inkscape:collect="always" />
|
435
|
+
<linearGradient
|
436
|
+
y2="25.743469"
|
437
|
+
x2="17.500893"
|
438
|
+
y1="13.602121"
|
439
|
+
x1="18.292673"
|
440
|
+
gradientUnits="userSpaceOnUse"
|
441
|
+
id="linearGradient1533"
|
442
|
+
xlink:href="#linearGradient2366"
|
443
|
+
inkscape:collect="always" />
|
444
|
+
<radialGradient
|
445
|
+
r="8.3085051"
|
446
|
+
fy="21.817987"
|
447
|
+
fx="18.240929"
|
448
|
+
cy="21.817987"
|
449
|
+
cx="18.240929"
|
450
|
+
gradientUnits="userSpaceOnUse"
|
451
|
+
id="radialGradient1537"
|
452
|
+
xlink:href="#linearGradient4454"
|
453
|
+
inkscape:collect="always" />
|
454
|
+
<radialGradient
|
455
|
+
r="6.65625"
|
456
|
+
fy="13.078408"
|
457
|
+
fx="15.414371"
|
458
|
+
cy="13.078408"
|
459
|
+
cx="15.414371"
|
460
|
+
gradientTransform="matrix(2.592963,0,0,2.252104,-25.05975,-18.941)"
|
461
|
+
gradientUnits="userSpaceOnUse"
|
462
|
+
id="radialGradient1539"
|
463
|
+
xlink:href="#linearGradient4467"
|
464
|
+
inkscape:collect="always" />
|
465
|
+
<inkscape:perspective
|
466
|
+
id="perspective104"
|
467
|
+
inkscape:persp3d-origin="24 : 16 : 1"
|
468
|
+
inkscape:vp_z="48.000001 : 24 : 1"
|
469
|
+
inkscape:vp_y="0 : 1000 : 0"
|
470
|
+
inkscape:vp_x="0 : 24 : 1"
|
471
|
+
sodipodi:type="inkscape:persp3d" />
|
472
|
+
<linearGradient
|
473
|
+
y2="609.50507"
|
474
|
+
x2="302.85715"
|
475
|
+
y1="366.64789"
|
476
|
+
x1="302.85715"
|
477
|
+
gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
|
478
|
+
gradientUnits="userSpaceOnUse"
|
479
|
+
id="linearGradient5200"
|
480
|
+
xlink:href="#linearGradient5048"
|
481
|
+
inkscape:collect="always" />
|
482
|
+
<linearGradient
|
483
|
+
id="linearGradient2555">
|
484
|
+
<stop
|
485
|
+
style="stop-color:#ffffff;stop-opacity:1;"
|
486
|
+
offset="0"
|
487
|
+
id="stop2557" />
|
488
|
+
<stop
|
489
|
+
id="stop2561"
|
490
|
+
offset="0.50000000"
|
491
|
+
style="stop-color:#e6e6e6;stop-opacity:1.0000000;" />
|
492
|
+
<stop
|
493
|
+
style="stop-color:#ffffff;stop-opacity:1.0000000;"
|
494
|
+
offset="0.75000000"
|
495
|
+
id="stop2563" />
|
496
|
+
<stop
|
497
|
+
id="stop2565"
|
498
|
+
offset="0.84166664"
|
499
|
+
style="stop-color:#e1e1e1;stop-opacity:1.0000000;" />
|
500
|
+
<stop
|
501
|
+
style="stop-color:#ffffff;stop-opacity:1.0000000;"
|
502
|
+
offset="1.0000000"
|
503
|
+
id="stop2559" />
|
504
|
+
</linearGradient>
|
505
|
+
<linearGradient
|
506
|
+
id="linearGradient4244">
|
507
|
+
<stop
|
508
|
+
style="stop-color:#e4e4e4;stop-opacity:1.0000000;"
|
509
|
+
offset="0.0000000"
|
510
|
+
id="stop4246" />
|
511
|
+
<stop
|
512
|
+
style="stop-color:#d3d3d3;stop-opacity:1.0000000;"
|
513
|
+
offset="1.0000000"
|
514
|
+
id="stop4248" />
|
515
|
+
</linearGradient>
|
516
|
+
<linearGradient
|
517
|
+
id="linearGradient4228">
|
518
|
+
<stop
|
519
|
+
style="stop-color:#bbbbbb;stop-opacity:1.0000000;"
|
520
|
+
offset="0.0000000"
|
521
|
+
id="stop4230" />
|
522
|
+
<stop
|
523
|
+
style="stop-color:#9f9f9f;stop-opacity:1.0000000;"
|
524
|
+
offset="1.0000000"
|
525
|
+
id="stop4232" />
|
526
|
+
</linearGradient>
|
527
|
+
<linearGradient
|
528
|
+
id="linearGradient4184">
|
529
|
+
<stop
|
530
|
+
style="stop-color:#838383;stop-opacity:1.0000000;"
|
531
|
+
offset="0.0000000"
|
532
|
+
id="stop4186" />
|
533
|
+
<stop
|
534
|
+
style="stop-color:#bbbbbb;stop-opacity:0.0000000;"
|
535
|
+
offset="1.0000000"
|
536
|
+
id="stop4188" />
|
537
|
+
</linearGradient>
|
538
|
+
<radialGradient
|
539
|
+
inkscape:collect="always"
|
540
|
+
xlink:href="#linearGradient5060"
|
541
|
+
id="radialGradient4270"
|
542
|
+
cx="23.201941"
|
543
|
+
cy="27.096155"
|
544
|
+
fx="23.201941"
|
545
|
+
fy="27.096155"
|
546
|
+
r="23.555494"
|
547
|
+
gradientTransform="matrix(1,0,0,0.651032,0,9.455693)"
|
548
|
+
gradientUnits="userSpaceOnUse" />
|
549
|
+
<inkscape:perspective
|
550
|
+
id="perspective78"
|
551
|
+
inkscape:persp3d-origin="24 : 16 : 1"
|
552
|
+
inkscape:vp_z="48.000001 : 24 : 1"
|
553
|
+
inkscape:vp_y="0 : 1000 : 0"
|
554
|
+
inkscape:vp_x="0 : 24 : 1"
|
555
|
+
sodipodi:type="inkscape:persp3d" />
|
556
|
+
<radialGradient
|
557
|
+
r="117.14286"
|
558
|
+
fy="486.64789"
|
559
|
+
fx="605.71429"
|
560
|
+
cy="486.64789"
|
561
|
+
cx="605.71429"
|
562
|
+
gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
|
563
|
+
gradientUnits="userSpaceOnUse"
|
564
|
+
id="radialGradient6719"
|
565
|
+
xlink:href="#linearGradient5060"
|
566
|
+
inkscape:collect="always" />
|
567
|
+
<radialGradient
|
568
|
+
r="117.14286"
|
569
|
+
fy="486.64789"
|
570
|
+
fx="605.71429"
|
571
|
+
cy="486.64789"
|
572
|
+
cx="605.71429"
|
573
|
+
gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
|
574
|
+
gradientUnits="userSpaceOnUse"
|
575
|
+
id="radialGradient6717"
|
576
|
+
xlink:href="#linearGradient5060"
|
577
|
+
inkscape:collect="always" />
|
578
|
+
<linearGradient
|
579
|
+
y2="609.50507"
|
580
|
+
x2="302.85715"
|
581
|
+
y1="366.64789"
|
582
|
+
x1="302.85715"
|
583
|
+
gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
|
584
|
+
gradientUnits="userSpaceOnUse"
|
585
|
+
id="linearGradient6715"
|
586
|
+
xlink:href="#linearGradient5048"
|
587
|
+
inkscape:collect="always" />
|
588
|
+
<radialGradient
|
589
|
+
gradientUnits="userSpaceOnUse"
|
590
|
+
fy="64.567902"
|
591
|
+
fx="20.892099"
|
592
|
+
r="5.257"
|
593
|
+
cy="64.567902"
|
594
|
+
cx="20.892099"
|
595
|
+
id="aigrd3-2">
|
596
|
+
<stop
|
597
|
+
id="stop15573-0"
|
598
|
+
style="stop-color:#F0F0F0"
|
599
|
+
offset="0" />
|
600
|
+
<stop
|
601
|
+
id="stop15575-0"
|
602
|
+
style="stop-color:#9a9a9a;stop-opacity:1.0000000;"
|
603
|
+
offset="1.0000000" />
|
604
|
+
</radialGradient>
|
605
|
+
<radialGradient
|
606
|
+
gradientUnits="userSpaceOnUse"
|
607
|
+
fy="114.5684"
|
608
|
+
fx="20.892099"
|
609
|
+
r="5.256"
|
610
|
+
cy="114.5684"
|
611
|
+
cx="20.892099"
|
612
|
+
id="aigrd2-3">
|
613
|
+
<stop
|
614
|
+
id="stop15566-1"
|
615
|
+
style="stop-color:#F0F0F0"
|
616
|
+
offset="0" />
|
617
|
+
<stop
|
618
|
+
id="stop15568-2"
|
619
|
+
style="stop-color:#9a9a9a;stop-opacity:1.0000000;"
|
620
|
+
offset="1.0000000" />
|
621
|
+
</radialGradient>
|
622
|
+
<radialGradient
|
623
|
+
r="37.751713"
|
624
|
+
fy="3.7561285"
|
625
|
+
fx="8.824419"
|
626
|
+
cy="3.7561285"
|
627
|
+
cx="8.824419"
|
628
|
+
gradientTransform="matrix(0.968273,0,0,1.032767,3.353553,0.646447)"
|
629
|
+
gradientUnits="userSpaceOnUse"
|
630
|
+
id="radialGradient15656-2"
|
631
|
+
xlink:href="#linearGradient269"
|
632
|
+
inkscape:collect="always" />
|
633
|
+
<radialGradient
|
634
|
+
r="86.70845"
|
635
|
+
fy="35.736916"
|
636
|
+
fx="33.966679"
|
637
|
+
cy="35.736916"
|
638
|
+
cx="33.966679"
|
639
|
+
gradientTransform="scale(0.960493,1.041132)"
|
640
|
+
gradientUnits="userSpaceOnUse"
|
641
|
+
id="radialGradient15658-3"
|
642
|
+
xlink:href="#linearGradient259"
|
643
|
+
inkscape:collect="always" />
|
644
|
+
<radialGradient
|
645
|
+
r="38.158695"
|
646
|
+
fy="7.2678967"
|
647
|
+
fx="8.1435566"
|
648
|
+
cy="7.2678967"
|
649
|
+
cx="8.1435566"
|
650
|
+
gradientTransform="matrix(0.968273,0,0,1.032767,3.353553,0.646447)"
|
651
|
+
gradientUnits="userSpaceOnUse"
|
652
|
+
id="radialGradient15668-5"
|
653
|
+
xlink:href="#linearGradient15662"
|
654
|
+
inkscape:collect="always" />
|
655
|
+
<radialGradient
|
656
|
+
inkscape:collect="always"
|
657
|
+
xlink:href="#aigrd2-3"
|
658
|
+
id="radialGradient2283-2"
|
659
|
+
gradientUnits="userSpaceOnUse"
|
660
|
+
gradientTransform="matrix(0.229703,0,0,0.229703,4.613529,3.979808)"
|
661
|
+
cx="20.892099"
|
662
|
+
cy="114.5684"
|
663
|
+
fx="20.892099"
|
664
|
+
fy="114.5684"
|
665
|
+
r="5.256" />
|
666
|
+
<radialGradient
|
667
|
+
inkscape:collect="always"
|
668
|
+
xlink:href="#aigrd3-2"
|
669
|
+
id="radialGradient2285-2"
|
670
|
+
gradientUnits="userSpaceOnUse"
|
671
|
+
gradientTransform="matrix(0.229703,0,0,0.229703,4.613529,3.979808)"
|
672
|
+
cx="20.892099"
|
673
|
+
cy="64.567902"
|
674
|
+
fx="20.892099"
|
675
|
+
fy="64.567902"
|
676
|
+
r="5.257" />
|
677
|
+
<radialGradient
|
678
|
+
gradientUnits="userSpaceOnUse"
|
679
|
+
gradientTransform="matrix(1,0,0,0.284916,0,30.08928)"
|
680
|
+
r="15.821514"
|
681
|
+
fy="42.07798"
|
682
|
+
fx="24.306795"
|
683
|
+
cy="42.07798"
|
684
|
+
cx="24.306795"
|
685
|
+
id="radialGradient4548-6"
|
686
|
+
xlink:href="#linearGradient5060"
|
687
|
+
inkscape:collect="always" />
|
688
|
+
<inkscape:perspective
|
689
|
+
id="perspective79"
|
690
|
+
inkscape:persp3d-origin="24 : 16 : 1"
|
691
|
+
inkscape:vp_z="48.000001 : 24 : 1"
|
692
|
+
inkscape:vp_y="0 : 1000 : 0"
|
693
|
+
inkscape:vp_x="0 : 24 : 1"
|
694
|
+
sodipodi:type="inkscape:persp3d" />
|
695
|
+
<linearGradient
|
696
|
+
y2="609.50507"
|
697
|
+
x2="302.85715"
|
698
|
+
y1="366.64789"
|
699
|
+
x1="302.85715"
|
700
|
+
gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
|
701
|
+
gradientUnits="userSpaceOnUse"
|
702
|
+
id="linearGradient5488"
|
703
|
+
xlink:href="#linearGradient5048"
|
704
|
+
inkscape:collect="always" />
|
705
|
+
<radialGradient
|
706
|
+
inkscape:collect="always"
|
707
|
+
xlink:href="#linearGradient5060"
|
708
|
+
id="radialGradient4270-4"
|
709
|
+
cx="23.201941"
|
710
|
+
cy="27.096155"
|
711
|
+
fx="23.201941"
|
712
|
+
fy="27.096155"
|
713
|
+
r="23.555494"
|
714
|
+
gradientTransform="matrix(1,0,0,0.651032,0,9.455693)"
|
715
|
+
gradientUnits="userSpaceOnUse" />
|
716
|
+
<linearGradient
|
717
|
+
gradientUnits="userSpaceOnUse"
|
718
|
+
y2="11.780679"
|
719
|
+
x2="21.747974"
|
720
|
+
y1="31.964777"
|
721
|
+
x1="33.431175"
|
722
|
+
id="linearGradient5497"
|
723
|
+
xlink:href="#linearGradient2555"
|
724
|
+
inkscape:collect="always" />
|
725
|
+
<linearGradient
|
726
|
+
inkscape:collect="always"
|
727
|
+
xlink:href="#linearGradient5048"
|
728
|
+
id="linearGradient5615"
|
729
|
+
gradientUnits="userSpaceOnUse"
|
730
|
+
gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
|
731
|
+
x1="302.85715"
|
732
|
+
y1="366.64789"
|
733
|
+
x2="302.85715"
|
734
|
+
y2="609.50507" />
|
735
|
+
<radialGradient
|
736
|
+
inkscape:collect="always"
|
737
|
+
xlink:href="#linearGradient5060"
|
738
|
+
id="radialGradient5617"
|
739
|
+
gradientUnits="userSpaceOnUse"
|
740
|
+
gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
|
741
|
+
cx="605.71429"
|
742
|
+
cy="486.64789"
|
743
|
+
fx="605.71429"
|
744
|
+
fy="486.64789"
|
745
|
+
r="117.14286" />
|
746
|
+
<radialGradient
|
747
|
+
inkscape:collect="always"
|
748
|
+
xlink:href="#linearGradient5060"
|
749
|
+
id="radialGradient5619"
|
750
|
+
gradientUnits="userSpaceOnUse"
|
751
|
+
gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
|
752
|
+
cx="605.71429"
|
753
|
+
cy="486.64789"
|
754
|
+
fx="605.71429"
|
755
|
+
fy="486.64789"
|
756
|
+
r="117.14286" />
|
757
|
+
<radialGradient
|
758
|
+
inkscape:collect="always"
|
759
|
+
xlink:href="#linearGradient259"
|
760
|
+
id="radialGradient5621"
|
761
|
+
gradientUnits="userSpaceOnUse"
|
762
|
+
gradientTransform="scale(0.960493,1.041132)"
|
763
|
+
cx="33.966679"
|
764
|
+
cy="35.736916"
|
765
|
+
fx="33.966679"
|
766
|
+
fy="35.736916"
|
767
|
+
r="86.70845" />
|
768
|
+
<radialGradient
|
769
|
+
inkscape:collect="always"
|
770
|
+
xlink:href="#linearGradient269"
|
771
|
+
id="radialGradient5623"
|
772
|
+
gradientUnits="userSpaceOnUse"
|
773
|
+
gradientTransform="matrix(0.968273,0,0,1.032767,3.353553,0.646447)"
|
774
|
+
cx="8.824419"
|
775
|
+
cy="3.7561285"
|
776
|
+
fx="8.824419"
|
777
|
+
fy="3.7561285"
|
778
|
+
r="37.751713" />
|
779
|
+
<radialGradient
|
780
|
+
inkscape:collect="always"
|
781
|
+
xlink:href="#linearGradient15662"
|
782
|
+
id="radialGradient5625"
|
783
|
+
gradientUnits="userSpaceOnUse"
|
784
|
+
gradientTransform="matrix(0.968273,0,0,1.032767,3.353553,0.646447)"
|
785
|
+
cx="8.1435566"
|
786
|
+
cy="7.2678967"
|
787
|
+
fx="8.1435566"
|
788
|
+
fy="7.2678967"
|
789
|
+
r="38.158695" />
|
790
|
+
<radialGradient
|
791
|
+
inkscape:collect="always"
|
792
|
+
xlink:href="#aigrd2-3"
|
793
|
+
id="radialGradient5627"
|
794
|
+
gradientUnits="userSpaceOnUse"
|
795
|
+
gradientTransform="matrix(0.229703,0,0,0.229703,4.613529,3.979808)"
|
796
|
+
cx="20.892099"
|
797
|
+
cy="114.5684"
|
798
|
+
fx="20.892099"
|
799
|
+
fy="114.5684"
|
800
|
+
r="5.256" />
|
801
|
+
<radialGradient
|
802
|
+
inkscape:collect="always"
|
803
|
+
xlink:href="#aigrd3-2"
|
804
|
+
id="radialGradient5629"
|
805
|
+
gradientUnits="userSpaceOnUse"
|
806
|
+
gradientTransform="matrix(0.229703,0,0,0.229703,4.613529,3.979808)"
|
807
|
+
cx="20.892099"
|
808
|
+
cy="64.567902"
|
809
|
+
fx="20.892099"
|
810
|
+
fy="64.567902"
|
811
|
+
r="5.257" />
|
812
|
+
<linearGradient
|
813
|
+
inkscape:collect="always"
|
814
|
+
xlink:href="#linearGradient5048"
|
815
|
+
id="linearGradient5727"
|
816
|
+
gradientUnits="userSpaceOnUse"
|
817
|
+
gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
|
818
|
+
x1="302.85715"
|
819
|
+
y1="366.64789"
|
820
|
+
x2="302.85715"
|
821
|
+
y2="609.50507" />
|
822
|
+
<radialGradient
|
823
|
+
inkscape:collect="always"
|
824
|
+
xlink:href="#linearGradient5060"
|
825
|
+
id="radialGradient5729"
|
826
|
+
gradientUnits="userSpaceOnUse"
|
827
|
+
gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
|
828
|
+
cx="605.71429"
|
829
|
+
cy="486.64789"
|
830
|
+
fx="605.71429"
|
831
|
+
fy="486.64789"
|
832
|
+
r="117.14286" />
|
833
|
+
<radialGradient
|
834
|
+
inkscape:collect="always"
|
835
|
+
xlink:href="#linearGradient5060"
|
836
|
+
id="radialGradient5731"
|
837
|
+
gradientUnits="userSpaceOnUse"
|
838
|
+
gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
|
839
|
+
cx="605.71429"
|
840
|
+
cy="486.64789"
|
841
|
+
fx="605.71429"
|
842
|
+
fy="486.64789"
|
843
|
+
r="117.14286" />
|
844
|
+
<radialGradient
|
845
|
+
inkscape:collect="always"
|
846
|
+
xlink:href="#linearGradient259"
|
847
|
+
id="radialGradient5733"
|
848
|
+
gradientUnits="userSpaceOnUse"
|
849
|
+
gradientTransform="scale(0.960493,1.041132)"
|
850
|
+
cx="33.966679"
|
851
|
+
cy="35.736916"
|
852
|
+
fx="33.966679"
|
853
|
+
fy="35.736916"
|
854
|
+
r="86.70845" />
|
855
|
+
<radialGradient
|
856
|
+
inkscape:collect="always"
|
857
|
+
xlink:href="#linearGradient269"
|
858
|
+
id="radialGradient5735"
|
859
|
+
gradientUnits="userSpaceOnUse"
|
860
|
+
gradientTransform="matrix(0.968273,0,0,1.032767,3.353553,0.646447)"
|
861
|
+
cx="8.824419"
|
862
|
+
cy="3.7561285"
|
863
|
+
fx="8.824419"
|
864
|
+
fy="3.7561285"
|
865
|
+
r="37.751713" />
|
866
|
+
<radialGradient
|
867
|
+
inkscape:collect="always"
|
868
|
+
xlink:href="#linearGradient15662"
|
869
|
+
id="radialGradient5737"
|
870
|
+
gradientUnits="userSpaceOnUse"
|
871
|
+
gradientTransform="matrix(0.968273,0,0,1.032767,3.353553,0.646447)"
|
872
|
+
cx="8.1435566"
|
873
|
+
cy="7.2678967"
|
874
|
+
fx="8.1435566"
|
875
|
+
fy="7.2678967"
|
876
|
+
r="38.158695" />
|
877
|
+
<radialGradient
|
878
|
+
inkscape:collect="always"
|
879
|
+
xlink:href="#aigrd2"
|
880
|
+
id="radialGradient5739"
|
881
|
+
gradientUnits="userSpaceOnUse"
|
882
|
+
gradientTransform="matrix(0.229703,0,0,0.229703,4.613529,3.979808)"
|
883
|
+
cx="20.892099"
|
884
|
+
cy="114.5684"
|
885
|
+
fx="20.892099"
|
886
|
+
fy="114.5684"
|
887
|
+
r="5.256" />
|
888
|
+
<radialGradient
|
889
|
+
inkscape:collect="always"
|
890
|
+
xlink:href="#aigrd3"
|
891
|
+
id="radialGradient5741"
|
892
|
+
gradientUnits="userSpaceOnUse"
|
893
|
+
gradientTransform="matrix(0.229703,0,0,0.229703,4.613529,3.979808)"
|
894
|
+
cx="20.892099"
|
895
|
+
cy="64.567902"
|
896
|
+
fx="20.892099"
|
897
|
+
fy="64.567902"
|
898
|
+
r="5.257" />
|
899
|
+
<radialGradient
|
900
|
+
inkscape:collect="always"
|
901
|
+
xlink:href="#linearGradient5060"
|
902
|
+
id="radialGradient5743"
|
903
|
+
gradientUnits="userSpaceOnUse"
|
904
|
+
gradientTransform="matrix(1,0,0,0.237968,0,28.93278)"
|
905
|
+
cx="24.130018"
|
906
|
+
cy="37.967922"
|
907
|
+
fx="24.130018"
|
908
|
+
fy="37.967922"
|
909
|
+
r="16.528622" />
|
910
|
+
<linearGradient
|
911
|
+
inkscape:collect="always"
|
912
|
+
xlink:href="#linearGradient2846"
|
913
|
+
id="linearGradient5745"
|
914
|
+
gradientUnits="userSpaceOnUse"
|
915
|
+
x1="27.366341"
|
916
|
+
y1="26.580296"
|
917
|
+
x2="31.335964"
|
918
|
+
y2="30.557772" />
|
919
|
+
<linearGradient
|
920
|
+
inkscape:collect="always"
|
921
|
+
xlink:href="#linearGradient4440"
|
922
|
+
id="linearGradient5747"
|
923
|
+
gradientUnits="userSpaceOnUse"
|
924
|
+
gradientTransform="matrix(1.334593,0,0,1.291292,-6.973842,-7.460658)"
|
925
|
+
x1="30.65625"
|
926
|
+
y1="34"
|
927
|
+
x2="33.21875"
|
928
|
+
y2="31.0625" />
|
929
|
+
<linearGradient
|
930
|
+
inkscape:collect="always"
|
931
|
+
xlink:href="#linearGradient2366"
|
932
|
+
id="linearGradient5749"
|
933
|
+
gradientUnits="userSpaceOnUse"
|
934
|
+
x1="18.292673"
|
935
|
+
y1="13.602121"
|
936
|
+
x2="17.500893"
|
937
|
+
y2="25.743469" />
|
938
|
+
<radialGradient
|
939
|
+
inkscape:collect="always"
|
940
|
+
xlink:href="#linearGradient4454"
|
941
|
+
id="radialGradient5751"
|
942
|
+
gradientUnits="userSpaceOnUse"
|
943
|
+
cx="18.240929"
|
944
|
+
cy="21.817987"
|
945
|
+
fx="18.240929"
|
946
|
+
fy="21.817987"
|
947
|
+
r="8.3085051" />
|
948
|
+
<radialGradient
|
949
|
+
inkscape:collect="always"
|
950
|
+
xlink:href="#linearGradient4467"
|
951
|
+
id="radialGradient5753"
|
952
|
+
gradientUnits="userSpaceOnUse"
|
953
|
+
gradientTransform="matrix(2.592963,0,0,2.252104,-25.05975,-18.941)"
|
954
|
+
cx="15.414371"
|
955
|
+
cy="13.078408"
|
956
|
+
fx="15.414371"
|
957
|
+
fy="13.078408"
|
958
|
+
r="6.65625" />
|
959
|
+
<linearGradient
|
960
|
+
inkscape:collect="always"
|
961
|
+
xlink:href="#linearGradient5048"
|
962
|
+
id="linearGradient7499"
|
963
|
+
gradientUnits="userSpaceOnUse"
|
964
|
+
gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
|
965
|
+
x1="302.85715"
|
966
|
+
y1="366.64789"
|
967
|
+
x2="302.85715"
|
968
|
+
y2="609.50507" />
|
969
|
+
<radialGradient
|
970
|
+
inkscape:collect="always"
|
971
|
+
xlink:href="#linearGradient5060"
|
972
|
+
id="radialGradient7501"
|
973
|
+
gradientUnits="userSpaceOnUse"
|
974
|
+
gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
|
975
|
+
cx="605.71429"
|
976
|
+
cy="486.64789"
|
977
|
+
fx="605.71429"
|
978
|
+
fy="486.64789"
|
979
|
+
r="117.14286" />
|
980
|
+
<radialGradient
|
981
|
+
inkscape:collect="always"
|
982
|
+
xlink:href="#linearGradient5060"
|
983
|
+
id="radialGradient7503"
|
984
|
+
gradientUnits="userSpaceOnUse"
|
985
|
+
gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
|
986
|
+
cx="605.71429"
|
987
|
+
cy="486.64789"
|
988
|
+
fx="605.71429"
|
989
|
+
fy="486.64789"
|
990
|
+
r="117.14286" />
|
991
|
+
<radialGradient
|
992
|
+
inkscape:collect="always"
|
993
|
+
xlink:href="#linearGradient259"
|
994
|
+
id="radialGradient7505"
|
995
|
+
gradientUnits="userSpaceOnUse"
|
996
|
+
gradientTransform="scale(0.960493,1.041132)"
|
997
|
+
cx="33.966679"
|
998
|
+
cy="35.736916"
|
999
|
+
fx="33.966679"
|
1000
|
+
fy="35.736916"
|
1001
|
+
r="86.70845" />
|
1002
|
+
<radialGradient
|
1003
|
+
inkscape:collect="always"
|
1004
|
+
xlink:href="#linearGradient269"
|
1005
|
+
id="radialGradient7507"
|
1006
|
+
gradientUnits="userSpaceOnUse"
|
1007
|
+
gradientTransform="matrix(0.968273,0,0,1.032767,3.353553,0.646447)"
|
1008
|
+
cx="8.824419"
|
1009
|
+
cy="3.7561285"
|
1010
|
+
fx="8.824419"
|
1011
|
+
fy="3.7561285"
|
1012
|
+
r="37.751713" />
|
1013
|
+
<radialGradient
|
1014
|
+
inkscape:collect="always"
|
1015
|
+
xlink:href="#linearGradient15662"
|
1016
|
+
id="radialGradient7509"
|
1017
|
+
gradientUnits="userSpaceOnUse"
|
1018
|
+
gradientTransform="matrix(0.968273,0,0,1.032767,3.353553,0.646447)"
|
1019
|
+
cx="8.1435566"
|
1020
|
+
cy="7.2678967"
|
1021
|
+
fx="8.1435566"
|
1022
|
+
fy="7.2678967"
|
1023
|
+
r="38.158695" />
|
1024
|
+
<radialGradient
|
1025
|
+
inkscape:collect="always"
|
1026
|
+
xlink:href="#aigrd2-3"
|
1027
|
+
id="radialGradient7511"
|
1028
|
+
gradientUnits="userSpaceOnUse"
|
1029
|
+
gradientTransform="matrix(0.229703,0,0,0.229703,4.613529,3.979808)"
|
1030
|
+
cx="20.892099"
|
1031
|
+
cy="114.5684"
|
1032
|
+
fx="20.892099"
|
1033
|
+
fy="114.5684"
|
1034
|
+
r="5.256" />
|
1035
|
+
<radialGradient
|
1036
|
+
inkscape:collect="always"
|
1037
|
+
xlink:href="#aigrd3-2"
|
1038
|
+
id="radialGradient7513"
|
1039
|
+
gradientUnits="userSpaceOnUse"
|
1040
|
+
gradientTransform="matrix(0.229703,0,0,0.229703,4.613529,3.979808)"
|
1041
|
+
cx="20.892099"
|
1042
|
+
cy="64.567902"
|
1043
|
+
fx="20.892099"
|
1044
|
+
fy="64.567902"
|
1045
|
+
r="5.257" />
|
1046
|
+
<linearGradient
|
1047
|
+
inkscape:collect="always"
|
1048
|
+
xlink:href="#linearGradient5048"
|
1049
|
+
id="linearGradient7689"
|
1050
|
+
gradientUnits="userSpaceOnUse"
|
1051
|
+
gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
|
1052
|
+
x1="302.85715"
|
1053
|
+
y1="366.64789"
|
1054
|
+
x2="302.85715"
|
1055
|
+
y2="609.50507" />
|
1056
|
+
<radialGradient
|
1057
|
+
inkscape:collect="always"
|
1058
|
+
xlink:href="#linearGradient5060"
|
1059
|
+
id="radialGradient7691"
|
1060
|
+
gradientUnits="userSpaceOnUse"
|
1061
|
+
gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
|
1062
|
+
cx="605.71429"
|
1063
|
+
cy="486.64789"
|
1064
|
+
fx="605.71429"
|
1065
|
+
fy="486.64789"
|
1066
|
+
r="117.14286" />
|
1067
|
+
<radialGradient
|
1068
|
+
inkscape:collect="always"
|
1069
|
+
xlink:href="#linearGradient5060"
|
1070
|
+
id="radialGradient7693"
|
1071
|
+
gradientUnits="userSpaceOnUse"
|
1072
|
+
gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
|
1073
|
+
cx="605.71429"
|
1074
|
+
cy="486.64789"
|
1075
|
+
fx="605.71429"
|
1076
|
+
fy="486.64789"
|
1077
|
+
r="117.14286" />
|
1078
|
+
<radialGradient
|
1079
|
+
inkscape:collect="always"
|
1080
|
+
xlink:href="#linearGradient259"
|
1081
|
+
id="radialGradient7695"
|
1082
|
+
gradientUnits="userSpaceOnUse"
|
1083
|
+
gradientTransform="scale(0.960493,1.041132)"
|
1084
|
+
cx="33.966679"
|
1085
|
+
cy="35.736916"
|
1086
|
+
fx="33.966679"
|
1087
|
+
fy="35.736916"
|
1088
|
+
r="86.70845" />
|
1089
|
+
<radialGradient
|
1090
|
+
inkscape:collect="always"
|
1091
|
+
xlink:href="#linearGradient269"
|
1092
|
+
id="radialGradient7697"
|
1093
|
+
gradientUnits="userSpaceOnUse"
|
1094
|
+
gradientTransform="matrix(0.968273,0,0,1.032767,3.353553,0.646447)"
|
1095
|
+
cx="8.824419"
|
1096
|
+
cy="3.7561285"
|
1097
|
+
fx="8.824419"
|
1098
|
+
fy="3.7561285"
|
1099
|
+
r="37.751713" />
|
1100
|
+
<radialGradient
|
1101
|
+
inkscape:collect="always"
|
1102
|
+
xlink:href="#linearGradient15662"
|
1103
|
+
id="radialGradient7699"
|
1104
|
+
gradientUnits="userSpaceOnUse"
|
1105
|
+
gradientTransform="matrix(0.968273,0,0,1.032767,3.353553,0.646447)"
|
1106
|
+
cx="8.1435566"
|
1107
|
+
cy="7.2678967"
|
1108
|
+
fx="8.1435566"
|
1109
|
+
fy="7.2678967"
|
1110
|
+
r="38.158695" />
|
1111
|
+
<radialGradient
|
1112
|
+
inkscape:collect="always"
|
1113
|
+
xlink:href="#aigrd2"
|
1114
|
+
id="radialGradient7701"
|
1115
|
+
gradientUnits="userSpaceOnUse"
|
1116
|
+
gradientTransform="matrix(0.229703,0,0,0.229703,4.613529,3.979808)"
|
1117
|
+
cx="20.892099"
|
1118
|
+
cy="114.5684"
|
1119
|
+
fx="20.892099"
|
1120
|
+
fy="114.5684"
|
1121
|
+
r="5.256" />
|
1122
|
+
<radialGradient
|
1123
|
+
inkscape:collect="always"
|
1124
|
+
xlink:href="#aigrd3"
|
1125
|
+
id="radialGradient7703"
|
1126
|
+
gradientUnits="userSpaceOnUse"
|
1127
|
+
gradientTransform="matrix(0.229703,0,0,0.229703,4.613529,3.979808)"
|
1128
|
+
cx="20.892099"
|
1129
|
+
cy="64.567902"
|
1130
|
+
fx="20.892099"
|
1131
|
+
fy="64.567902"
|
1132
|
+
r="5.257" />
|
1133
|
+
<radialGradient
|
1134
|
+
inkscape:collect="always"
|
1135
|
+
xlink:href="#linearGradient5060"
|
1136
|
+
id="radialGradient7705"
|
1137
|
+
gradientUnits="userSpaceOnUse"
|
1138
|
+
gradientTransform="matrix(1,0,0,0.237968,0,28.93278)"
|
1139
|
+
cx="24.130018"
|
1140
|
+
cy="37.967922"
|
1141
|
+
fx="24.130018"
|
1142
|
+
fy="37.967922"
|
1143
|
+
r="16.528622" />
|
1144
|
+
<linearGradient
|
1145
|
+
inkscape:collect="always"
|
1146
|
+
xlink:href="#linearGradient2846"
|
1147
|
+
id="linearGradient7707"
|
1148
|
+
gradientUnits="userSpaceOnUse"
|
1149
|
+
x1="27.366341"
|
1150
|
+
y1="26.580296"
|
1151
|
+
x2="31.335964"
|
1152
|
+
y2="30.557772" />
|
1153
|
+
<linearGradient
|
1154
|
+
inkscape:collect="always"
|
1155
|
+
xlink:href="#linearGradient4440"
|
1156
|
+
id="linearGradient7709"
|
1157
|
+
gradientUnits="userSpaceOnUse"
|
1158
|
+
gradientTransform="matrix(1.334593,0,0,1.291292,-6.973842,-7.460658)"
|
1159
|
+
x1="30.65625"
|
1160
|
+
y1="34"
|
1161
|
+
x2="33.21875"
|
1162
|
+
y2="31.0625" />
|
1163
|
+
<linearGradient
|
1164
|
+
inkscape:collect="always"
|
1165
|
+
xlink:href="#linearGradient2366"
|
1166
|
+
id="linearGradient7711"
|
1167
|
+
gradientUnits="userSpaceOnUse"
|
1168
|
+
x1="18.292673"
|
1169
|
+
y1="13.602121"
|
1170
|
+
x2="17.500893"
|
1171
|
+
y2="25.743469" />
|
1172
|
+
<radialGradient
|
1173
|
+
inkscape:collect="always"
|
1174
|
+
xlink:href="#linearGradient4454"
|
1175
|
+
id="radialGradient7713"
|
1176
|
+
gradientUnits="userSpaceOnUse"
|
1177
|
+
cx="18.240929"
|
1178
|
+
cy="21.817987"
|
1179
|
+
fx="18.240929"
|
1180
|
+
fy="21.817987"
|
1181
|
+
r="8.3085051" />
|
1182
|
+
<radialGradient
|
1183
|
+
inkscape:collect="always"
|
1184
|
+
xlink:href="#linearGradient4467"
|
1185
|
+
id="radialGradient7715"
|
1186
|
+
gradientUnits="userSpaceOnUse"
|
1187
|
+
gradientTransform="matrix(2.592963,0,0,2.252104,-25.05975,-18.941)"
|
1188
|
+
cx="15.414371"
|
1189
|
+
cy="13.078408"
|
1190
|
+
fx="15.414371"
|
1191
|
+
fy="13.078408"
|
1192
|
+
r="6.65625" />
|
1193
|
+
</defs>
|
1194
|
+
<sodipodi:namedview
|
1195
|
+
id="base"
|
1196
|
+
pagecolor="#ffffff"
|
1197
|
+
bordercolor="#666666"
|
1198
|
+
borderopacity="1.0"
|
1199
|
+
inkscape:pageopacity="0.0"
|
1200
|
+
inkscape:pageshadow="2"
|
1201
|
+
inkscape:zoom="1.4142136"
|
1202
|
+
inkscape:cx="116.42834"
|
1203
|
+
inkscape:cy="164.50798"
|
1204
|
+
inkscape:document-units="px"
|
1205
|
+
inkscape:current-layer="layer1"
|
1206
|
+
showgrid="false"
|
1207
|
+
showguides="true"
|
1208
|
+
inkscape:window-width="1920"
|
1209
|
+
inkscape:window-height="1016"
|
1210
|
+
inkscape:window-x="1920"
|
1211
|
+
inkscape:window-y="27"
|
1212
|
+
inkscape:window-maximized="1"
|
1213
|
+
fit-margin-top="5"
|
1214
|
+
fit-margin-left="5"
|
1215
|
+
fit-margin-right="5"
|
1216
|
+
fit-margin-bottom="5" />
|
1217
|
+
<metadata
|
1218
|
+
id="metadata7">
|
1219
|
+
<rdf:RDF>
|
1220
|
+
<cc:Work
|
1221
|
+
rdf:about="">
|
1222
|
+
<dc:format>image/svg+xml</dc:format>
|
1223
|
+
<dc:type
|
1224
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
1225
|
+
<dc:title></dc:title>
|
1226
|
+
</cc:Work>
|
1227
|
+
</rdf:RDF>
|
1228
|
+
</metadata>
|
1229
|
+
<g
|
1230
|
+
inkscape:label="レイヤー 1"
|
1231
|
+
inkscape:groupmode="layer"
|
1232
|
+
id="layer1"
|
1233
|
+
transform="translate(-175.53346,-235.89566)">
|
1234
|
+
<rect
|
1235
|
+
style="opacity:0.98999999;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
1236
|
+
id="rect4136"
|
1237
|
+
width="380"
|
1238
|
+
height="295"
|
1239
|
+
x="194"
|
1240
|
+
y="254.3622"
|
1241
|
+
rx="5"
|
1242
|
+
ry="5" />
|
1243
|
+
<text
|
1244
|
+
xml:space="preserve"
|
1245
|
+
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;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"
|
1246
|
+
x="599.93756"
|
1247
|
+
y="284.82312"
|
1248
|
+
id="text4138"
|
1249
|
+
sodipodi:linespacing="125%"><tspan
|
1250
|
+
sodipodi:role="line"
|
1251
|
+
id="tspan4140"
|
1252
|
+
x="599.93756"
|
1253
|
+
y="284.82312">MySQL</tspan></text>
|
1254
|
+
<path
|
1255
|
+
style="opacity:0.98999999;fill:none;fill-opacity:1;stroke:#ce5c00;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
1256
|
+
d="m 214.41421,274.47996 342,0 0,82.57665 -195.10155,0 0,70.42335 -146.89845,0 z"
|
1257
|
+
id="rect4142"
|
1258
|
+
inkscape:connector-curvature="0"
|
1259
|
+
sodipodi:nodetypes="ccccccc" />
|
1260
|
+
<rect
|
1261
|
+
style="opacity:0.98999999;fill:none;fill-opacity:1;stroke:#204a87;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
1262
|
+
id="rect4158"
|
1263
|
+
width="342.23969"
|
1264
|
+
height="76.095459"
|
1265
|
+
x="214.96046"
|
1266
|
+
y="454.1499" />
|
1267
|
+
<g
|
1268
|
+
transform="matrix(0.94439041,0,0,0.94439041,68.632671,152.85791)"
|
1269
|
+
id="layer1-9"
|
1270
|
+
inkscape:label="レイヤー 1">
|
1271
|
+
<g
|
1272
|
+
transform="translate(520,37.142857)"
|
1273
|
+
id="g3685">
|
1274
|
+
<path
|
1275
|
+
inkscape:connector-curvature="0"
|
1276
|
+
d="m -228.72771,306.3346 c -1.336,-0.29 -2.281,-0.448 -3.442,-0.448 -2.847,0 -5.33,0.831 -7.391,2.468 -0.091,0.06 -0.192,0.14 -0.303,0.245 -0.231,0.197 -0.452,0.406 -0.668,0.621 -1.478,1.314 -2.76,1.952 -2.76,-1.235 l 0,-0.666 c 0,-0.404 -0.327,-0.732 -0.732,-0.732 l -2.101,0 c -0.198,0 -0.388,0.081 -0.525,0.223 -0.139,0.143 -0.212,0.335 -0.206,0.532 0.105,3.333 0.215,6.778 0.215,9.621 l 0,18.75 c 0,0.404 0.328,0.731 0.732,0.731 l 2.209,0 c 0.404,0 0.732,-0.328 0.732,-0.731 l 0,-9.914 c 0,-1.37 0.107,-3.805 0.309,-4.813 1.569,-7.797 4.982,-11.588 10.435,-11.588 0.979,0 1.881,0.165 2.874,0.363 0.048,0.011 0.096,0.015 0.144,0.015 0.148,0 0.294,-0.045 0.417,-0.131 0.163,-0.113 0.273,-0.288 0.306,-0.484 l 0.323,-1.994 c 0.062,-0.384 -0.187,-0.752 -0.568,-0.833 z"
|
1277
|
+
id="path149" />
|
1278
|
+
<path
|
1279
|
+
inkscape:connector-curvature="0"
|
1280
|
+
d="m -139.68071,307.9266 c -2.512,-1.774 -5.292,-2.04 -6.726,-2.04 -2.91,0 -5.648,0.912 -7.822,2.495 -0.005,0.004 -0.01,0.005 -0.014,0.009 -1.004,0.648 -2.627,0.909 -2.618,-0.625 l 0,-0.021 c 0.002,-0.107 -0.003,-0.199 -0.013,-0.277 l -0.008,-0.182 c -0.019,-0.391 -0.34,-0.698 -0.731,-0.698 l -2.102,0 c -0.203,0 -0.396,0.084 -0.535,0.232 -0.138,0.148 -0.209,0.347 -0.195,0.549 0.152,2.28 0.214,4.171 0.214,6.524 l 0,21.821 c 0,0.404 0.328,0.731 0.731,0.731 l 2.209,0 c 0.404,0 0.732,-0.328 0.732,-0.731 l 0,-17.511 c 0,-0.813 0.253,-1.761 0.49,-2.377 0.004,-0.008 0.006,-0.018 0.01,-0.026 1.043,-3.042 4.224,-6.12 8.417,-6.475 3.236,0.002 8.327,2.358 9.024,8.226 0.016,0.15 0.03,0.299 0.042,0.444 0.004,0.049 0.008,0.099 0.011,0.149 0.005,0.07 0.009,0.139 0.014,0.209 0.009,0.19 0.015,0.384 0.015,0.582 0,0.335 0.006,0.638 0.017,0.911 l 0,15.869 c 0,0.404 0.328,0.731 0.733,0.731 l 2.208,0 c 0.404,0 0.732,-0.328 0.732,-0.731 l 0,-16.272 c 0,-5.375 -1.627,-9.248 -4.835,-11.516 z"
|
1281
|
+
id="path151" />
|
1282
|
+
<path
|
1283
|
+
inkscape:connector-curvature="0"
|
1284
|
+
d="m -63.456714,333.2686 c -0.133,-0.113 -0.301,-0.174 -0.473,-0.174 -0.04,0 -0.08,0.003 -0.12,0.01 -0.587,0.098 -0.965,0.098 -1.442,0.098 -1.147,0 -2.177,-0.335 -2.177,-4.387 l 0,-9.913 c 0,-2.343 -0.179,-5.368 -1.583,-7.972 -1.822,-3.382 -5.181,-5.098 -9.978,-5.098 -2.475,0 -6.217,0.516 -9.99,2.974 -0.315,0.205 -0.422,0.615 -0.25,0.949 l 0.861,1.67 c 0.098,0.189 0.272,0.326 0.478,0.375 0.058,0.014 0.116,0.021 0.173,0.021 0.151,0 0.299,-0.047 0.424,-0.135 2.314,-1.639 5.186,-2.504 8.305,-2.504 3.995,0 6.004,1.854 7,3.939 l 0,0 c 1.004,2.221 -0.561,4.404 -2.285,4.584 -0.085,0.005 -0.17,0.008 -0.254,0.013 -0.014,0 -0.028,0.001 -0.042,0 -0.055,-10e-4 -0.101,0.003 -0.143,0.009 -10.978,0.626 -16.538,4.313 -16.538,10.98 0,2.027 0.803,4.057 2.202,5.569 1.233,1.333 3.56,2.921 7.635,2.921 3.471,0 6.271,-1.112 8.325,-2.472 0.061,-0.031 0.13,-0.076 0.211,-0.141 0.023,-0.017 0.042,-0.031 0.064,-0.048 0.128,-0.088 0.256,-0.177 0.378,-0.268 1.275,-0.825 1.969,-0.351 2.623,0.504 0.002,0.002 0.006,0.005 0.008,0.007 0.84,1.14 2.161,1.718 3.962,1.718 0.846,0 1.591,-0.094 2.344,-0.294 0.32,-0.085 0.543,-0.375 0.543,-0.707 l 0,-1.67 c -0.002,-0.214 -0.097,-0.419 -0.261,-0.558 z m -18.252,0.527 c -3.042,0 -6.111,-1.723 -6.111,-5.572 0,-4.863 5.936,-6.58 12.167,-7.043 2.32,-0.043 4.097,2.162 4.311,4.575 l 0,0.989 c -0.062,0.647 -0.246,1.289 -0.568,1.888 -0.162,0.263 -0.356,0.556 -0.589,0.864 -0.04,0.047 -0.075,0.093 -0.103,0.134 -1.442,1.848 -4.223,4.165 -9.107,4.165 z"
|
1285
|
+
id="path153" />
|
1286
|
+
<path
|
1287
|
+
inkscape:connector-curvature="0"
|
1288
|
+
d="m -257.43671,306.5866 -2.047,0 c -0.392,0 -0.715,0.311 -0.731,0.703 -0.065,1.618 -0.892,1.836 -2.704,0.766 -0.01,-0.006 -0.018,-0.014 -0.026,-0.019 -0.178,-0.119 -0.361,-0.231 -0.545,-0.339 -0.011,-0.007 -0.021,-0.012 -0.032,-0.02 -0.088,-0.059 -0.169,-0.104 -0.245,-0.14 -1.982,-1.096 -4.306,-1.65 -6.923,-1.65 -3.739,0 -7.428,1.548 -10.122,4.25 -2.083,2.087 -4.564,5.826 -4.564,11.784 0,3.818 1.347,7.413 3.792,10.122 2.594,2.875 6.234,4.458 10.249,4.458 3.11,0 5.514,-0.819 7.334,-1.897 0.004,-0.002 0.008,-0.003 0.012,-0.005 1.953,-0.873 3.601,-2.182 3.135,2.232 -0.875,5.678 -4.519,8.765 -10.482,8.765 -4.175,0 -7.31,-1.404 -9.204,-2.583 -0.117,-0.072 -0.251,-0.11 -0.387,-0.11 -0.061,0 -0.122,0.008 -0.182,0.023 -0.193,0.049 -0.358,0.176 -0.456,0.35 l -0.969,1.725 c -0.189,0.336 -0.085,0.761 0.237,0.972 2.852,1.863 6.909,2.975 10.853,2.975 2.691,0 9.293,-0.625 12.494,-6.412 1.384,-2.481 2.03,-5.968 2.03,-10.968 l 0,-17.457 c 0,-2.474 0.07,-4.679 0.214,-6.738 0.014,-0.202 -0.057,-0.402 -0.195,-0.549 -0.139,-0.153 -0.333,-0.238 -0.536,-0.238 z m -16.892,26.028 c -0.605,-0.24 -7.609,-3.216 -7.013,-11.811 0.551,-7.946 5.723,-10.459 6.518,-10.798 1.278,-0.5 2.7,-0.769 4.241,-0.769 1.664,0 3.112,0.327 4.354,0.873 6.846,3.871 7.696,16.453 0.885,21.467 -1.592,0.999 -3.437,1.573 -5.346,1.573 -1.342,0 -2.552,-0.194 -3.639,-0.535 z"
|
1289
|
+
id="path155" />
|
1290
|
+
<path
|
1291
|
+
inkscape:connector-curvature="0"
|
1292
|
+
d="m -99.588714,306.5866 -2.046996,0 c -0.393,0 -0.716,0.311 -0.731,0.703 -0.066,1.618 -0.892,1.836 -2.703,0.766 -0.009,-0.005 -0.018,-0.014 -0.027,-0.019 -0.178,-0.119 -0.362,-0.231 -0.546,-0.339 -0.011,-0.008 -0.02,-0.014 -0.031,-0.02 -0.087,-0.059 -0.168,-0.104 -0.244,-0.139 -1.982,-1.097 -4.307,-1.651 -6.924,-1.651 -3.739,0 -7.429,1.548 -10.122,4.25 -2.082,2.087 -4.564,5.826 -4.564,11.784 0,3.818 1.346,7.413 3.792,10.122 2.595,2.875 6.234,4.458 10.248,4.458 3.111,0 5.514,-0.819 7.335,-1.897 0.004,-0.002 0.007,-0.003 0.012,-0.005 1.954,-0.874 3.603,-2.183 3.135,2.233 -0.875,5.678 -4.519,8.764 -10.482,8.764 -4.175,0 -7.31,-1.404 -9.204,-2.583 -0.118,-0.072 -0.251,-0.11 -0.387,-0.11 -0.06,0 -0.122,0.008 -0.182,0.023 -0.193,0.049 -0.358,0.176 -0.456,0.35 l -0.97,1.725 c -0.189,0.336 -0.085,0.761 0.237,0.972 2.853,1.863 6.91,2.975 10.854,2.975 2.689,0 9.293,-0.625 12.493,-6.412 1.384996,-2.481 2.030996,-5.968 2.030996,-10.968 l 0,-17.457 c 0,-2.474 0.07,-4.679 0.214,-6.738 0.014,-0.202 -0.057,-0.402 -0.195,-0.549 -0.139,-0.153 -0.332,-0.238 -0.536,-0.238 z m -16.891996,26.028 c -0.605,-0.24 -7.609,-3.216 -7.013,-11.811 0.551,-7.94 5.716,-10.455 6.517,-10.798 1.278,-0.5 2.701,-0.769 4.242,-0.769 1.665,0 3.113,0.327 4.354,0.873 6.845,3.871 7.696,16.453 0.884,21.467 -1.592,1 -3.436,1.573 -5.345,1.573 -1.343,0 -2.553,-0.194 -3.639,-0.535 z"
|
1293
|
+
id="path157" />
|
1294
|
+
<path
|
1295
|
+
style="fill:url(#linearGradient3693)"
|
1296
|
+
inkscape:connector-curvature="0"
|
1297
|
+
d="m -198.36371,292.3616 c -2.337,2.336 -4.109,5.342 -5.032,8.654 -6.076,-0.093 -12.171,2.273 -17.007,7.11 -8.142,8.141 -10.674,22.913 0.667,34.253 9.542,9.543 23.793,9.687 33.145,0.333 4.421,-4.424 7.236,-10.506 7.297,-16.94 3.14,-0.835 6.125,-2.507 8.67,-5.049 6.956,-6.959 9.086,-18.919 -0.311,-28.318 -7.833,-7.83 -19.626,-7.847 -27.429,-0.043 z m 25.622,20.422 c -1.335,1.338 -3.045,2.324 -4.932,2.864 -3.027,0.867 -4.657,0.777 -5.698,2.515 -1.041,1.735 -0.926,1.94 -0.88,5.194 0.056,3.689 -1.333,7.513 -4.813,10.995 -5.32,5.318 -15.14,6.504 -22.366,-0.721 -5.693,-5.694 -8.365,-15.278 -0.778,-22.865 2.816,-2.813 6.866,-4.477 11.124,-4.402 2.961,0.053 3.306,0.161 5.212,-0.704 1.909,-0.869 1.082,-2.799 2.222,-6.205 0.556,-1.66 1.545,-3.294 3.092,-4.844 4.126,-4.126 11.721,-5.072 17.285,0.491 4.533,4.535 6.455,11.759 0.532,17.682 z"
|
1298
|
+
id="path164" />
|
1299
|
+
</g>
|
1300
|
+
</g>
|
1301
|
+
<g
|
1302
|
+
transform="translate(-252.5342,-121.04789)"
|
1303
|
+
id="layer1-2"
|
1304
|
+
inkscape:label="レイヤー 1">
|
1305
|
+
<g
|
1306
|
+
id="g4460">
|
1307
|
+
<path
|
1308
|
+
inkscape:connector-curvature="0"
|
1309
|
+
d="m 595.93852,420.61969 c -1.336,-0.291 -2.281,-0.448 -3.442,-0.448 -2.847,0 -5.33,0.831 -7.391,2.466 -0.091,0.062 -0.192,0.14 -0.303,0.247 -0.231,0.196 -0.452,0.406 -0.668,0.621 -1.478,1.313 -2.76,1.951 -2.76,-1.236 l 0,-0.666 c 0,-0.405 -0.327,-0.732 -0.732,-0.732 l -2.101,0 c -0.198,0 -0.388,0.08 -0.525,0.223 -0.139,0.142 -0.212,0.334 -0.206,0.532 0.105,3.332 0.215,6.777 0.215,9.621 l 0,18.749 c 0,0.405 0.328,0.732 0.732,0.732 l 2.209,0 c 0.404,0 0.732,-0.327 0.732,-0.732 l 0,-9.913 c 0,-1.37 0.107,-3.805 0.309,-4.813 1.569,-7.797 4.982,-11.588 10.435,-11.588 0.979,0 1.881,0.164 2.874,0.362 0.048,0.01 0.096,0.015 0.144,0.015 0.148,0 0.294,-0.045 0.417,-0.131 0.163,-0.112 0.273,-0.288 0.306,-0.484 l 0.323,-1.994 c 0.062,-0.383 -0.187,-0.749 -0.568,-0.831 z"
|
1310
|
+
id="path3916" />
|
1311
|
+
<path
|
1312
|
+
inkscape:connector-curvature="0"
|
1313
|
+
d="m 684.98552,422.21169 c -2.512,-1.776 -5.292,-2.04 -6.726,-2.04 -2.91,0 -5.648,0.912 -7.822,2.495 -0.005,0.003 -0.01,0.004 -0.014,0.008 -1.004,0.649 -2.627,0.91 -2.618,-0.625 l 0,-0.022 c 0.002,-0.105 -0.003,-0.197 -0.013,-0.276 l -0.008,-0.182 c -0.019,-0.391 -0.34,-0.698 -0.731,-0.698 l -2.102,0 c -0.203,0 -0.396,0.083 -0.535,0.231 -0.138,0.148 -0.209,0.347 -0.195,0.55 0.152,2.28 0.214,4.171 0.214,6.524 l 0,21.82 c 0,0.405 0.328,0.732 0.731,0.732 l 2.209,0 c 0.404,0 0.732,-0.327 0.732,-0.732 l 0,-17.51 c 0,-0.813 0.253,-1.762 0.49,-2.378 0.004,-0.009 0.006,-0.016 0.01,-0.024 1.043,-3.043 4.224,-6.121 8.417,-6.475 3.236,0.002 8.327,2.358 9.024,8.226 0.016,0.15 0.03,0.299 0.042,0.443 0.004,0.049 0.008,0.099 0.011,0.149 0.005,0.07 0.009,0.14 0.014,0.208 0.009,0.192 0.015,0.386 0.015,0.583 0,0.335 0.006,0.637 0.017,0.91 l 0,15.868 c 0,0.405 0.328,0.732 0.733,0.732 l 2.208,0 c 0.404,0 0.732,-0.327 0.732,-0.732 l 0,-16.271 c 0,-5.372 -1.627,-9.246 -4.835,-11.514 z"
|
1314
|
+
id="path3918" />
|
1315
|
+
<path
|
1316
|
+
inkscape:connector-curvature="0"
|
1317
|
+
d="m 761.20952,447.55369 c -0.133,-0.113 -0.301,-0.173 -0.473,-0.173 -0.04,0 -0.08,0.003 -0.12,0.01 -0.587,0.098 -0.965,0.098 -1.442,0.098 -1.147,0 -2.177,-0.336 -2.177,-4.387 l 0,-9.913 c 0,-2.343 -0.179,-5.368 -1.583,-7.971 -1.822,-3.384 -5.181,-5.1 -9.978,-5.1 -2.475,0 -6.217,0.516 -9.99,2.975 -0.315,0.205 -0.422,0.615 -0.25,0.949 l 0.861,1.669 c 0.098,0.189 0.272,0.326 0.478,0.376 0.058,0.015 0.116,0.021 0.173,0.021 0.151,0 0.299,-0.046 0.424,-0.135 2.314,-1.639 5.186,-2.506 8.305,-2.506 3.995,0 6.004,1.854 7,3.94 l 0,0 c 1.004,2.22 -0.561,4.403 -2.285,4.584 -0.085,0.004 -0.17,0.008 -0.254,0.013 -0.014,-0.001 -0.028,10e-4 -0.042,0 -0.055,-0.001 -0.101,10e-4 -0.143,0.009 -10.978,0.626 -16.538,4.313 -16.538,10.98 0,2.028 0.803,4.057 2.202,5.568 1.233,1.334 3.56,2.922 7.635,2.922 3.471,0 6.271,-1.111 8.325,-2.472 0.061,-0.032 0.13,-0.077 0.211,-0.141 0.023,-0.018 0.042,-0.031 0.064,-0.048 0.128,-0.089 0.256,-0.177 0.378,-0.268 1.275,-0.824 1.969,-0.351 2.623,0.503 0.002,0.003 0.006,0.005 0.008,0.008 0.84,1.141 2.161,1.717 3.962,1.717 0.846,0 1.591,-0.093 2.344,-0.293 0.32,-0.085 0.543,-0.375 0.543,-0.708 l 0,-1.669 c -0.002,-0.214 -0.097,-0.419 -0.261,-0.558 z m -18.252,0.527 c -3.042,0 -6.111,-1.722 -6.111,-5.572 0,-4.862 5.936,-6.58 12.167,-7.043 2.32,-0.043 4.097,2.161 4.311,4.575 l 0,0.989 c -0.062,0.647 -0.246,1.289 -0.568,1.888 -0.162,0.265 -0.356,0.557 -0.589,0.865 -0.04,0.048 -0.075,0.093 -0.103,0.133 -1.442,1.847 -4.223,4.165 -9.107,4.165 z"
|
1318
|
+
id="path3920" />
|
1319
|
+
<path
|
1320
|
+
inkscape:connector-curvature="0"
|
1321
|
+
d="m 725.07752,420.87269 -2.047,0 c -0.393,0 -0.716,0.31 -0.731,0.703 -0.066,1.619 -0.892,1.836 -2.703,0.765 -0.009,-0.005 -0.018,-0.013 -0.027,-0.02 -0.178,-0.118 -0.362,-0.23 -0.546,-0.337 -0.011,-0.008 -0.02,-0.014 -0.031,-0.021 -0.087,-0.057 -0.168,-0.103 -0.244,-0.139 -1.982,-1.096 -4.307,-1.65 -6.924,-1.65 -3.739,0 -7.429,1.548 -10.122,4.249 -2.082,2.087 -4.564,5.827 -4.564,11.784 0,3.818 1.346,7.413 3.792,10.121 2.595,2.875 6.234,4.458 10.248,4.458 3.111,0 5.514,-0.819 7.335,-1.896 0.004,-0.002 0.007,-0.003 0.012,-0.005 1.954,-0.875 3.603,-2.184 3.135,2.233 -0.875,5.677 -4.519,8.764 -10.482,8.764 -4.175,0 -7.31,-1.405 -9.204,-2.584 -0.118,-0.073 -0.251,-0.109 -0.387,-0.109 -0.06,0 -0.122,0.006 -0.182,0.023 -0.193,0.049 -0.358,0.176 -0.456,0.35 l -0.97,1.724 c -0.189,0.336 -0.085,0.76 0.237,0.972 2.853,1.862 6.91,2.974 10.854,2.974 2.689,0 9.293,-0.625 12.493,-6.412 1.385,-2.481 2.031,-5.968 2.031,-10.969 l 0,-17.456 c 0,-2.474 0.07,-4.678 0.214,-6.738 0.014,-0.203 -0.057,-0.401 -0.195,-0.55 -0.139,-0.151 -0.332,-0.234 -0.536,-0.234 z m -16.892,26.027 c -0.605,-0.24 -7.609,-3.216 -7.013,-11.812 0.551,-7.939 5.716,-10.454 6.517,-10.798 1.278,-0.5 2.701,-0.768 4.242,-0.768 1.665,0 3.113,0.327 4.354,0.873 6.845,3.871 7.696,16.452 0.884,21.467 -1.592,1 -3.436,1.572 -5.345,1.572 -1.343,0 -2.553,-0.192 -3.639,-0.534 z"
|
1322
|
+
id="path3922" />
|
1323
|
+
<path
|
1324
|
+
style="fill:url(#SVGID_2_)"
|
1325
|
+
inkscape:connector-curvature="0"
|
1326
|
+
d="m 626.30252,406.64669 c -2.337,2.337 -4.109,5.343 -5.032,8.655 -6.076,-0.094 -12.171,2.272 -17.007,7.11 -8.142,8.141 -10.674,22.912 0.667,34.253 9.542,9.543 23.793,9.687 33.145,0.334 4.421,-4.424 7.236,-10.507 7.297,-16.941 3.14,-0.836 6.125,-2.507 8.67,-5.049 6.956,-6.959 9.086,-18.919 -0.311,-28.318 -7.833,-7.831 -19.626,-7.848 -27.429,-0.044 z m 25.622,20.423 c -1.335,1.336 -3.045,2.324 -4.932,2.862 -3.027,0.868 -4.657,0.778 -5.698,2.515 -1.041,1.736 -0.926,1.941 -0.88,5.194 0.056,3.689 -1.333,7.514 -4.813,10.996 -5.32,5.318 -15.14,6.504 -22.366,-0.722 -5.693,-5.695 -8.365,-15.278 -0.778,-22.865 2.816,-2.813 6.866,-4.477 11.124,-4.401 2.961,0.051 3.306,0.16 5.212,-0.704 1.909,-0.87 1.082,-2.8 2.222,-6.205 0.556,-1.66 1.545,-3.295 3.092,-4.844 4.126,-4.126 11.721,-5.072 17.285,0.49 4.533,4.535 6.455,11.76 0.532,17.684 z"
|
1327
|
+
id="path3929" />
|
1328
|
+
<path
|
1329
|
+
inkscape:connector-curvature="0"
|
1330
|
+
d="m 557.08552,420.17169 c -3.604,0 -5.78,1.055 -7.803,2.675 0,10e-4 -10e-4,10e-4 -10e-4,0.002 -2.14,1.482 -3.267,1.373 -5.033,0.007 -0.008,-0.007 -0.015,-0.009 -0.023,-0.015 -1.786,-1.704 -4.111,-2.669 -6.696,-2.669 -2.797,0 -5.133,0.737 -7.113,2.275 -0.042,0.029 -0.085,0.062 -0.129,0.102 -0.878,0.785 -2.285,1.01 -2.444,-0.238 l -0.015,-0.316 c 0,-0.087 -0.002,-0.167 -0.011,-0.234 l -0.009,-0.19 c -0.019,-0.391 -0.341,-0.697 -0.732,-0.697 l -2.1,0 c -0.204,0 -0.397,0.083 -0.536,0.232 -0.139,0.149 -0.209,0.347 -0.195,0.55 0.148,2.118 0.214,4.13 0.214,6.523 l 0,21.82 c 0,0.405 0.328,0.732 0.732,0.732 l 2.209,0 c 0.404,0 0.732,-0.327 0.732,-0.732 l 0,-17.457 c 0,-1.086 0.264,-1.975 0.486,-2.529 1.183,-3.106 4.304,-6.436 8.371,-6.436 4.432,0 7.296,3.476 7.296,8.857 l 0,17.564 c 0,0.405 0.328,0.732 0.732,0.732 l 2.21,0 c 0.404,0 0.732,-0.327 0.732,-0.732 l 0,-18.317 c 0,-1.093 0.288,-1.956 0.54,-2.585 1.117,-2.651 4.065,-5.519 7.887,-5.519 4.983,0 7.727,3.681 7.727,10.366 l 0,16.055 c 0,0.405 0.328,0.732 0.732,0.732 l 2.209,0 c 0.403,0 0.731,-0.327 0.731,-0.732 l 0,-16.001 c 0,-12.828 -8.189,-13.825 -10.7,-13.825 z"
|
1331
|
+
id="path3965" />
|
1332
|
+
</g>
|
1333
|
+
</g>
|
1334
|
+
<text
|
1335
|
+
xml:space="preserve"
|
1336
|
+
style="font-style:normal;font-weight:normal;font-size:30px;line-height:125%;font-family:sans-serif;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"
|
1337
|
+
x="292.03513"
|
1338
|
+
y="596.27838"
|
1339
|
+
id="text4393"
|
1340
|
+
sodipodi:linespacing="125%"><tspan
|
1341
|
+
sodipodi:role="line"
|
1342
|
+
id="tspan4395"
|
1343
|
+
x="292.03513"
|
1344
|
+
y="596.27838">ストレージ</tspan><tspan
|
1345
|
+
sodipodi:role="line"
|
1346
|
+
x="292.03513"
|
1347
|
+
y="633.77838"
|
1348
|
+
id="tspan4397">モード</tspan></text>
|
1349
|
+
<text
|
1350
|
+
xml:space="preserve"
|
1351
|
+
style="font-style:normal;font-weight:normal;font-size:30px;line-height:125%;font-family:sans-serif;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"
|
1352
|
+
x="499.21738"
|
1353
|
+
y="596.27832"
|
1354
|
+
id="text4401"
|
1355
|
+
sodipodi:linespacing="125%"><tspan
|
1356
|
+
sodipodi:role="line"
|
1357
|
+
id="tspan4403"
|
1358
|
+
x="499.21738"
|
1359
|
+
y="596.27832">ラッパー</tspan><tspan
|
1360
|
+
sodipodi:role="line"
|
1361
|
+
x="499.21738"
|
1362
|
+
y="633.77832"
|
1363
|
+
id="tspan4405">モード</tspan></text>
|
1364
|
+
<rect
|
1365
|
+
style="opacity:0.98999999;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
1366
|
+
id="rect4426"
|
1367
|
+
width="96.166519"
|
1368
|
+
height="45.811188"
|
1369
|
+
x="457.49811"
|
1370
|
+
y="382.88281" />
|
1371
|
+
<path
|
1372
|
+
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1Lend)"
|
1373
|
+
d="m 254,356.3622 0,95"
|
1374
|
+
id="path4436"
|
1375
|
+
inkscape:connector-curvature="0" />
|
1376
|
+
<path
|
1377
|
+
inkscape:connector-curvature="0"
|
1378
|
+
id="path4724"
|
1379
|
+
d="m 303,356.3622 0,95"
|
1380
|
+
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker4726)" />
|
1381
|
+
<text
|
1382
|
+
xml:space="preserve"
|
1383
|
+
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;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"
|
1384
|
+
x="208.5"
|
1385
|
+
y="410.86221"
|
1386
|
+
id="text4838"
|
1387
|
+
sodipodi:linespacing="125%"><tspan
|
1388
|
+
sodipodi:role="line"
|
1389
|
+
id="tspan4840"
|
1390
|
+
x="208.5"
|
1391
|
+
y="410.86221"></tspan></text>
|
1392
|
+
<g
|
1393
|
+
id="g5045"
|
1394
|
+
transform="translate(598.93843,499.26488)">
|
1395
|
+
<g
|
1396
|
+
inkscape:label="Shadow"
|
1397
|
+
id="layer6">
|
1398
|
+
<g
|
1399
|
+
transform="matrix(0.02165152,0,0,0.01485743,43.0076,42.68539)"
|
1400
|
+
id="g5022"
|
1401
|
+
style="display:inline">
|
1402
|
+
<rect
|
1403
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#linearGradient5027);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
1404
|
+
id="rect4173"
|
1405
|
+
width="1339.6335"
|
1406
|
+
height="478.35718"
|
1407
|
+
x="-1559.2523"
|
1408
|
+
y="-150.69685" />
|
1409
|
+
<path
|
1410
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient5029);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
1411
|
+
d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z"
|
1412
|
+
id="path5058"
|
1413
|
+
sodipodi:nodetypes="cccc"
|
1414
|
+
inkscape:connector-curvature="0" />
|
1415
|
+
<path
|
1416
|
+
sodipodi:nodetypes="cccc"
|
1417
|
+
id="path5018"
|
1418
|
+
d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z"
|
1419
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient5031);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
1420
|
+
inkscape:connector-curvature="0" />
|
1421
|
+
</g>
|
1422
|
+
</g>
|
1423
|
+
<g
|
1424
|
+
id="layer1-4"
|
1425
|
+
inkscape:label="Base"
|
1426
|
+
style="display:inline">
|
1427
|
+
<rect
|
1428
|
+
ry="1.1490486"
|
1429
|
+
y="3.6464462"
|
1430
|
+
x="6.6035528"
|
1431
|
+
height="40.920494"
|
1432
|
+
width="34.875"
|
1433
|
+
id="rect15391"
|
1434
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:url(#radialGradient15658);fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient15656);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
1435
|
+
<rect
|
1436
|
+
rx="0.14904857"
|
1437
|
+
ry="0.14904857"
|
1438
|
+
y="4.5839462"
|
1439
|
+
x="7.6660538"
|
1440
|
+
height="38.946384"
|
1441
|
+
width="32.775887"
|
1442
|
+
id="rect15660"
|
1443
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient15668);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
1444
|
+
<g
|
1445
|
+
id="g2270"
|
1446
|
+
transform="translate(0.646447,-0.03798933)">
|
1447
|
+
<g
|
1448
|
+
transform="matrix(0.229703,0,0,0.229703,4.967081,4.244972)"
|
1449
|
+
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"
|
1450
|
+
id="g1440">
|
1451
|
+
<radialGradient
|
1452
|
+
gradientUnits="userSpaceOnUse"
|
1453
|
+
fy="114.5684"
|
1454
|
+
fx="20.892099"
|
1455
|
+
r="5.256"
|
1456
|
+
cy="114.5684"
|
1457
|
+
cx="20.892099"
|
1458
|
+
id="radialGradient1442">
|
1459
|
+
<stop
|
1460
|
+
id="stop1444"
|
1461
|
+
style="stop-color:#F0F0F0"
|
1462
|
+
offset="0" />
|
1463
|
+
<stop
|
1464
|
+
id="stop1446"
|
1465
|
+
style="stop-color:#474747"
|
1466
|
+
offset="1" />
|
1467
|
+
</radialGradient>
|
1468
|
+
<path
|
1469
|
+
id="path1448"
|
1470
|
+
d="m 23.428,113.07 c 0,1.973 -1.6,3.572 -3.573,3.572 -1.974,0 -3.573,-1.6 -3.573,-3.572 0,-1.974 1.6,-3.573 3.573,-3.573 1.973,0 3.573,1.6 3.573,3.573 z"
|
1471
|
+
style="stroke:none"
|
1472
|
+
inkscape:connector-curvature="0" />
|
1473
|
+
<radialGradient
|
1474
|
+
gradientUnits="userSpaceOnUse"
|
1475
|
+
fy="64.567902"
|
1476
|
+
fx="20.892099"
|
1477
|
+
r="5.257"
|
1478
|
+
cy="64.567902"
|
1479
|
+
cx="20.892099"
|
1480
|
+
id="radialGradient1450">
|
1481
|
+
<stop
|
1482
|
+
id="stop1452"
|
1483
|
+
style="stop-color:#F0F0F0"
|
1484
|
+
offset="0" />
|
1485
|
+
<stop
|
1486
|
+
id="stop1454"
|
1487
|
+
style="stop-color:#474747"
|
1488
|
+
offset="1" />
|
1489
|
+
</radialGradient>
|
1490
|
+
<path
|
1491
|
+
id="path1456"
|
1492
|
+
d="m 23.428,63.07 c 0,1.973 -1.6,3.573 -3.573,3.573 -1.974,0 -3.573,-1.6 -3.573,-3.573 0,-1.974 1.6,-3.573 3.573,-3.573 1.973,0 3.573,1.6 3.573,3.573 z"
|
1493
|
+
style="stroke:none"
|
1494
|
+
inkscape:connector-curvature="0" />
|
1495
|
+
</g>
|
1496
|
+
<path
|
1497
|
+
id="path15570"
|
1498
|
+
d="m 9.9950109,29.952326 c 0,0.453204 -0.3675248,0.820499 -0.8207288,0.820499 -0.4534338,0 -0.8207289,-0.367524 -0.8207289,-0.820499 0,-0.453434 0.3675248,-0.820729 0.8207289,-0.820729 0.453204,0 0.8207288,0.367525 0.8207288,0.820729 z"
|
1499
|
+
style="fill:url(#radialGradient2283);fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
|
1500
|
+
inkscape:connector-curvature="0" />
|
1501
|
+
<path
|
1502
|
+
id="path15577"
|
1503
|
+
d="m 9.9950109,18.467176 c 0,0.453204 -0.3675248,0.820729 -0.8207288,0.820729 -0.4534338,0 -0.8207289,-0.367525 -0.8207289,-0.820729 0,-0.453434 0.3675248,-0.820729 0.8207289,-0.820729 0.453204,0 0.8207288,0.367525 0.8207288,0.820729 z"
|
1504
|
+
style="fill:url(#radialGradient2285);fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
|
1505
|
+
inkscape:connector-curvature="0" />
|
1506
|
+
</g>
|
1507
|
+
<path
|
1508
|
+
sodipodi:nodetypes="cc"
|
1509
|
+
id="path15672"
|
1510
|
+
d="m 11.505723,5.4942766 0,37.9065924"
|
1511
|
+
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.98855311;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.01754384"
|
1512
|
+
inkscape:connector-curvature="0" />
|
1513
|
+
<path
|
1514
|
+
sodipodi:nodetypes="cc"
|
1515
|
+
id="path15674"
|
1516
|
+
d="m 12.5,5.0205154 0,38.0177126"
|
1517
|
+
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.20467834"
|
1518
|
+
inkscape:connector-curvature="0" />
|
1519
|
+
</g>
|
1520
|
+
<g
|
1521
|
+
style="display:inline"
|
1522
|
+
inkscape:label="Magnifying Glass"
|
1523
|
+
id="layer5">
|
1524
|
+
<g
|
1525
|
+
id="g2253"
|
1526
|
+
transform="matrix(0.909091,0,0,1,2.363628,0)">
|
1527
|
+
<rect
|
1528
|
+
ry="0.065390877"
|
1529
|
+
rx="0.15156493"
|
1530
|
+
y="9"
|
1531
|
+
x="15.000002"
|
1532
|
+
height="1"
|
1533
|
+
width="22.000004"
|
1534
|
+
id="rect15686"
|
1535
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
1536
|
+
<rect
|
1537
|
+
ry="0.065390877"
|
1538
|
+
rx="0.15156493"
|
1539
|
+
y="11"
|
1540
|
+
x="15.000002"
|
1541
|
+
height="1"
|
1542
|
+
width="22.000004"
|
1543
|
+
id="rect15688"
|
1544
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
1545
|
+
<rect
|
1546
|
+
ry="0.065390877"
|
1547
|
+
rx="0.15156493"
|
1548
|
+
y="13"
|
1549
|
+
x="15.000002"
|
1550
|
+
height="1"
|
1551
|
+
width="22.000004"
|
1552
|
+
id="rect15690"
|
1553
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
1554
|
+
<rect
|
1555
|
+
ry="0.065390877"
|
1556
|
+
rx="0.15156493"
|
1557
|
+
y="15"
|
1558
|
+
x="15.000002"
|
1559
|
+
height="1"
|
1560
|
+
width="22.000004"
|
1561
|
+
id="rect15692"
|
1562
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
1563
|
+
<rect
|
1564
|
+
ry="0.065390877"
|
1565
|
+
rx="0.15156493"
|
1566
|
+
y="17"
|
1567
|
+
x="15.000002"
|
1568
|
+
height="1"
|
1569
|
+
width="22.000004"
|
1570
|
+
id="rect15694"
|
1571
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
1572
|
+
<rect
|
1573
|
+
ry="0.065390877"
|
1574
|
+
rx="0.15156493"
|
1575
|
+
y="19"
|
1576
|
+
x="15.000002"
|
1577
|
+
height="1"
|
1578
|
+
width="22.000004"
|
1579
|
+
id="rect15696"
|
1580
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
1581
|
+
<rect
|
1582
|
+
ry="0.065390877"
|
1583
|
+
rx="0.15156493"
|
1584
|
+
y="21"
|
1585
|
+
x="15.000002"
|
1586
|
+
height="1"
|
1587
|
+
width="22.000004"
|
1588
|
+
id="rect15698"
|
1589
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
1590
|
+
<rect
|
1591
|
+
ry="0.065390877"
|
1592
|
+
rx="0.15156493"
|
1593
|
+
y="23"
|
1594
|
+
x="15.000002"
|
1595
|
+
height="1"
|
1596
|
+
width="22.000004"
|
1597
|
+
id="rect15700"
|
1598
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
1599
|
+
<rect
|
1600
|
+
ry="0.065390877"
|
1601
|
+
rx="0.068204239"
|
1602
|
+
y="25"
|
1603
|
+
x="14.999992"
|
1604
|
+
height="1"
|
1605
|
+
width="9.9000053"
|
1606
|
+
id="rect15732"
|
1607
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
1608
|
+
<rect
|
1609
|
+
ry="0.065390877"
|
1610
|
+
rx="0.15156493"
|
1611
|
+
y="29"
|
1612
|
+
x="14.999992"
|
1613
|
+
height="1"
|
1614
|
+
width="22.000004"
|
1615
|
+
id="rect15736"
|
1616
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
1617
|
+
<rect
|
1618
|
+
ry="0.065390877"
|
1619
|
+
rx="0.15156493"
|
1620
|
+
y="31"
|
1621
|
+
x="14.999992"
|
1622
|
+
height="1"
|
1623
|
+
width="22.000004"
|
1624
|
+
id="rect15738"
|
1625
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
1626
|
+
<rect
|
1627
|
+
ry="0.065390877"
|
1628
|
+
rx="0.15156493"
|
1629
|
+
y="33"
|
1630
|
+
x="14.999992"
|
1631
|
+
height="1"
|
1632
|
+
width="22.000004"
|
1633
|
+
id="rect15740"
|
1634
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
1635
|
+
<rect
|
1636
|
+
ry="0.065390877"
|
1637
|
+
rx="0.15156493"
|
1638
|
+
y="35"
|
1639
|
+
x="14.999992"
|
1640
|
+
height="1"
|
1641
|
+
width="22.000004"
|
1642
|
+
id="rect15742"
|
1643
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
1644
|
+
<rect
|
1645
|
+
ry="0.065390877"
|
1646
|
+
rx="0.10609552"
|
1647
|
+
y="37"
|
1648
|
+
x="14.999992"
|
1649
|
+
height="1"
|
1650
|
+
width="15.400014"
|
1651
|
+
id="rect15744"
|
1652
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
1653
|
+
</g>
|
1654
|
+
<g
|
1655
|
+
transform="matrix(0.665377,0,0,0.665377,15.98645,17.90835)"
|
1656
|
+
id="g1772">
|
1657
|
+
<ellipse
|
1658
|
+
transform="matrix(1.446431,0,0,1.51999,-10.97453,-17.75168)"
|
1659
|
+
id="path4475"
|
1660
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.17112301;fill:url(#radialGradient1527);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
1661
|
+
cx="24.130018"
|
1662
|
+
cy="37.967922"
|
1663
|
+
rx="16.528622"
|
1664
|
+
ry="3.9332814" />
|
1665
|
+
<path
|
1666
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#dcdcdc;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient1529);stroke-width:3.00581574;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
1667
|
+
d="m 18.627569,3.1435548 c -8.13913,0 -14.7448008,6.6056711 -14.7448008,14.7448012 0,8.13913 6.6056708,14.744802 14.7448008,14.744802 3.479555,0 6.551001,-1.384393 9.073723,-3.402647 -0.205377,1.006881 -0.07803,2.035368 0.756144,2.759925 l 10.964084,9.52741 c 1.233416,1.071329 3.087462,0.93096 4.15879,-0.302457 1.071328,-1.233418 0.930959,-3.087462 -0.302457,-4.15879 L 32.313769,27.529188 c -0.671527,-0.583279 -1.492878,-0.755969 -2.306238,-0.642722 1.9867,-2.512422 3.364839,-5.548803 3.364839,-8.99811 0,-8.1391301 -6.605671,-14.7448012 -14.744801,-14.7448012 z m -0.07562,1.2261833 c 7.639459,0 13.291775,4.7889505 13.291775,13.2917749 0,8.675113 -5.81669,13.291775 -13.291775,13.291775 -7.302949,0 -13.2917734,-5.478092 -13.2917734,-13.291775 0,-7.9841069 5.8246384,-13.291775 13.2917734,-13.2917749 z"
|
1668
|
+
id="path2844"
|
1669
|
+
sodipodi:nodetypes="csscccscccscczzzz"
|
1670
|
+
inkscape:connector-curvature="0" />
|
1671
|
+
<path
|
1672
|
+
id="path4430"
|
1673
|
+
d="m 18.602905,3.0803551 c -8.16544,0 -14.7924642,6.627024 -14.7924642,14.7924639 0,8.16544 6.6270242,14.792464 14.7924642,14.792464 3.490803,0 6.572177,-1.388867 9.103055,-3.413645 -0.206041,1.010136 -0.07829,2.041947 0.758587,2.768846 l 10.999526,9.558207 c 1.237403,1.074792 3.097442,0.93397 4.172233,-0.303435 1.074791,-1.237404 0.933968,-3.097442 -0.303435,-4.172233 L 32.333346,27.544815 c -0.673698,-0.585164 -1.497704,-0.758413 -2.313693,-0.644799 1.993122,-2.520544 3.375716,-5.56674 3.375716,-9.027197 0,-8.1654399 -6.627024,-14.7924639 -14.792464,-14.7924639 z m -0.07586,3.1860692 c 6.281108,2e-7 11.378818,5.0977107 11.378818,11.3788187 0,6.281108 -5.09771,11.378818 -11.378818,11.378818 -6.281108,0 -11.3788184,-5.09771 -11.3788184,-11.378818 2e-7,-6.281108 5.0977104,-11.3788187 11.3788184,-11.3788187 z"
|
1674
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#dcdcdc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
1675
|
+
inkscape:connector-curvature="0" />
|
1676
|
+
<path
|
1677
|
+
sodipodi:nodetypes="ccccc"
|
1678
|
+
id="path4438"
|
1679
|
+
d="m 39.507004,41.57769 c -0.478672,-2.273187 1.39733,-4.811422 3.584053,-4.788375 0,0 -10.760367,-9.258111 -10.760367,-9.258111 -2.944791,-0.05671 -4.269502,2.272616 -3.776814,4.599922 l 10.953128,9.446564 z"
|
1680
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient1531);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
1681
|
+
inkscape:connector-curvature="0" />
|
1682
|
+
<circle
|
1683
|
+
transform="matrix(1.245743,0,0,1.245743,-3.425346,-6.177033)"
|
1684
|
+
id="path4450"
|
1685
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient1533);stroke-width:1.20643401;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
1686
|
+
cx="17.500893"
|
1687
|
+
cy="18.920233"
|
1688
|
+
r="11.048544" />
|
1689
|
+
<rect
|
1690
|
+
transform="matrix(0.752986,0.658037,-0.648902,0.760872,0,0)"
|
1691
|
+
ry="2.837393"
|
1692
|
+
rx="3.2112026"
|
1693
|
+
y="0.14086054"
|
1694
|
+
x="40.373337"
|
1695
|
+
height="4.4404783"
|
1696
|
+
width="19.048439"
|
1697
|
+
id="rect4495"
|
1698
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.43315507;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.50295389;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
1699
|
+
<circle
|
1700
|
+
transform="matrix(1.398614,0,0,1.398614,-6.224338,-8.298958)"
|
1701
|
+
id="path4452"
|
1702
|
+
style="color:#000000;visibility:visible;fill:url(#radialGradient1537);fill-opacity:1;fill-rule:evenodd;stroke:#3063a3;stroke-width:1.07456946;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
1703
|
+
cx="17.589281"
|
1704
|
+
cy="18.478292"
|
1705
|
+
r="8.3085051" />
|
1706
|
+
<path
|
1707
|
+
id="path4462"
|
1708
|
+
d="m 18.156915,7.3966938 c -5.20759,0 -9.4245469,4.2169572 -9.4245469,9.4245472 0,1.503975 0.4203072,2.887773 1.0471719,4.149903 1.25238,0.461613 2.582757,0.775683 3.994767,0.775683 6.170955,0 11.099282,-4.861637 11.480106,-10.937129 C 23.523449,8.7641668 21.044374,7.3966938 18.156915,7.3966938 Z"
|
1709
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.83422457;fill:url(#radialGradient1539);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
1710
|
+
inkscape:connector-curvature="0" />
|
1711
|
+
</g>
|
1712
|
+
</g>
|
1713
|
+
</g>
|
1714
|
+
<g
|
1715
|
+
id="g5367"
|
1716
|
+
transform="translate(597.9574,423.13894)">
|
1717
|
+
<g
|
1718
|
+
inkscape:label="Shadow"
|
1719
|
+
id="layer6-4">
|
1720
|
+
<g
|
1721
|
+
id="g6707"
|
1722
|
+
transform="matrix(0.02105461,0,0,0.02086758,42.85172,41.1536)"
|
1723
|
+
style="display:inline">
|
1724
|
+
<rect
|
1725
|
+
y="-150.69685"
|
1726
|
+
x="-1559.2523"
|
1727
|
+
height="478.35718"
|
1728
|
+
width="1339.6335"
|
1729
|
+
id="rect6709"
|
1730
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#linearGradient6715);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
1731
|
+
<path
|
1732
|
+
sodipodi:nodetypes="cccc"
|
1733
|
+
id="path6711"
|
1734
|
+
d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z"
|
1735
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient6717);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
1736
|
+
inkscape:connector-curvature="0" />
|
1737
|
+
<path
|
1738
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient6719);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
1739
|
+
d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z"
|
1740
|
+
id="path6713"
|
1741
|
+
sodipodi:nodetypes="cccc"
|
1742
|
+
inkscape:connector-curvature="0" />
|
1743
|
+
</g>
|
1744
|
+
</g>
|
1745
|
+
<g
|
1746
|
+
id="layer1-3"
|
1747
|
+
inkscape:label="Base"
|
1748
|
+
style="display:inline">
|
1749
|
+
<rect
|
1750
|
+
ry="1.1490486"
|
1751
|
+
y="3.6464462"
|
1752
|
+
x="6.6035528"
|
1753
|
+
height="40.920494"
|
1754
|
+
width="34.875"
|
1755
|
+
id="rect15391-0"
|
1756
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:url(#radialGradient15658-3);fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient15656-2);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
1757
|
+
<rect
|
1758
|
+
rx="0.14904857"
|
1759
|
+
ry="0.14904857"
|
1760
|
+
y="4.5839462"
|
1761
|
+
x="7.6660538"
|
1762
|
+
height="38.946384"
|
1763
|
+
width="32.775887"
|
1764
|
+
id="rect15660-3"
|
1765
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient15668-5);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
1766
|
+
<g
|
1767
|
+
id="g2270-3"
|
1768
|
+
transform="translate(0.646447,-0.03798933)">
|
1769
|
+
<g
|
1770
|
+
transform="matrix(0.229703,0,0,0.229703,4.967081,4.244972)"
|
1771
|
+
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"
|
1772
|
+
id="g1440-9">
|
1773
|
+
<radialGradient
|
1774
|
+
gradientUnits="userSpaceOnUse"
|
1775
|
+
fy="114.5684"
|
1776
|
+
fx="20.892099"
|
1777
|
+
r="5.256"
|
1778
|
+
cy="114.5684"
|
1779
|
+
cx="20.892099"
|
1780
|
+
id="radialGradient1442-5">
|
1781
|
+
<stop
|
1782
|
+
id="stop1444-2"
|
1783
|
+
style="stop-color:#F0F0F0"
|
1784
|
+
offset="0" />
|
1785
|
+
<stop
|
1786
|
+
id="stop1446-1"
|
1787
|
+
style="stop-color:#474747"
|
1788
|
+
offset="1" />
|
1789
|
+
</radialGradient>
|
1790
|
+
<path
|
1791
|
+
id="path1448-6"
|
1792
|
+
d="m 23.428,113.07 c 0,1.973 -1.6,3.572 -3.573,3.572 -1.974,0 -3.573,-1.6 -3.573,-3.572 0,-1.974 1.6,-3.573 3.573,-3.573 1.973,0 3.573,1.6 3.573,3.573 z"
|
1793
|
+
style="stroke:none"
|
1794
|
+
inkscape:connector-curvature="0" />
|
1795
|
+
<radialGradient
|
1796
|
+
gradientUnits="userSpaceOnUse"
|
1797
|
+
fy="64.567902"
|
1798
|
+
fx="20.892099"
|
1799
|
+
r="5.257"
|
1800
|
+
cy="64.567902"
|
1801
|
+
cx="20.892099"
|
1802
|
+
id="radialGradient1450-5">
|
1803
|
+
<stop
|
1804
|
+
id="stop1452-3"
|
1805
|
+
style="stop-color:#F0F0F0"
|
1806
|
+
offset="0" />
|
1807
|
+
<stop
|
1808
|
+
id="stop1454-0"
|
1809
|
+
style="stop-color:#474747"
|
1810
|
+
offset="1" />
|
1811
|
+
</radialGradient>
|
1812
|
+
<path
|
1813
|
+
id="path1456-5"
|
1814
|
+
d="m 23.428,63.07 c 0,1.973 -1.6,3.573 -3.573,3.573 -1.974,0 -3.573,-1.6 -3.573,-3.573 0,-1.974 1.6,-3.573 3.573,-3.573 1.973,0 3.573,1.6 3.573,3.573 z"
|
1815
|
+
style="stroke:none"
|
1816
|
+
inkscape:connector-curvature="0" />
|
1817
|
+
</g>
|
1818
|
+
<path
|
1819
|
+
id="path15570-7"
|
1820
|
+
d="m 9.9950109,29.952326 c 0,0.453204 -0.3675248,0.820499 -0.8207288,0.820499 -0.4534338,0 -0.8207289,-0.367524 -0.8207289,-0.820499 0,-0.453434 0.3675248,-0.820729 0.8207289,-0.820729 0.453204,0 0.8207288,0.367525 0.8207288,0.820729 z"
|
1821
|
+
style="fill:url(#radialGradient2283-2);fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
|
1822
|
+
inkscape:connector-curvature="0" />
|
1823
|
+
<path
|
1824
|
+
id="path15577-0"
|
1825
|
+
d="m 9.9950109,18.467176 c 0,0.453204 -0.3675248,0.820729 -0.8207288,0.820729 -0.4534338,0 -0.8207289,-0.367525 -0.8207289,-0.820729 0,-0.453434 0.3675248,-0.820729 0.8207289,-0.820729 0.453204,0 0.8207288,0.367525 0.8207288,0.820729 z"
|
1826
|
+
style="fill:url(#radialGradient2285-2);fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
|
1827
|
+
inkscape:connector-curvature="0" />
|
1828
|
+
</g>
|
1829
|
+
<path
|
1830
|
+
sodipodi:nodetypes="cc"
|
1831
|
+
id="path15672-5"
|
1832
|
+
d="m 11.505723,5.4942766 0,37.9065924"
|
1833
|
+
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.98855311;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.01754384"
|
1834
|
+
inkscape:connector-curvature="0" />
|
1835
|
+
<path
|
1836
|
+
sodipodi:nodetypes="cc"
|
1837
|
+
id="path15674-2"
|
1838
|
+
d="m 12.5,5.0205154 0,38.0177126"
|
1839
|
+
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.20467834"
|
1840
|
+
inkscape:connector-curvature="0" />
|
1841
|
+
</g>
|
1842
|
+
<g
|
1843
|
+
style="display:inline"
|
1844
|
+
inkscape:label="Text"
|
1845
|
+
id="layer5-1">
|
1846
|
+
<g
|
1847
|
+
id="g2253-0"
|
1848
|
+
transform="matrix(0.909091,0,0,1,2.363628,0)">
|
1849
|
+
<rect
|
1850
|
+
ry="0.065390877"
|
1851
|
+
rx="0.15156493"
|
1852
|
+
y="9"
|
1853
|
+
x="15.000002"
|
1854
|
+
height="1"
|
1855
|
+
width="22.000004"
|
1856
|
+
id="rect15686-4"
|
1857
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
1858
|
+
<rect
|
1859
|
+
ry="0.065390877"
|
1860
|
+
rx="0.15156493"
|
1861
|
+
y="11"
|
1862
|
+
x="15.000002"
|
1863
|
+
height="1"
|
1864
|
+
width="22.000004"
|
1865
|
+
id="rect15688-8"
|
1866
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
1867
|
+
<rect
|
1868
|
+
ry="0.065390877"
|
1869
|
+
rx="0.15156493"
|
1870
|
+
y="13"
|
1871
|
+
x="15.000002"
|
1872
|
+
height="1"
|
1873
|
+
width="22.000004"
|
1874
|
+
id="rect15690-1"
|
1875
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
1876
|
+
<rect
|
1877
|
+
ry="0.065390877"
|
1878
|
+
rx="0.15156493"
|
1879
|
+
y="15"
|
1880
|
+
x="15.000002"
|
1881
|
+
height="1"
|
1882
|
+
width="22.000004"
|
1883
|
+
id="rect15692-1"
|
1884
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
1885
|
+
<rect
|
1886
|
+
ry="0.065390877"
|
1887
|
+
rx="0.15156493"
|
1888
|
+
y="17"
|
1889
|
+
x="15.000002"
|
1890
|
+
height="1"
|
1891
|
+
width="22.000004"
|
1892
|
+
id="rect15694-2"
|
1893
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
1894
|
+
<rect
|
1895
|
+
ry="0.065390877"
|
1896
|
+
rx="0.15156493"
|
1897
|
+
y="19"
|
1898
|
+
x="15.000002"
|
1899
|
+
height="1"
|
1900
|
+
width="22.000004"
|
1901
|
+
id="rect15696-6"
|
1902
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
1903
|
+
<rect
|
1904
|
+
ry="0.065390877"
|
1905
|
+
rx="0.15156493"
|
1906
|
+
y="21"
|
1907
|
+
x="15.000002"
|
1908
|
+
height="1"
|
1909
|
+
width="22.000004"
|
1910
|
+
id="rect15698-6"
|
1911
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
1912
|
+
<rect
|
1913
|
+
ry="0.065390877"
|
1914
|
+
rx="0.15156493"
|
1915
|
+
y="23"
|
1916
|
+
x="15.000002"
|
1917
|
+
height="1"
|
1918
|
+
width="22.000004"
|
1919
|
+
id="rect15700-6"
|
1920
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
1921
|
+
<rect
|
1922
|
+
ry="0.065390877"
|
1923
|
+
rx="0.068204239"
|
1924
|
+
y="25"
|
1925
|
+
x="14.999992"
|
1926
|
+
height="1"
|
1927
|
+
width="9.9000053"
|
1928
|
+
id="rect15732-8"
|
1929
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
1930
|
+
<rect
|
1931
|
+
ry="0.065390877"
|
1932
|
+
rx="0.15156493"
|
1933
|
+
y="29"
|
1934
|
+
x="14.999992"
|
1935
|
+
height="1"
|
1936
|
+
width="22.000004"
|
1937
|
+
id="rect15736-3"
|
1938
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
1939
|
+
<rect
|
1940
|
+
ry="0.065390877"
|
1941
|
+
rx="0.15156493"
|
1942
|
+
y="31"
|
1943
|
+
x="14.999992"
|
1944
|
+
height="1"
|
1945
|
+
width="22.000004"
|
1946
|
+
id="rect15738-1"
|
1947
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
1948
|
+
<rect
|
1949
|
+
ry="0.065390877"
|
1950
|
+
rx="0.15156493"
|
1951
|
+
y="33"
|
1952
|
+
x="14.999992"
|
1953
|
+
height="1"
|
1954
|
+
width="22.000004"
|
1955
|
+
id="rect15740-3"
|
1956
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
1957
|
+
<rect
|
1958
|
+
ry="0.065390877"
|
1959
|
+
rx="0.15156493"
|
1960
|
+
y="35"
|
1961
|
+
x="14.999992"
|
1962
|
+
height="1"
|
1963
|
+
width="22.000004"
|
1964
|
+
id="rect15742-8"
|
1965
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
1966
|
+
<rect
|
1967
|
+
ry="0.065390877"
|
1968
|
+
rx="0.10609552"
|
1969
|
+
y="37"
|
1970
|
+
x="14.999992"
|
1971
|
+
height="1"
|
1972
|
+
width="15.400014"
|
1973
|
+
id="rect15744-3"
|
1974
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
1975
|
+
</g>
|
1976
|
+
</g>
|
1977
|
+
</g>
|
1978
|
+
<text
|
1979
|
+
xml:space="preserve"
|
1980
|
+
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;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"
|
1981
|
+
x="649.65955"
|
1982
|
+
y="461.43564"
|
1983
|
+
id="text5529"
|
1984
|
+
sodipodi:linespacing="125%"><tspan
|
1985
|
+
sodipodi:role="line"
|
1986
|
+
id="tspan5531"
|
1987
|
+
x="649.65955"
|
1988
|
+
y="461.43564">データ</tspan></text>
|
1989
|
+
<text
|
1990
|
+
xml:space="preserve"
|
1991
|
+
style="font-style:normal;font-weight:normal;font-size:30px;line-height:125%;font-family:sans-serif;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"
|
1992
|
+
x="649.57166"
|
1993
|
+
y="534.97473"
|
1994
|
+
id="text5533"
|
1995
|
+
sodipodi:linespacing="125%"><tspan
|
1996
|
+
sodipodi:role="line"
|
1997
|
+
id="tspan5535"
|
1998
|
+
x="649.57166"
|
1999
|
+
y="534.97473">インデックス</tspan></text>
|
2000
|
+
<g
|
2001
|
+
transform="translate(278.72024,366.32018)"
|
2002
|
+
id="g5537">
|
2003
|
+
<g
|
2004
|
+
id="g5539"
|
2005
|
+
inkscape:label="Shadow">
|
2006
|
+
<g
|
2007
|
+
style="display:inline"
|
2008
|
+
transform="matrix(0.02105461,0,0,0.02086758,42.85172,41.1536)"
|
2009
|
+
id="g5541">
|
2010
|
+
<rect
|
2011
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#linearGradient5615);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2012
|
+
id="rect5543"
|
2013
|
+
width="1339.6335"
|
2014
|
+
height="478.35718"
|
2015
|
+
x="-1559.2523"
|
2016
|
+
y="-150.69685" />
|
2017
|
+
<path
|
2018
|
+
inkscape:connector-curvature="0"
|
2019
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient5617);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2020
|
+
d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z"
|
2021
|
+
id="path5545"
|
2022
|
+
sodipodi:nodetypes="cccc" />
|
2023
|
+
<path
|
2024
|
+
inkscape:connector-curvature="0"
|
2025
|
+
sodipodi:nodetypes="cccc"
|
2026
|
+
id="path5547"
|
2027
|
+
d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z"
|
2028
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient5619);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
2029
|
+
</g>
|
2030
|
+
</g>
|
2031
|
+
<g
|
2032
|
+
style="display:inline"
|
2033
|
+
inkscape:label="Base"
|
2034
|
+
id="g5549">
|
2035
|
+
<rect
|
2036
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:url(#radialGradient5621);fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient5623);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2037
|
+
id="rect5551"
|
2038
|
+
width="34.875"
|
2039
|
+
height="40.920494"
|
2040
|
+
x="6.6035528"
|
2041
|
+
y="3.6464462"
|
2042
|
+
ry="1.1490486" />
|
2043
|
+
<rect
|
2044
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient5625);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2045
|
+
id="rect5553"
|
2046
|
+
width="32.775887"
|
2047
|
+
height="38.946384"
|
2048
|
+
x="7.6660538"
|
2049
|
+
y="4.5839462"
|
2050
|
+
ry="0.14904857"
|
2051
|
+
rx="0.14904857" />
|
2052
|
+
<g
|
2053
|
+
transform="translate(0.646447,-0.03798933)"
|
2054
|
+
id="g5555">
|
2055
|
+
<g
|
2056
|
+
id="g5557"
|
2057
|
+
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"
|
2058
|
+
transform="matrix(0.229703,0,0,0.229703,4.967081,4.244972)">
|
2059
|
+
<radialGradient
|
2060
|
+
id="radialGradient5559"
|
2061
|
+
cx="20.892099"
|
2062
|
+
cy="114.5684"
|
2063
|
+
r="5.256"
|
2064
|
+
fx="20.892099"
|
2065
|
+
fy="114.5684"
|
2066
|
+
gradientUnits="userSpaceOnUse">
|
2067
|
+
<stop
|
2068
|
+
offset="0"
|
2069
|
+
style="stop-color:#F0F0F0"
|
2070
|
+
id="stop5561" />
|
2071
|
+
<stop
|
2072
|
+
offset="1"
|
2073
|
+
style="stop-color:#474747"
|
2074
|
+
id="stop5563" />
|
2075
|
+
</radialGradient>
|
2076
|
+
<path
|
2077
|
+
inkscape:connector-curvature="0"
|
2078
|
+
style="stroke:none"
|
2079
|
+
d="m 23.428,113.07 c 0,1.973 -1.6,3.572 -3.573,3.572 -1.974,0 -3.573,-1.6 -3.573,-3.572 0,-1.974 1.6,-3.573 3.573,-3.573 1.973,0 3.573,1.6 3.573,3.573 z"
|
2080
|
+
id="path5565" />
|
2081
|
+
<radialGradient
|
2082
|
+
id="radialGradient5567"
|
2083
|
+
cx="20.892099"
|
2084
|
+
cy="64.567902"
|
2085
|
+
r="5.257"
|
2086
|
+
fx="20.892099"
|
2087
|
+
fy="64.567902"
|
2088
|
+
gradientUnits="userSpaceOnUse">
|
2089
|
+
<stop
|
2090
|
+
offset="0"
|
2091
|
+
style="stop-color:#F0F0F0"
|
2092
|
+
id="stop5569" />
|
2093
|
+
<stop
|
2094
|
+
offset="1"
|
2095
|
+
style="stop-color:#474747"
|
2096
|
+
id="stop5571" />
|
2097
|
+
</radialGradient>
|
2098
|
+
<path
|
2099
|
+
inkscape:connector-curvature="0"
|
2100
|
+
style="stroke:none"
|
2101
|
+
d="m 23.428,63.07 c 0,1.973 -1.6,3.573 -3.573,3.573 -1.974,0 -3.573,-1.6 -3.573,-3.573 0,-1.974 1.6,-3.573 3.573,-3.573 1.973,0 3.573,1.6 3.573,3.573 z"
|
2102
|
+
id="path5573" />
|
2103
|
+
</g>
|
2104
|
+
<path
|
2105
|
+
inkscape:connector-curvature="0"
|
2106
|
+
style="fill:url(#radialGradient5627);fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
|
2107
|
+
d="m 9.9950109,29.952326 c 0,0.453204 -0.3675248,0.820499 -0.8207288,0.820499 -0.4534338,0 -0.8207289,-0.367524 -0.8207289,-0.820499 0,-0.453434 0.3675248,-0.820729 0.8207289,-0.820729 0.453204,0 0.8207288,0.367525 0.8207288,0.820729 z"
|
2108
|
+
id="path5575" />
|
2109
|
+
<path
|
2110
|
+
inkscape:connector-curvature="0"
|
2111
|
+
style="fill:url(#radialGradient5629);fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
|
2112
|
+
d="m 9.9950109,18.467176 c 0,0.453204 -0.3675248,0.820729 -0.8207288,0.820729 -0.4534338,0 -0.8207289,-0.367525 -0.8207289,-0.820729 0,-0.453434 0.3675248,-0.820729 0.8207289,-0.820729 0.453204,0 0.8207288,0.367525 0.8207288,0.820729 z"
|
2113
|
+
id="path5577" />
|
2114
|
+
</g>
|
2115
|
+
<path
|
2116
|
+
inkscape:connector-curvature="0"
|
2117
|
+
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.98855311;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.01754384"
|
2118
|
+
d="m 11.505723,5.4942766 0,37.9065924"
|
2119
|
+
id="path5579"
|
2120
|
+
sodipodi:nodetypes="cc" />
|
2121
|
+
<path
|
2122
|
+
inkscape:connector-curvature="0"
|
2123
|
+
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.20467834"
|
2124
|
+
d="m 12.5,5.0205154 0,38.0177126"
|
2125
|
+
id="path5581"
|
2126
|
+
sodipodi:nodetypes="cc" />
|
2127
|
+
</g>
|
2128
|
+
<g
|
2129
|
+
id="g5583"
|
2130
|
+
inkscape:label="Text"
|
2131
|
+
style="display:inline">
|
2132
|
+
<g
|
2133
|
+
transform="matrix(0.909091,0,0,1,2.363628,0)"
|
2134
|
+
id="g5585">
|
2135
|
+
<rect
|
2136
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2137
|
+
id="rect5587"
|
2138
|
+
width="22.000004"
|
2139
|
+
height="1"
|
2140
|
+
x="15.000002"
|
2141
|
+
y="9"
|
2142
|
+
rx="0.15156493"
|
2143
|
+
ry="0.065390877" />
|
2144
|
+
<rect
|
2145
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2146
|
+
id="rect5589"
|
2147
|
+
width="22.000004"
|
2148
|
+
height="1"
|
2149
|
+
x="15.000002"
|
2150
|
+
y="11"
|
2151
|
+
rx="0.15156493"
|
2152
|
+
ry="0.065390877" />
|
2153
|
+
<rect
|
2154
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2155
|
+
id="rect5591"
|
2156
|
+
width="22.000004"
|
2157
|
+
height="1"
|
2158
|
+
x="15.000002"
|
2159
|
+
y="13"
|
2160
|
+
rx="0.15156493"
|
2161
|
+
ry="0.065390877" />
|
2162
|
+
<rect
|
2163
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2164
|
+
id="rect5593"
|
2165
|
+
width="22.000004"
|
2166
|
+
height="1"
|
2167
|
+
x="15.000002"
|
2168
|
+
y="15"
|
2169
|
+
rx="0.15156493"
|
2170
|
+
ry="0.065390877" />
|
2171
|
+
<rect
|
2172
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2173
|
+
id="rect5595"
|
2174
|
+
width="22.000004"
|
2175
|
+
height="1"
|
2176
|
+
x="15.000002"
|
2177
|
+
y="17"
|
2178
|
+
rx="0.15156493"
|
2179
|
+
ry="0.065390877" />
|
2180
|
+
<rect
|
2181
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2182
|
+
id="rect5597"
|
2183
|
+
width="22.000004"
|
2184
|
+
height="1"
|
2185
|
+
x="15.000002"
|
2186
|
+
y="19"
|
2187
|
+
rx="0.15156493"
|
2188
|
+
ry="0.065390877" />
|
2189
|
+
<rect
|
2190
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2191
|
+
id="rect5599"
|
2192
|
+
width="22.000004"
|
2193
|
+
height="1"
|
2194
|
+
x="15.000002"
|
2195
|
+
y="21"
|
2196
|
+
rx="0.15156493"
|
2197
|
+
ry="0.065390877" />
|
2198
|
+
<rect
|
2199
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2200
|
+
id="rect5601"
|
2201
|
+
width="22.000004"
|
2202
|
+
height="1"
|
2203
|
+
x="15.000002"
|
2204
|
+
y="23"
|
2205
|
+
rx="0.15156493"
|
2206
|
+
ry="0.065390877" />
|
2207
|
+
<rect
|
2208
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2209
|
+
id="rect5603"
|
2210
|
+
width="9.9000053"
|
2211
|
+
height="1"
|
2212
|
+
x="14.999992"
|
2213
|
+
y="25"
|
2214
|
+
rx="0.068204239"
|
2215
|
+
ry="0.065390877" />
|
2216
|
+
<rect
|
2217
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2218
|
+
id="rect5605"
|
2219
|
+
width="22.000004"
|
2220
|
+
height="1"
|
2221
|
+
x="14.999992"
|
2222
|
+
y="29"
|
2223
|
+
rx="0.15156493"
|
2224
|
+
ry="0.065390877" />
|
2225
|
+
<rect
|
2226
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2227
|
+
id="rect5607"
|
2228
|
+
width="22.000004"
|
2229
|
+
height="1"
|
2230
|
+
x="14.999992"
|
2231
|
+
y="31"
|
2232
|
+
rx="0.15156493"
|
2233
|
+
ry="0.065390877" />
|
2234
|
+
<rect
|
2235
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2236
|
+
id="rect5609"
|
2237
|
+
width="22.000004"
|
2238
|
+
height="1"
|
2239
|
+
x="14.999992"
|
2240
|
+
y="33"
|
2241
|
+
rx="0.15156493"
|
2242
|
+
ry="0.065390877" />
|
2243
|
+
<rect
|
2244
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2245
|
+
id="rect5611"
|
2246
|
+
width="22.000004"
|
2247
|
+
height="1"
|
2248
|
+
x="14.999992"
|
2249
|
+
y="35"
|
2250
|
+
rx="0.15156493"
|
2251
|
+
ry="0.065390877" />
|
2252
|
+
<rect
|
2253
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2254
|
+
id="rect5613"
|
2255
|
+
width="15.400014"
|
2256
|
+
height="1"
|
2257
|
+
x="14.999992"
|
2258
|
+
y="37"
|
2259
|
+
rx="0.10609552"
|
2260
|
+
ry="0.065390877" />
|
2261
|
+
</g>
|
2262
|
+
</g>
|
2263
|
+
</g>
|
2264
|
+
<g
|
2265
|
+
transform="translate(229.41172,366.26488)"
|
2266
|
+
id="g5631">
|
2267
|
+
<g
|
2268
|
+
id="g5633"
|
2269
|
+
inkscape:label="Shadow">
|
2270
|
+
<g
|
2271
|
+
style="display:inline"
|
2272
|
+
id="g5635"
|
2273
|
+
transform="matrix(0.02165152,0,0,0.01485743,43.0076,42.68539)">
|
2274
|
+
<rect
|
2275
|
+
y="-150.69685"
|
2276
|
+
x="-1559.2523"
|
2277
|
+
height="478.35718"
|
2278
|
+
width="1339.6335"
|
2279
|
+
id="rect5637"
|
2280
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#linearGradient5727);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
2281
|
+
<path
|
2282
|
+
inkscape:connector-curvature="0"
|
2283
|
+
sodipodi:nodetypes="cccc"
|
2284
|
+
id="path5639"
|
2285
|
+
d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z"
|
2286
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient5729);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
2287
|
+
<path
|
2288
|
+
inkscape:connector-curvature="0"
|
2289
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient5731);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2290
|
+
d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z"
|
2291
|
+
id="path5641"
|
2292
|
+
sodipodi:nodetypes="cccc" />
|
2293
|
+
</g>
|
2294
|
+
</g>
|
2295
|
+
<g
|
2296
|
+
style="display:inline"
|
2297
|
+
inkscape:label="Base"
|
2298
|
+
id="g5643">
|
2299
|
+
<rect
|
2300
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:url(#radialGradient5733);fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient5735);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2301
|
+
id="rect5645"
|
2302
|
+
width="34.875"
|
2303
|
+
height="40.920494"
|
2304
|
+
x="6.6035528"
|
2305
|
+
y="3.6464462"
|
2306
|
+
ry="1.1490486" />
|
2307
|
+
<rect
|
2308
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient5737);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2309
|
+
id="rect5647"
|
2310
|
+
width="32.775887"
|
2311
|
+
height="38.946384"
|
2312
|
+
x="7.6660538"
|
2313
|
+
y="4.5839462"
|
2314
|
+
ry="0.14904857"
|
2315
|
+
rx="0.14904857" />
|
2316
|
+
<g
|
2317
|
+
transform="translate(0.646447,-0.03798933)"
|
2318
|
+
id="g5649">
|
2319
|
+
<g
|
2320
|
+
id="g5651"
|
2321
|
+
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"
|
2322
|
+
transform="matrix(0.229703,0,0,0.229703,4.967081,4.244972)">
|
2323
|
+
<radialGradient
|
2324
|
+
id="radialGradient5653"
|
2325
|
+
cx="20.892099"
|
2326
|
+
cy="114.5684"
|
2327
|
+
r="5.256"
|
2328
|
+
fx="20.892099"
|
2329
|
+
fy="114.5684"
|
2330
|
+
gradientUnits="userSpaceOnUse">
|
2331
|
+
<stop
|
2332
|
+
offset="0"
|
2333
|
+
style="stop-color:#F0F0F0"
|
2334
|
+
id="stop5655" />
|
2335
|
+
<stop
|
2336
|
+
offset="1"
|
2337
|
+
style="stop-color:#474747"
|
2338
|
+
id="stop5657" />
|
2339
|
+
</radialGradient>
|
2340
|
+
<path
|
2341
|
+
inkscape:connector-curvature="0"
|
2342
|
+
style="stroke:none"
|
2343
|
+
d="m 23.428,113.07 c 0,1.973 -1.6,3.572 -3.573,3.572 -1.974,0 -3.573,-1.6 -3.573,-3.572 0,-1.974 1.6,-3.573 3.573,-3.573 1.973,0 3.573,1.6 3.573,3.573 z"
|
2344
|
+
id="path5659" />
|
2345
|
+
<radialGradient
|
2346
|
+
id="radialGradient5661"
|
2347
|
+
cx="20.892099"
|
2348
|
+
cy="64.567902"
|
2349
|
+
r="5.257"
|
2350
|
+
fx="20.892099"
|
2351
|
+
fy="64.567902"
|
2352
|
+
gradientUnits="userSpaceOnUse">
|
2353
|
+
<stop
|
2354
|
+
offset="0"
|
2355
|
+
style="stop-color:#F0F0F0"
|
2356
|
+
id="stop5663" />
|
2357
|
+
<stop
|
2358
|
+
offset="1"
|
2359
|
+
style="stop-color:#474747"
|
2360
|
+
id="stop5665" />
|
2361
|
+
</radialGradient>
|
2362
|
+
<path
|
2363
|
+
inkscape:connector-curvature="0"
|
2364
|
+
style="stroke:none"
|
2365
|
+
d="m 23.428,63.07 c 0,1.973 -1.6,3.573 -3.573,3.573 -1.974,0 -3.573,-1.6 -3.573,-3.573 0,-1.974 1.6,-3.573 3.573,-3.573 1.973,0 3.573,1.6 3.573,3.573 z"
|
2366
|
+
id="path5667" />
|
2367
|
+
</g>
|
2368
|
+
<path
|
2369
|
+
inkscape:connector-curvature="0"
|
2370
|
+
style="fill:url(#radialGradient5739);fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
|
2371
|
+
d="m 9.9950109,29.952326 c 0,0.453204 -0.3675248,0.820499 -0.8207288,0.820499 -0.4534338,0 -0.8207289,-0.367524 -0.8207289,-0.820499 0,-0.453434 0.3675248,-0.820729 0.8207289,-0.820729 0.453204,0 0.8207288,0.367525 0.8207288,0.820729 z"
|
2372
|
+
id="path5669" />
|
2373
|
+
<path
|
2374
|
+
inkscape:connector-curvature="0"
|
2375
|
+
style="fill:url(#radialGradient5741);fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
|
2376
|
+
d="m 9.9950109,18.467176 c 0,0.453204 -0.3675248,0.820729 -0.8207288,0.820729 -0.4534338,0 -0.8207289,-0.367525 -0.8207289,-0.820729 0,-0.453434 0.3675248,-0.820729 0.8207289,-0.820729 0.453204,0 0.8207288,0.367525 0.8207288,0.820729 z"
|
2377
|
+
id="path5671" />
|
2378
|
+
</g>
|
2379
|
+
<path
|
2380
|
+
inkscape:connector-curvature="0"
|
2381
|
+
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.98855311;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.01754384"
|
2382
|
+
d="m 11.505723,5.4942766 0,37.9065924"
|
2383
|
+
id="path5673"
|
2384
|
+
sodipodi:nodetypes="cc" />
|
2385
|
+
<path
|
2386
|
+
inkscape:connector-curvature="0"
|
2387
|
+
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.20467834"
|
2388
|
+
d="m 12.5,5.0205154 0,38.0177126"
|
2389
|
+
id="path5675"
|
2390
|
+
sodipodi:nodetypes="cc" />
|
2391
|
+
</g>
|
2392
|
+
<g
|
2393
|
+
id="g5677"
|
2394
|
+
inkscape:label="Magnifying Glass"
|
2395
|
+
style="display:inline">
|
2396
|
+
<g
|
2397
|
+
transform="matrix(0.909091,0,0,1,2.363628,0)"
|
2398
|
+
id="g5679">
|
2399
|
+
<rect
|
2400
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2401
|
+
id="rect5681"
|
2402
|
+
width="22.000004"
|
2403
|
+
height="1"
|
2404
|
+
x="15.000002"
|
2405
|
+
y="9"
|
2406
|
+
rx="0.15156493"
|
2407
|
+
ry="0.065390877" />
|
2408
|
+
<rect
|
2409
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2410
|
+
id="rect5683"
|
2411
|
+
width="22.000004"
|
2412
|
+
height="1"
|
2413
|
+
x="15.000002"
|
2414
|
+
y="11"
|
2415
|
+
rx="0.15156493"
|
2416
|
+
ry="0.065390877" />
|
2417
|
+
<rect
|
2418
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2419
|
+
id="rect5685"
|
2420
|
+
width="22.000004"
|
2421
|
+
height="1"
|
2422
|
+
x="15.000002"
|
2423
|
+
y="13"
|
2424
|
+
rx="0.15156493"
|
2425
|
+
ry="0.065390877" />
|
2426
|
+
<rect
|
2427
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2428
|
+
id="rect5687"
|
2429
|
+
width="22.000004"
|
2430
|
+
height="1"
|
2431
|
+
x="15.000002"
|
2432
|
+
y="15"
|
2433
|
+
rx="0.15156493"
|
2434
|
+
ry="0.065390877" />
|
2435
|
+
<rect
|
2436
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2437
|
+
id="rect5689"
|
2438
|
+
width="22.000004"
|
2439
|
+
height="1"
|
2440
|
+
x="15.000002"
|
2441
|
+
y="17"
|
2442
|
+
rx="0.15156493"
|
2443
|
+
ry="0.065390877" />
|
2444
|
+
<rect
|
2445
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2446
|
+
id="rect5691"
|
2447
|
+
width="22.000004"
|
2448
|
+
height="1"
|
2449
|
+
x="15.000002"
|
2450
|
+
y="19"
|
2451
|
+
rx="0.15156493"
|
2452
|
+
ry="0.065390877" />
|
2453
|
+
<rect
|
2454
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2455
|
+
id="rect5693"
|
2456
|
+
width="22.000004"
|
2457
|
+
height="1"
|
2458
|
+
x="15.000002"
|
2459
|
+
y="21"
|
2460
|
+
rx="0.15156493"
|
2461
|
+
ry="0.065390877" />
|
2462
|
+
<rect
|
2463
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2464
|
+
id="rect5695"
|
2465
|
+
width="22.000004"
|
2466
|
+
height="1"
|
2467
|
+
x="15.000002"
|
2468
|
+
y="23"
|
2469
|
+
rx="0.15156493"
|
2470
|
+
ry="0.065390877" />
|
2471
|
+
<rect
|
2472
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2473
|
+
id="rect5697"
|
2474
|
+
width="9.9000053"
|
2475
|
+
height="1"
|
2476
|
+
x="14.999992"
|
2477
|
+
y="25"
|
2478
|
+
rx="0.068204239"
|
2479
|
+
ry="0.065390877" />
|
2480
|
+
<rect
|
2481
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2482
|
+
id="rect5699"
|
2483
|
+
width="22.000004"
|
2484
|
+
height="1"
|
2485
|
+
x="14.999992"
|
2486
|
+
y="29"
|
2487
|
+
rx="0.15156493"
|
2488
|
+
ry="0.065390877" />
|
2489
|
+
<rect
|
2490
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2491
|
+
id="rect5701"
|
2492
|
+
width="22.000004"
|
2493
|
+
height="1"
|
2494
|
+
x="14.999992"
|
2495
|
+
y="31"
|
2496
|
+
rx="0.15156493"
|
2497
|
+
ry="0.065390877" />
|
2498
|
+
<rect
|
2499
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2500
|
+
id="rect5703"
|
2501
|
+
width="22.000004"
|
2502
|
+
height="1"
|
2503
|
+
x="14.999992"
|
2504
|
+
y="33"
|
2505
|
+
rx="0.15156493"
|
2506
|
+
ry="0.065390877" />
|
2507
|
+
<rect
|
2508
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2509
|
+
id="rect5705"
|
2510
|
+
width="22.000004"
|
2511
|
+
height="1"
|
2512
|
+
x="14.999992"
|
2513
|
+
y="35"
|
2514
|
+
rx="0.15156493"
|
2515
|
+
ry="0.065390877" />
|
2516
|
+
<rect
|
2517
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2518
|
+
id="rect5707"
|
2519
|
+
width="15.400014"
|
2520
|
+
height="1"
|
2521
|
+
x="14.999992"
|
2522
|
+
y="37"
|
2523
|
+
rx="0.10609552"
|
2524
|
+
ry="0.065390877" />
|
2525
|
+
</g>
|
2526
|
+
<g
|
2527
|
+
id="g5709"
|
2528
|
+
transform="matrix(0.665377,0,0,0.665377,15.98645,17.90835)">
|
2529
|
+
<ellipse
|
2530
|
+
ry="3.9332814"
|
2531
|
+
rx="16.528622"
|
2532
|
+
cy="37.967922"
|
2533
|
+
cx="24.130018"
|
2534
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.17112301;fill:url(#radialGradient5743);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2535
|
+
id="ellipse5711"
|
2536
|
+
transform="matrix(1.446431,0,0,1.51999,-10.97453,-17.75168)" />
|
2537
|
+
<path
|
2538
|
+
inkscape:connector-curvature="0"
|
2539
|
+
sodipodi:nodetypes="csscccscccscczzzz"
|
2540
|
+
id="path5713"
|
2541
|
+
d="m 18.627569,3.1435548 c -8.13913,0 -14.7448008,6.6056711 -14.7448008,14.7448012 0,8.13913 6.6056708,14.744802 14.7448008,14.744802 3.479555,0 6.551001,-1.384393 9.073723,-3.402647 -0.205377,1.006881 -0.07803,2.035368 0.756144,2.759925 l 10.964084,9.52741 c 1.233416,1.071329 3.087462,0.93096 4.15879,-0.302457 1.071328,-1.233418 0.930959,-3.087462 -0.302457,-4.15879 L 32.313769,27.529188 c -0.671527,-0.583279 -1.492878,-0.755969 -2.306238,-0.642722 1.9867,-2.512422 3.364839,-5.548803 3.364839,-8.99811 0,-8.1391301 -6.605671,-14.7448012 -14.744801,-14.7448012 z m -0.07562,1.2261833 c 7.639459,0 13.291775,4.7889505 13.291775,13.2917749 0,8.675113 -5.81669,13.291775 -13.291775,13.291775 -7.302949,0 -13.2917734,-5.478092 -13.2917734,-13.291775 0,-7.9841069 5.8246384,-13.291775 13.2917734,-13.2917749 z"
|
2542
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#dcdcdc;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5745);stroke-width:3.00581574;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
2543
|
+
<path
|
2544
|
+
inkscape:connector-curvature="0"
|
2545
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#dcdcdc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2546
|
+
d="m 18.602905,3.0803551 c -8.16544,0 -14.7924642,6.627024 -14.7924642,14.7924639 0,8.16544 6.6270242,14.792464 14.7924642,14.792464 3.490803,0 6.572177,-1.388867 9.103055,-3.413645 -0.206041,1.010136 -0.07829,2.041947 0.758587,2.768846 l 10.999526,9.558207 c 1.237403,1.074792 3.097442,0.93397 4.172233,-0.303435 1.074791,-1.237404 0.933968,-3.097442 -0.303435,-4.172233 L 32.333346,27.544815 c -0.673698,-0.585164 -1.497704,-0.758413 -2.313693,-0.644799 1.993122,-2.520544 3.375716,-5.56674 3.375716,-9.027197 0,-8.1654399 -6.627024,-14.7924639 -14.792464,-14.7924639 z m -0.07586,3.1860692 c 6.281108,2e-7 11.378818,5.0977107 11.378818,11.3788187 0,6.281108 -5.09771,11.378818 -11.378818,11.378818 -6.281108,0 -11.3788184,-5.09771 -11.3788184,-11.378818 2e-7,-6.281108 5.0977104,-11.3788187 11.3788184,-11.3788187 z"
|
2547
|
+
id="path5715" />
|
2548
|
+
<path
|
2549
|
+
inkscape:connector-curvature="0"
|
2550
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient5747);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2551
|
+
d="m 39.507004,41.57769 c -0.478672,-2.273187 1.39733,-4.811422 3.584053,-4.788375 0,0 -10.760367,-9.258111 -10.760367,-9.258111 -2.944791,-0.05671 -4.269502,2.272616 -3.776814,4.599922 l 10.953128,9.446564 z"
|
2552
|
+
id="path5717"
|
2553
|
+
sodipodi:nodetypes="ccccc" />
|
2554
|
+
<circle
|
2555
|
+
r="11.048544"
|
2556
|
+
cy="18.920233"
|
2557
|
+
cx="17.500893"
|
2558
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5749);stroke-width:1.20643401;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2559
|
+
id="circle5719"
|
2560
|
+
transform="matrix(1.245743,0,0,1.245743,-3.425346,-6.177033)" />
|
2561
|
+
<rect
|
2562
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.43315507;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.50295389;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2563
|
+
id="rect5721"
|
2564
|
+
width="19.048439"
|
2565
|
+
height="4.4404783"
|
2566
|
+
x="40.373337"
|
2567
|
+
y="0.14086054"
|
2568
|
+
rx="3.2112026"
|
2569
|
+
ry="2.837393"
|
2570
|
+
transform="matrix(0.752986,0.658037,-0.648902,0.760872,0,0)" />
|
2571
|
+
<circle
|
2572
|
+
r="8.3085051"
|
2573
|
+
cy="18.478292"
|
2574
|
+
cx="17.589281"
|
2575
|
+
style="color:#000000;visibility:visible;fill:url(#radialGradient5751);fill-opacity:1;fill-rule:evenodd;stroke:#3063a3;stroke-width:1.07456946;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2576
|
+
id="circle5723"
|
2577
|
+
transform="matrix(1.398614,0,0,1.398614,-6.224338,-8.298958)" />
|
2578
|
+
<path
|
2579
|
+
inkscape:connector-curvature="0"
|
2580
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.83422457;fill:url(#radialGradient5753);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2581
|
+
d="m 18.156915,7.3966938 c -5.20759,0 -9.4245469,4.2169572 -9.4245469,9.4245472 0,1.503975 0.4203072,2.887773 1.0471719,4.149903 1.25238,0.461613 2.582757,0.775683 3.994767,0.775683 6.170955,0 11.099282,-4.861637 11.480106,-10.937129 C 23.523449,8.7641668 21.044374,7.3966938 18.156915,7.3966938 Z"
|
2582
|
+
id="path5725" />
|
2583
|
+
</g>
|
2584
|
+
</g>
|
2585
|
+
</g>
|
2586
|
+
<path
|
2587
|
+
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker6303)"
|
2588
|
+
d="m 503.52082,356.3622 0,24"
|
2589
|
+
id="path6301"
|
2590
|
+
inkscape:connector-curvature="0"
|
2591
|
+
sodipodi:nodetypes="cc" />
|
2592
|
+
<text
|
2593
|
+
xml:space="preserve"
|
2594
|
+
style="font-style:normal;font-weight:normal;font-size:22.5px;line-height:125%;font-family:sans-serif;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"
|
2595
|
+
x="469.29901"
|
2596
|
+
y="413.448"
|
2597
|
+
id="text6931"
|
2598
|
+
sodipodi:linespacing="125%"><tspan
|
2599
|
+
sodipodi:role="line"
|
2600
|
+
id="tspan6933"
|
2601
|
+
x="469.29901"
|
2602
|
+
y="413.448">InnoDB</tspan></text>
|
2603
|
+
<g
|
2604
|
+
transform="translate(514.72085,331.13894)"
|
2605
|
+
id="g7421">
|
2606
|
+
<g
|
2607
|
+
id="g7423"
|
2608
|
+
inkscape:label="Shadow">
|
2609
|
+
<g
|
2610
|
+
style="display:inline"
|
2611
|
+
transform="matrix(0.02105461,0,0,0.02086758,42.85172,41.1536)"
|
2612
|
+
id="g7425">
|
2613
|
+
<rect
|
2614
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#linearGradient7499);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2615
|
+
id="rect7427"
|
2616
|
+
width="1339.6335"
|
2617
|
+
height="478.35718"
|
2618
|
+
x="-1559.2523"
|
2619
|
+
y="-150.69685" />
|
2620
|
+
<path
|
2621
|
+
inkscape:connector-curvature="0"
|
2622
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient7501);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2623
|
+
d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z"
|
2624
|
+
id="path7429"
|
2625
|
+
sodipodi:nodetypes="cccc" />
|
2626
|
+
<path
|
2627
|
+
inkscape:connector-curvature="0"
|
2628
|
+
sodipodi:nodetypes="cccc"
|
2629
|
+
id="path7431"
|
2630
|
+
d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z"
|
2631
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient7503);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
2632
|
+
</g>
|
2633
|
+
</g>
|
2634
|
+
<g
|
2635
|
+
style="display:inline"
|
2636
|
+
inkscape:label="Base"
|
2637
|
+
id="g7433">
|
2638
|
+
<rect
|
2639
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:url(#radialGradient7505);fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient7507);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2640
|
+
id="rect7435"
|
2641
|
+
width="34.875"
|
2642
|
+
height="40.920494"
|
2643
|
+
x="6.6035528"
|
2644
|
+
y="3.6464462"
|
2645
|
+
ry="1.1490486" />
|
2646
|
+
<rect
|
2647
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient7509);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2648
|
+
id="rect7437"
|
2649
|
+
width="32.775887"
|
2650
|
+
height="38.946384"
|
2651
|
+
x="7.6660538"
|
2652
|
+
y="4.5839462"
|
2653
|
+
ry="0.14904857"
|
2654
|
+
rx="0.14904857" />
|
2655
|
+
<g
|
2656
|
+
transform="translate(0.646447,-0.03798933)"
|
2657
|
+
id="g7439">
|
2658
|
+
<g
|
2659
|
+
id="g7441"
|
2660
|
+
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"
|
2661
|
+
transform="matrix(0.229703,0,0,0.229703,4.967081,4.244972)">
|
2662
|
+
<radialGradient
|
2663
|
+
id="radialGradient7443"
|
2664
|
+
cx="20.892099"
|
2665
|
+
cy="114.5684"
|
2666
|
+
r="5.256"
|
2667
|
+
fx="20.892099"
|
2668
|
+
fy="114.5684"
|
2669
|
+
gradientUnits="userSpaceOnUse">
|
2670
|
+
<stop
|
2671
|
+
offset="0"
|
2672
|
+
style="stop-color:#F0F0F0"
|
2673
|
+
id="stop7445" />
|
2674
|
+
<stop
|
2675
|
+
offset="1"
|
2676
|
+
style="stop-color:#474747"
|
2677
|
+
id="stop7447" />
|
2678
|
+
</radialGradient>
|
2679
|
+
<path
|
2680
|
+
inkscape:connector-curvature="0"
|
2681
|
+
style="stroke:none"
|
2682
|
+
d="m 23.428,113.07 c 0,1.973 -1.6,3.572 -3.573,3.572 -1.974,0 -3.573,-1.6 -3.573,-3.572 0,-1.974 1.6,-3.573 3.573,-3.573 1.973,0 3.573,1.6 3.573,3.573 z"
|
2683
|
+
id="path7449" />
|
2684
|
+
<radialGradient
|
2685
|
+
id="radialGradient7451"
|
2686
|
+
cx="20.892099"
|
2687
|
+
cy="64.567902"
|
2688
|
+
r="5.257"
|
2689
|
+
fx="20.892099"
|
2690
|
+
fy="64.567902"
|
2691
|
+
gradientUnits="userSpaceOnUse">
|
2692
|
+
<stop
|
2693
|
+
offset="0"
|
2694
|
+
style="stop-color:#F0F0F0"
|
2695
|
+
id="stop7453" />
|
2696
|
+
<stop
|
2697
|
+
offset="1"
|
2698
|
+
style="stop-color:#474747"
|
2699
|
+
id="stop7455" />
|
2700
|
+
</radialGradient>
|
2701
|
+
<path
|
2702
|
+
inkscape:connector-curvature="0"
|
2703
|
+
style="stroke:none"
|
2704
|
+
d="m 23.428,63.07 c 0,1.973 -1.6,3.573 -3.573,3.573 -1.974,0 -3.573,-1.6 -3.573,-3.573 0,-1.974 1.6,-3.573 3.573,-3.573 1.973,0 3.573,1.6 3.573,3.573 z"
|
2705
|
+
id="path7457" />
|
2706
|
+
</g>
|
2707
|
+
<path
|
2708
|
+
inkscape:connector-curvature="0"
|
2709
|
+
style="fill:url(#radialGradient7511);fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
|
2710
|
+
d="m 9.9950109,29.952326 c 0,0.453204 -0.3675248,0.820499 -0.8207288,0.820499 -0.4534338,0 -0.8207289,-0.367524 -0.8207289,-0.820499 0,-0.453434 0.3675248,-0.820729 0.8207289,-0.820729 0.453204,0 0.8207288,0.367525 0.8207288,0.820729 z"
|
2711
|
+
id="path7459" />
|
2712
|
+
<path
|
2713
|
+
inkscape:connector-curvature="0"
|
2714
|
+
style="fill:url(#radialGradient7513);fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
|
2715
|
+
d="m 9.9950109,18.467176 c 0,0.453204 -0.3675248,0.820729 -0.8207288,0.820729 -0.4534338,0 -0.8207289,-0.367525 -0.8207289,-0.820729 0,-0.453434 0.3675248,-0.820729 0.8207289,-0.820729 0.453204,0 0.8207288,0.367525 0.8207288,0.820729 z"
|
2716
|
+
id="path7461" />
|
2717
|
+
</g>
|
2718
|
+
<path
|
2719
|
+
inkscape:connector-curvature="0"
|
2720
|
+
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.98855311;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.01754384"
|
2721
|
+
d="m 11.505723,5.4942766 0,37.9065924"
|
2722
|
+
id="path7463"
|
2723
|
+
sodipodi:nodetypes="cc" />
|
2724
|
+
<path
|
2725
|
+
inkscape:connector-curvature="0"
|
2726
|
+
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.20467834"
|
2727
|
+
d="m 12.5,5.0205154 0,38.0177126"
|
2728
|
+
id="path7465"
|
2729
|
+
sodipodi:nodetypes="cc" />
|
2730
|
+
</g>
|
2731
|
+
<g
|
2732
|
+
id="g7467"
|
2733
|
+
inkscape:label="Text"
|
2734
|
+
style="display:inline">
|
2735
|
+
<g
|
2736
|
+
transform="matrix(0.909091,0,0,1,2.363628,0)"
|
2737
|
+
id="g7469">
|
2738
|
+
<rect
|
2739
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2740
|
+
id="rect7471"
|
2741
|
+
width="22.000004"
|
2742
|
+
height="1"
|
2743
|
+
x="15.000002"
|
2744
|
+
y="9"
|
2745
|
+
rx="0.15156493"
|
2746
|
+
ry="0.065390877" />
|
2747
|
+
<rect
|
2748
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2749
|
+
id="rect7473"
|
2750
|
+
width="22.000004"
|
2751
|
+
height="1"
|
2752
|
+
x="15.000002"
|
2753
|
+
y="11"
|
2754
|
+
rx="0.15156493"
|
2755
|
+
ry="0.065390877" />
|
2756
|
+
<rect
|
2757
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2758
|
+
id="rect7475"
|
2759
|
+
width="22.000004"
|
2760
|
+
height="1"
|
2761
|
+
x="15.000002"
|
2762
|
+
y="13"
|
2763
|
+
rx="0.15156493"
|
2764
|
+
ry="0.065390877" />
|
2765
|
+
<rect
|
2766
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2767
|
+
id="rect7477"
|
2768
|
+
width="22.000004"
|
2769
|
+
height="1"
|
2770
|
+
x="15.000002"
|
2771
|
+
y="15"
|
2772
|
+
rx="0.15156493"
|
2773
|
+
ry="0.065390877" />
|
2774
|
+
<rect
|
2775
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2776
|
+
id="rect7479"
|
2777
|
+
width="22.000004"
|
2778
|
+
height="1"
|
2779
|
+
x="15.000002"
|
2780
|
+
y="17"
|
2781
|
+
rx="0.15156493"
|
2782
|
+
ry="0.065390877" />
|
2783
|
+
<rect
|
2784
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2785
|
+
id="rect7481"
|
2786
|
+
width="22.000004"
|
2787
|
+
height="1"
|
2788
|
+
x="15.000002"
|
2789
|
+
y="19"
|
2790
|
+
rx="0.15156493"
|
2791
|
+
ry="0.065390877" />
|
2792
|
+
<rect
|
2793
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2794
|
+
id="rect7483"
|
2795
|
+
width="22.000004"
|
2796
|
+
height="1"
|
2797
|
+
x="15.000002"
|
2798
|
+
y="21"
|
2799
|
+
rx="0.15156493"
|
2800
|
+
ry="0.065390877" />
|
2801
|
+
<rect
|
2802
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2803
|
+
id="rect7485"
|
2804
|
+
width="22.000004"
|
2805
|
+
height="1"
|
2806
|
+
x="15.000002"
|
2807
|
+
y="23"
|
2808
|
+
rx="0.15156493"
|
2809
|
+
ry="0.065390877" />
|
2810
|
+
<rect
|
2811
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2812
|
+
id="rect7487"
|
2813
|
+
width="9.9000053"
|
2814
|
+
height="1"
|
2815
|
+
x="14.999992"
|
2816
|
+
y="25"
|
2817
|
+
rx="0.068204239"
|
2818
|
+
ry="0.065390877" />
|
2819
|
+
<rect
|
2820
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2821
|
+
id="rect7489"
|
2822
|
+
width="22.000004"
|
2823
|
+
height="1"
|
2824
|
+
x="14.999992"
|
2825
|
+
y="29"
|
2826
|
+
rx="0.15156493"
|
2827
|
+
ry="0.065390877" />
|
2828
|
+
<rect
|
2829
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2830
|
+
id="rect7491"
|
2831
|
+
width="22.000004"
|
2832
|
+
height="1"
|
2833
|
+
x="14.999992"
|
2834
|
+
y="31"
|
2835
|
+
rx="0.15156493"
|
2836
|
+
ry="0.065390877" />
|
2837
|
+
<rect
|
2838
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2839
|
+
id="rect7493"
|
2840
|
+
width="22.000004"
|
2841
|
+
height="1"
|
2842
|
+
x="14.999992"
|
2843
|
+
y="33"
|
2844
|
+
rx="0.15156493"
|
2845
|
+
ry="0.065390877" />
|
2846
|
+
<rect
|
2847
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2848
|
+
id="rect7495"
|
2849
|
+
width="22.000004"
|
2850
|
+
height="1"
|
2851
|
+
x="14.999992"
|
2852
|
+
y="35"
|
2853
|
+
rx="0.15156493"
|
2854
|
+
ry="0.065390877" />
|
2855
|
+
<rect
|
2856
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2857
|
+
id="rect7497"
|
2858
|
+
width="15.400014"
|
2859
|
+
height="1"
|
2860
|
+
x="14.999992"
|
2861
|
+
y="37"
|
2862
|
+
rx="0.10609552"
|
2863
|
+
ry="0.065390877" />
|
2864
|
+
</g>
|
2865
|
+
</g>
|
2866
|
+
</g>
|
2867
|
+
<path
|
2868
|
+
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker8000)"
|
2869
|
+
d="m 433,356.3622 0,95"
|
2870
|
+
id="path7998"
|
2871
|
+
inkscape:connector-curvature="0" />
|
2872
|
+
<g
|
2873
|
+
transform="translate(407.10411,372.36286)"
|
2874
|
+
id="g7593">
|
2875
|
+
<g
|
2876
|
+
id="g7595"
|
2877
|
+
inkscape:label="Shadow">
|
2878
|
+
<g
|
2879
|
+
style="display:inline"
|
2880
|
+
id="g7597"
|
2881
|
+
transform="matrix(0.02165152,0,0,0.01485743,43.0076,42.68539)">
|
2882
|
+
<rect
|
2883
|
+
y="-150.69685"
|
2884
|
+
x="-1559.2523"
|
2885
|
+
height="478.35718"
|
2886
|
+
width="1339.6335"
|
2887
|
+
id="rect7599"
|
2888
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#linearGradient7689);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
2889
|
+
<path
|
2890
|
+
inkscape:connector-curvature="0"
|
2891
|
+
sodipodi:nodetypes="cccc"
|
2892
|
+
id="path7601"
|
2893
|
+
d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z"
|
2894
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient7691);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
2895
|
+
<path
|
2896
|
+
inkscape:connector-curvature="0"
|
2897
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient7693);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2898
|
+
d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z"
|
2899
|
+
id="path7603"
|
2900
|
+
sodipodi:nodetypes="cccc" />
|
2901
|
+
</g>
|
2902
|
+
</g>
|
2903
|
+
<g
|
2904
|
+
style="display:inline"
|
2905
|
+
inkscape:label="Base"
|
2906
|
+
id="g7605">
|
2907
|
+
<rect
|
2908
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:url(#radialGradient7695);fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient7697);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2909
|
+
id="rect7607"
|
2910
|
+
width="34.875"
|
2911
|
+
height="40.920494"
|
2912
|
+
x="6.6035528"
|
2913
|
+
y="3.6464462"
|
2914
|
+
ry="1.1490486" />
|
2915
|
+
<rect
|
2916
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient7699);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
2917
|
+
id="rect7609"
|
2918
|
+
width="32.775887"
|
2919
|
+
height="38.946384"
|
2920
|
+
x="7.6660538"
|
2921
|
+
y="4.5839462"
|
2922
|
+
ry="0.14904857"
|
2923
|
+
rx="0.14904857" />
|
2924
|
+
<g
|
2925
|
+
transform="translate(0.646447,-0.03798933)"
|
2926
|
+
id="g7611">
|
2927
|
+
<g
|
2928
|
+
id="g7613"
|
2929
|
+
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"
|
2930
|
+
transform="matrix(0.229703,0,0,0.229703,4.967081,4.244972)">
|
2931
|
+
<radialGradient
|
2932
|
+
id="radialGradient7615"
|
2933
|
+
cx="20.892099"
|
2934
|
+
cy="114.5684"
|
2935
|
+
r="5.256"
|
2936
|
+
fx="20.892099"
|
2937
|
+
fy="114.5684"
|
2938
|
+
gradientUnits="userSpaceOnUse">
|
2939
|
+
<stop
|
2940
|
+
offset="0"
|
2941
|
+
style="stop-color:#F0F0F0"
|
2942
|
+
id="stop7617" />
|
2943
|
+
<stop
|
2944
|
+
offset="1"
|
2945
|
+
style="stop-color:#474747"
|
2946
|
+
id="stop7619" />
|
2947
|
+
</radialGradient>
|
2948
|
+
<path
|
2949
|
+
inkscape:connector-curvature="0"
|
2950
|
+
style="stroke:none"
|
2951
|
+
d="m 23.428,113.07 c 0,1.973 -1.6,3.572 -3.573,3.572 -1.974,0 -3.573,-1.6 -3.573,-3.572 0,-1.974 1.6,-3.573 3.573,-3.573 1.973,0 3.573,1.6 3.573,3.573 z"
|
2952
|
+
id="path7621" />
|
2953
|
+
<radialGradient
|
2954
|
+
id="radialGradient7623"
|
2955
|
+
cx="20.892099"
|
2956
|
+
cy="64.567902"
|
2957
|
+
r="5.257"
|
2958
|
+
fx="20.892099"
|
2959
|
+
fy="64.567902"
|
2960
|
+
gradientUnits="userSpaceOnUse">
|
2961
|
+
<stop
|
2962
|
+
offset="0"
|
2963
|
+
style="stop-color:#F0F0F0"
|
2964
|
+
id="stop7625" />
|
2965
|
+
<stop
|
2966
|
+
offset="1"
|
2967
|
+
style="stop-color:#474747"
|
2968
|
+
id="stop7627" />
|
2969
|
+
</radialGradient>
|
2970
|
+
<path
|
2971
|
+
inkscape:connector-curvature="0"
|
2972
|
+
style="stroke:none"
|
2973
|
+
d="m 23.428,63.07 c 0,1.973 -1.6,3.573 -3.573,3.573 -1.974,0 -3.573,-1.6 -3.573,-3.573 0,-1.974 1.6,-3.573 3.573,-3.573 1.973,0 3.573,1.6 3.573,3.573 z"
|
2974
|
+
id="path7629" />
|
2975
|
+
</g>
|
2976
|
+
<path
|
2977
|
+
inkscape:connector-curvature="0"
|
2978
|
+
style="fill:url(#radialGradient7701);fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
|
2979
|
+
d="m 9.9950109,29.952326 c 0,0.453204 -0.3675248,0.820499 -0.8207288,0.820499 -0.4534338,0 -0.8207289,-0.367524 -0.8207289,-0.820499 0,-0.453434 0.3675248,-0.820729 0.8207289,-0.820729 0.453204,0 0.8207288,0.367525 0.8207288,0.820729 z"
|
2980
|
+
id="path7631" />
|
2981
|
+
<path
|
2982
|
+
inkscape:connector-curvature="0"
|
2983
|
+
style="fill:url(#radialGradient7703);fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
|
2984
|
+
d="m 9.9950109,18.467176 c 0,0.453204 -0.3675248,0.820729 -0.8207288,0.820729 -0.4534338,0 -0.8207289,-0.367525 -0.8207289,-0.820729 0,-0.453434 0.3675248,-0.820729 0.8207289,-0.820729 0.453204,0 0.8207288,0.367525 0.8207288,0.820729 z"
|
2985
|
+
id="path7633" />
|
2986
|
+
</g>
|
2987
|
+
<path
|
2988
|
+
inkscape:connector-curvature="0"
|
2989
|
+
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.98855311;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.01754384"
|
2990
|
+
d="m 11.505723,5.4942766 0,37.9065924"
|
2991
|
+
id="path7635"
|
2992
|
+
sodipodi:nodetypes="cc" />
|
2993
|
+
<path
|
2994
|
+
inkscape:connector-curvature="0"
|
2995
|
+
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.20467834"
|
2996
|
+
d="m 12.5,5.0205154 0,38.0177126"
|
2997
|
+
id="path7637"
|
2998
|
+
sodipodi:nodetypes="cc" />
|
2999
|
+
</g>
|
3000
|
+
<g
|
3001
|
+
id="g7639"
|
3002
|
+
inkscape:label="Magnifying Glass"
|
3003
|
+
style="display:inline">
|
3004
|
+
<g
|
3005
|
+
transform="matrix(0.909091,0,0,1,2.363628,0)"
|
3006
|
+
id="g7641">
|
3007
|
+
<rect
|
3008
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
3009
|
+
id="rect7643"
|
3010
|
+
width="22.000004"
|
3011
|
+
height="1"
|
3012
|
+
x="15.000002"
|
3013
|
+
y="9"
|
3014
|
+
rx="0.15156493"
|
3015
|
+
ry="0.065390877" />
|
3016
|
+
<rect
|
3017
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
3018
|
+
id="rect7645"
|
3019
|
+
width="22.000004"
|
3020
|
+
height="1"
|
3021
|
+
x="15.000002"
|
3022
|
+
y="11"
|
3023
|
+
rx="0.15156493"
|
3024
|
+
ry="0.065390877" />
|
3025
|
+
<rect
|
3026
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
3027
|
+
id="rect7647"
|
3028
|
+
width="22.000004"
|
3029
|
+
height="1"
|
3030
|
+
x="15.000002"
|
3031
|
+
y="13"
|
3032
|
+
rx="0.15156493"
|
3033
|
+
ry="0.065390877" />
|
3034
|
+
<rect
|
3035
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
3036
|
+
id="rect7649"
|
3037
|
+
width="22.000004"
|
3038
|
+
height="1"
|
3039
|
+
x="15.000002"
|
3040
|
+
y="15"
|
3041
|
+
rx="0.15156493"
|
3042
|
+
ry="0.065390877" />
|
3043
|
+
<rect
|
3044
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
3045
|
+
id="rect7651"
|
3046
|
+
width="22.000004"
|
3047
|
+
height="1"
|
3048
|
+
x="15.000002"
|
3049
|
+
y="17"
|
3050
|
+
rx="0.15156493"
|
3051
|
+
ry="0.065390877" />
|
3052
|
+
<rect
|
3053
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
3054
|
+
id="rect7653"
|
3055
|
+
width="22.000004"
|
3056
|
+
height="1"
|
3057
|
+
x="15.000002"
|
3058
|
+
y="19"
|
3059
|
+
rx="0.15156493"
|
3060
|
+
ry="0.065390877" />
|
3061
|
+
<rect
|
3062
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
3063
|
+
id="rect7655"
|
3064
|
+
width="22.000004"
|
3065
|
+
height="1"
|
3066
|
+
x="15.000002"
|
3067
|
+
y="21"
|
3068
|
+
rx="0.15156493"
|
3069
|
+
ry="0.065390877" />
|
3070
|
+
<rect
|
3071
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
3072
|
+
id="rect7657"
|
3073
|
+
width="22.000004"
|
3074
|
+
height="1"
|
3075
|
+
x="15.000002"
|
3076
|
+
y="23"
|
3077
|
+
rx="0.15156493"
|
3078
|
+
ry="0.065390877" />
|
3079
|
+
<rect
|
3080
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
3081
|
+
id="rect7659"
|
3082
|
+
width="9.9000053"
|
3083
|
+
height="1"
|
3084
|
+
x="14.999992"
|
3085
|
+
y="25"
|
3086
|
+
rx="0.068204239"
|
3087
|
+
ry="0.065390877" />
|
3088
|
+
<rect
|
3089
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
3090
|
+
id="rect7661"
|
3091
|
+
width="22.000004"
|
3092
|
+
height="1"
|
3093
|
+
x="14.999992"
|
3094
|
+
y="29"
|
3095
|
+
rx="0.15156493"
|
3096
|
+
ry="0.065390877" />
|
3097
|
+
<rect
|
3098
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
3099
|
+
id="rect7663"
|
3100
|
+
width="22.000004"
|
3101
|
+
height="1"
|
3102
|
+
x="14.999992"
|
3103
|
+
y="31"
|
3104
|
+
rx="0.15156493"
|
3105
|
+
ry="0.065390877" />
|
3106
|
+
<rect
|
3107
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
3108
|
+
id="rect7665"
|
3109
|
+
width="22.000004"
|
3110
|
+
height="1"
|
3111
|
+
x="14.999992"
|
3112
|
+
y="33"
|
3113
|
+
rx="0.15156493"
|
3114
|
+
ry="0.065390877" />
|
3115
|
+
<rect
|
3116
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
3117
|
+
id="rect7667"
|
3118
|
+
width="22.000004"
|
3119
|
+
height="1"
|
3120
|
+
x="14.999992"
|
3121
|
+
y="35"
|
3122
|
+
rx="0.15156493"
|
3123
|
+
ry="0.065390877" />
|
3124
|
+
<rect
|
3125
|
+
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
3126
|
+
id="rect7669"
|
3127
|
+
width="15.400014"
|
3128
|
+
height="1"
|
3129
|
+
x="14.999992"
|
3130
|
+
y="37"
|
3131
|
+
rx="0.10609552"
|
3132
|
+
ry="0.065390877" />
|
3133
|
+
</g>
|
3134
|
+
<g
|
3135
|
+
id="g7671"
|
3136
|
+
transform="matrix(0.665377,0,0,0.665377,15.98645,17.90835)">
|
3137
|
+
<ellipse
|
3138
|
+
ry="3.9332814"
|
3139
|
+
rx="16.528622"
|
3140
|
+
cy="37.967922"
|
3141
|
+
cx="24.130018"
|
3142
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.17112301;fill:url(#radialGradient7705);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
3143
|
+
id="ellipse7673"
|
3144
|
+
transform="matrix(1.446431,0,0,1.51999,-10.97453,-17.75168)" />
|
3145
|
+
<path
|
3146
|
+
inkscape:connector-curvature="0"
|
3147
|
+
sodipodi:nodetypes="csscccscccscczzzz"
|
3148
|
+
id="path7675"
|
3149
|
+
d="m 18.627569,3.1435548 c -8.13913,0 -14.7448008,6.6056711 -14.7448008,14.7448012 0,8.13913 6.6056708,14.744802 14.7448008,14.744802 3.479555,0 6.551001,-1.384393 9.073723,-3.402647 -0.205377,1.006881 -0.07803,2.035368 0.756144,2.759925 l 10.964084,9.52741 c 1.233416,1.071329 3.087462,0.93096 4.15879,-0.302457 1.071328,-1.233418 0.930959,-3.087462 -0.302457,-4.15879 L 32.313769,27.529188 c -0.671527,-0.583279 -1.492878,-0.755969 -2.306238,-0.642722 1.9867,-2.512422 3.364839,-5.548803 3.364839,-8.99811 0,-8.1391301 -6.605671,-14.7448012 -14.744801,-14.7448012 z m -0.07562,1.2261833 c 7.639459,0 13.291775,4.7889505 13.291775,13.2917749 0,8.675113 -5.81669,13.291775 -13.291775,13.291775 -7.302949,0 -13.2917734,-5.478092 -13.2917734,-13.291775 0,-7.9841069 5.8246384,-13.291775 13.2917734,-13.2917749 z"
|
3150
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#dcdcdc;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient7707);stroke-width:3.00581574;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
3151
|
+
<path
|
3152
|
+
inkscape:connector-curvature="0"
|
3153
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#dcdcdc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
3154
|
+
d="m 18.602905,3.0803551 c -8.16544,0 -14.7924642,6.627024 -14.7924642,14.7924639 0,8.16544 6.6270242,14.792464 14.7924642,14.792464 3.490803,0 6.572177,-1.388867 9.103055,-3.413645 -0.206041,1.010136 -0.07829,2.041947 0.758587,2.768846 l 10.999526,9.558207 c 1.237403,1.074792 3.097442,0.93397 4.172233,-0.303435 1.074791,-1.237404 0.933968,-3.097442 -0.303435,-4.172233 L 32.333346,27.544815 c -0.673698,-0.585164 -1.497704,-0.758413 -2.313693,-0.644799 1.993122,-2.520544 3.375716,-5.56674 3.375716,-9.027197 0,-8.1654399 -6.627024,-14.7924639 -14.792464,-14.7924639 z m -0.07586,3.1860692 c 6.281108,2e-7 11.378818,5.0977107 11.378818,11.3788187 0,6.281108 -5.09771,11.378818 -11.378818,11.378818 -6.281108,0 -11.3788184,-5.09771 -11.3788184,-11.378818 2e-7,-6.281108 5.0977104,-11.3788187 11.3788184,-11.3788187 z"
|
3155
|
+
id="path7677" />
|
3156
|
+
<path
|
3157
|
+
inkscape:connector-curvature="0"
|
3158
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient7709);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
3159
|
+
d="m 39.507004,41.57769 c -0.478672,-2.273187 1.39733,-4.811422 3.584053,-4.788375 0,0 -10.760367,-9.258111 -10.760367,-9.258111 -2.944791,-0.05671 -4.269502,2.272616 -3.776814,4.599922 l 10.953128,9.446564 z"
|
3160
|
+
id="path7679"
|
3161
|
+
sodipodi:nodetypes="ccccc" />
|
3162
|
+
<circle
|
3163
|
+
r="11.048544"
|
3164
|
+
cy="18.920233"
|
3165
|
+
cx="17.500893"
|
3166
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient7711);stroke-width:1.20643401;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
3167
|
+
id="circle7681"
|
3168
|
+
transform="matrix(1.245743,0,0,1.245743,-3.425346,-6.177033)" />
|
3169
|
+
<rect
|
3170
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.43315507;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.50295389;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
3171
|
+
id="rect7683"
|
3172
|
+
width="19.048439"
|
3173
|
+
height="4.4404783"
|
3174
|
+
x="40.373337"
|
3175
|
+
y="0.14086054"
|
3176
|
+
rx="3.2112026"
|
3177
|
+
ry="2.837393"
|
3178
|
+
transform="matrix(0.752986,0.658037,-0.648902,0.760872,0,0)" />
|
3179
|
+
<circle
|
3180
|
+
r="8.3085051"
|
3181
|
+
cy="18.478292"
|
3182
|
+
cx="17.589281"
|
3183
|
+
style="color:#000000;visibility:visible;fill:url(#radialGradient7713);fill-opacity:1;fill-rule:evenodd;stroke:#3063a3;stroke-width:1.07456946;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
3184
|
+
id="circle7685"
|
3185
|
+
transform="matrix(1.398614,0,0,1.398614,-6.224338,-8.298958)" />
|
3186
|
+
<path
|
3187
|
+
inkscape:connector-curvature="0"
|
3188
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.83422457;fill:url(#radialGradient7715);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
3189
|
+
d="m 18.156915,7.3966938 c -5.20759,0 -9.4245469,4.2169572 -9.4245469,9.4245472 0,1.503975 0.4203072,2.887773 1.0471719,4.149903 1.25238,0.461613 2.582757,0.775683 3.994767,0.775683 6.170955,0 11.099282,-4.861637 11.480106,-10.937129 C 23.523449,8.7641668 21.044374,7.3966938 18.156915,7.3966938 Z"
|
3190
|
+
id="path7687" />
|
3191
|
+
</g>
|
3192
|
+
</g>
|
3193
|
+
</g>
|
3194
|
+
<text
|
3195
|
+
xml:space="preserve"
|
3196
|
+
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;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"
|
3197
|
+
x="300.53345"
|
3198
|
+
y="548.95972"
|
3199
|
+
id="text8270"
|
3200
|
+
sodipodi:linespacing="125%"><tspan
|
3201
|
+
sodipodi:role="line"
|
3202
|
+
id="tspan8272"
|
3203
|
+
x="300.53345"
|
3204
|
+
y="548.95972" /></text>
|
3205
|
+
<text
|
3206
|
+
xml:space="preserve"
|
3207
|
+
style="font-style:normal;font-weight:normal;font-size:8px;line-height:125%;font-family:sans-serif;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
3208
|
+
x="341.35001"
|
3209
|
+
y="526.03406"
|
3210
|
+
id="text8274"
|
3211
|
+
sodipodi:linespacing="125%"><tspan
|
3212
|
+
sodipodi:role="line"
|
3213
|
+
id="tspan8286"
|
3214
|
+
x="341.35001"
|
3215
|
+
y="526.03406">by Groongaプロジェクト</tspan></text>
|
3216
|
+
<text
|
3217
|
+
sodipodi:linespacing="125%"
|
3218
|
+
id="text8288"
|
3219
|
+
y="350.6716"
|
3220
|
+
x="342.0571"
|
3221
|
+
style="font-style:normal;font-weight:normal;font-size:8px;line-height:125%;font-family:sans-serif;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
3222
|
+
xml:space="preserve"><tspan
|
3223
|
+
y="350.6716"
|
3224
|
+
x="342.0571"
|
3225
|
+
id="tspan8290"
|
3226
|
+
sodipodi:role="line">by Mroongaプロジェクト</tspan></text>
|
3227
|
+
</g>
|
3228
|
+
</svg>
|