bio-samtools 0.6.2 → 2.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (160) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +3 -2
  3. data/README.md +4 -7
  4. data/VERSION +1 -1
  5. data/bio-samtools.gemspec +47 -105
  6. data/doc/Bio.html +68 -131
  7. data/doc/Bio/DB.html +51 -111
  8. data/doc/Bio/DB/Alignment.html +135 -363
  9. data/doc/Bio/DB/Pileup.html +183 -170
  10. data/doc/Bio/DB/SAM.html +1396 -820
  11. data/doc/Bio/DB/SAM/Library.html +73 -123
  12. data/doc/Bio/DB/SAM/Tools.html +51 -273
  13. data/doc/Bio/DB/Tag.html +78 -124
  14. data/doc/Bio/DB/Vcf.html +111 -147
  15. data/doc/LICENSE_txt.html +113 -148
  16. data/doc/created.rid +9 -10
  17. data/doc/fonts.css +167 -0
  18. data/doc/fonts/Lato-Light.ttf +0 -0
  19. data/doc/fonts/Lato-LightItalic.ttf +0 -0
  20. data/doc/fonts/Lato-Regular.ttf +0 -0
  21. data/doc/fonts/Lato-RegularItalic.ttf +0 -0
  22. data/doc/fonts/SourceCodePro-Bold.ttf +0 -0
  23. data/doc/fonts/SourceCodePro-Regular.ttf +0 -0
  24. data/doc/images/add.png +0 -0
  25. data/doc/images/arrow_up.png +0 -0
  26. data/doc/images/delete.png +0 -0
  27. data/doc/images/tag_blue.png +0 -0
  28. data/doc/index.html +48 -54
  29. data/doc/js/darkfish.js +9 -22
  30. data/doc/js/search.js +20 -5
  31. data/doc/js/search_index.js +1 -1
  32. data/doc/rdoc.css +255 -218
  33. data/doc/table_of_contents.html +256 -137
  34. data/ext/Rakefile +57 -0
  35. data/lib/bio-samtools.rb +7 -2
  36. data/lib/bio/BIOExtensions.rb +89 -0
  37. data/lib/bio/db/alignment.rb +59 -0
  38. data/lib/bio/db/fastadb.rb +255 -0
  39. data/lib/bio/db/pileup.rb +221 -172
  40. data/lib/bio/db/sam.rb +639 -589
  41. data/lib/bio/db/sam/{faidx.rb → faidx_old.rb} +0 -0
  42. data/lib/bio/db/vcf.rb +69 -68
  43. data/test/.gitignore +1 -0
  44. data/test/{test_basic.rb → old_test_basic.rb} +33 -1
  45. data/test/samples/small/dupes.bam +0 -0
  46. data/test/samples/small/dupes.sam +274 -0
  47. data/test/samples/small/map_for_reheader.sam +8 -0
  48. data/test/samples/small/map_to_merge1.bam +0 -0
  49. data/test/samples/small/map_to_merge1.bam.bai +0 -0
  50. data/test/samples/small/map_to_merge1.sam +8 -0
  51. data/test/samples/small/map_to_merge2.bam +0 -0
  52. data/test/samples/small/map_to_merge2.bam.bai +0 -0
  53. data/test/samples/small/map_to_merge2.sam +8 -0
  54. data/test/samples/small/no_md.sam +8 -0
  55. data/test/samples/small/test_chr.fasta.1.bt2 +0 -0
  56. data/test/samples/small/test_chr.fasta.2.bt2 +0 -0
  57. data/test/samples/small/test_chr.fasta.3.bt2 +0 -0
  58. data/test/samples/small/test_chr.fasta.4.bt2 +0 -0
  59. data/test/samples/small/test_chr.fasta.rev.1.bt2 +0 -0
  60. data/test/samples/small/test_chr.fasta.rev.2.bt2 +0 -0
  61. data/test/samples/small/test_cov.svg +273 -0
  62. data/test/samples/small/testu.bam.bai +0 -0
  63. data/test/svg +133 -0
  64. data/test/test_pileup.rb +84 -0
  65. data/test/test_sam.rb +331 -0
  66. data/test/test_vcf.rb +11 -0
  67. data/{doc → tutorial}/tutorial.html +0 -0
  68. data/{doc → tutorial}/tutorial.pdf +0 -0
  69. metadata +56 -114
  70. data/doc/Bio/DB/SAM/Tools/Bam1CoreT.html +0 -159
  71. data/doc/Bio/DB/SAM/Tools/Bam1T.html +0 -220
  72. data/doc/Bio/DB/SAM/Tools/BamHeaderT.html +0 -249
  73. data/doc/Bio/DB/SAM/Tools/BamPileup1T.html +0 -159
  74. data/doc/Bio/DB/SAM/Tools/SamfileT.html +0 -171
  75. data/doc/Bio/DB/SAM/Tools/SamfileTX.html +0 -159
  76. data/doc/Bio/DB/SAMException.html +0 -205
  77. data/doc/LibC.html +0 -155
  78. data/doc/Pileup.html +0 -571
  79. data/doc/Vcf.html +0 -473
  80. data/doc/basic_styles.css +0 -31
  81. data/doc/classes/Bio.html +0 -139
  82. data/doc/classes/Bio/DB.html +0 -137
  83. data/doc/classes/Bio/DB/Alignment.html +0 -441
  84. data/doc/classes/Bio/DB/Alignment.src/M000012.html +0 -19
  85. data/doc/classes/Bio/DB/Alignment.src/M000013.html +0 -27
  86. data/doc/classes/Bio/DB/Alignment.src/M000014.html +0 -45
  87. data/doc/classes/Bio/DB/Alignment.src/M000015.html +0 -40
  88. data/doc/classes/Bio/DB/SAM.html +0 -510
  89. data/doc/classes/Bio/DB/SAM/Library.html +0 -135
  90. data/doc/classes/Bio/DB/SAM/Library.src/M000006.html +0 -28
  91. data/doc/classes/Bio/DB/SAM/Tools.html +0 -278
  92. data/doc/classes/Bio/DB/SAM/Tools.src/M000007.html +0 -20
  93. data/doc/classes/Bio/DB/SAM/Tools/Bam1CoreT.html +0 -111
  94. data/doc/classes/Bio/DB/SAM/Tools/Bam1T.html +0 -150
  95. data/doc/classes/Bio/DB/SAM/Tools/Bam1T.src/M000010.html +0 -20
  96. data/doc/classes/Bio/DB/SAM/Tools/BamHeaderT.html +0 -169
  97. data/doc/classes/Bio/DB/SAM/Tools/BamHeaderT.src/M000008.html +0 -19
  98. data/doc/classes/Bio/DB/SAM/Tools/BamHeaderT.src/M000009.html +0 -18
  99. data/doc/classes/Bio/DB/SAM/Tools/BamPileup1T.html +0 -111
  100. data/doc/classes/Bio/DB/SAM/Tools/SamfileT.html +0 -129
  101. data/doc/classes/Bio/DB/SAM/Tools/SamfileTX.html +0 -111
  102. data/doc/classes/Bio/DB/SAMException.html +0 -140
  103. data/doc/classes/Bio/DB/SAMException.src/M000016.html +0 -18
  104. data/doc/classes/Bio/DB/Sam.src/M000017.html +0 -43
  105. data/doc/classes/Bio/DB/Sam.src/M000018.html +0 -42
  106. data/doc/classes/Bio/DB/Sam.src/M000019.html +0 -18
  107. data/doc/classes/Bio/DB/Sam.src/M000020.html +0 -22
  108. data/doc/classes/Bio/DB/Sam.src/M000021.html +0 -19
  109. data/doc/classes/Bio/DB/Sam.src/M000022.html +0 -25
  110. data/doc/classes/Bio/DB/Sam.src/M000023.html +0 -28
  111. data/doc/classes/Bio/DB/Sam.src/M000024.html +0 -28
  112. data/doc/classes/Bio/DB/Sam.src/M000025.html +0 -46
  113. data/doc/classes/Bio/DB/Sam.src/M000026.html +0 -24
  114. data/doc/classes/Bio/DB/Sam.src/M000027.html +0 -19
  115. data/doc/classes/Bio/DB/Sam.src/M000028.html +0 -24
  116. data/doc/classes/Bio/DB/Sam.src/M000029.html +0 -41
  117. data/doc/classes/Bio/DB/Sam.src/M000030.html +0 -31
  118. data/doc/classes/Bio/DB/Sam.src/M000031.html +0 -86
  119. data/doc/classes/Bio/DB/Sam.src/M000032.html +0 -34
  120. data/doc/classes/Bio/DB/Tag.html +0 -160
  121. data/doc/classes/Bio/DB/Tag.src/M000011.html +0 -21
  122. data/doc/classes/LibC.html +0 -105
  123. data/doc/classes/Pileup.html +0 -374
  124. data/doc/classes/Pileup.src/M000001.html +0 -34
  125. data/doc/classes/Pileup.src/M000002.html +0 -21
  126. data/doc/classes/Pileup.src/M000003.html +0 -21
  127. data/doc/classes/Pileup.src/M000004.html +0 -21
  128. data/doc/classes/Pileup.src/M000005.html +0 -31
  129. data/doc/files/lib/bio-samtools_rb.html +0 -109
  130. data/doc/files/lib/bio/db/sam/bam_rb.html +0 -108
  131. data/doc/files/lib/bio/db/sam/faidx_rb.html +0 -108
  132. data/doc/files/lib/bio/db/sam/library_rb.html +0 -101
  133. data/doc/files/lib/bio/db/sam/pileup_rb.html +0 -178
  134. data/doc/files/lib/bio/db/sam/sam_rb.html +0 -113
  135. data/doc/files/lib/bio/db/sam_rb.html +0 -111
  136. data/doc/fr_class_index.html +0 -43
  137. data/doc/fr_file_index.html +0 -33
  138. data/doc/fr_method_index.html +0 -58
  139. data/doc/lib/bio-samtools_rb.html +0 -115
  140. data/doc/lib/bio/db/pileup_rb.html +0 -171
  141. data/doc/lib/bio/db/sam/bam_rb.html +0 -121
  142. data/doc/lib/bio/db/sam/faidx_rb.html +0 -117
  143. data/doc/lib/bio/db/sam/library_rb.html +0 -115
  144. data/doc/lib/bio/db/sam/pileup_rb.html +0 -171
  145. data/doc/lib/bio/db/sam/sam_rb.html +0 -121
  146. data/doc/lib/bio/db/sam/vcf_rb.html +0 -124
  147. data/doc/lib/bio/db/sam_rb.html +0 -115
  148. data/doc/lib/bio/db/vcf_rb.html +0 -124
  149. data/doc/rdoc-style.css +0 -208
  150. data/lib/bio/db/sam/bam.rb +0 -210
  151. data/lib/bio/db/sam/sam.rb +0 -86
  152. data/test/samples/pipe_char/test.bam +0 -0
  153. data/test/samples/pipe_char/test.bam.bai +0 -0
  154. data/test/samples/pipe_char/test.tam +0 -10
  155. data/test/samples/pipe_char/test_chr.fasta +0 -1000
  156. data/test/samples/pipe_char/test_chr.fasta.fai +0 -1
  157. data/test/samples/small/test +0 -0
  158. data/test/samples/small/test.bam +0 -0
  159. data/test/samples/small/test.fa +0 -20
  160. data/test/samples/small/test.fai +0 -0
