maidr 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (206) hide show
  1. package/.Rbuildignore +1 -0
  2. package/.eslintignore +3 -0
  3. package/.eslintrc.json +6 -0
  4. package/.github/workflows/build.yml +20 -0
  5. package/.prettierignore +3 -0
  6. package/.prettierrc.json +7 -0
  7. package/.vscode/extensions.json +25 -0
  8. package/.vscode/settings.json +30 -0
  9. package/.vscode/tasks.json +57 -0
  10. package/CHANGELOG.md +7 -0
  11. package/CITATION.cff +21 -0
  12. package/CONTRIBUTING.md +87 -0
  13. package/LICENSE.md +595 -0
  14. package/README.md +341 -0
  15. package/dist/maidr.js +8851 -0
  16. package/dist/maidr.min.js +1 -0
  17. package/dist/styles.css +244 -0
  18. package/dist/styles.min.css +1 -0
  19. package/docs/Audio.html +1398 -0
  20. package/docs/Constants.html +256 -0
  21. package/docs/Description.html +582 -0
  22. package/docs/Helper.html +364 -0
  23. package/docs/LogError.html +905 -0
  24. package/docs/Menu.html +665 -0
  25. package/docs/Position.html +174 -0
  26. package/docs/Resources.html +338 -0
  27. package/docs/Review.html +333 -0
  28. package/docs/Tracker.html +965 -0
  29. package/docs/audio.js.html +635 -0
  30. package/docs/constants.js.html +1242 -0
  31. package/docs/display.js.html +1184 -0
  32. package/docs/fonts/OpenSans-Bold-webfont.eot +0 -0
  33. package/docs/fonts/OpenSans-Bold-webfont.svg +1830 -0
  34. package/docs/fonts/OpenSans-Bold-webfont.woff +0 -0
  35. package/docs/fonts/OpenSans-BoldItalic-webfont.eot +0 -0
  36. package/docs/fonts/OpenSans-BoldItalic-webfont.svg +1830 -0
  37. package/docs/fonts/OpenSans-BoldItalic-webfont.woff +0 -0
  38. package/docs/fonts/OpenSans-Italic-webfont.eot +0 -0
  39. package/docs/fonts/OpenSans-Italic-webfont.svg +1830 -0
  40. package/docs/fonts/OpenSans-Italic-webfont.woff +0 -0
  41. package/docs/fonts/OpenSans-Light-webfont.eot +0 -0
  42. package/docs/fonts/OpenSans-Light-webfont.svg +1831 -0
  43. package/docs/fonts/OpenSans-Light-webfont.woff +0 -0
  44. package/docs/fonts/OpenSans-LightItalic-webfont.eot +0 -0
  45. package/docs/fonts/OpenSans-LightItalic-webfont.svg +1835 -0
  46. package/docs/fonts/OpenSans-LightItalic-webfont.woff +0 -0
  47. package/docs/fonts/OpenSans-Regular-webfont.eot +0 -0
  48. package/docs/fonts/OpenSans-Regular-webfont.svg +1831 -0
  49. package/docs/fonts/OpenSans-Regular-webfont.woff +0 -0
  50. package/docs/fonts/OpenSans-Semibold-webfont.eot +0 -0
  51. package/docs/fonts/OpenSans-Semibold-webfont.svg +1830 -0
  52. package/docs/fonts/OpenSans-Semibold-webfont.ttf +0 -0
  53. package/docs/fonts/OpenSans-Semibold-webfont.woff +0 -0
  54. package/docs/fonts/OpenSans-SemiboldItalic-webfont.eot +0 -0
  55. package/docs/fonts/OpenSans-SemiboldItalic-webfont.svg +1830 -0
  56. package/docs/fonts/OpenSans-SemiboldItalic-webfont.ttf +0 -0
  57. package/docs/fonts/OpenSans-SemiboldItalic-webfont.woff +0 -0
  58. package/docs/index.html +66 -0
  59. package/docs/scripts/linenumber.js +25 -0
  60. package/docs/scripts/prettify/Apache-License-2.0.txt +202 -0
  61. package/docs/scripts/prettify/lang-css.js +2 -0
  62. package/docs/scripts/prettify/prettify.js +28 -0
  63. package/docs/styles/jsdoc-default.css +692 -0
  64. package/docs/styles/prettify-jsdoc.css +111 -0
  65. package/docs/styles/prettify-tomorrow.css +132 -0
  66. package/examples/dev_charts/barplot.html +1056 -0
  67. package/examples/dev_charts/boxplot.html +1856 -0
  68. package/examples/dev_charts/boxplot_flipped.svg +727 -0
  69. package/examples/dev_charts/heatmap.html +1217 -0
  70. package/examples/dev_charts/scatterplot/displ.js +18 -0
  71. package/examples/dev_charts/scatterplot/histogram_for_residual.svg +595 -0
  72. package/examples/dev_charts/scatterplot/hwy.js +15 -0
  73. package/examples/dev_charts/scatterplot/layers/point_layer.json +938 -0
  74. package/examples/dev_charts/scatterplot/layers/smooth_layer.json +322 -0
  75. package/examples/dev_charts/scatterplot/point_layer.js +938 -0
  76. package/examples/dev_charts/scatterplot/prediction_array.js +31 -0
  77. package/examples/dev_charts/scatterplot/prediction_array.json +31 -0
  78. package/examples/dev_charts/scatterplot/residual_array.js +29 -0
  79. package/examples/dev_charts/scatterplot/residual_array.json +29 -0
  80. package/examples/dev_charts/scatterplot/scatterplot.svg +1428 -0
  81. package/examples/dev_charts/scatterplot/scatterplot_data.html +2838 -0
  82. package/examples/dev_charts/scatterplot/scatterplot_no_jitter_point_only.svg +1393 -0
  83. package/examples/dev_charts/scatterplot/scatterplot_no_jitter_with_bestfit.svg +1424 -0
  84. package/examples/dev_charts/scatterplot/scatterplot_no_jitter_with_loess_curve.svg +1402 -0
  85. package/examples/dev_charts/scatterplot/smooth_layer.js +322 -0
  86. package/examples/dev_charts/scatterplot.html +4560 -0
  87. package/examples/dodged_bar/dodged_bar.png +0 -0
  88. package/examples/dodged_bar/dodged_bar.svg +198 -0
  89. package/examples/dodged_bar/schema.json +41 -0
  90. package/examples/histogram/histogram_tutorial.svg +482 -0
  91. package/examples/histogram/histogram_tutorial_raw_data.json +362 -0
  92. package/examples/histogram/histogram_user_study.svg +578 -0
  93. package/examples/histogram/histogram_user_study_raw_data.json +362 -0
  94. package/examples/lineplot/lineplot_sample.svg +126 -0
  95. package/examples/lineplot/lineplot_sample_raw_data.json +1 -0
  96. package/examples/lineplot/point+lineplot_sample.svg +700 -0
  97. package/examples/other/audio_oscillator_boxplot.js +95 -0
  98. package/examples/other/barplot_labels.svg +314 -0
  99. package/examples/other/barplot_user_study.svg +313 -0
  100. package/examples/other/boxplot.html +927 -0
  101. package/examples/other/boxplot_data_frame.html +568 -0
  102. package/examples/other/boxplot_label.svg +751 -0
  103. package/examples/other/braille-display_boxplot.js +79 -0
  104. package/examples/other/control_boxplot.js +55 -0
  105. package/examples/other/draft.js +56 -0
  106. package/examples/other/getData.html +400 -0
  107. package/examples/other/getData.js +41 -0
  108. package/examples/other/ggplot_to_svg.R +371 -0
  109. package/examples/other/heatmap.svg +582 -0
  110. package/examples/other/heatmap_label.svg +608 -0
  111. package/examples/other/multiple_barplot.html +2250 -0
  112. package/examples/other/new_scatterplot_user_study_point_layer.json +122 -0
  113. package/examples/other/py_binder_output.html +1167 -0
  114. package/examples/other/scatterplot_label.svg +1429 -0
  115. package/examples/other/seaborn_plot.py +9 -0
  116. package/examples/other/svglite_bar.svg +136 -0
  117. package/examples/other/tutorial_boxplot.svg +727 -0
  118. package/examples/other/tutorial_boxplot_data.json +72 -0
  119. package/examples/other/user_study_boxplot.svg +676 -0
  120. package/examples/stacked_bar/schema.json +41 -0
  121. package/examples/stacked_bar/stack_bar.png +0 -0
  122. package/examples/stacked_bar/stacked_bar.svg +180 -0
  123. package/examples/stacked_normalized_bar/stacked_normalized_bar.png +0 -0
  124. package/examples/stacked_normalized_bar/stacked_normalized_bar.svg +189 -0
  125. package/examples/static/barplot.svg +263 -0
  126. package/examples/static/barplot_diamonds_gridSVG.svg +254 -0
  127. package/examples/static/boxplot.svg +424 -0
  128. package/examples/static/heatmap.svg +373 -0
  129. package/examples/static/heatmap_penguins_table.html +486 -0
  130. package/examples/static/scatterplot.svg +530 -0
  131. package/examples/svglite/task_heatmap.html +802 -0
  132. package/examples/svglite/task_heatmap.svg +111 -0
  133. package/examples/svglite/tutorial_bar.svg +136 -0
  134. package/examples/svglite/tutorial_bar_plot.html +504 -0
  135. package/examples/svglite/tutorial_boxplot.html +1850 -0
  136. package/examples/svglite/tutorial_boxplot.svg +727 -0
  137. package/examples/svglite/tutorial_scatterplot.html +3135 -0
  138. package/examples/svglite/tutorial_scatterplot.svg +311 -0
  139. package/gulpfile.js +49 -0
  140. package/index.html +40 -0
  141. package/jsconfig.json +10 -0
  142. package/jsdoc.json +19 -0
  143. package/package.json +47 -0
  144. package/src/css/styles.css +241 -0
  145. package/src/js/__tests__/audio.test.js +49 -0
  146. package/src/js/__tests__/constants.test.js +622 -0
  147. package/src/js/audio.js +575 -0
  148. package/src/js/barplot.js +254 -0
  149. package/src/js/boxplot.js +682 -0
  150. package/src/js/constants.js +1182 -0
  151. package/src/js/controls.js +3182 -0
  152. package/src/js/display.js +1124 -0
  153. package/src/js/heatmap.js +411 -0
  154. package/src/js/histogram.js +134 -0
  155. package/src/js/init.js +427 -0
  156. package/src/js/lineplot.js +219 -0
  157. package/src/js/scatterplot.js +619 -0
  158. package/src/js/segmented.js +268 -0
  159. package/user_study_pilot/binder_test.html +526 -0
  160. package/user_study_pilot/data/barplot_user_study.svg +492 -0
  161. package/user_study_pilot/data/barplot_user_study_raw_data.json +22 -0
  162. package/user_study_pilot/data/boxplot_tutorial.json +72 -0
  163. package/user_study_pilot/data/boxplot_tutorial_horizontal.svg +727 -0
  164. package/user_study_pilot/data/boxplot_user_study.json +52 -0
  165. package/user_study_pilot/data/boxplot_user_study_vertical.svg +675 -0
  166. package/user_study_pilot/data/boxplot_user_study_vertical_horizontal.svg +676 -0
  167. package/user_study_pilot/data/heatmap_user_study.svg +719 -0
  168. package/user_study_pilot/data/heatmap_user_study_raw_data.json +127 -0
  169. package/user_study_pilot/data/new_barplot_user_study.svg +269 -0
  170. package/user_study_pilot/data/new_heatmap_user_study.svg +367 -0
  171. package/user_study_pilot/data/new_scatterplot_user_study.svg +603 -0
  172. package/user_study_pilot/data/new_scatterplot_user_study_point_layer.json +122 -0
  173. package/user_study_pilot/data/scatterplot_user_study (1).svg +321 -0
  174. package/user_study_pilot/data/scatterplot_user_study.svg +603 -0
  175. package/user_study_pilot/data/scatterplot_user_study_point_layer.json +122 -0
  176. package/user_study_pilot/data/scatterplot_user_study_smooth_layer.json +322 -0
  177. package/user_study_pilot/intro.html +215 -0
  178. package/user_study_pilot/jaws_settings/Chrome.JDF +10 -0
  179. package/user_study_pilot/jaws_settings/Firefox.JDF +10 -0
  180. package/user_study_pilot/jaws_settings/backup_utf8/Chrome.JDF +10 -0
  181. package/user_study_pilot/jaws_settings/backup_utf8/Firefox.JDF +10 -0
  182. package/user_study_pilot/jaws_settings/backup_utf8/msedge.JDF +10 -0
  183. package/user_study_pilot/jaws_settings/msedge.JDF +10 -0
  184. package/user_study_pilot/nvda_settings/chrome.dic +10 -0
  185. package/user_study_pilot/nvda_settings/default.dic +10 -0
  186. package/user_study_pilot/nvda_settings/firefox.dic +10 -0
  187. package/user_study_pilot/nvda_settings/msedge.dic +10 -0
  188. package/user_study_pilot/scatterplot.html +4560 -0
  189. package/user_study_pilot/seaborn_test.html +1059 -0
  190. package/user_study_pilot/svglite_test.html +534 -0
  191. package/user_study_pilot/task1_bar_plot.html +1111 -0
  192. package/user_study_pilot/task2_heatmap.html +1661 -0
  193. package/user_study_pilot/task3_boxplot_horizontal.html +1690 -0
  194. package/user_study_pilot/task3_boxplot_vertical.html +1689 -0
  195. package/user_study_pilot/task4_scatterplot.html +2091 -0
  196. package/user_study_pilot/tutorial1_bar_plot.html +1159 -0
  197. package/user_study_pilot/tutorial2_heatmap.html +1276 -0
  198. package/user_study_pilot/tutorial3_boxplot_horizontal.html +1861 -0
  199. package/user_study_pilot/tutorial3_boxplot_vertical.html +1807 -0
  200. package/user_study_pilot/tutorial4_scatterplot.html +5893 -0
  201. package/user_study_pilot/tutorial5_histogram.html +1553 -0
  202. package/user_study_pilot/tutorial6_lineplot.html +1011 -0
  203. package/user_study_pilot/tutorial7_stacked.html +763 -0
  204. package/user_study_pilot/tutorial8_stacked_normalized.html +796 -0
  205. package/user_study_pilot/tutorial9_dodged_bar.html +831 -0
  206. package/user_study_pilot/voiceover_settings/user_study_VoiceOver Archive.voprefs +573 -0
