rsyntaxtree 1.1.3 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (89) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +1 -1
  3. data/.tags +581 -102
  4. data/docs/_examples/000.md +25 -0
  5. data/docs/_examples/010.md +0 -1
  6. data/docs/_examples/029.md +56 -0
  7. data/docs/_examples/030.md +33 -0
  8. data/docs/_examples/031.md +20 -0
  9. data/docs/_examples/032.md +26 -0
  10. data/docs/_examples/033.md +26 -0
  11. data/docs/_examples/034.md +26 -0
  12. data/docs/assets/img/000.png +0 -0
  13. data/docs/assets/img/001.png +0 -0
  14. data/docs/assets/img/002.png +0 -0
  15. data/docs/assets/img/003.png +0 -0
  16. data/docs/assets/img/004.png +0 -0
  17. data/docs/assets/img/005.png +0 -0
  18. data/docs/assets/img/006.png +0 -0
  19. data/docs/assets/img/007.png +0 -0
  20. data/docs/assets/img/008.png +0 -0
  21. data/docs/assets/img/009.png +0 -0
  22. data/docs/assets/img/010.png +0 -0
  23. data/docs/assets/img/011.png +0 -0
  24. data/docs/assets/img/012.png +0 -0
  25. data/docs/assets/img/013.png +0 -0
  26. data/docs/assets/img/014.png +0 -0
  27. data/docs/assets/img/015.png +0 -0
  28. data/docs/assets/img/017.png +0 -0
  29. data/docs/assets/img/018.png +0 -0
  30. data/docs/assets/img/019.png +0 -0
  31. data/docs/assets/img/020.png +0 -0
  32. data/docs/assets/img/021.png +0 -0
  33. data/docs/assets/img/022.png +0 -0
  34. data/docs/assets/img/023.png +0 -0
  35. data/docs/assets/img/024.png +0 -0
  36. data/docs/assets/img/025.png +0 -0
  37. data/docs/assets/img/026.png +0 -0
  38. data/docs/assets/img/027.png +0 -0
  39. data/docs/assets/img/028.png +0 -0
  40. data/docs/assets/img/029.png +0 -0
  41. data/docs/assets/img/030.png +0 -0
  42. data/docs/assets/img/031.png +0 -0
  43. data/docs/assets/img/032.png +0 -0
  44. data/docs/assets/img/033.png +0 -0
  45. data/docs/assets/img/034.png +0 -0
  46. data/docs/assets/svg/000.svg +68 -0
  47. data/docs/assets/svg/001.svg +3 -0
  48. data/docs/assets/svg/002.svg +3 -0
  49. data/docs/assets/svg/003.svg +3 -0
  50. data/docs/assets/svg/004.svg +3 -0
  51. data/docs/assets/svg/005.svg +3 -0
  52. data/docs/assets/svg/006.svg +3 -0
  53. data/docs/assets/svg/007.svg +3 -0
  54. data/docs/assets/svg/008.svg +3 -0
  55. data/docs/assets/svg/009.svg +3 -0
  56. data/docs/assets/svg/010.svg +13 -8
  57. data/docs/assets/svg/011.svg +3 -0
  58. data/docs/assets/svg/012.svg +3 -0
  59. data/docs/assets/svg/013.svg +3 -0
  60. data/docs/assets/svg/014.svg +3 -0
  61. data/docs/assets/svg/015.svg +3 -0
  62. data/docs/assets/svg/016.svg +3 -0
  63. data/docs/assets/svg/017.svg +3 -0
  64. data/docs/assets/svg/018.svg +3 -0
  65. data/docs/assets/svg/019.svg +186 -183
  66. data/docs/assets/svg/020.svg +3 -0
  67. data/docs/assets/svg/021.svg +3 -0
  68. data/docs/assets/svg/022.svg +69 -66
  69. data/docs/assets/svg/023.svg +18 -15
  70. data/docs/assets/svg/024.svg +3 -0
  71. data/docs/assets/svg/025.svg +3 -0
  72. data/docs/assets/svg/026.svg +3 -0
  73. data/docs/assets/svg/027.svg +3 -0
  74. data/docs/assets/svg/028.svg +3 -0
  75. data/docs/assets/svg/029.svg +126 -0
  76. data/docs/assets/svg/030.svg +76 -0
  77. data/docs/assets/svg/031.svg +36 -0
  78. data/docs/assets/svg/032.svg +73 -0
  79. data/docs/assets/svg/033.svg +74 -0
  80. data/docs/assets/svg/034.svg +91 -0
  81. data/docs/documentation.md +18 -5
  82. data/docs/documentation_ja.md +11 -3
  83. data/docs/examples.html +44 -41
  84. data/lib/rsyntaxtree/element.rb +1 -2
  85. data/lib/rsyntaxtree/markup_parser.rb +1 -1
  86. data/lib/rsyntaxtree/svg_graph.rb +90 -18
  87. data/lib/rsyntaxtree/version.rb +1 -1
  88. data/test/markup_parser_test.rb +2 -0
  89. metadata +24 -3
@@ -1,9 +1,12 @@
1
1
  <?xml version="1.0" standalone="no"?>
2
2
  <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <svg width="3728.6000000000004" height="3295.999999999999" viewBox="-20, -20, 3748.6000000000004, 3315.999999999999" version="1.1" xmlns="http://www.w3.org/2000/svg">
3
+ <svg width="3783.2" height="3295.999999999999" viewBox="-20, -20, 3803.2, 3315.999999999999" version="1.1" xmlns="http://www.w3.org/2000/svg">
4
4
  <defs>
5
- <marker id="arrow" markerUnits="strokeWidth" markerWidth="12.160000000000002" markerHeight="12.160000000000002" viewBox="0 0 12.160000000000002 12.160000000000002" refX="6.080000000000001" refY="0">
6
- <polyline fill="none" stroke="black" stroke-width="1" points="0,12.160000000000002,6.080000000000001,0,12.160000000000002,12.160000000000002" />
5
+ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.520000000000001" markerHeight="11.520000000000001" viewBox="0 0 11.520000000000001 11.520000000000001" refX="5.760000000000001" refY="0">
6
+ <polyline fill="none" stroke="black" stroke-width="1" points="0,11.520000000000001,5.760000000000001,0,11.520000000000001,11.520000000000001" />
7
+ </marker>
8
+ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="7.2" markerHeight="7.2" orient="auto-start-reverse">
9
+ <path d="M 0 0 L 10 5 L 0 10 z" stroke="black"/>
7
10
  </marker>
8
11
  <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
9
12
  <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
@@ -15,242 +18,242 @@
15
18
  <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
16
19
  </pattern>
17
20
  </defs>
18
- <rect x="-20" y="-20" width="3748.6000000000004" height="3315.999999999999" stroke="none" fill="white" />"
19
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1675.0000000000005' y='132.0'><tspan x='1675.0000000000005' y='132.0' style="" text-decoration="" font-family="'Noto Sans Mono SemiConcensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">&#60;statement&#62;</tspan>
21
+ <rect x="-20" y="-20" width="3803.2" height="3315.999999999999" stroke="none" fill="white" />"
22
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1688.0' y='132.0'><tspan x='1688.0' y='132.0' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">&#60;statement&#62;</tspan>
20
23
  </text>
21
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1749.0000000000005' y='475.20000000000005'><tspan x='1749.0000000000005' y='475.20000000000005' style="" text-decoration="" font-family="'Noto Sans Mono SemiConcensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">&#60;while&#62;</tspan>
24
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1759.9999999999998' y='475.20000000000005'><tspan x='1759.9999999999998' y='475.20000000000005' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">&#60;while&#62;</tspan>
22
25
  </text>
23
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='30.40000000000009' y='818.4'><tspan x='30.40000000000009' y='818.4' style="" text-decoration="" font-family="'Noto Sans Mono SemiConcensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan>w<tspan style='fill:none;'>■</tspan></tspan>
26
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='28.799999999999955' y='818.4'><tspan x='28.799999999999955' y='818.4' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan>w<tspan style='fill:none;'>■</tspan></tspan>
24
27
  </text>
