-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
258 lines (241 loc) · 21.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
<!DOCTYPE html>
<html>
<head>
<title>ELUDED</title>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes">
<meta property="og:type" content="place" />
<meta property="og:url" content="http://eluded.github.io" />
<meta property="og:title" content="ELUDED" />
<meta property="og:description" content="Eluded is an open source audio visual experience released under GNU/GPL license. Concept and development by Hirad Sab. Music by Ash Koosha." />
<meta property="og:image" content="http://eluded.github.io/img/og-img.png" />
<meta property="place:location:latitude" content="-4.915833" />
<meta property="place:location:longitude" content="-166.552734" />
<meta name="description" content="Eluded is an open source audio visual experience released under GNU/GPL license. Concept and development by Hirad Sab. Music by Ash Koosha." />
<link rel="stylesheet" href="eluded_vr.css" type="text/css" />
<script src="https://code.jquery.com/jquery-2.2.3.min.js"></script>
<script type="text/javascript" src="js/controls.js"></script>
<script type="text/javascript" src="js/url.min.js"></script>
<script type="text/javascript" src="js/screenfull.min.js"></script>
<script type="text/javascript" src="js/eluded.js"></script>
<script type="text/javascript" src="b4w.min.js"></script>
<link rel="apple-touch-icon" sizes="57x57" href="/favicons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/favicons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/favicons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicons/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="/favicons/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/favicons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/favicons/manifest.json">
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#d7ab78">
<link rel="shortcut icon" href="/favicons/favicon.ico">
<meta name="msapplication-TileColor" content="#000000">
<meta name="msapplication-TileImage" content="/favicons/mstile-144x144.png">
<meta name="msapplication-config" content="/favicons/browserconfig.xml">
<meta name="theme-color" content="#000000">
</head>
<body>
<div class="ui anim">
<div class="ui-contents anim">
<img src="img/logo.svg" alt="" style="display: none">
<div class="mobile-buttons">
<a href="#" class="buttons anim" onclick="load_regular(null)">REGULAR</a>
<a href="#" class="buttons anim" onclick="load_regular(1)">CARDBOARD V1</a>
<a href="#" class="buttons anim" onclick="load_regular(2)">CARDBOARD V2</a>
</div>
<div class="desktop-buttons">
<a href="#" class="buttons anim regular-button" onclick="load_regular(null)" >REGULAR</a>
<a href="#" class="buttons anim vr-button" onclick="load_regular(0)">OCULUS</a>
</div>
<div id="webgl-message" class="message">
<div>This experience requires WebGL to be supported and enabled.</div>
<div id="webgl-error" ></div>
</div>
<div id="vr-message" class="message anim">
VR experience on non-mobile devices requires WebVR enabled browsers.<br>
Refer to <a href="https://github.com/Eluded/eluded.github.io#webvr-installation" target="_blank">this guide</a> for installation or try an alternative version on your phone using Cardboard.
</div>
</div>
</div>
<div class="footer anim">
<div id="credits-left" class="credits">
Concept & Development by <a href="http://hiradsab.com/">Hirad Sab</a>
</div>
<div id="credits-right" class="credits">
Music by <a href="http://www.ashkoosha.com/">Ash Koosha</a>
</div>
<div class="license">
<p>
Eluded is an open source experience released under <a href="http://www.gnu.org/licenses/gpl-3.0.html" target="_blank">GNU/GPL License</a>.
It utilizes <a href="http://www.gnu.org/licenses/gpl-3.0.html" target="_blank">Blend4Web</a> for WebGL purposes, <a href="https://jquery.com/" target="_blank">jQuery</a> for UI needs, and <a href="https://www.blender.org/" target="_blank">Blender</a> for asset creation.
Feel free to modify, share, and explore.<br>
<a href="https://github.com/Eluded/eluded.github.io" target="_blank">Source Code</a>
</p>
</div>
</div>
<div class="regular-controls">
Click outside of this box to enter eye view. Press <u>Esc</u> any time to show the pointer.<br><br>
Press the following keys to change quality and improve performance.
<ul>
<li>1: LowQ / </li>
<li>2: HighQ / </li>
<li>3: UltraQ</li>
</ul>
</div>
<div class="bg" class="">
<svg viewBox="0 0 3000 3000" width="100%" height="100%" preserveAspectRatio="none" >
<path fill-rule="evenodd" clip-rule="evenodd" fill="#0000FF" d="M2554.744,0c-1.625,9.927-0.578,19.925-0.691,29.886
c-0.056,4.923-1.036,7.724-6.693,9.071c-8.545,2.035-14.075,8.658-18.975,15.592c-10.567,14.958-16.62,31.925-21.523,49.26
c-8.635,30.533-13.251,61.825-16.604,93.308c-6.222,58.408-6.782,117.023-6.777,175.681
c0.063,754.771,0.056,1509.542,0.01,2264.313c-0.003,44.668,1.114,89.295,5.045,133.791c3.461,39.159,8.33,78.148,19.839,115.978
c3.889,12.778,8.501,25.298,15.616,36.703c6.059,9.71,12.504,19.118,25.122,21.369c4.059,0.724,3.76,4.039,3.752,7.066
c-0.049,15.994-0.09,31.987-0.133,47.981c-77.903,0-155.807,0-233.709,0c-0.124-15.989-0.164-31.98-0.43-47.967
c-0.07-4.258,0.888-6.995,5.75-7.513c9.945-1.06,17.271-6.905,23.885-13.72c11.623-11.975,19.092-26.488,25.193-41.742
c11.333-28.334,17.676-57.952,22.136-87.98c7.944-53.511,10.438-107.369,10.434-161.418
c-0.065-875.893-0.046-1751.784-0.058-2627.677c0-3.995-0.181-7.989-0.277-11.983C2455.352,0,2505.049,0,2554.744,0z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#0000FF" d="M1394.26,3000c0.147-3.654,0.423-7.308,0.423-10.961
c0.019-992.693,0.019-1985.385,0-2978.078c0-3.653-0.276-7.307-0.423-10.961c49.697,0,99.394,0,149.09,0
c-1.241,16.298-0.248,32.622-0.554,48.931c-0.148,7.981-0.111,7.982-8.55,9.237c-5.878,0.874-10.635,3.836-14.874,7.804
c-6.211,5.813-10.518,12.931-14.23,20.444c-10.754,21.756-16.157,45.102-20.288,68.761
c-10.177,58.304-12.544,117.19-12.547,176.204c-0.044,769.448-0.024,1538.896-0.044,2308.344
c-0.001,42.331,0.869,84.639,4.803,126.802c3.435,36.825,8.112,73.488,19.847,108.851c3.688,11.115,8.16,21.93,14.826,31.599
c6.543,9.491,13.913,18.166,27.224,17.839c5.238-0.129,4.371,4.014,4.379,7.205c0.049,19.328,0.027,38.655,0.026,57.983
c0,3.332-0.012,6.665-0.018,9.997C1493.654,3000,1443.957,3000,1394.26,3000z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#0000FF" d="M382.866,3000c0.147-3.654,0.423-7.308,0.423-10.961
c0.019-992.693,0.019-1985.385,0-2978.078c0-3.653-0.276-7.307-0.423-10.961c49.697,0,99.393,0,149.09,0
c-1.24,16.298-0.247,32.621-0.552,48.929c-0.149,7.983-0.113,7.979-8.548,9.24c-6.247,0.934-11.213,4.179-15.59,8.505
c-7.021,6.938-11.757,15.348-15.699,24.23c-10.778,24.289-16.096,50.035-20.1,76.074c-8.427,54.808-10.571,110.034-10.572,165.376
c-0.019,768.76-0.018,1537.521,0.001,2306.28c0.001,34.654,0.252,69.316,2.834,103.894c3.027,40.528,6.977,80.955,17.906,120.331
c3.839,13.834,8.66,27.304,15.942,39.799c3.045,5.225,6.574,10.057,10.981,14.229c4.737,4.485,10.047,8.093,16.862,7.81
c5.653-0.234,6.651,2.512,6.617,7.324c-0.16,22.658-0.078,45.318-0.083,67.979C482.259,3000,432.563,3000,382.866,3000z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#0000FF" d="M1928.164,0c-0.906,2.837,0.664,5.16,1.6,7.617
c19.049,50.032,30.706,101.99,40.614,154.384c7.486,39.59,14.373,79.292,19.473,119.261c3.961,31.046,7.604,62.142,10.769,93.277
c3.535,34.788,6.522,69.632,9.454,104.477c1.759,20.911,3.106,41.859,4.376,62.807c4.216,69.51,7.786,139.059,9.748,208.665
c1.954,69.293,3.082,138.607,3.085,207.938c0.012,319.637,0.149,639.273,0.201,958.91c0.036,217.313,0.111,434.626-0.066,651.938
c-0.045,52.666-0.112,105.348,1.989,157.951c2.088,52.27,7.352,104.316,21.694,154.984c4.276,15.106,9.623,29.847,18.228,43.151
c5.875,9.085,12.462,17.536,24.083,19.789c4.084,0.792,4.01,3.763,4.004,6.857c-0.024,15.998-0.013,31.995-0.015,47.993
c-72.529,0-145.06,0-217.59,0c0.063-15.326,0.302-30.655,0.093-45.979c-0.071-5.317,0.812-8.503,6.925-9.938
c8.998-2.111,14.486-9.269,19.465-16.477c9.409-13.626,15.071-28.948,19.721-44.642c8.35-28.188,13.019-57.083,16.428-86.218
c6.867-58.675,8.138-117.577,8.131-176.577c-0.051-480.186-0.003-960.372,0.137-1440.558
c0.032-108.967,0.576-217.936-0.793-326.895c-0.745-59.298-2.301-118.592-4.174-177.867c-1.599-50.604-4.331-101.175-8.014-151.675
c-4.504-61.769-9.83-123.477-17.753-184.924c-8.905-69.074-20.365-137.648-42.065-204.132
c-7.667-23.491-16.879-46.34-29.001-67.951c-8.202-14.624-17.675-28.368-30.201-39.721c-13.014-11.794-27.522-20.11-46.138-18.475
c-5.786,0.508-5.821,0.116-5.585-7.973C1820.711,0,1874.438,0,1928.164,0z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#0000FF" d="M2867.027,3000c0.097-3.994,0.277-7.987,0.277-11.98
c0.013-992.013,0.013-1984.025,0.001-2976.038c0-3.994-0.182-7.988-0.278-11.981c44.324,0,88.648,0,132.973,0
c0,14.667,0,29.333,0,44c-4.911,2.011-7.527,6.365-10.439,10.325c-5.974,8.123-10.274,17.152-13.957,26.482
c-11.837,29.997-17.504,61.462-21.669,93.172c-6.778,51.6-9.132,103.492-9.13,155.514c0.029,769.747,0.015,1539.493,0.031,2309.239
c0.001,60.007,2.243,119.896,10.82,179.39c4.093,28.381,9.592,56.479,20.057,83.349c5.589,14.351,12.289,28.112,24.287,38.529
c0,20,0,40,0,60C2955.676,3000,2911.352,3000,2867.027,3000z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#0000FF" d="M993.329,0c0.002,10.331-0.116,20.664,0.063,30.992
c0.074,4.233-0.932,6.487-5.72,7.539c-8.23,1.809-13.901,7.675-18.825,14.209c-10.427,13.838-16.44,29.746-21.398,46.033
c-8.563,28.131-13.242,57.046-16.68,86.179c-6.69,56.679-8.032,113.579-8.023,170.591c0.114,760.831,0.092,1521.662,0.034,2282.493
c-0.003,40.676,1.269,81.308,4.543,121.829c3.488,43.161,8.538,86.158,21.63,127.756c4.415,14.027,9.707,27.704,18.176,39.898
c5.392,7.763,11.396,15.001,21.349,17.172c4.225,0.921,4.931,3.584,4.903,7.315c-0.116,15.996-0.051,31.994-0.052,47.992
c-49.025,0-98.05,0-147.075,0c-0.105-3.992-0.303-7.985-0.303-11.978c-0.014-992.015-0.014-1984.03,0-2976.045
c0-3.993,0.198-7.985,0.303-11.978C895.278,0,944.304,0,993.329,0z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#0000FF" d="M1249.2,3000c-34.502-21.051-58.214-51.652-77.465-86.209
c-23.015-41.313-39.349-85.334-53.065-130.345c-20.714-67.97-35.133-137.369-47.03-207.336
c-8.43-49.58-15.412-99.36-21.332-149.279c-4.156-35.047-7.298-70.214-10.895-105.326c-5.771-56.337-9.43-112.841-13.242-169.327
c-2.041-30.243-3.146-60.548-4.778-90.819c-3.608-66.881-5.725-133.821-7.316-200.766c-1.757-73.959-3.08-147.935-2.804-221.925
c0.274-73.318,0.04-146.643,0.839-219.956c0.712-65.306,2.19-130.609,3.973-195.896c1.464-53.619,3.535-107.228,5.959-160.813
c2.229-49.25,4.943-98.484,8.084-147.685c2.843-44.537,6.116-89.056,9.985-133.515c4.879-56.059,10.52-112.046,17.251-167.93
c9.52-79.025,21.021-157.734,36.81-235.773c16.062-79.396,35.435-157.913,66.195-233.207c14.034-34.349,30.395-67.508,52.373-97.67
c11.055-15.172,23.275-29.297,38.045-41.101c1.761-1.407,4.108-2.447,4.456-5.122c23.505,0,47.01,0,70.516,0
c0.082,15.993,0.015,31.988,0.339,47.976c0.093,4.611-1.323,6.468-6.063,6.9c-30.124,2.75-51,20.461-68.628,42.853
c-19.833,25.191-33.206,53.898-44.664,83.542c-18.919,48.947-31.657,99.611-42.239,150.862
c-13.34,64.614-22.931,129.799-30.603,195.296c-5.541,47.303-10.208,94.679-14.102,142.142
c-4.056,49.469-7.446,98.973-10.196,148.53c-2.326,41.914-4.284,83.837-5.975,125.781c-2.94,72.917-4.638,145.859-6.169,218.816
c-1.98,94.298-1.83,188.605-2.331,282.91c-0.509,95.64,0.316,191.277,1.407,286.907c0.703,61.638,2.286,123.271,4.074,184.889
c1.526,52.617,3.571,105.225,6.005,157.809c2.217,47.915,4.887,95.816,8.042,143.68c3.812,57.822,8.306,115.605,14.077,173.27
c6.764,67.586,14.76,135.036,25.97,202.058c11.156,66.701,24.45,132.942,46.279,197.18c8.59,25.279,18.645,49.961,32.104,73.148
c8.076,13.915,17.354,26.924,29.062,38.132c13.459,12.884,29.336,20.424,47.823,23.688c19.052,3.364,15.807-1.28,15.985,18.649
c0.164,18.326-0.114,36.655-0.197,54.982C1300.239,3000,1274.72,3000,1249.2,3000z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#0000FF" d="M314.365,0c0.082,15.993,0.015,31.988,0.339,47.976
c0.093,4.611-1.323,6.468-6.063,6.9c-30.124,2.75-51,20.462-68.628,42.853c-19.833,25.191-33.207,53.898-44.665,83.542
c-18.919,48.947-31.656,99.611-42.238,150.863c-13.34,64.613-22.931,129.799-30.604,195.296
c-5.542,47.303-10.208,94.679-14.101,142.143c-4.057,49.468-7.446,98.972-10.196,148.529c-2.326,41.914-4.282,83.838-5.975,125.781
c-2.957,73.25-4.662,146.525-6.187,219.816c-1.962,94.299-1.814,188.605-2.318,282.911c-0.508,94.973,0.319,189.944,1.41,284.907
c0.718,62.637,2.331,125.27,4.134,187.888c1.486,51.617,3.395,103.231,5.928,154.809c2.844,57.888,6.125,115.764,10.104,173.585
c3.292,47.837,7.293,95.643,12.015,143.362c9.247,93.45,20.87,186.605,40.044,278.655c10.874,52.204,23.838,103.862,44.211,153.381
c9.03,21.948,19.568,43.109,33.901,62.236c16.906,22.56,37.9,38.511,67.1,41.439c2.327,0.232,4.601,1.002,6.928,1.22
c3.747,0.351,5.203,2.284,5.126,5.929c-0.126,5.996,0.002,11.997-0.023,17.996c-0.068,15.994-0.162,31.988-0.245,47.982
c-25.52,0-51.04,0-76.56,0c-4.654-3.218-9.366-6.357-13.954-9.667c-24.086-17.377-41.783-40.272-56.932-65.317
c-19.258-31.838-33.806-65.824-46.134-100.785c-31.033-88.011-49.348-179.01-64.302-270.785
c-9.802-60.157-17.235-120.631-23.708-181.212c-5.732-53.649-10.222-107.423-14.069-161.233
c-3.159-44.188-5.837-88.417-8.052-132.66c-2.432-48.58-4.489-97.187-5.979-145.803c-1.755-57.287-3.339-114.591-3.921-171.897
c-1.637-161.294-1.551-322.583,2.76-483.853c1.656-61.954,3.51-123.892,6.132-185.814c2.212-52.259,4.9-104.483,8.091-156.691
c2.865-46.879,6.253-93.711,10.09-140.52c4.489-54.768,9.876-109.437,16.179-164.027c6.683-57.886,14.624-115.586,24.208-173.074
c12.383-74.27,27.563-147.918,48.735-220.258c15.189-51.902,33.283-102.719,59.364-150.371
c17.088-31.221,37.015-60.345,65.433-82.801c1.036-0.818,2.025-1.755,2.104-3.23C267.354,0,290.859,0,314.365,0z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#0000FF" d="M2337.154,0c0.045,17.995,0.141,35.99,0.111,53.984
c-0.014,9.089-0.115,9.195-9.778,9.222c-23.163,0.065-46.361,0.775-69.481-0.224c-17.472-0.755-29.53,6.777-39.292,19.856
c-9.077,12.161-15.318,25.789-20.558,39.895c-11.412,30.727-18.479,62.571-24.167,94.729
c-8.825,49.884-14.501,100.155-18.711,150.621c-3.295,39.509-5.938,79.046-7.999,118.637c-3.204,61.567-4.857,123.174-6.359,184.8
c-1.584,64.976-1.334,129.955-1.705,194.934c-0.069,11.889-0.031,11.89-12.085,11.873c-2.015-0.002-4.03-0.076-6.042-0.011
c-3.885,0.126-5.408-1.854-5.317-5.521c0.076-2.997-0.007-5.998-0.007-8.997c-0.002-283.937-0.001-567.873-0.011-851.81
c-0.001-3.996-0.143-7.992-0.22-11.988C2189.406,0,2263.281,0,2337.154,0z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#0000FF" d="M2798.527,0c0.045,19.326,0.139,38.651,0.111,57.977
c-0.012,9.096-0.115,9.204-9.768,9.229c-24.505,0.064-49.039,0.755-73.504-0.21c-19.322-0.763-32.763,7.719-43.348,22.395
c-11.456,15.884-18.682,33.812-24.729,52.233c-10.312,31.419-16.828,63.716-22.025,96.285
c-9.558,59.914-14.952,120.254-18.766,180.767c-2.43,38.569-4.227,77.159-5.739,115.773c-3.706,94.581-4.146,189.203-4.345,283.833
c-0.004,1.998-0.038,3.997-0.096,5.994c-0.083,2.806-1.608,4.229-4.386,4.414c-0.669,0.044-1.339,0.088-2.007,0.146
c-16.657,1.451-16.872,1.259-16.872-15.119c0-267.242,0.001-534.484-0.007-801.727c-0.001-3.997-0.112-7.994-0.172-11.99
C2648.094,0,2723.311,0,2798.527,0z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#0000FF" d="M777.753,0c-1.294,16.967-0.228,33.96-0.569,50.938
c-0.041,1.999,0.009,4-0.008,6c-0.089,10.2-0.092,10.213-10.874,10.269c-5.708,0.029-11.416,0.005-17.124,0.005
c-19.139,0.001-38.296,0.525-57.41-0.155c-16.743-0.596-28.992,6.51-38.952,18.962c-9.931,12.415-16.628,26.557-22.21,41.257
c-12.838,33.812-20.215,68.997-26.118,104.511c-9.348,56.238-14.713,112.905-18.63,169.748
c-3.826,55.523-6.327,111.091-7.97,166.716c-2.46,83.294-3.56,166.601-3.541,249.926c0,1.667-0.095,3.336-0.015,4.999
c0.185,3.832-1.75,5.07-5.442,5.417c-16.839,1.583-17.266,1.283-17.266-15.686c0-266.649-0.003-533.298,0.02-799.947
c0-4.319,0.299-8.639,0.459-12.958C627.319,0,702.536,0,777.753,0z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#0000FF" d="M2593.024,3000c0.147-4.32,0.423-8.641,0.423-12.961
c0.021-243.928,0.014-487.855,0.029-731.783c0.002-15.252-1.484-13.697,14.224-13.716c9.107-0.011,9.158,0.114,9.204,9.689
c0.219,45.985-0.039,91.979,0.73,137.955c0.83,49.636,2.075,99.277,4.133,148.876c1.96,47.251,4.847,94.481,9.762,141.541
c5.295,50.689,11.859,101.2,25.865,150.424c5.484,19.275,12.344,38.025,22.565,55.409c3.563,6.058,7.611,11.764,12.387,16.96
c10.985,11.953,24.169,18.338,40.9,17.856c19.118-0.551,38.267-0.192,57.399-0.093c7.767,0.041,7.96,0.204,7.977,7.866
c0.056,23.991-0.052,47.983-0.096,71.976C2730.026,3000,2661.525,3000,2593.024,3000z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#0000FF" d="M572.25,3000c-0.068-3.662-0.196-7.324-0.196-10.987
c-0.01-244.553-0.021-489.105,0.021-733.659c0.002-15.093-2.306-13.792,13.979-13.803c8.547-0.005,8.699,0.137,8.65,9.096
c-0.348,62.641,1.095,125.265,2.085,187.889c0.831,52.619,2.896,105.223,6.21,157.748c3.271,51.832,7.579,103.605,15.786,154.947
c5.784,36.178,12.725,72.128,26.083,106.496c5.453,14.031,11.998,27.495,21.29,39.497c11.738,15.162,26.406,23.866,46.493,23.067
c18.43-0.733,36.913-0.207,55.373-0.13c8.861,0.036,9.089,0.229,9.124,8.93c0.089,21.989,0.024,43.979,0.063,65.97
c0.003,1.646,0.353,3.293,0.542,4.939C709.252,3000,640.751,3000,572.25,3000z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#0000FF" d="M1563.497,3000c-0.139-16.312-0.222-32.623-0.46-48.933
c-0.052-3.573,1.209-5.554,4.863-6.226c9.717-1.788,15.633-8.643,20.838-16.135c10.237-14.735,16.033-31.442,20.766-48.483
c8.755-31.536,13.234-63.826,16.523-96.311c6.187-61.077,6.461-122.346,6.333-183.639c-0.129-61.626-0.03-123.251-0.026-184.877
c0.001-13.202,1.362-14.352,14.243-12.925c3.527,0.391,5.708,1.551,5.61,5.421c-0.067,2.663,0.014,5.329,0.016,7.994
c0.08,84.276-0.479,168.561,0.462,252.828c0.644,57.609,4.224,115.123,15.567,171.851c4.512,22.565,10.287,44.773,20.063,65.761
c4.238,9.098,9.096,17.841,15.935,25.318c5.705,6.237,11.854,11.969,20.785,13.054c4.651,0.565,6.019,2.901,5.95,7.339
c-0.245,15.984-0.188,31.974-0.245,47.962C1674.979,3000,1619.238,3000,1563.497,3000z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#0000FF" d="M694.973,1505.6c0-192.313,0-384.626,0-576.939
c0-1.667-0.003-3.333,0.001-5c0.03-11.696,1.111-12.572,12.498-11.485c3.664,0.35,5.616,1.688,5.593,5.441
c-0.017,2.666,0.025,5.333,0.039,7.999c0.201,40.662-0.037,81.331,0.72,121.982c0.826,44.31,2.014,88.628,4.07,132.895
c2.148,46.243,5.426,92.447,11.731,138.353c4.26,31.018,9.398,61.909,19.769,91.638c5.516,15.811,11.831,31.271,24.783,42.844
c2.558,2.286,3.039,4.925,3.035,8.036c-0.038,28.331-0.033,56.661-0.005,84.991c0.003,3.07-0.255,5.821-2.833,8.126
c-11.887,10.623-17.929,24.728-23.182,39.225c-10.159,28.034-15.512,57.182-19.694,86.541
c-8.747,61.419-12.274,123.249-14.749,185.182c-2.916,72.947-3.621,145.916-3.645,218.903c-0.001,1.333,0.003,2.667-0.002,4
c-0.038,11.655-1.087,12.493-12.571,11.558c-3.68-0.299-5.633-1.53-5.548-5.353c0.067-2.998-0.009-5.999-0.009-8.999
C694.973,1892.225,694.973,1698.912,694.973,1505.6z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#0000FF" d="M2716.426,1506.005c0-192.648-0.001-385.295,0-577.943
c0-2.666-0.076-5.335,0.021-7.999c0.266-7.314,0.667-7.666,8.243-7.843c9.902-0.231,10.065-0.106,10.148,9.817
c0.32,38.327,0.736,76.655,0.895,114.983c0.216,52.67,1.939,105.305,4.77,157.882c2.775,51.56,6.677,103.066,15.641,154.028
c4.446,25.285,9.817,50.343,19.885,74.151c4.58,10.828,9.967,21.182,18.927,29.152c2.772,2.467,3.771,5.112,3.76,8.705
c-0.097,28.664-0.065,57.328-0.037,85.991c0.003,3.07-0.293,5.744-2.902,8.065c-11.11,9.887-16.896,23.04-21.972,36.521
c-10.043,26.668-15.315,54.495-19.546,82.504c-8.271,54.756-11.887,109.924-14.597,165.188
c-4.019,81.924-4.247,163.907-4.813,245.891c-0.009,1.333,0.159,2.689-0.033,3.995c-0.508,3.434,1.8,8.043-2.302,9.988
c-3.912,1.854-8.59,0.958-12.892,0.396c-2.293-0.299-3.032-2.405-3.096-4.535c-0.09-2.997-0.096-5.998-0.096-8.996
C2716.425,1892.633,2716.426,1699.318,2716.426,1506.005z"/>
</svg>
</div>
<div id="main_canvas_container"></div>
</body>
</html>