@@ -0,0 +1,8 @@
1
+ @HD VN:1.0 SO:unsorted
2
+ @SQ SN:chr_2 LN:69930
3
+ @PG ID:bowtie2 PN:bowtie2 VN:2.1.0
4
+ test_1 0 chr_2 225 1 70M * 0 0 TAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAAC IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII AS:i:0 XS:i:0 XN:i:0 XM:i:0 XO:i:0 XG:i:0 NM:i:0 MD:Z:70 YT:Z:UU
5
+ test_2 0 chr_2 73 1 70M * 0 0 CCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTA IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII AS:i:0 XS:i:0 XN:i:0 XM:i:0 XO:i:0 XG:i:0 NM:i:0 MD:Z:70 YT:Z:UU
6
+ reverse_2 16 chr_2 49 1 70M * 0 0 CCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTA IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII AS:i:0 XS:i:0 XN:i:0 XM:i:0 XO:i:0 XG:i:0 NM:i:0 MD:Z:70 YT:Z:UU
7
+ test_1_SNP 0 chr_2 231 1 70M * 0 0 TAACCCTAACCCTAACCCTAACCCTAACGCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAAC IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII AS:i:-6 XS:i:-6 XN:i:0 XM:i:1 XO:i:0 XG:i:0 NM:i:1 MD:Z:28C41 YT:Z:UU
8
+ test_1_DEL 0 chr_2 183 1 27M1D42M * 0 0 TAACCCTAACCCTAACCCTAACCCTAACCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAAC IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII AS:i:-8 XS:i:-8 XN:i:0 XM:i:0 XO:i:1 XG:i:1 NM:i:1 MD:Z:27^C42 YT:Z:UU
@@ -0,0 +1,8 @@
1
+ @HD VN:1.0 SO:unsorted
2
+ @SQ SN:chr_1 LN:69930
3
+ @PG ID:bowtie2 PN:bowtie2 VN:2.1.0
4
+ test_1 0 chr_1 225 1 70M * 0 0 TAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAAC IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII AS:i:0 XS:i:0 XN:i:0 XM:i:0 XO:i:0 XG:i:0 NM:i:0 MD:Z:70 YT:Z:UU
5
+ test_2 0 chr_1 73 1 70M * 0 0 CCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTA IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII AS:i:0 XS:i:0 XN:i:0 XM:i:0 XO:i:0 XG:i:0 NM:i:0 MD:Z:70 YT:Z:UU
6
+ reverse_2 16 chr_1 49 1 70M * 0 0 CCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTA IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII AS:i:0 XS:i:0 XN:i:0 XM:i:0 XO:i:0 XG:i:0 NM:i:0 MD:Z:70 YT:Z:UU
7
+ test_1_SNP 0 chr_1 231 1 70M * 0 0 TAACCCTAACCCTAACCCTAACCCTAACGCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAAC IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII AS:i:-6 XS:i:-6 XN:i:0 XM:i:1 XO:i:0 XG:i:0 NM:i:1 MD:Z:28C41 YT:Z:UU
8
+ test_1_DEL 0 chr_1 183 1 27M1D42M * 0 0 TAACCCTAACCCTAACCCTAACCCTAACCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAAC IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII AS:i:-8 XS:i:-8 XN:i:0 XM:i:0 XO:i:1 XG:i:1 NM:i:1 MD:Z:27^C42 YT:Z:UU
@@ -0,0 +1,8 @@
1
+ @HD VN:1.0 SO:unsorted
2
+ @SQ SN:chr_1 LN:69930
3
+ @PG ID:bowtie2 PN:bowtie2 VN:2.1.0
4
+ test_1_INS 0 chr_1 69 1 29M1I41M * 0 0 TAACCCTAACCCTAACCCTAACCCTAACCNCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAAC IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII AS:i:-8 XS:i:-8 XN:i:0 XM:i:0 XO:i:1 XG:i:1 NM:i:1 MD:Z:70 YT:Z:UU
5
+ reverse_2_SNP 16 chr_1 103 1 70M * 0 0 CCTAACCCTAACCCTAACCCTAACCCTAACCCTACCCCTAACCCTAACCCTAACCCTAACCCTAACCCTA IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII AS:i:-6 XS:i:-6 XN:i:0 XM:i:1 XO:i:0 XG:i:0 NM:i:1 MD:Z:34A35 YT:Z:UU
6
+ reverse_2_DEL 16 chr_1 19 1 33M1D36M * 0 0 CCTAACCCTAACCCTAACCCTAACCCTAACCCTACCCTAACCCTAACCCTAACCCTAACCCTAACCCTA IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII AS:i:-8 XS:i:-8 XN:i:0 XM:i:0 XO:i:1 XG:i:1 NM:i:1 MD:Z:33^A36 YT:Z:UU
7
+ reverse_2_ins 16 chr_1 97 1 35M1I35M * 0 0 CCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCCTAACCCTAACCCTAACCCTAACCCTAACCCTA IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII AS:i:-8 XS:i:-8 XN:i:0 XM:i:0 XO:i:1 XG:i:1 NM:i:1 MD:Z:70 YT:Z:UU
8
+ test_1_SNP_FIRST 0 chr_1 177 1 70M * 0 0 CAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAAC IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII AS:i:-6 XS:i:-6 XN:i:0 XM:i:1 XO:i:0 XG:i:0 NM:i:1 MD:Z:0T69 YT:Z:UU
@@ -0,0 +1,8 @@
1
+ @HD VN:1.0 SO:unsorted
2
+ @SQ SN:chr_1 LN:69930
3
+ @PG ID:bowtie2 PN:bowtie2 VN:2.1.0
4
+ test_1 0 chr_1 225 1 70M * 0 0 TAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAAC IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII AS:i:0 XS:i:0 XN:i:0 XM:i:0 XO:i:0 XG:i:0 NM:i:0 YT:Z:UU
5
+ test_2 0 chr_1 73 1 70M * 0 0 CCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTA IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII AS:i:0 XS:i:0 XN:i:0 XM:i:0 XO:i:0 XG:i:0 NM:i:0 YT:Z:UU
6
+ reverse_2 16 chr_1 49 1 70M * 0 0 CCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTA IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII AS:i:0 XS:i:0 XN:i:0 XM:i:0 XO:i:0 XG:i:0 NM:i:0 YT:Z:UU
7
+ test_1_SNP 0 chr_1 231 1 70M * 0 0 TAACCCTAACCCTAACCCTAACCCTAACGCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAAC IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII AS:i:-6 XS:i:-6 XN:i:0 XM:i:1 XO:i:0 XG:i:0 NM:i:1 YT:Z:UU
8
+ test_1_DEL 0 chr_1 183 1 27M1D42M * 0 0 TAACCCTAACCCTAACCCTAACCCTAACCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAAC IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII AS:i:-8 XS:i:-8 XN:i:0 XM:i:0 XO:i:1 XG:i:1 NM:i:1 YT:Z:UU
@@ -0,0 +1,273 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="800" height="330" style="" xmlns:xlink="http://www.w3.org/1999/xlink"><line x1="1" y1="20" x2="800" y2="20" stroke="black" stroke-width="1" style=""/>
2
+ <rect x="0.0" y="20" width="1" height="5" fill="" rx="" ry="" stroke="black" stroke-width="1" style=""/>
3
+ <text x="0.0" y="40" fill="black" transform="" style="font-family:Arial;font-style:italic">100</text>
4
+ <rect x="38.76651982378854" y="20" width="1" height="5" fill="" rx="" ry="" stroke="black" stroke-width="1" style=""/>
5
+ <text x="38.76651982378854" y="40" fill="black" transform="" style="font-family:Arial;font-style:italic">111</text>
6
+ <rect x="77.53303964757708" y="20" width="1" height="5" fill="" rx="" ry="" stroke="black" stroke-width="1" style=""/>
7
+ <text x="77.53303964757708" y="40" fill="black" transform="" style="font-family:Arial;font-style:italic">122</text>
8
+ <rect x="116.29955947136564" y="20" width="1" height="5" fill="" rx="" ry="" stroke="black" stroke-width="1" style=""/>
9
+ <text x="116.29955947136564" y="40" fill="black" transform="" style="font-family:Arial;font-style:italic">133</text>
10
+ <rect x="155.06607929515417" y="20" width="1" height="5" fill="" rx="" ry="" stroke="black" stroke-width="1" style=""/>
11
+ <text x="155.06607929515417" y="40" fill="black" transform="" style="font-family:Arial;font-style:italic">144</text>
12
+ <rect x="193.8325991189427" y="20" width="1" height="5" fill="" rx="" ry="" stroke="black" stroke-width="1" style=""/>
13
+ <text x="193.8325991189427" y="40" fill="black" transform="" style="font-family:Arial;font-style:italic">155</text>
14
+ <rect x="232.59911894273128" y="20" width="1" height="5" fill="" rx="" ry="" stroke="black" stroke-width="1" style=""/>
15
+ <text x="232.59911894273128" y="40" fill="black" transform="" style="font-family:Arial;font-style:italic">166</text>
16
+ <rect x="271.3656387665198" y="20" width="1" height="5" fill="" rx="" ry="" stroke="black" stroke-width="1" style=""/>
17
+ <text x="271.3656387665198" y="40" fill="black" transform="" style="font-family:Arial;font-style:italic">177</text>
18
+ <rect x="310.13215859030834" y="20" width="1" height="5" fill="" rx="" ry="" stroke="black" stroke-width="1" style=""/>
19
+ <text x="310.13215859030834" y="40" fill="black" transform="" style="font-family:Arial;font-style:italic">188</text>
20
+ <rect x="348.8986784140969" y="20" width="1" height="5" fill="" rx="" ry="" stroke="black" stroke-width="1" style=""/>
21
+ <text x="348.8986784140969" y="40" fill="black" transform="" style="font-family:Arial;font-style:italic">199</text>
22
+ <rect x="387.6651982378854" y="20" width="1" height="5" fill="" rx="" ry="" stroke="black" stroke-width="1" style=""/>
23
+ <text x="387.6651982378854" y="40" fill="black" transform="" style="font-family:Arial;font-style:italic">210</text>
24
+ <rect x="426.431718061674" y="20" width="1" height="5" fill="" rx="" ry="" stroke="black" stroke-width="1" style=""/>
25
+ <text x="426.431718061674" y="40" fill="black" transform="" style="font-family:Arial;font-style:italic">221</text>
26
+ <rect x="465.19823788546256" y="20" width="1" height="5" fill="" rx="" ry="" stroke="black" stroke-width="1" style=""/>
27
+ <text x="465.19823788546256" y="40" fill="black" transform="" style="font-family:Arial;font-style:italic">232</text>
28
+ <rect x="503.9647577092511" y="20" width="1" height="5" fill="" rx="" ry="" stroke="black" stroke-width="1" style=""/>
29
+ <text x="503.9647577092511" y="40" fill="black" transform="" style="font-family:Arial;font-style:italic">243</text>
30
+ <rect x="542.7312775330396" y="20" width="1" height="5" fill="" rx="" ry="" stroke="black" stroke-width="1" style=""/>
31
+ <text x="542.7312775330396" y="40" fill="black" transform="" style="font-family:Arial;font-style:italic">254</text>
32
+ <rect x="581.4977973568282" y="20" width="1" height="5" fill="" rx="" ry="" stroke="black" stroke-width="1" style=""/>
33
+ <text x="581.4977973568282" y="40" fill="black" transform="" style="font-family:Arial;font-style:italic">265</text>
34
+ <rect x="620.2643171806167" y="20" width="1" height="5" fill="" rx="" ry="" stroke="black" stroke-width="1" style=""/>
35
+ <text x="620.2643171806167" y="40" fill="black" transform="" style="font-family:Arial;font-style:italic">276</text>
36
+ <rect x="659.0308370044053" y="20" width="1" height="5" fill="" rx="" ry="" stroke="black" stroke-width="1" style=""/>
37
+ <text x="659.0308370044053" y="40" fill="black" transform="" style="font-family:Arial;font-style:italic">287</text>
38
+ <rect x="697.7973568281938" y="20" width="1" height="5" fill="" rx="" ry="" stroke="black" stroke-width="1" style=""/>
39
+ <text x="697.7973568281938" y="40" fill="black" transform="" style="font-family:Arial;font-style:italic">298</text>
40
+ <rect x="736.5638766519824" y="20" width="1" height="5" fill="" rx="" ry="" stroke="black" stroke-width="1" style=""/>
41
+ <text x="736.5638766519824" y="40" fill="black" transform="" style="font-family:Arial;font-style:italic">309</text>
42
+ <rect x="775.3303964757708" y="20" width="1" height="5" fill="" rx="" ry="" stroke="black" stroke-width="1" style=""/>
43
+ <text x="775.3303964757708" y="40" fill="black" transform="" style="font-family:Arial;font-style:italic">320</text>
44
+ <text x="3" y="60" fill="black" transform="" style="font-family:monospace;">data track</text>
45
+ <text x="805.0" y="65" fill="black" transform="" style="font-family:monospace;">3.0</text>
46
+ <text x="805.0" y="215" fill="black" transform="" style="font-family:monospace;">0</text>
47
+ <rect x="0.0" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
48
+ <rect x="3.5242290748898677" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
49
+ <rect x="7.048458149779735" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
50
+ <rect x="10.572687224669604" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
51
+ <rect x="14.09691629955947" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
52
+ <rect x="17.621145374449338" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
53
+ <rect x="21.145374449339208" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
54
+ <rect x="24.669603524229075" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
55
+ <rect x="28.19383259911894" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
56
+ <rect x="31.718061674008812" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
57
+ <rect x="35.242290748898675" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
58
+ <rect x="38.76651982378855" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
59
+ <rect x="42.290748898678416" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
60
+ <rect x="45.81497797356828" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
61
+ <rect x="49.33920704845815" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
62
+ <rect x="52.863436123348016" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
63
+ <rect x="56.38766519823788" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
64
+ <rect x="59.91189427312775" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
65
+ <rect x="63.436123348017624" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
66
+ <rect x="66.96035242290749" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
67
+ <rect x="70.48458149779735" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
68
+ <rect x="74.00881057268722" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
69
+ <rect x="77.5330396475771" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
70
+ <rect x="81.05726872246696" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
71
+ <rect x="84.58149779735683" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
72
+ <rect x="88.10572687224669" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
73
+ <rect x="91.62995594713657" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
74
+ <rect x="95.15418502202643" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
75
+ <rect x="98.6784140969163" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
76
+ <rect x="102.20264317180617" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
77
+ <rect x="105.72687224669603" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
78
+ <rect x="109.2511013215859" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
79
+ <rect x="112.77533039647577" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
80
+ <rect x="116.29955947136564" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
81
+ <rect x="119.8237885462555" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
82
+ <rect x="123.34801762114537" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
83
+ <rect x="126.87224669603525" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
84
+ <rect x="130.39647577092512" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
85
+ <rect x="133.92070484581498" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
86
+ <rect x="137.44493392070484" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
87
+ <rect x="140.9691629955947" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
88
+ <rect x="144.4933920704846" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
89
+ <rect x="148.01762114537445" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
90
+ <rect x="151.5418502202643" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
91
+ <rect x="155.0660792951542" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
92
+ <rect x="158.59030837004406" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
93
+ <rect x="162.11453744493392" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
94
+ <rect x="165.63876651982378" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
95
+ <rect x="169.16299559471366" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
96
+ <rect x="172.68722466960352" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
97
+ <rect x="176.21145374449338" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
98
+ <rect x="179.73568281938327" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
99
+ <rect x="183.25991189427313" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
100
+ <rect x="186.784140969163" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
101
+ <rect x="190.30837004405285" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
102
+ <rect x="193.83259911894274" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
103
+ <rect x="197.3568281938326" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
104
+ <rect x="200.88105726872246" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
105
+ <rect x="204.40528634361235" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
106
+ <rect x="207.9295154185022" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
107
+ <rect x="211.45374449339207" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
108
+ <rect x="214.97797356828193" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
109
+ <rect x="218.5022026431718" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
110
+ <rect x="222.02643171806167" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
111
+ <rect x="225.55066079295153" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
112
+ <rect x="229.07488986784142" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
113
+ <rect x="232.59911894273128" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
114
+ <rect x="236.12334801762114" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
115
+ <rect x="239.647577092511" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
116
+ <rect x="243.1718061674009" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
117
+ <rect x="246.69603524229075" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
118
+ <rect x="250.2202643171806" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
119
+ <rect x="253.7444933920705" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
120
+ <rect x="257.26872246696036" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
121
+ <rect x="260.79295154185024" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
122
+ <rect x="264.3171806167401" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
123
+ <rect x="267.84140969162996" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
124
+ <rect x="271.3656387665198" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
125
+ <rect x="274.8898678414097" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
126
+ <rect x="278.41409691629957" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
127
+ <rect x="281.9383259911894" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
128
+ <rect x="285.4625550660793" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
129
+ <rect x="288.9867841409692" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
130
+ <rect x="292.511013215859" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
131
+ <rect x="296.0352422907489" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
132
+ <rect x="299.5594713656388" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
133
+ <rect x="303.0837004405286" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
134
+ <rect x="306.6079295154185" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
135
+ <rect x="310.1321585903084" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
136
+ <rect x="313.6563876651982" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
137
+ <rect x="317.1806167400881" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
138
+ <rect x="320.70484581497794" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
139
+ <rect x="324.22907488986783" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
140
+ <rect x="327.7533039647577" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
141
+ <rect x="331.27753303964755" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
142
+ <rect x="334.80176211453744" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
143
+ <rect x="338.3259911894273" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
144
+ <rect x="341.85022026431716" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
145
+ <rect x="345.37444933920705" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
146
+ <rect x="348.89867841409693" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
147
+ <rect x="352.42290748898677" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
148
+ <rect x="355.94713656387665" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
149
+ <rect x="359.47136563876654" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
150
+ <rect x="362.9955947136564" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
151
+ <rect x="366.51982378854626" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
152
+ <rect x="370.0440528634361" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
153
+ <rect x="373.568281938326" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
154
+ <rect x="377.09251101321587" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
155
+ <rect x="380.6167400881057" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
156
+ <rect x="384.1409691629956" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
157
+ <rect x="387.6651982378855" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
158
+ <rect x="391.1894273127753" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
159
+ <rect x="394.7136563876652" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
160
+ <rect x="398.2378854625551" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
161
+ <rect x="401.7621145374449" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
162
+ <rect x="405.2863436123348" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
163
+ <rect x="408.8105726872247" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
164
+ <rect x="412.3348017621145" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
165
+ <rect x="415.8590308370044" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
166
+ <rect x="419.38325991189424" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
167
+ <rect x="422.90748898678413" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
168
+ <rect x="426.431718061674" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
169
+ <rect x="429.95594713656385" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
170
+ <rect x="433.48017621145374" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
171
+ <rect x="437.0044052863436" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
172
+ <rect x="440.52863436123346" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
173
+ <rect x="444.05286343612335" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
174
+ <rect x="447.57709251101323" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
175
+ <rect x="451.10132158590307" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
176
+ <rect x="454.62555066079295" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
177
+ <rect x="458.14977973568284" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
178
+ <rect x="461.6740088105727" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
179
+ <rect x="465.19823788546256" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
180
+ <rect x="468.7224669603524" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
181
+ <rect x="472.2466960352423" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
182
+ <rect x="475.77092511013217" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
183
+ <rect x="479.295154185022" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
184
+ <rect x="482.8193832599119" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
185
+ <rect x="486.3436123348018" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
186
+ <rect x="489.8678414096916" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
187
+ <rect x="493.3920704845815" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
188
+ <rect x="496.9162995594714" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
189
+ <rect x="500.4405286343612" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
190
+ <rect x="503.9647577092511" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
191
+ <rect x="507.488986784141" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
192
+ <rect x="511.0132158590308" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
193
+ <rect x="514.5374449339207" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
194
+ <rect x="518.0616740088105" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
195
+ <rect x="521.5859030837005" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
196
+ <rect x="525.1101321585903" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
197
+ <rect x="528.6343612334801" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
198
+ <rect x="532.1585903083701" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
199
+ <rect x="535.6828193832599" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
200
+ <rect x="539.2070484581498" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
201
+ <rect x="542.7312775330396" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
202
+ <rect x="546.2555066079295" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
203
+ <rect x="549.7797356828194" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
204
+ <rect x="553.3039647577092" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
205
+ <rect x="556.8281938325991" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
206
+ <rect x="560.352422907489" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
207
+ <rect x="563.8766519823788" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
208
+ <rect x="567.4008810572687" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
209
+ <rect x="570.9251101321586" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
210
+ <rect x="574.4493392070484" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
211
+ <rect x="577.9735682819384" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
212
+ <rect x="581.4977973568282" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
213
+ <rect x="585.022026431718" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
214
+ <rect x="588.546255506608" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
215
+ <rect x="592.0704845814978" y="65.0" width="3.5242290748898677" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
216
+ <rect x="595.5947136563876" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
217
+ <rect x="599.1189427312776" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
218
+ <rect x="602.6431718061674" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
219
+ <rect x="606.1674008810572" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
220
+ <rect x="609.6916299559472" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
221
+ <rect x="613.215859030837" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
222
+ <rect x="616.7400881057268" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
223
+ <rect x="620.2643171806168" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
224
+ <rect x="623.7885462555066" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
225
+ <rect x="627.3127753303964" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
226
+ <rect x="630.8370044052864" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
227
+ <rect x="634.3612334801762" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
228
+ <rect x="637.885462555066" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
229
+ <rect x="641.4096916299559" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
230
+ <rect x="644.9339207048458" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
231
+ <rect x="648.4581497797357" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
232
+ <rect x="651.9823788546255" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
233
+ <rect x="655.5066079295154" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
234
+ <rect x="659.0308370044053" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
235
+ <rect x="662.5550660792951" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
236
+ <rect x="666.079295154185" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
237
+ <rect x="669.6035242290749" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
238
+ <rect x="673.1277533039647" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
239
+ <rect x="676.6519823788547" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
240
+ <rect x="680.1762114537445" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
241
+ <rect x="683.7004405286343" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
242
+ <rect x="687.2246696035243" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
243
+ <rect x="690.7488986784141" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
244
+ <rect x="694.2731277533039" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
245
+ <rect x="697.7973568281939" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
246
+ <rect x="701.3215859030837" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
247
+ <rect x="704.8458149779735" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
248
+ <rect x="708.3700440528635" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
249
+ <rect x="711.8942731277533" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
250
+ <rect x="715.4185022026431" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
251
+ <rect x="718.9427312775331" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
252
+ <rect x="722.4669603524229" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
253
+ <rect x="725.9911894273127" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
254
+ <rect x="729.5154185022027" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
255
+ <rect x="733.0396475770925" y="115.0" width="3.5242290748898677" height="100.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
256
+ <rect x="736.5638766519824" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
257
+ <rect x="740.0881057268722" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
258
+ <rect x="743.6123348017621" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
259
+ <rect x="747.136563876652" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
260
+ <rect x="750.6607929515418" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
261
+ <rect x="754.1850220264317" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
262
+ <rect x="757.7092511013216" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
263
+ <rect x="761.2334801762114" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
264
+ <rect x="764.7577092511013" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
265
+ <rect x="768.2819383259912" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
266
+ <rect x="771.806167400881" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
267
+ <rect x="775.330396475771" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
268
+ <rect x="778.8546255506608" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
269
+ <rect x="782.3788546255506" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
270
+ <rect x="785.9030837004406" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
271
+ <rect x="789.4273127753304" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
272
+ <rect x="792.9515418502202" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
273
+ <rect x="796.4757709251102" y="165.0" width="3.5242290748898677" height="50.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/></svg>
@@ -0,0 +1,133 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="1000" height="330" style="" xmlns:xlink="http://www.w3.org/1999/xlink"><line x1="1" y1="20" x2="1000" y2="20" stroke="black" stroke-width="1" style=""/>
2
+ <rect x="0.0" y="20" width="1" height="5" fill="" rx="" ry="" stroke="black" stroke-width="1" style=""/>
3
+ <text x="0.0" y="40" fill="black" transform="" style="font-family:Arial;font-style:italic">1</text>
4
+ <rect x="111.00917431192661" y="20" width="1" height="5" fill="" rx="" ry="" stroke="black" stroke-width="1" style=""/>
5
+ <text x="111.00917431192661" y="40" fill="black" transform="" style="font-family:Arial;font-style:italic">606</text>
6
+ <rect x="222.01834862385323" y="20" width="1" height="5" fill="" rx="" ry="" stroke="black" stroke-width="1" style=""/>
7
+ <text x="222.01834862385323" y="40" fill="black" transform="" style="font-family:Arial;font-style:italic">1211</text>
8
+ <rect x="333.0275229357798" y="20" width="1" height="5" fill="" rx="" ry="" stroke="black" stroke-width="1" style=""/>
9
+ <text x="333.0275229357798" y="40" fill="black" transform="" style="font-family:Arial;font-style:italic">1816</text>
10
+ <rect x="444.03669724770646" y="20" width="1" height="5" fill="" rx="" ry="" stroke="black" stroke-width="1" style=""/>
11
+ <text x="444.03669724770646" y="40" fill="black" transform="" style="font-family:Arial;font-style:italic">2421</text>
12
+ <rect x="555.045871559633" y="20" width="1" height="5" fill="" rx="" ry="" stroke="black" stroke-width="1" style=""/>
13
+ <text x="555.045871559633" y="40" fill="black" transform="" style="font-family:Arial;font-style:italic">3026</text>
14
+ <rect x="666.0550458715596" y="20" width="1" height="5" fill="" rx="" ry="" stroke="black" stroke-width="1" style=""/>
15
+ <text x="666.0550458715596" y="40" fill="black" transform="" style="font-family:Arial;font-style:italic">3631</text>
16
+ <rect x="777.0642201834863" y="20" width="1" height="5" fill="" rx="" ry="" stroke="black" stroke-width="1" style=""/>
17
+ <text x="777.0642201834863" y="40" fill="black" transform="" style="font-family:Arial;font-style:italic">4236</text>
18
+ <rect x="888.0733944954129" y="20" width="1" height="5" fill="" rx="" ry="" stroke="black" stroke-width="1" style=""/>
19
+ <text x="888.0733944954129" y="40" fill="black" transform="" style="font-family:Arial;font-style:italic">4841</text>
20
+ <rect x="999.0825688073395" y="20" width="1" height="5" fill="" rx="" ry="" stroke="black" stroke-width="1" style=""/>
21
+ <text x="999.0825688073395" y="40" fill="black" transform="" style="font-family:Arial;font-style:italic">5446</text>
22
+ <text x="3" y="60" fill="black" transform="" style="font-family:monospace;">data track</text>
23
+ <text x="1005.0" y="65" fill="black" transform="" style="font-family:monospace;">1046.16</text>
24
+ <text x="1005.0" y="215" fill="black" transform="" style="font-family:monospace;">0</text>
25
+ <rect x="0.0" y="213.42567102546457" width="9.174311926605505" height="1.5743289745354438" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
26
+ <rect x="9.174311926605505" y="211.86568020188116" width="9.174311926605505" height="3.134319798118834" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
27
+ <rect x="18.34862385321101" y="208.90628584537737" width="9.174311926605505" height="6.093714154622619" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
28
+ <rect x="27.522935779816514" y="201.02030282174812" width="9.174311926605505" height="13.979697178251891" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
29
+ <rect x="36.69724770642202" y="197.93760036705666" width="9.174311926605505" height="17.062399632943333" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
30
+ <rect x="45.87155963302752" y="176.8834595090617" width="9.174311926605505" height="38.116540490938284" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
31
+ <rect x="55.04587155963303" y="193.75946317962837" width="9.174311926605505" height="21.24053682037164" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
32
+ <rect x="64.22018348623853" y="191.66035788024777" width="9.174311926605505" height="23.339642119752234" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
33
+ <rect x="73.39449541284404" y="171.3833448038541" width="9.174311926605505" height="43.6166551961459" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
34
+ <rect x="82.56880733944953" y="168.27196604725856" width="9.174311926605505" height="46.72803395274145" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
35
+ <rect x="91.74311926605505" y="166.53991741225053" width="9.174311926605505" height="48.46008258774948" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
36
+ <rect x="100.91743119266054" y="160.94230328056895" width="9.174311926605505" height="54.05769671943106" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
37
+ <rect x="110.09174311926606" y="136.53303509979355" width="9.174311926605505" height="78.46696490020646" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
38
+ <rect x="119.26605504587155" y="130.29307180546" width="9.174311926605505" height="84.70692819454003" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
39
+ <rect x="128.44036697247705" y="157.31475108969948" width="9.174311926605505" height="57.68524891030052" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
40
+ <rect x="137.61467889908258" y="159.86407432897454" width="9.174311926605505" height="55.13592567102546" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
41
+ <rect x="146.78899082568807" y="140.75992200045883" width="9.174311926605505" height="74.24007799954117" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
42
+ <rect x="155.96330275229357" y="119.67997247075019" width="9.174311926605505" height="95.32002752924981" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
43
+ <rect x="165.13761467889907" y="120.91878871300759" width="9.174311926605505" height="94.08121128699241" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
44
+ <rect x="174.3119266055046" y="149.11619637531544" width="9.174311926605505" height="65.88380362468456" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
45
+ <rect x="183.4862385321101" y="159.41385638908008" width="9.174311926605505" height="55.58614361091993" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
46
+ <rect x="192.6605504587156" y="140.36992429456296" width="9.174311926605505" height="74.63007570543702" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
47
+ <rect x="201.8348623853211" y="143.40100940582704" width="9.174311926605505" height="71.59899059417297" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
48
+ <rect x="211.00917431192659" y="155.89814177563662" width="9.174311926605505" height="59.101858224363376" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
49
+ <rect x="220.1834862385321" y="149.36568020188116" width="9.174311926605505" height="65.63431979811882" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
50
+ <rect x="229.3577981651376" y="126.55941729754531" width="9.174311926605505" height="88.44058270245469" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
51
+ <rect x="238.5321100917431" y="94.89791236522139" width="9.174311926605505" height="120.10208763477861" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
52
+ <rect x="247.7064220183486" y="127.64911676990135" width="9.174311926605505" height="87.35088323009865" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
53
+ <rect x="256.8807339449541" y="132.86820371644873" width="9.174311926605505" height="82.13179628355127" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
54
+ <rect x="266.0550458715596" y="133.76577196604728" width="9.174311926605505" height="81.23422803395273" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
55
+ <rect x="275.22935779816515" y="136.40112411103468" width="9.174311926605505" height="78.59887588896534" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
56
+ <rect x="284.4036697247706" y="90.31257169075477" width="9.174311926605505" height="124.68742830924523" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
57
+ <rect x="293.57798165137615" y="65.0" width="9.174311926605505" height="150.0" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
58
+ <rect x="302.7522935779816" y="114.23147510896996" width="9.174311926605505" height="100.76852489103004" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
59
+ <rect x="311.92660550458714" y="125.91993576508375" width="9.174311926605505" height="89.08006423491625" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
60
+ <rect x="321.10091743119267" y="132.72768983711862" width="9.174311926605505" height="82.27231016288138" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
61
+ <rect x="330.27522935779814" y="126.3902271163111" width="9.174311926605505" height="88.6097728836889" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
62
+ <rect x="339.44954128440367" y="111.66207845836202" width="9.174311926605505" height="103.33792154163798" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
63
+ <rect x="348.6238532110092" y="114.60426703372333" width="9.174311926605505" height="100.39573296627667" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
64
+ <rect x="357.79816513761466" y="122.20348703831154" width="9.174311926605505" height="92.79651296168846" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
65
+ <rect x="366.9724770642202" y="100.16288139481534" width="9.174311926605505" height="114.83711860518466" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
66
+ <rect x="376.14678899082566" y="103.15668731360405" width="9.174311926605505" height="111.84331268639595" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
67
+ <rect x="385.3211009174312" y="136.17744895618262" width="9.174311926605505" height="78.82255104381738" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
68
+ <rect x="394.4954128440367" y="148.39068593714154" width="9.174311926605505" height="66.60931406285845" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
69
+ <rect x="403.6697247706422" y="132.234457444368" width="9.174311926605505" height="82.76554255563202" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
70
+ <rect x="412.8440366972477" y="82.38357421426934" width="9.174311926605505" height="132.61642578573066" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
71
+ <rect x="422.01834862385317" y="84.2303280568938" width="9.174311926605505" height="130.7696719431062" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
72
+ <rect x="431.1926605504587" y="122.65370497820602" width="9.174311926605505" height="92.34629502179398" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
73
+ <rect x="440.3669724770642" y="173.25017205781143" width="9.174311926605505" height="41.749827942188574" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
74
+ <rect x="449.5412844036697" y="191.19293415921084" width="9.174311926605505" height="23.807065840789168" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
75
+ <rect x="458.7155963302752" y="194.00607937600367" width="9.174311926605505" height="20.993920623996324" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
76
+ <rect x="467.88990825688074" y="169.21828401009407" width="9.174311926605505" height="45.78171598990594" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
77
+ <rect x="477.0642201834862" y="160.796054140858" width="9.174311926605505" height="54.203945859142" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
78
+ <rect x="486.23853211009174" y="156.4601972929571" width="9.174311926605505" height="58.53980270704289" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
79
+ <rect x="495.4128440366972" y="178.83631566873137" width="9.174311926605505" height="36.163684331268634" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
80
+ <rect x="504.58715596330273" y="206.30534526267493" width="9.174311926605505" height="8.694654737325074" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
81
+ <rect x="513.7614678899082" y="207.185707731131" width="9.174311926605505" height="7.814292268869006" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
82
+ <rect x="522.9357798165138" y="205.12674925441615" width="9.174311926605505" height="9.873250745583848" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
83
+ <rect x="532.1100917431193" y="202.41110346409727" width="9.174311926605505" height="12.588896535902729" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
84
+ <rect x="541.2844036697247" y="197.04576737783896" width="9.174311926605505" height="17.954232622161044" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
85
+ <rect x="550.4587155963303" y="195.53165863730214" width="9.174311926605505" height="19.468341362697863" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
86
+ <rect x="559.6330275229358" y="203.96535902729985" width="9.174311926605505" height="11.034640972700158" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
87
+ <rect x="568.8073394495412" y="202.14154622619867" width="9.174311926605505" height="12.85845377380133" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
88
+ <rect x="577.9816513761467" y="203.15095205322322" width="9.174311926605505" height="11.849047946776782" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
89
+ <rect x="587.1559633027523" y="192.2338839183299" width="9.174311926605505" height="22.766116081670106" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
90
+ <rect x="596.3302752293578" y="192.6124111034641" width="9.174311926605505" height="22.3875888965359" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
91
+ <rect x="605.5045871559632" y="191.55712319339298" width="9.174311926605505" height="23.442876806607018" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
92
+ <rect x="614.6788990825688" y="183.82312456985548" width="9.174311926605505" height="31.176875430144527" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
93
+ <rect x="623.8532110091743" y="188.1130993347098" width="9.174311926605505" height="26.886900665290202" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
94
+ <rect x="633.0275229357798" y="191.81234228033952" width="9.174311926605505" height="23.18765771966047" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
95
+ <rect x="642.2018348623853" y="192.41454462032576" width="9.174311926605505" height="22.585455379674237" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
96
+ <rect x="651.3761467889908" y="193.76233080981876" width="9.174311926605505" height="21.237669190181233" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
97
+ <rect x="660.5504587155963" y="190.58786418903418" width="9.174311926605505" height="24.412135810965815" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
98
+ <rect x="669.7247706422019" y="190.74271621931635" width="9.174311926605505" height="24.257283780683643" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
99
+ <rect x="678.8990825688073" y="190.8058040835054" width="9.174311926605505" height="24.194195916494607" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
100
+ <rect x="688.0733944954128" y="192.05895847671485" width="9.174311926605505" height="22.941041523285154" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
101
+ <rect x="697.2477064220184" y="189.20853406744666" width="9.174311926605505" height="25.791465932553336" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
102
+ <rect x="706.4220183486239" y="193.16012846983253" width="9.174311926605505" height="21.839871530167468" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
103
+ <rect x="715.5963302752293" y="197.20922229869237" width="9.174311926605505" height="17.790777701307636" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
104
+ <rect x="724.7706422018348" y="204.37256251433814" width="9.174311926605505" height="10.627437485661849" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
105
+ <rect x="733.9449541284404" y="203.07065840789173" width="9.174311926605505" height="11.929341592108281" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
106
+ <rect x="743.1192660550458" y="202.5" width="9.174311926605505" height="12.5" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
107
+ <rect x="752.2935779816513" y="208.29548061481992" width="9.174311926605505" height="6.704519385180086" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
108
+ <rect x="761.4678899082569" y="212.2212663454921" width="9.174311926605505" height="2.7787336545079144" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
109
+ <rect x="770.6422018348624" y="212.33597155310852" width="9.174311926605505" height="2.6640284468914883" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
110
+ <rect x="779.8165137614678" y="214.06228492773573" width="9.174311926605505" height="0.9377150722642807" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
111
+ <rect x="788.9908256880734" y="214.75051617343428" width="9.174311926605505" height="0.24948382656572607" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
112
+ <rect x="798.1651376146789" y="214.79639825648084" width="9.174311926605505" height="0.20360174351915575" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
113
+ <rect x="807.3394495412844" y="214.77058958476715" width="9.174311926605505" height="0.22941041523285155" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
114
+ <rect x="816.5137614678899" y="214.73617802248222" width="9.174311926605505" height="0.2638219775177793" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
115
+ <rect x="825.6880733944954" y="211.73663684331268" width="9.174311926605505" height="3.2633631566873134" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
116
+ <rect x="834.8623853211009" y="203.46639137416838" width="9.174311926605505" height="11.533608625831612" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
117
+ <rect x="844.0366972477063" y="208.36430373938975" width="9.174311926605505" height="6.635696260610231" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
118
+ <rect x="853.2110091743119" y="213.48875888965358" width="9.174311926605505" height="1.5112411103464094" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
119
+ <rect x="862.3853211009174" y="213.9504473503097" width="9.174311926605505" height="1.0495526496902958" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
120
+ <rect x="871.5596330275229" y="212.72023399862354" width="9.174311926605505" height="2.2797660013764625" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
121
+ <rect x="880.7339449541284" y="213.32530396880017" width="9.174311926605505" height="1.6746960311998162" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
122
+ <rect x="889.9082568807339" y="209.72356044964442" width="9.174311926605505" height="5.276439550355585" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
123
+ <rect x="899.0825688073394" y="198.80075705437028" width="9.174311926605505" height="16.19924294562973" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
124
+ <rect x="908.256880733945" y="209.4826795136499" width="9.174311926605505" height="5.517320486350079" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
125
+ <rect x="917.4311926605504" y="208.4532002752925" width="9.174311926605505" height="6.5467997247075" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
126
+ <rect x="926.6055045871559" y="213.8701537049782" width="9.174311926605505" height="1.1298462950217938" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
127
+ <rect x="935.7798165137615" y="212.96685019499884" width="9.174311926605505" height="2.033149805001147" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
128
+ <rect x="944.954128440367" y="212.50229410415233" width="9.174311926605505" height="2.4977058958476714" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
129
+ <rect x="954.1284403669724" y="211.81406285845378" width="9.174311926605505" height="3.185937141546226" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
130
+ <rect x="963.3027522935779" y="209.51422344574445" width="9.174311926605505" height="5.485776554255563" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
131
+ <rect x="972.4770642201835" y="210.43186510667584" width="9.174311926605505" height="4.568134893324157" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
132
+ <rect x="981.651376146789" y="212.32736866253728" width="9.174311926605505" height="2.672631337462721" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/>
133
+ <rect x="990.8256880733944" y="214.06802018811655" width="9.174311926605505" height="0.9319798118834595" fill="gold" rx="1" ry="1" stroke="black" stroke-width="1" style="fill-opacity:0.4;"/></svg>