25
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='278.0000000000002' y='818.4'><tspan x='278.0000000000002' y='818.4' style="" text-decoration="" font-family="'Noto Sans Mono SemiConcensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan>(<tspan style='fill:none;'>■</tspan></tspan>
28
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='252.0' y='818.4'><tspan x='252.0' y='818.4' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan>(<tspan style='fill:none;'>■</tspan></tspan>
26
29
  </text>
27
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='798.4500000000003' y='818.4'><tspan x='798.4500000000003' y='818.4' style="" text-decoration="" font-family="'Noto Sans Mono SemiConcensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">&#60;expression&#62;</tspan>
30
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='797.4000000000001' y='818.4'><tspan x='797.4000000000001' y='818.4' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">&#60;expression&#62;</tspan>
28
31
  </text>
29
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='825.4500000000003' y='1161.6'><tspan x='825.4500000000003' y='1161.6' style="" text-decoration="" font-family="'Noto Sans Mono SemiConcensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">&#60;less-than&#62;</tspan>
32
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='815.4000000000001' y='1161.6'><tspan x='815.4000000000001' y='1161.6' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">&#60;less-than&#62;</tspan>
30
33
  </text>
31
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='494.60000000000014' y='1504.8'><tspan x='494.60000000000014' y='1504.8' style="" text-decoration="" font-family="'Noto Sans Mono SemiConcensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">&#60;multiply&#62;</tspan>
34
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='475.20000000000005' y='1504.8'><tspan x='475.20000000000005' y='1504.8' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">&#60;multiply&#62;</tspan>
32
35
  </text>
33
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='545.1000000000001' y='1848.0'><tspan x='545.1000000000001' y='1848.0' style="" text-decoration="" font-family="'Noto Sans Mono SemiConcensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">&#60;term&#62;</tspan>
36
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='547.2' y='1848.0'><tspan x='547.2' y='1848.0' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">&#60;term&#62;</tspan>
34
37
  </text>
35
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='600.1000000000001' y='2191.2'><tspan x='600.1000000000001' y='2191.2' style="" text-decoration="" font-family="'Noto Sans Mono SemiConcensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan>v<tspan style='fill:none;'>■</tspan></tspan>
38
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='601.2' y='2191.2'><tspan x='601.2' y='2191.2' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan>v<tspan style='fill:none;'>■</tspan></tspan>
36
39
  </text>
37
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='936.2000000000003' y='1504.8'><tspan x='936.2000000000003' y='1504.8' style="" text-decoration="" font-family="'Noto Sans Mono SemiConcensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan>&#60;<tspan style='fill:none;'>■</tspan></tspan>
40
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='950.4000000000001' y='1504.8'><tspan x='950.4000000000001' y='1504.8' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan>&#60;<tspan style='fill:none;'>■</tspan></tspan>
38
41
  </text>
39
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1170.8000000000002' y='1504.8'><tspan x='1170.8000000000002' y='1504.8' style="" text-decoration="" font-family="'Noto Sans Mono SemiConcensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">&#60;less-than&#62;</tspan>
42
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1173.6000000000004' y='1504.8'><tspan x='1173.6000000000004' y='1504.8' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">&#60;less-than&#62;</tspan>
40
43
  </text>
41
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1185.3000000000002' y='1848.0'><tspan x='1185.3000000000002' y='1848.0' style="" text-decoration="" font-family="'Noto Sans Mono SemiConcensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">&#60;multiply&#62;</tspan>
44
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1191.6000000000004' y='1848.0'><tspan x='1191.6000000000004' y='1848.0' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">&#60;multiply&#62;</tspan>
42
45
  </text>
43
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1235.8000000000002' y='2191.2'><tspan x='1235.8000000000002' y='2191.2' style="" text-decoration="" font-family="'Noto Sans Mono SemiConcensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">&#60;term&#62;</tspan>
46
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1263.6000000000004' y='2191.2'><tspan x='1263.6000000000004' y='2191.2' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">&#60;term&#62;</tspan>
44
47
  </text>
45
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1287.3000000000002' y='2534.3999999999996'><tspan x='1287.3000000000002' y='2534.3999999999996' style="" text-decoration="" font-family="'Noto Sans Mono SemiConcensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan>n<tspan style='fill:none;'>■</tspan></tspan>
48
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1317.6000000000004' y='2534.3999999999996'><tspan x='1317.6000000000004' y='2534.3999999999996' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan>n<tspan style='fill:none;'>■</tspan></tspan>
46
49
  </text>
47
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1641.4000000000003' y='818.4'><tspan x='1641.4000000000003' y='818.4' style="" text-decoration="" font-family="'Noto Sans Mono SemiConcensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan>)<tspan style='fill:none;'>■</tspan></tspan>
50
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1684.8' y='818.4'><tspan x='1684.8' y='818.4' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan>)<tspan style='fill:none;'>■</tspan></tspan>
48
51
  </text>
49
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1858.0000000000005' y='818.4'><tspan x='1858.0000000000005' y='818.4' style="" text-decoration="" font-family="'Noto Sans Mono SemiConcensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan>{<tspan style='fill:none;'>■</tspan></tspan>
52
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1908.0' y='818.4'><tspan x='1908.0' y='818.4' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan>{<tspan style='fill:none;'>■</tspan></tspan>
50
53
  </text>
51
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2366.3750000000005' y='818.4'><tspan x='2366.3750000000005' y='818.4' style="" text-decoration="" font-family="'Noto Sans Mono SemiConcensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">&#60;statement&#62;</tspan>
54
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2401.0' y='818.4'><tspan x='2401.0' y='818.4' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">&#60;statement&#62;</tspan>
52
55
  </text>
53
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2423.3750000000005' y='1161.6'><tspan x='2423.3750000000005' y='1161.6' style="" text-decoration="" font-family="'Noto Sans Mono SemiConcensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">&#60;assign&#62;</tspan>
56
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2455.0' y='1161.6'><tspan x='2455.0' y='1161.6' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">&#60;assign&#62;</tspan>
54
57
  </text>
55
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2079.6000000000004' y='1504.8'><tspan x='2079.6000000000004' y='1504.8' style="" text-decoration="" font-family="'Noto Sans Mono SemiConcensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan>v<tspan style='fill:none;'>■</tspan></tspan>
58
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2131.2' y='1504.8'><tspan x='2131.2' y='1504.8' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan>v<tspan style='fill:none;'>■</tspan></tspan>
56
59
  </text>
57
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2310.2000000000007' y='1504.8'><tspan x='2310.2000000000007' y='1504.8' style="" text-decoration="" font-family="'Noto Sans Mono SemiConcensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan>=<tspan style='fill:none;'>■</tspan></tspan>
60
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2354.4' y='1504.8'><tspan x='2354.4' y='1504.8' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan>=<tspan style='fill:none;'>■</tspan></tspan>
58
61
  </text>
59
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2779.1500000000005' y='1504.8'><tspan x='2779.1500000000005' y='1504.8' style="" text-decoration="" font-family="'Noto Sans Mono SemiConcensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">&#60;expression&#62;</tspan>
62
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2796.8' y='1504.8'><tspan x='2796.8' y='1504.8' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">&#60;expression&#62;</tspan>
60
63
  </text>
61
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2806.1500000000005' y='1848.0'><tspan x='2806.1500000000005' y='1848.0' style="" text-decoration="" font-family="'Noto Sans Mono SemiConcensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">&#60;less-than&#62;</tspan>
64
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2814.8' y='1848.0'><tspan x='2814.8' y='1848.0' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">&#60;less-than&#62;</tspan>
62
65
  </text>
63
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2820.6500000000005' y='2191.2'><tspan x='2820.6500000000005' y='2191.2' style="" text-decoration="" font-family="'Noto Sans Mono SemiConcensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">&#60;multiply&#62;</tspan>
66
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2832.8' y='2191.2'><tspan x='2832.8' y='2191.2' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">&#60;multiply&#62;</tspan>
64
67
  </text>
65
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2544.8' y='2534.3999999999996'><tspan x='2544.8' y='2534.3999999999996' style="" text-decoration="" font-family="'Noto Sans Mono SemiConcensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">&#60;term&#62;</tspan>
68
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2577.6' y='2534.3999999999996'><tspan x='2577.6' y='2534.3999999999996' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">&#60;term&#62;</tspan>
66
69
  </text>
67
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2599.8' y='2877.5999999999995'><tspan x='2599.8' y='2877.5999999999995' style="" text-decoration="" font-family="'Noto Sans Mono SemiConcensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan>v<tspan style='fill:none;'>■</tspan></tspan>
70
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2631.6' y='2877.5999999999995'><tspan x='2631.6' y='2877.5999999999995' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan>v<tspan style='fill:none;'>■</tspan></tspan>
68
71
  </text>
69
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2885.4000000000005' y='2534.3999999999996'><tspan x='2885.4000000000005' y='2534.3999999999996' style="" text-decoration="" font-family="'Noto Sans Mono SemiConcensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan>*<tspan style='fill:none;'>■</tspan></tspan>
72
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2908.8' y='2534.3999999999996'><tspan x='2908.8' y='2534.3999999999996' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan>*<tspan style='fill:none;'>■</tspan></tspan>
70
73
  </text>
71
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='3147.0' y='2534.3999999999996'><tspan x='3147.0' y='2534.3999999999996' style="" text-decoration="" font-family="'Noto Sans Mono SemiConcensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">&#60;multiply&#62;</tspan>
74
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='3160.0' y='2534.3999999999996'><tspan x='3160.0' y='2534.3999999999996' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">&#60;multiply&#62;</tspan>
72
75
  </text>
73
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='3197.5' y='2877.5999999999995'><tspan x='3197.5' y='2877.5999999999995' style="" text-decoration="" font-family="'Noto Sans Mono SemiConcensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">&#60;term&#62;</tspan>
76
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='3232.0' y='2877.5999999999995'><tspan x='3232.0' y='2877.5999999999995' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">&#60;term&#62;</tspan>
74
77
  </text>
75
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='3249.0' y='3220.7999999999993'><tspan x='3249.0' y='3220.7999999999993' style="" text-decoration="" font-family="'Noto Sans Mono SemiConcensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan>n<tspan style='fill:none;'>■</tspan></tspan>
78
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='3286.0' y='3220.7999999999993'><tspan x='3286.0' y='3220.7999999999993' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan>n<tspan style='fill:none;'>■</tspan></tspan>
76
79
  </text>
77
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='3588.6000000000004' y='818.4'><tspan x='3588.6000000000004' y='818.4' style="" text-decoration="" font-family="'Noto Sans Mono SemiConcensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan>}<tspan style='fill:none;'>■</tspan></tspan>
80
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='3635.2' y='818.4'><tspan x='3635.2' y='818.4' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan>}<tspan style='fill:none;'>■</tspan></tspan>
78
81
  </text>