@@ -0,0 +1,938 @@
1
+ var point_layer = [
2
+ {
3
+ x: 1.8,
4
+ y: 29,
5
+ },
6
+ {
7
+ x: 1.8,
8
+ y: 29,
9
+ },
10
+ {
11
+ x: 2,
12
+ y: 31,
13
+ },
14
+ {
15
+ x: 2,
16
+ y: 30,
17
+ },
18
+ {
19
+ x: 2.8,
20
+ y: 26,
21
+ },
22
+ {
23
+ x: 2.8,
24
+ y: 26,
25
+ },
26
+ {
27
+ x: 3.1,
28
+ y: 27,
29
+ },
30
+ {
31
+ x: 1.8,
32
+ y: 26,
33
+ },
34
+ {
35
+ x: 1.8,
36
+ y: 25,
37
+ },
38
+ {
39
+ x: 2,
40
+ y: 28,
41
+ },
42
+ {
43
+ x: 2,
44
+ y: 27,
45
+ },
46
+ {
47
+ x: 2.8,
48
+ y: 25,
49
+ },
50
+ {
51
+ x: 2.8,
52
+ y: 25,
53
+ },
54
+ {
55
+ x: 3.1,
56
+ y: 25,
57
+ },
58
+ {
59
+ x: 3.1,
60
+ y: 25,
61
+ },
62
+ {
63
+ x: 2.8,
64
+ y: 24,
65
+ },
66
+ {
67
+ x: 3.1,
68
+ y: 25,
69
+ },
70
+ {
71
+ x: 4.2,
72
+ y: 23,
73
+ },
74
+ {
75
+ x: 5.3,
76
+ y: 20,
77
+ },
78
+ {
79
+ x: 5.3,
80
+ y: 15,
81
+ },
82
+ {
83
+ x: 5.3,
84
+ y: 20,
85
+ },
86
+ {
87
+ x: 5.7,
88
+ y: 17,
89
+ },
90
+ {
91
+ x: 6,
92
+ y: 17,
93
+ },
94
+ {
95
+ x: 5.7,
96
+ y: 26,
97
+ },
98
+ {
99
+ x: 5.7,
100
+ y: 23,
101
+ },
102
+ {
103
+ x: 6.2,
104
+ y: 26,
105
+ },
106
+ {
107
+ x: 6.2,
108
+ y: 25,
109
+ },
110
+ {
111
+ x: 7,
112
+ y: 24,
113
+ },
114
+ {
115
+ x: 5.3,
116
+ y: 19,
117
+ },
118
+ {
119
+ x: 5.3,
120
+ y: 14,
121
+ },
122
+ {
123
+ x: 5.7,
124
+ y: 15,
125
+ },
126
+ {
127
+ x: 6.5,
128
+ y: 17,
129
+ },
130
+ {
131
+ x: 2.4,
132
+ y: 27,
133
+ },
134
+ {
135
+ x: 2.4,
136
+ y: 30,
137
+ },
138
+ {
139
+ x: 3.1,
140
+ y: 26,
141
+ },
142
+ {
143
+ x: 3.5,
144
+ y: 29,
145
+ },
146
+ {
147
+ x: 3.6,
148
+ y: 26,
149
+ },
150
+ {
151
+ x: 2.4,
152
+ y: 24,
153
+ },
154
+ {
155
+ x: 3,
156
+ y: 24,
157
+ },
158
+ {
159
+ x: 3.3,
160
+ y: 22,
161
+ },
162
+ {
163
+ x: 3.3,
164
+ y: 22,
165
+ },
166
+ {
167
+ x: 3.3,
168
+ y: 24,
169
+ },
170
+ {
171
+ x: 3.3,
172
+ y: 24,
173
+ },
174
+ {
175
+ x: 3.3,
176
+ y: 17,
177
+ },
178
+ {
179
+ x: 3.8,
180
+ y: 22,
181
+ },
182
+ {
183
+ x: 3.8,
184
+ y: 21,
185
+ },
186
+ {
187
+ x: 3.8,
188
+ y: 23,
189
+ },
190
+ {
191
+ x: 4,
192
+ y: 23,
193
+ },
194
+ {
195
+ x: 3.7,
196
+ y: 19,
197
+ },
198
+ {
199
+ x: 3.7,
200
+ y: 18,
201
+ },
202
+ {
203
+ x: 3.9,
204
+ y: 17,
205
+ },
206
+ {
207
+ x: 3.9,
208
+ y: 17,
209
+ },
210
+ {
211
+ x: 4.7,
212
+ y: 19,
213
+ },
214
+ {
215
+ x: 4.7,
216
+ y: 19,
217
+ },
218
+ {
219
+ x: 4.7,
220
+ y: 12,
221
+ },
222
+ {
223
+ x: 5.2,
224
+ y: 17,
225
+ },
226
+ {
227
+ x: 5.2,
228
+ y: 15,
229
+ },
230
+ {
231
+ x: 3.9,
232
+ y: 17,
233
+ },
234
+ {
235
+ x: 4.7,
236
+ y: 17,
237
+ },
238
+ {
239
+ x: 4.7,
240
+ y: 12,
241
+ },
242
+ {
243
+ x: 4.7,
244
+ y: 17,
245
+ },
246
+ {
247
+ x: 5.2,
248
+ y: 16,
249
+ },
250
+ {
251
+ x: 5.7,
252
+ y: 18,
253
+ },
254
+ {
255
+ x: 5.9,
256
+ y: 15,
257
+ },
258
+ {
259
+ x: 4.7,
260
+ y: 16,
261
+ },
262
+ {
263
+ x: 4.7,
264
+ y: 12,
265
+ },
266
+ {
267
+ x: 4.7,
268
+ y: 17,
269
+ },
270
+ {
271
+ x: 4.7,
272
+ y: 17,
273
+ },
274
+ {
275
+ x: 4.7,
276
+ y: 16,
277
+ },
278
+ {
279
+ x: 4.7,
280
+ y: 12,
281
+ },
282
+ {
283
+ x: 5.2,
284
+ y: 15,
285
+ },
286
+ {
287
+ x: 5.2,
288
+ y: 16,
289
+ },
290
+ {
291
+ x: 5.7,
292
+ y: 17,
293
+ },
294
+ {
295
+ x: 5.9,
296
+ y: 15,
297
+ },
298
+ {
299
+ x: 4.6,
300
+ y: 17,
301
+ },
302
+ {
303
+ x: 5.4,
304
+ y: 17,
305
+ },
306
+ {
307
+ x: 5.4,
308
+ y: 18,
309
+ },
310
+ {
311
+ x: 4,
312
+ y: 17,
313
+ },
314
+ {
315
+ x: 4,
316
+ y: 19,
317
+ },
318
+ {
319
+ x: 4,
320
+ y: 17,
321
+ },
322
+ {
323
+ x: 4,
324
+ y: 19,
325
+ },
326
+ {
327
+ x: 4.6,
328
+ y: 19,
329
+ },
330
+ {
331
+ x: 5,
332
+ y: 17,
333
+ },
334
+ {
335
+ x: 4.2,
336
+ y: 17,
337
+ },
338
+ {
339
+ x: 4.2,
340
+ y: 17,
341
+ },
342
+ {
343
+ x: 4.6,
344
+ y: 16,
345
+ },
346
+ {
347
+ x: 4.6,
348
+ y: 16,
349
+ },
350
+ {
351
+ x: 4.6,
352
+ y: 17,
353
+ },
354
+ {
355
+ x: 5.4,
356
+ y: 15,
357
+ },
358
+ {
359
+ x: 5.4,
360
+ y: 17,
361
+ },
362
+ {
363
+ x: 3.8,
364
+ y: 26,
365
+ },
366
+ {
367
+ x: 3.8,
368
+ y: 25,
369
+ },
370
+ {
371
+ x: 4,
372
+ y: 26,
373
+ },
374
+ {
375
+ x: 4,
376
+ y: 24,
377
+ },
378
+ {
379
+ x: 4.6,
380
+ y: 21,
381
+ },
382
+ {
383
+ x: 4.6,
384
+ y: 22,
385
+ },
386
+ {
387
+ x: 4.6,
388
+ y: 23,
389
+ },
390
+ {
391
+ x: 4.6,
392
+ y: 22,
393
+ },
394
+ {
395
+ x: 5.4,
396
+ y: 20,
397
+ },
398
+ {
399
+ x: 1.6,
400
+ y: 33,
401
+ },
402
+ {
403
+ x: 1.6,
404
+ y: 32,
405
+ },
406
+ {
407
+ x: 1.6,
408
+ y: 32,
409
+ },
410
+ {
411
+ x: 1.6,
412
+ y: 29,
413
+ },
414
+ {
415
+ x: 1.6,
416
+ y: 32,
417
+ },
418
+ {
419
+ x: 1.8,
420
+ y: 34,
421
+ },
422
+ {
423
+ x: 1.8,
424
+ y: 36,
425
+ },
426
+ {
427
+ x: 1.8,
428
+ y: 36,
429
+ },
430
+ {
431
+ x: 2,
432
+ y: 29,
433
+ },
434
+ {
435
+ x: 2.4,
436
+ y: 26,
437
+ },
438
+ {
439
+ x: 2.4,
440
+ y: 27,
441
+ },
442
+ {
443
+ x: 2.4,
444
+ y: 30,
445
+ },
446
+ {
447
+ x: 2.4,
448
+ y: 31,
449
+ },
450
+ {
451
+ x: 2.5,
452
+ y: 26,
453
+ },
454
+ {
455
+ x: 2.5,
456
+ y: 26,
457
+ },
458
+ {
459
+ x: 3.3,
460
+ y: 28,
461
+ },
462
+ {
463
+ x: 2,
464
+ y: 26,
465
+ },
466
+ {
467
+ x: 2,
468
+ y: 29,
469
+ },
470
+ {
471
+ x: 2,
472
+ y: 28,
473
+ },
474
+ {
475
+ x: 2,
476
+ y: 27,
477
+ },
478
+ {
479
+ x: 2.7,
480
+ y: 24,
481
+ },
482
+ {
483
+ x: 2.7,
484
+ y: 24,
485
+ },
486
+ {
487
+ x: 2.7,
488
+ y: 24,
489
+ },
490
+ {
491
+ x: 3,
492
+ y: 22,
493
+ },
494
+ {
495
+ x: 3.7,
496
+ y: 19,
497
+ },
498
+ {
499
+ x: 4,
500
+ y: 20,
501
+ },
502
+ {
503
+ x: 4.7,
504
+ y: 17,
505
+ },
506
+ {
507
+ x: 4.7,
508
+ y: 12,
509
+ },
510
+ {
511
+ x: 4.7,
512
+ y: 19,
513
+ },
514
+ {
515
+ x: 5.7,
516
+ y: 18,
517
+ },
518
+ {
519
+ x: 6.1,
520
+ y: 14,
521
+ },
522
+ {
523
+ x: 4,
524
+ y: 15,
525
+ },
526
+ {
527
+ x: 4.2,
528
+ y: 18,
529
+ },
530
+ {
531
+ x: 4.4,
532
+ y: 18,
533
+ },
534
+ {
535
+ x: 4.6,
536
+ y: 15,
537
+ },
538
+ {
539
+ x: 5.4,
540
+ y: 17,
541
+ },
542
+ {
543
+ x: 5.4,
544
+ y: 16,
545
+ },
546
+ {
547
+ x: 5.4,
548
+ y: 18,
549
+ },
550
+ {
551
+ x: 4,
552
+ y: 17,
553
+ },
554
+ {
555
+ x: 4,
556
+ y: 19,
557
+ },
558
+ {
559
+ x: 4.6,
560
+ y: 19,
561
+ },
562
+ {
563
+ x: 5,
564
+ y: 17,
565
+ },
566
+ {
567
+ x: 2.4,
568
+ y: 29,
569
+ },
570
+ {
571
+ x: 2.4,
572
+ y: 27,
573
+ },
574
+ {
575
+ x: 2.5,
576
+ y: 31,
577
+ },
578
+ {
579
+ x: 2.5,
580
+ y: 32,
581
+ },
582
+ {
583
+ x: 3.5,
584
+ y: 27,
585
+ },
586
+ {
587
+ x: 3.5,
588
+ y: 26,
589
+ },
590
+ {
591
+ x: 3,
592
+ y: 26,
593
+ },
594
+ {
595
+ x: 3,
596
+ y: 25,
597
+ },
598
+ {
599
+ x: 3.5,
600
+ y: 25,
601
+ },
602
+ {
603
+ x: 3.3,
604
+ y: 17,
605
+ },
606
+ {
607
+ x: 3.3,
608
+ y: 17,
609
+ },
610
+ {
611
+ x: 4,
612
+ y: 20,
613
+ },
614
+ {
615
+ x: 5.6,
616
+ y: 18,
617
+ },
618
+ {
619
+ x: 3.1,
620
+ y: 26,
621
+ },
622
+ {
623
+ x: 3.8,
624
+ y: 26,
625
+ },
626
+ {
627
+ x: 3.8,
628
+ y: 27,
629
+ },
630
+ {
631
+ x: 3.8,
632
+ y: 28,
633
+ },
634
+ {
635
+ x: 5.3,
636
+ y: 25,
637
+ },
638
+ {
639
+ x: 2.5,
640
+ y: 25,
641
+ },
642
+ {
643
+ x: 2.5,
644
+ y: 24,
645
+ },
646
+ {
647
+ x: 2.5,
648
+ y: 27,
649
+ },
650
+ {
651
+ x: 2.5,
652
+ y: 25,
653
+ },
654
+ {
655
+ x: 2.5,
656
+ y: 26,
657
+ },
658
+ {
659
+ x: 2.5,
660
+ y: 23,
661
+ },
662
+ {
663
+ x: 2.2,
664
+ y: 26,
665
+ },
666
+ {
667
+ x: 2.2,
668
+ y: 26,
669
+ },
670
+ {
671
+ x: 2.5,
672
+ y: 26,
673
+ },
674
+ {
675
+ x: 2.5,
676
+ y: 26,
677
+ },
678
+ {
679
+ x: 2.5,
680
+ y: 25,
681
+ },
682
+ {
683
+ x: 2.5,
684
+ y: 27,
685
+ },
686
+ {
687
+ x: 2.5,
688
+ y: 25,
689
+ },
690
+ {
691
+ x: 2.5,
692
+ y: 27,
693
+ },
694
+ {
695
+ x: 2.7,
696
+ y: 20,
697
+ },
698
+ {
699
+ x: 2.7,
700
+ y: 20,
701
+ },
702
+ {
703
+ x: 3.4,
704
+ y: 19,
705
+ },
706
+ {
707
+ x: 3.4,
708
+ y: 17,
709
+ },
710
+ {
711
+ x: 4,
712
+ y: 20,
713
+ },
714
+ {
715
+ x: 4.7,
716
+ y: 17,
717
+ },
718
+ {
719
+ x: 2.2,
720
+ y: 29,
721
+ },
722
+ {
723
+ x: 2.2,
724
+ y: 27,
725
+ },
726
+ {
727
+ x: 2.4,
728
+ y: 31,
729
+ },
730
+ {
731
+ x: 2.4,
732
+ y: 31,
733
+ },
734
+ {
735
+ x: 3,
736
+ y: 26,
737
+ },
738
+ {
739
+ x: 3,
740
+ y: 26,
741
+ },
742
+ {
743
+ x: 3.5,
744
+ y: 28,
745
+ },
746
+ {
747
+ x: 2.2,
748
+ y: 27,
749
+ },
750
+ {
751
+ x: 2.2,
752
+ y: 29,
753
+ },
754
+ {
755
+ x: 2.4,
756
+ y: 31,
757
+ },
758
+ {
759
+ x: 2.4,
760
+ y: 31,
761
+ },
762
+ {
763
+ x: 3,
764
+ y: 26,
765
+ },
766
+ {
767
+ x: 3,
768
+ y: 26,
769
+ },
770
+ {
771
+ x: 3.3,
772
+ y: 27,
773
+ },
774
+ {
775
+ x: 1.8,
776
+ y: 30,
777
+ },
778
+ {
779
+ x: 1.8,
780
+ y: 33,
781
+ },
782
+ {
783
+ x: 1.8,
784
+ y: 35,
785
+ },
786
+ {
787
+ x: 1.8,
788
+ y: 37,
789
+ },
790
+ {
791
+ x: 1.8,
792
+ y: 35,
793
+ },
794
+ {
795
+ x: 4.7,
796
+ y: 15,
797
+ },
798
+ {
799
+ x: 5.7,
800
+ y: 18,
801
+ },
802
+ {
803
+ x: 2.7,
804
+ y: 20,
805
+ },
806
+ {
807
+ x: 2.7,
808
+ y: 20,
809
+ },
810
+ {
811
+ x: 2.7,
812
+ y: 22,
813
+ },
814
+ {
815
+ x: 3.4,
816
+ y: 17,
817
+ },
818
+ {
819
+ x: 3.4,
820
+ y: 19,
821
+ },
822
+ {
823
+ x: 4,
824
+ y: 18,
825
+ },
826
+ {
827
+ x: 4,
828
+ y: 20,
829
+ },
830
+ {
831
+ x: 2,
832
+ y: 29,
833
+ },
834
+ {
835
+ x: 2,
836
+ y: 26,
837
+ },
838
+ {
839
+ x: 2,
840
+ y: 29,
841
+ },
842
+ {
843
+ x: 2,
844
+ y: 29,
845
+ },
846
+ {
847
+ x: 2.8,
848
+ y: 24,
849
+ },
850
+ {
851
+ x: 1.9,
852
+ y: 44,
853
+ },
854
+ {
855
+ x: 2,
856
+ y: 29,
857
+ },
858
+ {
859
+ x: 2,
860
+ y: 26,
861
+ },
862
+ {
863
+ x: 2,
864
+ y: 29,
865
+ },
866
+ {
867
+ x: 2,
868
+ y: 29,
869
+ },
870
+ {
871
+ x: 2.5,
872
+ y: 29,
873
+ },
874
+ {
875
+ x: 2.5,
876
+ y: 29,
877
+ },
878
+ {
879
+ x: 2.8,
880
+ y: 23,
881
+ },
882
+ {
883
+ x: 2.8,
884
+ y: 24,
885
+ },
886
+ {
887
+ x: 1.9,
888
+ y: 44,
889
+ },
890
+ {
891
+ x: 1.9,
892
+ y: 41,
893
+ },
894
+ {
895
+ x: 2,
896
+ y: 29,
897
+ },
898
+ {
899
+ x: 2,
900
+ y: 26,
901
+ },
902
+ {
903
+ x: 2.5,
904
+ y: 28,
905
+ },
906
+ {
907
+ x: 2.5,
908
+ y: 29,
909
+ },
910
+ {
911
+ x: 1.8,
912
+ y: 29,
913
+ },
914
+ {
915
+ x: 1.8,
916
+ y: 29,
917
+ },
918
+ {
919
+ x: 2,
920
+ y: 28,
921
+ },
922
+ {
923
+ x: 2,
924
+ y: 29,
925
+ },
926
+ {
927
+ x: 2.8,
928
+ y: 26,
929
+ },
930
+ {
931
+ x: 2.8,
932
+ y: 26,
933
+ },
934
+ {
935
+ x: 3.6,
936
+ y: 26,
937
+ },
938
+ ];