79
82
  <polyline style='stroke:black; stroke-width:2; fill:none;'
80
- points='1866.0000000000005 365.2 1866.0000000000005 276.1 1866.0000000000005 276.1 1866.0000000000005 187.0' />
83
+ points='1885.9999999999998 365.2 1885.9999999999998 276.1 1885.9999999999998 276.1 1885.9999999999998 187.0' />
81
84
  <polyline style='stroke:black; stroke-width:2; fill:none;'
82
- points='93.40000000000009 708.4 93.40000000000009 619.3 1866.0000000000005 619.3 1866.0000000000005 530.2' />
85
+ points='82.79999999999995 708.4 82.79999999999995 619.3 1885.9999999999998 619.3 1885.9999999999998 530.2' />
83
86
  <polyline style='stroke:black; stroke-width:2; fill:none;'
84
- points='325.5000000000002 708.4 325.5000000000002 619.3 1866.0000000000005 619.3 1866.0000000000005 530.2' />
87
+ points='306.0 708.4 306.0 619.3 1885.9999999999998 619.3 1885.9999999999998 530.2' />
85
88
  <polyline style='stroke:black; stroke-width:2; fill:none;'
86
- points='999.9500000000002 708.4 999.9500000000002 619.3 1866.0000000000005 619.3 1866.0000000000005 530.2' />
89
+ points='1013.4000000000001 708.4 1013.4000000000001 619.3 1885.9999999999998 619.3 1885.9999999999998 530.2' />
87
90
  <polyline style='stroke:black; stroke-width:2; fill:none;'
88
- points='1688.9000000000003 708.4 1688.9000000000003 619.3 1866.0000000000005 619.3 1866.0000000000005 530.2' />
91
+ points='1738.8 708.4 1738.8 619.3 1885.9999999999998 619.3 1885.9999999999998 530.2' />
89
92
  <polyline style='stroke:black; stroke-width:2; fill:none;'
90
- points='1908.0000000000005 708.4 1908.0000000000005 619.3 1866.0000000000005 619.3 1866.0000000000005 530.2' />
93
+ points='1962.0 708.4 1962.0 619.3 1885.9999999999998 619.3 1885.9999999999998 530.2' />
91
94
  <polyline style='stroke:black; stroke-width:2; fill:none;'
92
- points='2557.3750000000005 708.4 2557.3750000000005 619.3 1866.0000000000005 619.3 1866.0000000000005 530.2' />
95
+ points='2599.0 708.4 2599.0 619.3 1885.9999999999998 619.3 1885.9999999999998 530.2' />
93
96
  <polyline style='stroke:black; stroke-width:2; fill:none;'
94
- points='3638.6000000000004 708.4 3638.6000000000004 619.3 1866.0000000000005 619.3 1866.0000000000005 530.2' />
97
+ points='3689.2 708.4 3689.2 619.3 1885.9999999999998 619.3 1885.9999999999998 530.2' />
95
98
  <polyline style='stroke:black; stroke-width:2; fill:none;'
96
- points='999.9500000000002 1051.6 999.9500000000002 962.5 999.9500000000002 962.5 999.9500000000002 873.4' />
99
+ points='1013.4000000000001 1051.6 1013.4000000000001 962.5 1013.4000000000001 962.5 1013.4000000000001 873.4' />
97
100
  <polyline style='stroke:black; stroke-width:2; fill:none;'
98
- points='654.6000000000001 1394.8 654.6000000000001 1305.6999999999998 999.9500000000002 1305.6999999999998 999.9500000000002 1216.6' />
101
+ points='655.2 1394.8 655.2 1305.6999999999998 1013.4000000000001 1305.6999999999998 1013.4000000000001 1216.6' />
99
102
  <polyline style='stroke:black; stroke-width:2; fill:none;'
100
- points='992.7000000000003 1394.8 992.7000000000003 1305.6999999999998 999.9500000000002 1305.6999999999998 999.9500000000002 1216.6' />
103
+ points='1004.4000000000002 1394.8 1004.4000000000002 1305.6999999999998 1013.4000000000001 1305.6999999999998 1013.4000000000001 1216.6' />
101
104
  <polyline style='stroke:black; stroke-width:2; fill:none;'
102
- points='1345.3000000000002 1394.8 1345.3000000000002 1305.6999999999998 999.9500000000002 1305.6999999999998 999.9500000000002 1216.6' />
105
+ points='1371.6000000000004 1394.8 1371.6000000000004 1305.6999999999998 1013.4000000000001 1305.6999999999998 1013.4000000000001 1216.6' />
103
106
  <polyline style='stroke:black; stroke-width:2; fill:none;'
104
- points='654.6000000000001 1738.0 654.6000000000001 1648.9 654.6000000000001 1648.9 654.6000000000001 1559.8' />
107
+ points='655.2 1738.0 655.2 1648.9 655.2 1648.9 655.2 1559.8' />
105
108
  <polyline style='stroke:black; stroke-width:2; fill:none;'
106
- points='654.6000000000001 2081.2 654.6000000000001 1992.1 654.6000000000001 1992.1 654.6000000000001 1903.0' />
109
+ points='655.2 2081.2 655.2 1992.1 655.2 1992.1 655.2 1903.0' />
107
110
  <polyline style='stroke:black; stroke-width:2; fill:none;'
108
- points='1345.3000000000002 1738.0 1345.3000000000002 1648.9 1345.3000000000002 1648.9 1345.3000000000002 1559.8' />
111
+ points='1371.6000000000004 1738.0 1371.6000000000004 1648.9 1371.6000000000004 1648.9 1371.6000000000004 1559.8' />
109
112
  <polyline style='stroke:black; stroke-width:2; fill:none;'
110
- points='1345.3000000000002 2081.2 1345.3000000000002 1992.1 1345.3000000000002 1992.1 1345.3000000000002 1903.0' />
113
+ points='1371.6000000000004 2081.2 1371.6000000000004 1992.1 1371.6000000000004 1992.1 1371.6000000000004 1903.0' />
111
114
  <polyline style='stroke:black; stroke-width:2; fill:none;'
112
- points='1345.3000000000002 2424.3999999999996 1345.3000000000002 2335.2999999999997 1345.3000000000002 2335.2999999999997 1345.3000000000002 2246.2' />
115
+ points='1371.6000000000004 2424.3999999999996 1371.6000000000004 2335.2999999999997 1371.6000000000004 2335.2999999999997 1371.6000000000004 2246.2' />
113
116
  <polyline style='stroke:black; stroke-width:2; fill:none;'
114
- points='2557.3750000000005 1051.6 2557.3750000000005 962.5 2557.3750000000005 962.5 2557.3750000000005 873.4' />
117
+ points='2599.0 1051.6 2599.0 962.5 2599.0 962.5 2599.0 873.4' />
115
118
  <polyline style='stroke:black; stroke-width:2; fill:none;'
116
- points='2134.1000000000004 1394.8 2134.1000000000004 1305.6999999999998 2557.3750000000005 1305.6999999999998 2557.3750000000005 1216.6' />
119
+ points='2185.2 1394.8 2185.2 1305.6999999999998 2599.0 1305.6999999999998 2599.0 1216.6' />
117
120
  <polyline style='stroke:black; stroke-width:2; fill:none;'
118
- points='2366.7000000000007 1394.8 2366.7000000000007 1305.6999999999998 2557.3750000000005 1305.6999999999998 2557.3750000000005 1216.6' />
121
+ points='2408.4 1394.8 2408.4 1305.6999999999998 2599.0 1305.6999999999998 2599.0 1216.6' />
119
122
  <polyline style='stroke:black; stroke-width:2; fill:none;'
120
- points='2980.6500000000005 1394.8 2980.6500000000005 1305.6999999999998 2557.3750000000005 1305.6999999999998 2557.3750000000005 1216.6' />
123
+ points='3012.8 1394.8 3012.8 1305.6999999999998 2599.0 1305.6999999999998 2599.0 1216.6' />
121
124
  <polyline style='stroke:black; stroke-width:2; fill:none;'
122
- points='2980.6500000000005 1738.0 2980.6500000000005 1648.9 2980.6500000000005 1648.9 2980.6500000000005 1559.8' />
125
+ points='3012.8 1738.0 3012.8 1648.9 3012.8 1648.9 3012.8 1559.8' />
123
126
  <polyline style='stroke:black; stroke-width:2; fill:none;'
124
- points='2980.6500000000005 2081.2 2980.6500000000005 1992.1 2980.6500000000005 1992.1 2980.6500000000005 1903.0' />
127
+ points='3012.8 2081.2 3012.8 1992.1 3012.8 1992.1 3012.8 1903.0' />
125
128
  <polyline style='stroke:black; stroke-width:2; fill:none;'
126
- points='2654.3 2424.3999999999996 2654.3 2335.2999999999997 2980.6500000000005 2335.2999999999997 2980.6500000000005 2246.2' />
129
+ points='2685.6 2424.3999999999996 2685.6 2335.2999999999997 3012.8 2335.2999999999997 3012.8 2246.2' />
127
130
  <polyline style='stroke:black; stroke-width:2; fill:none;'
128
- points='2955.4000000000005 2424.3999999999996 2955.4000000000005 2335.2999999999997 2980.6500000000005 2335.2999999999997 2980.6500000000005 2246.2' />
131
+ points='2976.8 2424.3999999999996 2976.8 2335.2999999999997 3012.8 2335.2999999999997 3012.8 2246.2' />
129
132
  <polyline style='stroke:black; stroke-width:2; fill:none;'
130
- points='3307.0 2424.3999999999996 3307.0 2335.2999999999997 2980.6500000000005 2335.2999999999997 2980.6500000000005 2246.2' />
133
+ points='3340.0 2424.3999999999996 3340.0 2335.2999999999997 3012.8 2335.2999999999997 3012.8 2246.2' />
131
134
  <polyline style='stroke:black; stroke-width:2; fill:none;'
132
- points='2654.3 2767.5999999999995 2654.3 2678.4999999999995 2654.3 2678.4999999999995 2654.3 2589.3999999999996' />
135
+ points='2685.6 2767.5999999999995 2685.6 2678.4999999999995 2685.6 2678.4999999999995 2685.6 2589.3999999999996' />
133
136
  <polyline style='stroke:black; stroke-width:2; fill:none;'
134
- points='3307.0 2767.5999999999995 3307.0 2678.4999999999995 3307.0 2678.4999999999995 3307.0 2589.3999999999996' />
137
+ points='3340.0 2767.5999999999995 3340.0 2678.4999999999995 3340.0 2678.4999999999995 3340.0 2589.3999999999996' />
135
138
  <polyline style='stroke:black; stroke-width:2; fill:none;'
136
- points='3307.0 3110.7999999999993 3307.0 3021.6999999999994 3307.0 3021.6999999999994 3307.0 2932.5999999999995' />
137
- <line x1='1659.8000000000004' y1='33.0' x2='2072.2000000000003' y2='33.0' style='fill: none; stroke: black; stroke-width:2' />
138
- <line x1='1659.8000000000004' y1='33.0' x2='1659.8000000000004' y2='176.0' style='fill: none; stroke: black; stroke-width:2' />
139
- <line x1='2072.2000000000003' y1='33.0' x2='2072.2000000000003' y2='176.0' style='fill: none; stroke: black; stroke-width:2' />
140
- <line x1='1659.8000000000004' y1='176.0' x2='2072.2000000000003' y2='176.0' style='fill: none; stroke: black; stroke-width:2' />
141
- <line x1='1733.8000000000004' y1='376.2' x2='1998.2000000000003' y2='376.2' style='fill: none; stroke: black; stroke-width:2' />
142
- <line x1='1733.8000000000004' y1='376.2' x2='1733.8000000000004' y2='519.2' style='fill: none; stroke: black; stroke-width:2' />
143
- <line x1='1998.2000000000003' y1='376.2' x2='1998.2000000000003' y2='519.2' style='fill: none; stroke: black; stroke-width:2' />
144
- <line x1='1733.8000000000004' y1='519.2' x2='1998.2000000000003' y2='519.2' style='fill: none; stroke: black; stroke-width:2' />
145
- <line x1='15.20000000000009' y1='719.4' x2='171.6000000000001' y2='719.4' style='fill: none; stroke: black; stroke-width:2' />
146
- <line x1='15.20000000000009' y1='719.4' x2='15.20000000000009' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
147
- <line x1='171.6000000000001' y1='719.4' x2='171.6000000000001' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
148
- <line x1='15.20000000000009' y1='862.4' x2='171.6000000000001' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
149
- <line x1='262.80000000000024' y1='719.4' x2='388.2000000000003' y2='719.4' style='fill: none; stroke: black; stroke-width:2' />
150
- <line x1='262.80000000000024' y1='719.4' x2='262.80000000000024' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
151
- <line x1='388.2000000000003' y1='719.4' x2='388.2000000000003' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
152
- <line x1='262.80000000000024' y1='862.4' x2='388.2000000000003' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
153
- <line x1='783.2500000000002' y1='719.4' x2='1216.65' y2='719.4' style='fill: none; stroke: black; stroke-width:2' />
154
- <line x1='783.2500000000002' y1='719.4' x2='783.2500000000002' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
155
- <line x1='1216.65' y1='719.4' x2='1216.65' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
156
- <line x1='783.2500000000002' y1='862.4' x2='1216.65' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
157
- <line x1='810.2500000000002' y1='1062.6' x2='1189.65' y2='1062.6' style='fill: none; stroke: black; stroke-width:2' />
158
- <line x1='810.2500000000002' y1='1062.6' x2='810.2500000000002' y2='1205.6' style='fill: none; stroke: black; stroke-width:2' />
159
- <line x1='1189.65' y1='1062.6' x2='1189.65' y2='1205.6' style='fill: none; stroke: black; stroke-width:2' />
160
- <line x1='810.2500000000002' y1='1205.6' x2='1189.65' y2='1205.6' style='fill: none; stroke: black; stroke-width:2' />
161
- <line x1='479.40000000000015' y1='1405.8' x2='829.8000000000002' y2='1405.8' style='fill: none; stroke: black; stroke-width:2' />
162
- <line x1='479.40000000000015' y1='1405.8' x2='479.40000000000015' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
163
- <line x1='829.8000000000002' y1='1405.8' x2='829.8000000000002' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
164
- <line x1='479.40000000000015' y1='1548.8' x2='829.8000000000002' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
165
- <line x1='529.9000000000001' y1='1749.0' x2='779.3000000000001' y2='1749.0' style='fill: none; stroke: black; stroke-width:2' />
166
- <line x1='529.9000000000001' y1='1749.0' x2='529.9000000000001' y2='1892.0' style='fill: none; stroke: black; stroke-width:2' />
167
- <line x1='779.3000000000001' y1='1749.0' x2='779.3000000000001' y2='1892.0' style='fill: none; stroke: black; stroke-width:2' />
168
- <line x1='529.9000000000001' y1='1892.0' x2='779.3000000000001' y2='1892.0' style='fill: none; stroke: black; stroke-width:2' />
169
- <line x1='584.9000000000001' y1='2092.2' x2='724.3000000000001' y2='2092.2' style='fill: none; stroke: black; stroke-width:2' />
170
- <line x1='584.9000000000001' y1='2092.2' x2='584.9000000000001' y2='2235.2' style='fill: none; stroke: black; stroke-width:2' />
171
- <line x1='724.3000000000001' y1='2092.2' x2='724.3000000000001' y2='2235.2' style='fill: none; stroke: black; stroke-width:2' />
172
- <line x1='584.9000000000001' y1='2235.2' x2='724.3000000000001' y2='2235.2' style='fill: none; stroke: black; stroke-width:2' />
173
- <line x1='921.0000000000002' y1='1405.8' x2='1064.4000000000003' y2='1405.8' style='fill: none; stroke: black; stroke-width:2' />
174
- <line x1='921.0000000000002' y1='1405.8' x2='921.0000000000002' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
175
- <line x1='1064.4000000000003' y1='1405.8' x2='1064.4000000000003' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
176
- <line x1='921.0000000000002' y1='1548.8' x2='1064.4000000000003' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
177
- <line x1='1155.6000000000001' y1='1405.8' x2='1535.0' y2='1405.8' style='fill: none; stroke: black; stroke-width:2' />
178
- <line x1='1155.6000000000001' y1='1405.8' x2='1155.6000000000001' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
179
- <line x1='1535.0' y1='1405.8' x2='1535.0' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
180
- <line x1='1155.6000000000001' y1='1548.8' x2='1535.0' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
181
- <line x1='1170.1000000000001' y1='1749.0' x2='1520.5' y2='1749.0' style='fill: none; stroke: black; stroke-width:2' />
182
- <line x1='1170.1000000000001' y1='1749.0' x2='1170.1000000000001' y2='1892.0' style='fill: none; stroke: black; stroke-width:2' />
183
- <line x1='1520.5' y1='1749.0' x2='1520.5' y2='1892.0' style='fill: none; stroke: black; stroke-width:2' />
184
- <line x1='1170.1000000000001' y1='1892.0' x2='1520.5' y2='1892.0' style='fill: none; stroke: black; stroke-width:2' />
185
- <line x1='1220.6000000000001' y1='2092.2' x2='1470.0000000000002' y2='2092.2' style='fill: none; stroke: black; stroke-width:2' />
186
- <line x1='1220.6000000000001' y1='2092.2' x2='1220.6000000000001' y2='2235.2' style='fill: none; stroke: black; stroke-width:2' />
187
- <line x1='1470.0000000000002' y1='2092.2' x2='1470.0000000000002' y2='2235.2' style='fill: none; stroke: black; stroke-width:2' />
188
- <line x1='1220.6000000000001' y1='2235.2' x2='1470.0000000000002' y2='2235.2' style='fill: none; stroke: black; stroke-width:2' />
189
- <line x1='1272.1000000000001' y1='2435.3999999999996' x2='1418.5000000000002' y2='2435.3999999999996' style='fill: none; stroke: black; stroke-width:2' />
190
- <line x1='1272.1000000000001' y1='2435.3999999999996' x2='1272.1000000000001' y2='2578.3999999999996' style='fill: none; stroke: black; stroke-width:2' />
191
- <line x1='1418.5000000000002' y1='2435.3999999999996' x2='1418.5000000000002' y2='2578.3999999999996' style='fill: none; stroke: black; stroke-width:2' />
192
- <line x1='1272.1000000000001' y1='2578.3999999999996' x2='1418.5000000000002' y2='2578.3999999999996' style='fill: none; stroke: black; stroke-width:2' />
193
- <line x1='1626.2000000000003' y1='719.4' x2='1751.6000000000004' y2='719.4' style='fill: none; stroke: black; stroke-width:2' />
194
- <line x1='1626.2000000000003' y1='719.4' x2='1626.2000000000003' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
195
- <line x1='1751.6000000000004' y1='719.4' x2='1751.6000000000004' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
196
- <line x1='1626.2000000000003' y1='862.4' x2='1751.6000000000004' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
197
- <line x1='1842.8000000000004' y1='719.4' x2='1973.2000000000005' y2='719.4' style='fill: none; stroke: black; stroke-width:2' />
198
- <line x1='1842.8000000000004' y1='719.4' x2='1842.8000000000004' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
199
- <line x1='1973.2000000000005' y1='719.4' x2='1973.2000000000005' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
200
- <line x1='1842.8000000000004' y1='862.4' x2='1973.2000000000005' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
201
- <line x1='2351.1750000000006' y1='719.4' x2='2763.5750000000007' y2='719.4' style='fill: none; stroke: black; stroke-width:2' />
202
- <line x1='2351.1750000000006' y1='719.4' x2='2351.1750000000006' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
203
- <line x1='2763.5750000000007' y1='719.4' x2='2763.5750000000007' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
204
- <line x1='2351.1750000000006' y1='862.4' x2='2763.5750000000007' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
205
- <line x1='2408.1750000000006' y1='1062.6' x2='2706.5750000000007' y2='1062.6' style='fill: none; stroke: black; stroke-width:2' />
206
- <line x1='2408.1750000000006' y1='1062.6' x2='2408.1750000000006' y2='1205.6' style='fill: none; stroke: black; stroke-width:2' />
207
- <line x1='2706.5750000000007' y1='1062.6' x2='2706.5750000000007' y2='1205.6' style='fill: none; stroke: black; stroke-width:2' />
208
- <line x1='2408.1750000000006' y1='1205.6' x2='2706.5750000000007' y2='1205.6' style='fill: none; stroke: black; stroke-width:2' />
209
- <line x1='2064.4000000000005' y1='1405.8' x2='2203.8000000000006' y2='1405.8' style='fill: none; stroke: black; stroke-width:2' />
210
- <line x1='2064.4000000000005' y1='1405.8' x2='2064.4000000000005' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
211
- <line x1='2203.8000000000006' y1='1405.8' x2='2203.8000000000006' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
212
- <line x1='2064.4000000000005' y1='1548.8' x2='2203.8000000000006' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
213
- <line x1='2295.000000000001' y1='1405.8' x2='2438.400000000001' y2='1405.8' style='fill: none; stroke: black; stroke-width:2' />
214
- <line x1='2295.000000000001' y1='1405.8' x2='2295.000000000001' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
215
- <line x1='2438.400000000001' y1='1405.8' x2='2438.400000000001' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
216
- <line x1='2295.000000000001' y1='1548.8' x2='2438.400000000001' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
217
- <line x1='2763.9500000000007' y1='1405.8' x2='3197.350000000001' y2='1405.8' style='fill: none; stroke: black; stroke-width:2' />
218
- <line x1='2763.9500000000007' y1='1405.8' x2='2763.9500000000007' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
219
- <line x1='3197.350000000001' y1='1405.8' x2='3197.350000000001' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
220
- <line x1='2763.9500000000007' y1='1548.8' x2='3197.350000000001' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
221
- <line x1='2790.9500000000007' y1='1749.0' x2='3170.350000000001' y2='1749.0' style='fill: none; stroke: black; stroke-width:2' />
222
- <line x1='2790.9500000000007' y1='1749.0' x2='2790.9500000000007' y2='1892.0' style='fill: none; stroke: black; stroke-width:2' />
223
- <line x1='3170.350000000001' y1='1749.0' x2='3170.350000000001' y2='1892.0' style='fill: none; stroke: black; stroke-width:2' />
224
- <line x1='2790.9500000000007' y1='1892.0' x2='3170.350000000001' y2='1892.0' style='fill: none; stroke: black; stroke-width:2' />
225
- <line x1='2805.4500000000007' y1='2092.2' x2='3155.850000000001' y2='2092.2' style='fill: none; stroke: black; stroke-width:2' />
226
- <line x1='2805.4500000000007' y1='2092.2' x2='2805.4500000000007' y2='2235.2' style='fill: none; stroke: black; stroke-width:2' />
227
- <line x1='3155.850000000001' y1='2092.2' x2='3155.850000000001' y2='2235.2' style='fill: none; stroke: black; stroke-width:2' />
228
- <line x1='2805.4500000000007' y1='2235.2' x2='3155.850000000001' y2='2235.2' style='fill: none; stroke: black; stroke-width:2' />
229
- <line x1='2529.6000000000004' y1='2435.3999999999996' x2='2779.0000000000005' y2='2435.3999999999996' style='fill: none; stroke: black; stroke-width:2' />
230
- <line x1='2529.6000000000004' y1='2435.3999999999996' x2='2529.6000000000004' y2='2578.3999999999996' style='fill: none; stroke: black; stroke-width:2' />
231
- <line x1='2779.0000000000005' y1='2435.3999999999996' x2='2779.0000000000005' y2='2578.3999999999996' style='fill: none; stroke: black; stroke-width:2' />
232
- <line x1='2529.6000000000004' y1='2578.3999999999996' x2='2779.0000000000005' y2='2578.3999999999996' style='fill: none; stroke: black; stroke-width:2' />
233
- <line x1='2584.6000000000004' y1='2778.5999999999995' x2='2724.0000000000005' y2='2778.5999999999995' style='fill: none; stroke: black; stroke-width:2' />
234
- <line x1='2584.6000000000004' y1='2778.5999999999995' x2='2584.6000000000004' y2='2921.5999999999995' style='fill: none; stroke: black; stroke-width:2' />
235
- <line x1='2724.0000000000005' y1='2778.5999999999995' x2='2724.0000000000005' y2='2921.5999999999995' style='fill: none; stroke: black; stroke-width:2' />
236
- <line x1='2584.6000000000004' y1='2921.5999999999995' x2='2724.0000000000005' y2='2921.5999999999995' style='fill: none; stroke: black; stroke-width:2' />
237
- <line x1='2870.2000000000007' y1='2435.3999999999996' x2='3040.600000000001' y2='2435.3999999999996' style='fill: none; stroke: black; stroke-width:2' />
238
- <line x1='2870.2000000000007' y1='2435.3999999999996' x2='2870.2000000000007' y2='2578.3999999999996' style='fill: none; stroke: black; stroke-width:2' />
239
- <line x1='3040.600000000001' y1='2435.3999999999996' x2='3040.600000000001' y2='2578.3999999999996' style='fill: none; stroke: black; stroke-width:2' />
240
- <line x1='2870.2000000000007' y1='2578.3999999999996' x2='3040.600000000001' y2='2578.3999999999996' style='fill: none; stroke: black; stroke-width:2' />
241
- <line x1='3131.8' y1='2435.3999999999996' x2='3482.2000000000003' y2='2435.3999999999996' style='fill: none; stroke: black; stroke-width:2' />
242
- <line x1='3131.8' y1='2435.3999999999996' x2='3131.8' y2='2578.3999999999996' style='fill: none; stroke: black; stroke-width:2' />
243
- <line x1='3482.2000000000003' y1='2435.3999999999996' x2='3482.2000000000003' y2='2578.3999999999996' style='fill: none; stroke: black; stroke-width:2' />
244
- <line x1='3131.8' y1='2578.3999999999996' x2='3482.2000000000003' y2='2578.3999999999996' style='fill: none; stroke: black; stroke-width:2' />
245
- <line x1='3182.3' y1='2778.5999999999995' x2='3431.7000000000003' y2='2778.5999999999995' style='fill: none; stroke: black; stroke-width:2' />
246
- <line x1='3182.3' y1='2778.5999999999995' x2='3182.3' y2='2921.5999999999995' style='fill: none; stroke: black; stroke-width:2' />
247
- <line x1='3431.7000000000003' y1='2778.5999999999995' x2='3431.7000000000003' y2='2921.5999999999995' style='fill: none; stroke: black; stroke-width:2' />
248
- <line x1='3182.3' y1='2921.5999999999995' x2='3431.7000000000003' y2='2921.5999999999995' style='fill: none; stroke: black; stroke-width:2' />
249
- <line x1='3233.8' y1='3121.7999999999993' x2='3380.2000000000003' y2='3121.7999999999993' style='fill: none; stroke: black; stroke-width:2' />
250
- <line x1='3233.8' y1='3121.7999999999993' x2='3233.8' y2='3264.7999999999993' style='fill: none; stroke: black; stroke-width:2' />
251
- <line x1='3380.2000000000003' y1='3121.7999999999993' x2='3380.2000000000003' y2='3264.7999999999993' style='fill: none; stroke: black; stroke-width:2' />
252
- <line x1='3233.8' y1='3264.7999999999993' x2='3380.2000000000003' y2='3264.7999999999993' style='fill: none; stroke: black; stroke-width:2' />
253
- <line x1='3573.4000000000005' y1='719.4' x2='3703.8000000000006' y2='719.4' style='fill: none; stroke: black; stroke-width:2' />
254
- <line x1='3573.4000000000005' y1='719.4' x2='3573.4000000000005' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
255
- <line x1='3703.8000000000006' y1='719.4' x2='3703.8000000000006' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
256
- <line x1='3573.4000000000005' y1='862.4' x2='3703.8000000000006' y2='862.4' style='fill: none; stroke: black; stroke-width:2' /></svg>
139
+ points='3340.0 3110.7999999999993 3340.0 3021.6999999999994 3340.0 3021.6999999999994 3340.0 2932.5999999999995' />
140
+ <line x1='1673.6' y1='33.0' x2='2098.4' y2='33.0' style='fill: none; stroke: black; stroke-width:2' />
141
+ <line x1='1673.6' y1='33.0' x2='1673.6' y2='176.0' style='fill: none; stroke: black; stroke-width:2' />
142
+ <line x1='2098.4' y1='33.0' x2='2098.4' y2='176.0' style='fill: none; stroke: black; stroke-width:2' />
143
+ <line x1='1673.6' y1='176.0' x2='2098.4' y2='176.0' style='fill: none; stroke: black; stroke-width:2' />
144
+ <line x1='1745.5999999999997' y1='376.2' x2='2026.3999999999996' y2='376.2' style='fill: none; stroke: black; stroke-width:2' />
145
+ <line x1='1745.5999999999997' y1='376.2' x2='1745.5999999999997' y2='519.2' style='fill: none; stroke: black; stroke-width:2' />
146
+ <line x1='2026.3999999999996' y1='376.2' x2='2026.3999999999996' y2='519.2' style='fill: none; stroke: black; stroke-width:2' />
147
+ <line x1='1745.5999999999997' y1='519.2' x2='2026.3999999999996' y2='519.2' style='fill: none; stroke: black; stroke-width:2' />
148
+ <line x1='14.399999999999954' y1='719.4' x2='151.19999999999996' y2='719.4' style='fill: none; stroke: black; stroke-width:2' />
149
+ <line x1='14.399999999999954' y1='719.4' x2='14.399999999999954' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
150
+ <line x1='151.19999999999996' y1='719.4' x2='151.19999999999996' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
151
+ <line x1='14.399999999999954' y1='862.4' x2='151.19999999999996' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
152
+ <line x1='237.6' y1='719.4' x2='374.4' y2='719.4' style='fill: none; stroke: black; stroke-width:2' />
153
+ <line x1='237.6' y1='719.4' x2='237.6' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
154
+ <line x1='374.4' y1='719.4' x2='374.4' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
155
+ <line x1='237.6' y1='862.4' x2='374.4' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
156
+ <line x1='783.0000000000001' y1='719.4' x2='1243.8000000000002' y2='719.4' style='fill: none; stroke: black; stroke-width:2' />
157
+ <line x1='783.0000000000001' y1='719.4' x2='783.0000000000001' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
158
+ <line x1='1243.8000000000002' y1='719.4' x2='1243.8000000000002' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
159
+ <line x1='783.0000000000001' y1='862.4' x2='1243.8000000000002' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
160
+ <line x1='801.0000000000001' y1='1062.6' x2='1225.8000000000002' y2='1062.6' style='fill: none; stroke: black; stroke-width:2' />
161
+ <line x1='801.0000000000001' y1='1062.6' x2='801.0000000000001' y2='1205.6' style='fill: none; stroke: black; stroke-width:2' />
162
+ <line x1='1225.8000000000002' y1='1062.6' x2='1225.8000000000002' y2='1205.6' style='fill: none; stroke: black; stroke-width:2' />
163
+ <line x1='801.0000000000001' y1='1205.6' x2='1225.8000000000002' y2='1205.6' style='fill: none; stroke: black; stroke-width:2' />
164
+ <line x1='460.80000000000007' y1='1405.8' x2='849.6000000000001' y2='1405.8' style='fill: none; stroke: black; stroke-width:2' />
165
+ <line x1='460.80000000000007' y1='1405.8' x2='460.80000000000007' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
166
+ <line x1='849.6000000000001' y1='1405.8' x2='849.6000000000001' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
167
+ <line x1='460.80000000000007' y1='1548.8' x2='849.6000000000001' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
168
+ <line x1='532.8000000000001' y1='1749.0' x2='777.6000000000001' y2='1749.0' style='fill: none; stroke: black; stroke-width:2' />
169
+ <line x1='532.8000000000001' y1='1749.0' x2='532.8000000000001' y2='1892.0' style='fill: none; stroke: black; stroke-width:2' />
170
+ <line x1='777.6000000000001' y1='1749.0' x2='777.6000000000001' y2='1892.0' style='fill: none; stroke: black; stroke-width:2' />
171
+ <line x1='532.8000000000001' y1='1892.0' x2='777.6000000000001' y2='1892.0' style='fill: none; stroke: black; stroke-width:2' />
172
+ <line x1='586.8000000000001' y1='2092.2' x2='723.6000000000001' y2='2092.2' style='fill: none; stroke: black; stroke-width:2' />
173
+ <line x1='586.8000000000001' y1='2092.2' x2='586.8000000000001' y2='2235.2' style='fill: none; stroke: black; stroke-width:2' />
174
+ <line x1='723.6000000000001' y1='2092.2' x2='723.6000000000001' y2='2235.2' style='fill: none; stroke: black; stroke-width:2' />
175
+ <line x1='586.8000000000001' y1='2235.2' x2='723.6000000000001' y2='2235.2' style='fill: none; stroke: black; stroke-width:2' />
176
+ <line x1='936.0000000000001' y1='1405.8' x2='1072.8000000000002' y2='1405.8' style='fill: none; stroke: black; stroke-width:2' />
177
+ <line x1='936.0000000000001' y1='1405.8' x2='936.0000000000001' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
178
+ <line x1='1072.8000000000002' y1='1405.8' x2='1072.8000000000002' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
179
+ <line x1='936.0000000000001' y1='1548.8' x2='1072.8000000000002' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
180
+ <line x1='1159.2000000000003' y1='1405.8' x2='1584.0000000000002' y2='1405.8' style='fill: none; stroke: black; stroke-width:2' />
181
+ <line x1='1159.2000000000003' y1='1405.8' x2='1159.2000000000003' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
182
+ <line x1='1584.0000000000002' y1='1405.8' x2='1584.0000000000002' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
183
+ <line x1='1159.2000000000003' y1='1548.8' x2='1584.0000000000002' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
184
+ <line x1='1177.2000000000003' y1='1749.0' x2='1566.0000000000002' y2='1749.0' style='fill: none; stroke: black; stroke-width:2' />
185
+ <line x1='1177.2000000000003' y1='1749.0' x2='1177.2000000000003' y2='1892.0' style='fill: none; stroke: black; stroke-width:2' />
186
+ <line x1='1566.0000000000002' y1='1749.0' x2='1566.0000000000002' y2='1892.0' style='fill: none; stroke: black; stroke-width:2' />
187
+ <line x1='1177.2000000000003' y1='1892.0' x2='1566.0000000000002' y2='1892.0' style='fill: none; stroke: black; stroke-width:2' />
188
+ <line x1='1249.2000000000003' y1='2092.2' x2='1494.0000000000002' y2='2092.2' style='fill: none; stroke: black; stroke-width:2' />
189
+ <line x1='1249.2000000000003' y1='2092.2' x2='1249.2000000000003' y2='2235.2' style='fill: none; stroke: black; stroke-width:2' />
190
+ <line x1='1494.0000000000002' y1='2092.2' x2='1494.0000000000002' y2='2235.2' style='fill: none; stroke: black; stroke-width:2' />
191
+ <line x1='1249.2000000000003' y1='2235.2' x2='1494.0000000000002' y2='2235.2' style='fill: none; stroke: black; stroke-width:2' />
192
+ <line x1='1303.2000000000003' y1='2435.3999999999996' x2='1440.0000000000002' y2='2435.3999999999996' style='fill: none; stroke: black; stroke-width:2' />
193
+ <line x1='1303.2000000000003' y1='2435.3999999999996' x2='1303.2000000000003' y2='2578.3999999999996' style='fill: none; stroke: black; stroke-width:2' />
194
+ <line x1='1440.0000000000002' y1='2435.3999999999996' x2='1440.0000000000002' y2='2578.3999999999996' style='fill: none; stroke: black; stroke-width:2' />
195
+ <line x1='1303.2000000000003' y1='2578.3999999999996' x2='1440.0000000000002' y2='2578.3999999999996' style='fill: none; stroke: black; stroke-width:2' />
196
+ <line x1='1670.3999999999999' y1='719.4' x2='1807.1999999999998' y2='719.4' style='fill: none; stroke: black; stroke-width:2' />
197
+ <line x1='1670.3999999999999' y1='719.4' x2='1670.3999999999999' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
198
+ <line x1='1807.1999999999998' y1='719.4' x2='1807.1999999999998' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
199
+ <line x1='1670.3999999999999' y1='862.4' x2='1807.1999999999998' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
200
+ <line x1='1893.6' y1='719.4' x2='2030.3999999999999' y2='719.4' style='fill: none; stroke: black; stroke-width:2' />
201
+ <line x1='1893.6' y1='719.4' x2='1893.6' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
202
+ <line x1='2030.3999999999999' y1='719.4' x2='2030.3999999999999' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
203
+ <line x1='1893.6' y1='862.4' x2='2030.3999999999999' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
204
+ <line x1='2386.6' y1='719.4' x2='2811.4' y2='719.4' style='fill: none; stroke: black; stroke-width:2' />
205
+ <line x1='2386.6' y1='719.4' x2='2386.6' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
206
+ <line x1='2811.4' y1='719.4' x2='2811.4' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
207
+ <line x1='2386.6' y1='862.4' x2='2811.4' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
208
+ <line x1='2440.6' y1='1062.6' x2='2757.4' y2='1062.6' style='fill: none; stroke: black; stroke-width:2' />
209
+ <line x1='2440.6' y1='1062.6' x2='2440.6' y2='1205.6' style='fill: none; stroke: black; stroke-width:2' />
210
+ <line x1='2757.4' y1='1062.6' x2='2757.4' y2='1205.6' style='fill: none; stroke: black; stroke-width:2' />
211
+ <line x1='2440.6' y1='1205.6' x2='2757.4' y2='1205.6' style='fill: none; stroke: black; stroke-width:2' />
212
+ <line x1='2116.7999999999997' y1='1405.8' x2='2253.6' y2='1405.8' style='fill: none; stroke: black; stroke-width:2' />
213
+ <line x1='2116.7999999999997' y1='1405.8' x2='2116.7999999999997' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
214
+ <line x1='2253.6' y1='1405.8' x2='2253.6' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
215
+ <line x1='2116.7999999999997' y1='1548.8' x2='2253.6' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
216
+ <line x1='2340.0' y1='1405.8' x2='2476.8' y2='1405.8' style='fill: none; stroke: black; stroke-width:2' />
217
+ <line x1='2340.0' y1='1405.8' x2='2340.0' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
218
+ <line x1='2476.8' y1='1405.8' x2='2476.8' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
219
+ <line x1='2340.0' y1='1548.8' x2='2476.8' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
220
+ <line x1='2782.4' y1='1405.8' x2='3243.2000000000003' y2='1405.8' style='fill: none; stroke: black; stroke-width:2' />
221
+ <line x1='2782.4' y1='1405.8' x2='2782.4' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
222
+ <line x1='3243.2000000000003' y1='1405.8' x2='3243.2000000000003' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
223
+ <line x1='2782.4' y1='1548.8' x2='3243.2000000000003' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
224
+ <line x1='2800.4' y1='1749.0' x2='3225.2000000000003' y2='1749.0' style='fill: none; stroke: black; stroke-width:2' />
225
+ <line x1='2800.4' y1='1749.0' x2='2800.4' y2='1892.0' style='fill: none; stroke: black; stroke-width:2' />
226
+ <line x1='3225.2000000000003' y1='1749.0' x2='3225.2000000000003' y2='1892.0' style='fill: none; stroke: black; stroke-width:2' />
227
+ <line x1='2800.4' y1='1892.0' x2='3225.2000000000003' y2='1892.0' style='fill: none; stroke: black; stroke-width:2' />
228
+ <line x1='2818.4' y1='2092.2' x2='3207.2000000000003' y2='2092.2' style='fill: none; stroke: black; stroke-width:2' />
229
+ <line x1='2818.4' y1='2092.2' x2='2818.4' y2='2235.2' style='fill: none; stroke: black; stroke-width:2' />
230
+ <line x1='3207.2000000000003' y1='2092.2' x2='3207.2000000000003' y2='2235.2' style='fill: none; stroke: black; stroke-width:2' />
231
+ <line x1='2818.4' y1='2235.2' x2='3207.2000000000003' y2='2235.2' style='fill: none; stroke: black; stroke-width:2' />
232
+ <line x1='2563.2' y1='2435.3999999999996' x2='2808.0' y2='2435.3999999999996' style='fill: none; stroke: black; stroke-width:2' />
233
+ <line x1='2563.2' y1='2435.3999999999996' x2='2563.2' y2='2578.3999999999996' style='fill: none; stroke: black; stroke-width:2' />
234
+ <line x1='2808.0' y1='2435.3999999999996' x2='2808.0' y2='2578.3999999999996' style='fill: none; stroke: black; stroke-width:2' />
235
+ <line x1='2563.2' y1='2578.3999999999996' x2='2808.0' y2='2578.3999999999996' style='fill: none; stroke: black; stroke-width:2' />
236
+ <line x1='2617.2' y1='2778.5999999999995' x2='2754.0' y2='2778.5999999999995' style='fill: none; stroke: black; stroke-width:2' />
237
+ <line x1='2617.2' y1='2778.5999999999995' x2='2617.2' y2='2921.5999999999995' style='fill: none; stroke: black; stroke-width:2' />
238
+ <line x1='2754.0' y1='2778.5999999999995' x2='2754.0' y2='2921.5999999999995' style='fill: none; stroke: black; stroke-width:2' />
239
+ <line x1='2617.2' y1='2921.5999999999995' x2='2754.0' y2='2921.5999999999995' style='fill: none; stroke: black; stroke-width:2' />
240
+ <line x1='2894.4' y1='2435.3999999999996' x2='3059.2000000000003' y2='2435.3999999999996' style='fill: none; stroke: black; stroke-width:2' />
241
+ <line x1='2894.4' y1='2435.3999999999996' x2='2894.4' y2='2578.3999999999996' style='fill: none; stroke: black; stroke-width:2' />
242
+ <line x1='3059.2000000000003' y1='2435.3999999999996' x2='3059.2000000000003' y2='2578.3999999999996' style='fill: none; stroke: black; stroke-width:2' />
243
+ <line x1='2894.4' y1='2578.3999999999996' x2='3059.2000000000003' y2='2578.3999999999996' style='fill: none; stroke: black; stroke-width:2' />
244
+ <line x1='3145.6' y1='2435.3999999999996' x2='3534.4' y2='2435.3999999999996' style='fill: none; stroke: black; stroke-width:2' />
245
+ <line x1='3145.6' y1='2435.3999999999996' x2='3145.6' y2='2578.3999999999996' style='fill: none; stroke: black; stroke-width:2' />
246
+ <line x1='3534.4' y1='2435.3999999999996' x2='3534.4' y2='2578.3999999999996' style='fill: none; stroke: black; stroke-width:2' />
247
+ <line x1='3145.6' y1='2578.3999999999996' x2='3534.4' y2='2578.3999999999996' style='fill: none; stroke: black; stroke-width:2' />
248
+ <line x1='3217.6' y1='2778.5999999999995' x2='3462.4' y2='2778.5999999999995' style='fill: none; stroke: black; stroke-width:2' />
249
+ <line x1='3217.6' y1='2778.5999999999995' x2='3217.6' y2='2921.5999999999995' style='fill: none; stroke: black; stroke-width:2' />
250
+ <line x1='3462.4' y1='2778.5999999999995' x2='3462.4' y2='2921.5999999999995' style='fill: none; stroke: black; stroke-width:2' />
251
+ <line x1='3217.6' y1='2921.5999999999995' x2='3462.4' y2='2921.5999999999995' style='fill: none; stroke: black; stroke-width:2' />
252
+ <line x1='3271.6' y1='3121.7999999999993' x2='3408.4' y2='3121.7999999999993' style='fill: none; stroke: black; stroke-width:2' />
253
+ <line x1='3271.6' y1='3121.7999999999993' x2='3271.6' y2='3264.7999999999993' style='fill: none; stroke: black; stroke-width:2' />
254
+ <line x1='3408.4' y1='3121.7999999999993' x2='3408.4' y2='3264.7999999999993' style='fill: none; stroke: black; stroke-width:2' />
255
+ <line x1='3271.6' y1='3264.7999999999993' x2='3408.4' y2='3264.7999999999993' style='fill: none; stroke: black; stroke-width:2' />
256
+ <line x1='3620.7999999999997' y1='719.4' x2='3757.6' y2='719.4' style='fill: none; stroke: black; stroke-width:2' />
257
+ <line x1='3620.7999999999997' y1='719.4' x2='3620.7999999999997' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
258
+ <line x1='3757.6' y1='719.4' x2='3757.6' y2='862.4' style='fill: none; stroke: black; stroke-width:2' />
259
+ <line x1='3620.7999999999997' y1='862.4' x2='3757.6' y2='862.4' style='fill: none; stroke: black; stroke-width:2' /></svg>