rsyntaxtree 1.2.2 → 1.2.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (92) hide show
  1. checksums.yaml +4 -4
  2. data/docs/_examples/026.md +1 -1
  3. data/docs/_examples/027.md +1 -1
  4. data/docs/_examples/038.md +31 -0
  5. data/docs/_examples/039.md +14 -0
  6. data/docs/assets/img/000.png +0 -0
  7. data/docs/assets/img/001.png +0 -0
  8. data/docs/assets/img/002.png +0 -0
  9. data/docs/assets/img/003.png +0 -0
  10. data/docs/assets/img/004.png +0 -0
  11. data/docs/assets/img/005.png +0 -0
  12. data/docs/assets/img/006.png +0 -0
  13. data/docs/assets/img/007.png +0 -0
  14. data/docs/assets/img/008.png +0 -0
  15. data/docs/assets/img/009.png +0 -0
  16. data/docs/assets/img/010.png +0 -0
  17. data/docs/assets/img/011.png +0 -0
  18. data/docs/assets/img/012.png +0 -0
  19. data/docs/assets/img/013.png +0 -0
  20. data/docs/assets/img/014.png +0 -0
  21. data/docs/assets/img/015.png +0 -0
  22. data/docs/assets/img/016.png +0 -0
  23. data/docs/assets/img/017.png +0 -0
  24. data/docs/assets/img/018.png +0 -0
  25. data/docs/assets/img/019.png +0 -0
  26. data/docs/assets/img/020.png +0 -0
  27. data/docs/assets/img/021.png +0 -0
  28. data/docs/assets/img/022.png +0 -0
  29. data/docs/assets/img/023.png +0 -0
  30. data/docs/assets/img/024.png +0 -0
  31. data/docs/assets/img/025.png +0 -0
  32. data/docs/assets/img/026.png +0 -0
  33. data/docs/assets/img/027.png +0 -0
  34. data/docs/assets/img/028.png +0 -0
  35. data/docs/assets/img/029.png +0 -0
  36. data/docs/assets/img/030.png +0 -0
  37. data/docs/assets/img/031.png +0 -0
  38. data/docs/assets/img/032.png +0 -0
  39. data/docs/assets/img/033.png +0 -0
  40. data/docs/assets/img/034.png +0 -0
  41. data/docs/assets/img/035.png +0 -0
  42. data/docs/assets/img/036.png +0 -0
  43. data/docs/assets/img/037.png +0 -0
  44. data/docs/assets/img/038.png +0 -0
  45. data/docs/assets/img/039.png +0 -0
  46. data/docs/assets/svg/000.svg +36 -36
  47. data/docs/assets/svg/001.svg +17 -17
  48. data/docs/assets/svg/002.svg +35 -35
  49. data/docs/assets/svg/003.svg +27 -27
  50. data/docs/assets/svg/004.svg +38 -38
  51. data/docs/assets/svg/005.svg +18 -18
  52. data/docs/assets/svg/006.svg +23 -23
  53. data/docs/assets/svg/007.svg +29 -29
  54. data/docs/assets/svg/008.svg +33 -33
  55. data/docs/assets/svg/009.svg +32 -32
  56. data/docs/assets/svg/010.svg +50 -50
  57. data/docs/assets/svg/011.svg +27 -27
  58. data/docs/assets/svg/012.svg +30 -30
  59. data/docs/assets/svg/013.svg +119 -119
  60. data/docs/assets/svg/014.svg +85 -85
  61. data/docs/assets/svg/015.svg +31 -31
  62. data/docs/assets/svg/016.svg +252 -252
  63. data/docs/assets/svg/017.svg +33 -33
  64. data/docs/assets/svg/018.svg +35 -35
  65. data/docs/assets/svg/019.svg +179 -179
  66. data/docs/assets/svg/020.svg +57 -57
  67. data/docs/assets/svg/021.svg +40 -40
  68. data/docs/assets/svg/022.svg +66 -66
  69. data/docs/assets/svg/023.svg +40 -40
  70. data/docs/assets/svg/024.svg +21 -21
  71. data/docs/assets/svg/025.svg +125 -125
  72. data/docs/assets/svg/026.svg +17 -17
  73. data/docs/assets/svg/027.svg +47 -47
  74. data/docs/assets/svg/028.svg +19 -19
  75. data/docs/assets/svg/029.svg +91 -91
  76. data/docs/assets/svg/030.svg +47 -47
  77. data/docs/assets/svg/031.svg +13 -13
  78. data/docs/assets/svg/032.svg +51 -51
  79. data/docs/assets/svg/033.svg +39 -39
  80. data/docs/assets/svg/034.svg +61 -61
  81. data/docs/assets/svg/035.svg +46 -46
  82. data/docs/assets/svg/036.svg +20 -20
  83. data/docs/assets/svg/037.svg +5 -5
  84. data/docs/assets/svg/038.svg +88 -0
  85. data/docs/assets/svg/039.svg +30 -0
  86. data/docs/documentation.md +3 -2
  87. data/docs/documentation_ja.md +2 -2
  88. data/lib/rsyntaxtree/element.rb +12 -7
  89. data/lib/rsyntaxtree/markup_parser.rb +1 -1
  90. data/lib/rsyntaxtree/svg_graph.rb +5 -5
  91. data/lib/rsyntaxtree/version.rb +1 -1
  92. metadata +8 -2
@@ -5,12 +5,12 @@
5
5
  <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="13.440000000000001" viewBox="0 0 13.440000000000001 13.440000000000001" refX="6.720000000000001" refY="0">
6
6
  <polyline fill="none" stroke="black" stroke-width="1" points="0,13.440000000000001,6.720000000000001,0,13.440000000000001,13.440000000000001" />
7
7
  </marker>
8
- <marker id="arrowForward" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="13.440000000000001" markerHeight="13.440000000000001" orient="auto-start-reverse">
9
- <path d="M 0 0 L 10 5 L 0 10 z" fill="black"/>
10
- </marker>
11
8
  <marker id="arrowBackward" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="13.440000000000001" markerHeight="13.440000000000001" orient="auto">
12
9
  <path d="M 0 0 L 10 5 L 0 10 z" fill="black"/>
13
10
  </marker>
11
+ <marker id="arrowForward" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="13.440000000000001" markerHeight="13.440000000000001" orient="auto">
12
+ <path d="M 10 0 L 0 5 L 10 10 z" fill="black"/>
13
+ </marker>
14
14
  <marker id="arrowBothways" viewBox="0 0 30 10" refX="15" refY="5" markerWidth="40.32" markerHeight="40.32" orient="auto">
15
15
  <path d="M 0 5 L 10 0 L 10 5 L 20 5 L 20 0 L 30 5 L 20 10 L 20 5 L 10 5 L 10 10 z" fill="black"/>
16
16
  </marker>
@@ -28,37 +28,37 @@
28
28
  <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='755.9499999999999' y='132.0'><tspan x='755.9499999999999' y='132.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">S</tspan>
29
29
  <tspan x='762.9499999999999' y='220.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">&#62;</tspan>
30
30
  </text>
31
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='410.5999999999999' y='554.4'><tspan x='410.5999999999999' y='554.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">S/NP</tspan>
32
- <tspan x='452.5999999999999' y='642.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">B</tspan>
33
- <tspan x='494.5999999999999' y='646.4' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">&#62;</tspan>
31
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='410.5999999999999' y='695.2'><tspan x='410.5999999999999' y='695.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">S/NP</tspan>
32
+ <tspan x='452.5999999999999' y='783.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">B</tspan>
33
+ <tspan x='494.5999999999999' y='787.2' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">&#62;</tspan>
34
34
  </text>
35
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='125.29999999999995' y='1064.8'><tspan x='125.29999999999995' y='1064.8' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">S/(S\NP)</tspan>
36
- <tspan x='218.29999999999995' y='1152.8' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">T</tspan>
37
- <tspan x='257.29999999999995' y='1156.8' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">&#62;</tspan>
35
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='125.29999999999995' y='1170.4'><tspan x='125.29999999999995' y='1170.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">S/(S\NP)</tspan>
36
+ <tspan x='218.29999999999995' y='1258.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">T</tspan>
37
+ <tspan x='257.29999999999995' y='1262.4' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">&#62;</tspan>
38
38
  </text>
39
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='201.29999999999995' y='1575.1999999999998'><tspan x='201.29999999999995' y='1575.1999999999998' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">NP</tspan>
40
- <tspan x='234.79999999999995' y='1663.1999999999998' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">&#62;</tspan>
39
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='201.29999999999995' y='1645.6000000000001'><tspan x='201.29999999999995' y='1645.6000000000001' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">NP</tspan>
40
+ <tspan x='234.79999999999995' y='1733.6000000000001' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">&#62;</tspan>
41
41
  </text>
42
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='33.60000000000002' y='2085.6'><tspan x='33.60000000000002' y='2085.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">NP/N</tspan>
43
- <tspan x='64.10000000000002' y='2261.6' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">the</tspan>
42
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='33.60000000000002' y='2120.8'><tspan x='33.60000000000002' y='2120.8' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">NP/N</tspan>
43
+ <tspan x='64.10000000000002' y='2296.8' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">the</tspan>
44
44
  </text>
45
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='323.0' y='2085.6'><tspan x='355.0' y='2085.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">N</tspan>
46
- <tspan x='323.0' y='2261.6' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">dog</tspan>
45
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='323.0' y='2120.8'><tspan x='355.0' y='2120.8' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">N</tspan>
46
+ <tspan x='323.0' y='2296.8' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">dog</tspan>
47
47
  </text>
48
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='570.4' y='1064.8'><tspan x='570.4' y='1064.8' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">(S\NP)/NP</tspan>
49
- <tspan x='677.4' y='1240.8' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">bit</tspan>
48
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='570.4' y='1170.4'><tspan x='570.4' y='1170.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">(S\NP)/NP</tspan>
49
+ <tspan x='677.4' y='1346.4' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">bit</tspan>
50
50
  </text>
51
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='997.8' y='554.4'><tspan x='1021.8' y='554.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">NP</tspan>
52
- <tspan x='997.8' y='730.4' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">John</tspan>
51
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='997.8' y='695.2'><tspan x='1021.8' y='695.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">NP</tspan>
52
+ <tspan x='997.8' y='871.2' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">John</tspan>
53
53
  </text>
54
- <line style='stroke:black; stroke-width:2;' x1='481.09999999999997' y1='444.4' x2='773.4499999999999' y2='275.0' />
55
- <line style='stroke:black; stroke-width:2;' x1='1065.8' y1='444.4' x2='773.4499999999999' y2='275.0' />
56
- <line style='stroke:black; stroke-width:2;' x1='245.29999999999995' y1='954.8' x2='481.09999999999997' y2='697.4' />
57
- <line style='stroke:black; stroke-width:2;' x1='716.9' y1='954.8' x2='481.09999999999997' y2='697.4' />
58
- <line style='stroke:black; stroke-width:2;' x1='245.29999999999995' y1='1465.1999999999998' x2='245.29999999999995' y2='1207.8' />
59
- <line style='stroke:black; stroke-width:2;' x1='111.10000000000002' y1='1975.6' x2='245.29999999999995' y2='1718.1999999999998' />
60
- <line style='stroke:black; stroke-width:2;' x1='379.5' y1='1975.6' x2='245.29999999999995' y2='1718.1999999999998' />
61
- <line style="stroke:black; stroke-width:2; " x1="33.60000000000002" y1="2151.6" x2="188.60000000000002" y2="2151.6"></line>
62
- <line style="stroke:black; stroke-width:2; " x1="323.0" y1="2151.6" x2="436.0" y2="2151.6"></line>
63
- <line style="stroke:black; stroke-width:2; " x1="570.4" y1="1130.8" x2="863.4" y2="1130.8"></line>
64
- <line style="stroke:black; stroke-width:2; " x1="997.8" y1="620.4" x2="1133.8" y2="620.4"></line></svg>
54
+ <line style='stroke:black; stroke-width:2;' x1='481.09999999999997' y1='585.2' x2='773.4499999999999' y2='275.0' />
55
+ <line style='stroke:black; stroke-width:2;' x1='1065.8' y1='585.2' x2='773.4499999999999' y2='275.0' />
56
+ <line style='stroke:black; stroke-width:2;' x1='245.29999999999995' y1='1060.4' x2='481.09999999999997' y2='838.2' />
57
+ <line style='stroke:black; stroke-width:2;' x1='716.9' y1='1060.4' x2='481.09999999999997' y2='838.2' />
58
+ <line style='stroke:black; stroke-width:2;' x1='245.29999999999995' y1='1535.6000000000001' x2='245.29999999999995' y2='1313.4' />
59
+ <line style='stroke:black; stroke-width:2;' x1='111.10000000000002' y1='2010.8000000000002' x2='245.29999999999995' y2='1788.6000000000001' />
60
+ <line style='stroke:black; stroke-width:2;' x1='379.5' y1='2010.8000000000002' x2='245.29999999999995' y2='1788.6000000000001' />
61
+ <line style="stroke:black; stroke-width:2; " x1="33.60000000000002" y1="2186.8" x2="188.60000000000002" y2="2186.8"></line>
62
+ <line style="stroke:black; stroke-width:2; " x1="323.0" y1="2186.8" x2="436.0" y2="2186.8"></line>
63
+ <line style="stroke:black; stroke-width:2; " x1="570.4" y1="1236.4" x2="863.4" y2="1236.4"></line>
64
+ <line style="stroke:black; stroke-width:2; " x1="997.8" y1="761.2" x2="1133.8" y2="761.2"></line></svg>
@@ -1,16 +1,16 @@
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="2539.7999999999997" height="3895.2" viewBox="-20, -20, 2559.7999999999997, 3915.2" version="1.1" xmlns="http://www.w3.org/2000/svg">
3
+ <svg width="2539.7999999999997" height="3640.0" viewBox="-20, -20, 2559.7999999999997, 3660.0" version="1.1" xmlns="http://www.w3.org/2000/svg">
4
4
  <defs>
5
5
  <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="13.440000000000001" viewBox="0 0 13.440000000000001 13.440000000000001" refX="6.720000000000001" refY="0">
6
6
  <polyline fill="none" stroke="black" stroke-width="1" points="0,13.440000000000001,6.720000000000001,0,13.440000000000001,13.440000000000001" />
7
7
  </marker>
8
- <marker id="arrowForward" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="13.440000000000001" markerHeight="13.440000000000001" orient="auto-start-reverse">
9
- <path d="M 0 0 L 10 5 L 0 10 z" fill="black"/>
10
- </marker>
11
8
  <marker id="arrowBackward" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="13.440000000000001" markerHeight="13.440000000000001" orient="auto">
12
9
  <path d="M 0 0 L 10 5 L 0 10 z" fill="black"/>
13
10
  </marker>
11
+ <marker id="arrowForward" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="13.440000000000001" markerHeight="13.440000000000001" orient="auto">
12
+ <path d="M 10 0 L 0 5 L 10 10 z" fill="black"/>
13
+ </marker>
14
14
  <marker id="arrowBothways" viewBox="0 0 30 10" refX="15" refY="5" markerWidth="40.32" markerHeight="40.32" orient="auto">
15
15
  <path d="M 0 5 L 10 0 L 10 5 L 20 5 L 20 0 L 30 5 L 20 10 L 20 5 L 10 5 L 10 10 z" fill="black"/>
16
16
  </marker>
@@ -24,78 +24,78 @@
24
24
  <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
25
25
  </pattern>
26
26
  </defs>
27
- <rect x="-20" y="-20" width="2559.7999999999997" height="3915.2" stroke="none" fill="white" />"
27
+ <rect x="-20" y="-20" width="2559.7999999999997" height="3660.0" stroke="none" fill="white" />"
28
28
  <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='629.0124999999998' y='132.0'><tspan x='629.0124999999998' y='132.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">HEAD<tspan style='fill:none;'>■</tspan></tspan>
29
29
  <tspan x='873.5124999999998' y='127.4' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">1</tspan>
30
30
  <tspan x='629.0124999999998' y='313.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">SPR<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan>〉</tspan>
31
31
  <tspan x='629.0124999999998' y='406.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">COMPS<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan>〉</tspan>
32
32
  </text>
33
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='33.60000000000002' y='780.5999999999999'><tspan x='33.60000000000002' y='780.5999999999999' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">HEAD<tspan style='fill:none;'>■</tspan></tspan>
34
- <tspan x='278.1' y='775.9999999999999' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">2</tspan>
35
- <tspan x='33.60000000000002' y='961.5999999999999' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">noun</tspan>
36
- <tspan x='33.60000000000002' y='1142.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">SPR<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan>〉</tspan>
37
- <tspan x='33.60000000000002' y='1235.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">COMPS〈<tspan style='fill:none;'>■</tspan>〉</tspan>
33
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='33.60000000000002' y='842.2'><tspan x='33.60000000000002' y='842.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">HEAD<tspan style='fill:none;'>■</tspan></tspan>
34
+ <tspan x='278.1' y='837.6' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">2</tspan>
35
+ <tspan x='33.60000000000002' y='1023.2' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">noun</tspan>
36
+ <tspan x='33.60000000000002' y='1204.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">SPR<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan>〉</tspan>
37
+ <tspan x='33.60000000000002' y='1297.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">COMPS〈<tspan style='fill:none;'>■</tspan>〉</tspan>
38
38
  </text>
39
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='165.60000000000002' y='1821.3999999999999'><tspan x='165.60000000000002' y='1821.3999999999999' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Kim</tspan>
39
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='165.60000000000002' y='1777.4'><tspan x='165.60000000000002' y='1777.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Kim</tspan>
40
40
  </text>
41
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1240.4249999999997' y='780.5999999999999'><tspan x='1240.4249999999997' y='780.5999999999999' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">HEAD<tspan style='fill:none;'>■</tspan></tspan>
42
- <tspan x='1484.9249999999997' y='775.9999999999999' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">1</tspan>
43
- <tspan x='1240.4249999999997' y='961.5999999999999' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">SPR<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan></tspan>
44
- <tspan x='1510.9249999999997' y='956.9999999999999' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">2</tspan>
45
- <tspan x='1555.4249999999997' y='961.5999999999999' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"><tspan style='fill:none;'>■</tspan>〉</tspan>
46
- <tspan x='1240.4249999999997' y='1054.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">COMPS<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan>〉</tspan>
41
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1240.4249999999997' y='842.2'><tspan x='1240.4249999999997' y='842.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">HEAD<tspan style='fill:none;'>■</tspan></tspan>
42
+ <tspan x='1484.9249999999997' y='837.6' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">1</tspan>
43
+ <tspan x='1240.4249999999997' y='1023.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">SPR<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan></tspan>
44
+ <tspan x='1510.9249999999997' y='1018.6' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">2</tspan>
45
+ <tspan x='1555.4249999999997' y='1023.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"><tspan style='fill:none;'>■</tspan>〉</tspan>
46
+ <tspan x='1240.4249999999997' y='1116.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">COMPS<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan>〉</tspan>
47
47
  </text>
48
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='561.0' y='1561.1999999999998'><tspan x='561.0' y='1561.1999999999998' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">HEAD<tspan style='fill:none;'>■</tspan></tspan>
49
- <tspan x='805.5' y='1556.6' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">1</tspan>
50
- <tspan x='561.0' y='1742.1999999999998' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">verb</tspan>
51
- <tspan x='561.0' y='1923.1999999999998' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">SPR<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan></tspan>
52
- <tspan x='831.5' y='1918.6' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">2</tspan>
53
- <tspan x='876.0' y='1923.1999999999998' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"><tspan style='fill:none;'>■</tspan>NP〉</tspan>
54
- <tspan x='561.0' y='2016.1999999999998' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">COMPS<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan></tspan>
55
- <tspan x='942.5' y='2011.6' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">3</tspan>
56
- <tspan x='987.0' y='2016.1999999999998' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"><tspan style='fill:none;'>■</tspan>PP[</tspan>
57
- <tspan x='1123.0' y='2016.1999999999998' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">on</tspan>
58
- <tspan x='1198.0' y='2016.1999999999998' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">]〉</tspan>
48
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='561.0' y='1552.4'><tspan x='561.0' y='1552.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">HEAD<tspan style='fill:none;'>■</tspan></tspan>
49
+ <tspan x='805.5' y='1547.8000000000002' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">1</tspan>
50
+ <tspan x='561.0' y='1733.4' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">verb</tspan>
51
+ <tspan x='561.0' y='1914.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">SPR<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan></tspan>
52
+ <tspan x='831.5' y='1909.8000000000002' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">2</tspan>
53
+ <tspan x='876.0' y='1914.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"><tspan style='fill:none;'>■</tspan>NP〉</tspan>
54
+ <tspan x='561.0' y='2007.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">COMPS<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan></tspan>
55
+ <tspan x='942.5' y='2002.8000000000002' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">3</tspan>
56
+ <tspan x='987.0' y='2007.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"><tspan style='fill:none;'>■</tspan>PP[</tspan>
57
+ <tspan x='1123.0' y='2007.4' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">on</tspan>
58
+ <tspan x='1198.0' y='2007.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">]〉</tspan>
59
59
  </text>
60
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='837.0' y='2602.0'><tspan x='837.0' y='2602.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">relies</tspan>
60
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='837.0' y='2487.6000000000004'><tspan x='837.0' y='2487.6000000000004' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">relies</tspan>
61
61
  </text>
62
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1770.85' y='1561.1999999999998'><tspan x='1770.85' y='1561.1999999999998' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"><tspan style='fill:none;'>■■■■■■</tspan></tspan>
63
- <tspan x='1983.35' y='1556.6' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">3</tspan>
64
- <tspan x='1770.85' y='1742.1999999999998' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">HEAD<tspan style='fill:none;'>■</tspan></tspan>
65
- <tspan x='2015.35' y='1737.6' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">4</tspan>
66
- <tspan x='1770.85' y='1923.1999999999998' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">SPR<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan>〉</tspan>
67
- <tspan x='1770.85' y='2016.1999999999998' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">COMPS<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan>〉</tspan>
62
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1770.85' y='1552.4'><tspan x='1770.85' y='1552.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"><tspan style='fill:none;'>■■■■■■</tspan></tspan>
63
+ <tspan x='1983.35' y='1547.8000000000002' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">3</tspan>
64
+ <tspan x='1770.85' y='1733.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">HEAD<tspan style='fill:none;'>■</tspan></tspan>
65
+ <tspan x='2015.35' y='1728.8000000000002' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">4</tspan>
66
+ <tspan x='1770.85' y='1914.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">SPR<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan>〉</tspan>
67
+ <tspan x='1770.85' y='2007.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">COMPS<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan>〉</tspan>
68
68
  </text>
69
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1418.4' y='2602.0'><tspan x='1418.4' y='2602.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">HEAD<tspan style='fill:none;'>■</tspan></tspan>
70
- <tspan x='1662.9' y='2597.4' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">4</tspan>
71
- <tspan x='1418.4' y='2783.0' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">prep</tspan>
72
- <tspan x='1418.4' y='2876.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">FORM<tspan style='fill:none;'>■</tspan></tspan>
73
- <tspan x='1647.4' y='2876.0' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">on</tspan>
74
- <tspan x='1418.4' y='3057.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">SPR<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan>〉</tspan>
75
- <tspan x='1418.4' y='3150.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">COMPS<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan></tspan>
76
- <tspan x='1799.9' y='3145.4' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">5</tspan>
77
- <tspan x='1844.4' y='3150.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"><tspan style='fill:none;'>■</tspan>〉</tspan>
69
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1418.4' y='2487.6000000000004'><tspan x='1418.4' y='2487.6000000000004' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">HEAD<tspan style='fill:none;'>■</tspan></tspan>
70
+ <tspan x='1662.9' y='2483.0000000000005' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">4</tspan>
71
+ <tspan x='1418.4' y='2668.6000000000004' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">prep</tspan>
72
+ <tspan x='1418.4' y='2761.6000000000004' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">FORM<tspan style='fill:none;'>■</tspan></tspan>
73
+ <tspan x='1647.4' y='2761.6000000000004' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">on</tspan>
74
+ <tspan x='1418.4' y='2942.6000000000004' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">SPR<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan>〉</tspan>
75
+ <tspan x='1418.4' y='3035.6000000000004' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">COMPS<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan></tspan>
76
+ <tspan x='1799.9' y='3031.0000000000005' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">5</tspan>
77
+ <tspan x='1844.4' y='3035.6000000000004' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"><tspan style='fill:none;'>■</tspan>〉</tspan>
78
78
  </text>
79
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1639.4' y='3815.0'><tspan x='1639.4' y='3815.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">on</tspan>
79
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1639.4' y='3559.8'><tspan x='1639.4' y='3559.8' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">on</tspan>
80
80
  </text>
81
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2074.7999999999997' y='2602.0'><tspan x='2074.7999999999997' y='2602.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">HEAD<tspan style='fill:none;'>■</tspan></tspan>
82
- <tspan x='2319.2999999999997' y='2597.4' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">5</tspan>
83
- <tspan x='2074.7999999999997' y='2783.0' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">noun</tspan>
84
- <tspan x='2074.7999999999997' y='2964.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">SPR<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan>〉</tspan>
85
- <tspan x='2074.7999999999997' y='3057.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">COMPS<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan>〉</tspan>
81
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2074.7999999999997' y='2487.6000000000004'><tspan x='2074.7999999999997' y='2487.6000000000004' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">HEAD<tspan style='fill:none;'>■</tspan></tspan>
82
+ <tspan x='2319.2999999999997' y='2483.0000000000005' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">5</tspan>
83
+ <tspan x='2074.7999999999997' y='2668.6000000000004' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">noun</tspan>
84
+ <tspan x='2074.7999999999997' y='2849.6000000000004' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">SPR<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan>〉</tspan>
85
+ <tspan x='2074.7999999999997' y='2942.6000000000004' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">COMPS<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan>〉</tspan>
86
86
  </text>
87
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2193.2999999999997' y='3642.8'><tspan x='2193.2999999999997' y='3642.8' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Sandy</tspan>
87
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2193.2999999999997' y='3422.8'><tspan x='2193.2999999999997' y='3422.8' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Sandy</tspan>
88
88
  </text>
89
- <line style='stroke:black; stroke-width:2;' x1='230.10000000000002' y1='670.5999999999999' x2='841.5124999999999' y2='461.0' />
90
- <line style='stroke:black; stroke-width:2;' x1='1452.9249999999997' y1='670.5999999999999' x2='841.5124999999999' y2='461.0' />
91
- <line style='stroke:black; stroke-width:2;' x1='230.10000000000002' y1='1711.3999999999999' x2='230.10000000000002' y2='1290.6' />
92
- <line style='stroke:black; stroke-width:2;' x1='922.5' y1='1451.1999999999998' x2='1452.9249999999997' y2='1109.6' />
93
- <line style='stroke:black; stroke-width:2;' x1='1983.35' y1='1451.1999999999998' x2='1452.9249999999997' y2='1109.6' />
94
- <line style='stroke:black; stroke-width:2;' x1='922.5' y1='2492.0' x2='922.5' y2='2071.2' />
95
- <line style='stroke:black; stroke-width:2;' x1='1679.4' y1='2492.0' x2='1983.35' y2='2071.2' />
96
- <line style='stroke:black; stroke-width:2;' x1='2287.2999999999997' y1='2492.0' x2='1983.35' y2='2071.2' />
97
- <line style='stroke:black; stroke-width:2;' x1='1679.4' y1='3705.0' x2='1679.4' y2='3205.0' />
98
- <line style='stroke:black; stroke-width:2;' x1='2287.2999999999997' y1='3532.8' x2='2287.2999999999997' y2='3112.0' />
89
+ <line style='stroke:black; stroke-width:2;' x1='230.10000000000002' y1='732.2' x2='841.5124999999999' y2='461.0' />
90
+ <line style='stroke:black; stroke-width:2;' x1='1452.9249999999997' y1='732.2' x2='841.5124999999999' y2='461.0' />
91
+ <line style='stroke:black; stroke-width:2;' x1='230.10000000000002' y1='1667.4' x2='230.10000000000002' y2='1352.2' />
92
+ <line style='stroke:black; stroke-width:2;' x1='922.5' y1='1442.4' x2='1452.9249999999997' y2='1171.2' />
93
+ <line style='stroke:black; stroke-width:2;' x1='1983.35' y1='1442.4' x2='1452.9249999999997' y2='1171.2' />
94
+ <line style='stroke:black; stroke-width:2;' x1='922.5' y1='2377.6000000000004' x2='922.5' y2='2062.4' />
95
+ <line style='stroke:black; stroke-width:2;' x1='1679.4' y1='2377.6000000000004' x2='1983.35' y2='2062.4' />
96
+ <line style='stroke:black; stroke-width:2;' x1='2287.2999999999997' y1='2377.6000000000004' x2='1983.35' y2='2062.4' />
97
+ <line style='stroke:black; stroke-width:2;' x1='1679.4' y1='3449.8' x2='1679.4' y2='3090.6000000000004' />
98
+ <line style='stroke:black; stroke-width:2;' x1='2287.2999999999997' y1='3312.8' x2='2287.2999999999997' y2='2997.6000000000004' />
99
99
  <rect style='stroke: black; stroke-width:2;'
100
100
  x='853.0124999999998' y='77.4'
101
101
  width='65.0' height='65.0'
@@ -109,104 +109,104 @@
109
109
  <line x1='1070.8125' y1='33.0' x2='1070.8125' y2='450.0' style='fill: none; stroke: black; stroke-width:2' />
110
110
  <line x1='1070.8125' y1='450.0' x2='1054.0125' y2='450.0' style='fill: none; stroke: black; stroke-width:2' />
111
111
  <rect style='stroke: black; stroke-width:2;'
112
- x='257.6' y='725.9999999999999'
112
+ x='257.6' y='787.6'
113
113
  width='65.0' height='65.0'
114
114
  fill='none' />
115
115
 
116
- <line style="stroke:black; stroke-width:2; " x1="33.60000000000002" y1="846.5999999999999" x2="426.6" y2="846.5999999999999"></line>
117
- <line style="stroke:black; stroke-width:2; " x1="33.60000000000002" y1="1027.6" x2="426.6" y2="1027.6"></line>
118
- <line x1='16.800000000000022' y1='681.5999999999999' x2='33.60000000000002' y2='681.5999999999999' style='fill: none; stroke: black; stroke-width:2' />
119
- <line x1='16.800000000000022' y1='681.5999999999999' x2='16.800000000000022' y2='1279.6' style='fill: none; stroke: black; stroke-width:2' />
120
- <line x1='16.800000000000022' y1='1279.6' x2='33.60000000000002' y2='1279.6' style='fill: none; stroke: black; stroke-width:2' />
121
- <line x1='443.40000000000003' y1='681.5999999999999' x2='426.6' y2='681.5999999999999' style='fill: none; stroke: black; stroke-width:2' />
122
- <line x1='443.40000000000003' y1='681.5999999999999' x2='443.40000000000003' y2='1279.6' style='fill: none; stroke: black; stroke-width:2' />
123
- <line x1='443.40000000000003' y1='1279.6' x2='426.6' y2='1279.6' style='fill: none; stroke: black; stroke-width:2' />
116
+ <line style="stroke:black; stroke-width:2; " x1="33.60000000000002" y1="908.2" x2="426.6" y2="908.2"></line>
117
+ <line style="stroke:black; stroke-width:2; " x1="33.60000000000002" y1="1089.2" x2="426.6" y2="1089.2"></line>
118
+ <line x1='16.800000000000022' y1='743.2' x2='33.60000000000002' y2='743.2' style='fill: none; stroke: black; stroke-width:2' />
119
+ <line x1='16.800000000000022' y1='743.2' x2='16.800000000000022' y2='1341.2' style='fill: none; stroke: black; stroke-width:2' />
120
+ <line x1='16.800000000000022' y1='1341.2' x2='33.60000000000002' y2='1341.2' style='fill: none; stroke: black; stroke-width:2' />
121
+ <line x1='443.40000000000003' y1='743.2' x2='426.6' y2='743.2' style='fill: none; stroke: black; stroke-width:2' />
122
+ <line x1='443.40000000000003' y1='743.2' x2='443.40000000000003' y2='1341.2' style='fill: none; stroke: black; stroke-width:2' />
123
+ <line x1='443.40000000000003' y1='1341.2' x2='426.6' y2='1341.2' style='fill: none; stroke: black; stroke-width:2' />
124
124
  <rect style='stroke: black; stroke-width:2;'
125
- x='1464.4249999999997' y='725.9999999999999'
125
+ x='1464.4249999999997' y='787.6'
126
126
  width='65.0' height='65.0'
127
127
  fill='none' />
128
128
 
129
- <line style="stroke:black; stroke-width:2; " x1="1240.4249999999997" y1="846.5999999999999" x2="1665.4249999999997" y2="846.5999999999999"></line>
129
+ <line style="stroke:black; stroke-width:2; " x1="1240.4249999999997" y1="908.2" x2="1665.4249999999997" y2="908.2"></line>
130
130
  <rect style='stroke: black; stroke-width:2;'
131
- x='1490.4249999999997' y='906.9999999999999'
131
+ x='1490.4249999999997' y='968.6'
132
132
  width='65.0' height='65.0'
133
133
  fill='none' />
134
134
 
135
- <line x1='1223.6249999999998' y1='681.5999999999999' x2='1240.4249999999997' y2='681.5999999999999' style='fill: none; stroke: black; stroke-width:2' />
136
- <line x1='1223.6249999999998' y1='681.5999999999999' x2='1223.6249999999998' y2='1098.6' style='fill: none; stroke: black; stroke-width:2' />
137
- <line x1='1223.6249999999998' y1='1098.6' x2='1240.4249999999997' y2='1098.6' style='fill: none; stroke: black; stroke-width:2' />
138
- <line x1='1682.225' y1='681.5999999999999' x2='1665.425' y2='681.5999999999999' style='fill: none; stroke: black; stroke-width:2' />
139
- <line x1='1682.225' y1='681.5999999999999' x2='1682.225' y2='1098.6' style='fill: none; stroke: black; stroke-width:2' />
140
- <line x1='1682.225' y1='1098.6' x2='1665.425' y2='1098.6' style='fill: none; stroke: black; stroke-width:2' />
135
+ <line x1='1223.6249999999998' y1='743.2' x2='1240.4249999999997' y2='743.2' style='fill: none; stroke: black; stroke-width:2' />
136
+ <line x1='1223.6249999999998' y1='743.2' x2='1223.6249999999998' y2='1160.2' style='fill: none; stroke: black; stroke-width:2' />
137
+ <line x1='1223.6249999999998' y1='1160.2' x2='1240.4249999999997' y2='1160.2' style='fill: none; stroke: black; stroke-width:2' />
138
+ <line x1='1682.225' y1='743.2' x2='1665.425' y2='743.2' style='fill: none; stroke: black; stroke-width:2' />
139
+ <line x1='1682.225' y1='743.2' x2='1682.225' y2='1160.2' style='fill: none; stroke: black; stroke-width:2' />
140
+ <line x1='1682.225' y1='1160.2' x2='1665.425' y2='1160.2' style='fill: none; stroke: black; stroke-width:2' />
141
141
  <rect style='stroke: black; stroke-width:2;'
142
- x='785.0' y='1506.6'
142
+ x='785.0' y='1497.8000000000002'
143
143
  width='65.0' height='65.0'
144
144
  fill='none' />
145
145
 
146
- <line style="stroke:black; stroke-width:2; " x1="561.0" y1="1627.1999999999998" x2="1284.0" y2="1627.1999999999998"></line>
147
- <line style="stroke:black; stroke-width:2; " x1="561.0" y1="1808.1999999999998" x2="1284.0" y2="1808.1999999999998"></line>
146
+ <line style="stroke:black; stroke-width:2; " x1="561.0" y1="1618.4" x2="1284.0" y2="1618.4"></line>
147
+ <line style="stroke:black; stroke-width:2; " x1="561.0" y1="1799.4" x2="1284.0" y2="1799.4"></line>
148
148
  <rect style='stroke: black; stroke-width:2;'
149
- x='811.0' y='1868.6'
149
+ x='811.0' y='1859.8000000000002'
150
150
  width='65.0' height='65.0'
151
151
  fill='none' />
152
152
 
153
153
  <rect style='stroke: black; stroke-width:2;'
154
- x='922.0' y='1961.6'
154
+ x='922.0' y='1952.8000000000002'
155
155
  width='65.0' height='65.0'
156
156
  fill='none' />
157
157
 
158
- <line x1='544.2' y1='1462.1999999999998' x2='561.0' y2='1462.1999999999998' style='fill: none; stroke: black; stroke-width:2' />
159
- <line x1='544.2' y1='1462.1999999999998' x2='544.2' y2='2060.2' style='fill: none; stroke: black; stroke-width:2' />
160
- <line x1='544.2' y1='2060.2' x2='561.0' y2='2060.2' style='fill: none; stroke: black; stroke-width:2' />
161
- <line x1='1300.8000000000002' y1='1462.1999999999998' x2='1284.0000000000002' y2='1462.1999999999998' style='fill: none; stroke: black; stroke-width:2' />
162
- <line x1='1300.8000000000002' y1='1462.1999999999998' x2='1300.8000000000002' y2='2060.2' style='fill: none; stroke: black; stroke-width:2' />
163
- <line x1='1300.8000000000002' y1='2060.2' x2='1284.0000000000002' y2='2060.2' style='fill: none; stroke: black; stroke-width:2' />
158
+ <line x1='544.2' y1='1453.4' x2='561.0' y2='1453.4' style='fill: none; stroke: black; stroke-width:2' />
159
+ <line x1='544.2' y1='1453.4' x2='544.2' y2='2051.4' style='fill: none; stroke: black; stroke-width:2' />
160
+ <line x1='544.2' y1='2051.4' x2='561.0' y2='2051.4' style='fill: none; stroke: black; stroke-width:2' />
161
+ <line x1='1300.8000000000002' y1='1453.4' x2='1284.0000000000002' y2='1453.4' style='fill: none; stroke: black; stroke-width:2' />
162
+ <line x1='1300.8000000000002' y1='1453.4' x2='1300.8000000000002' y2='2051.4' style='fill: none; stroke: black; stroke-width:2' />
163
+ <line x1='1300.8000000000002' y1='2051.4' x2='1284.0000000000002' y2='2051.4' style='fill: none; stroke: black; stroke-width:2' />
164
164
  <rect style='stroke: black; stroke-width:2;'
165
- x='1962.85' y='1506.6'
165
+ x='1962.85' y='1497.8000000000002'
166
166
  width='65.0' height='65.0'
167
167
  fill='none' />
168
168
 
169
- <line style="stroke:black; stroke-width:2; " x1="1770.85" y1="1627.1999999999998" x2="2195.85" y2="1627.1999999999998"></line>
169
+ <line style="stroke:black; stroke-width:2; " x1="1770.85" y1="1618.4" x2="2195.85" y2="1618.4"></line>
170
170
  <rect style='stroke: black; stroke-width:2;'
171
- x='1994.85' y='1687.6'
171
+ x='1994.85' y='1678.8000000000002'
172
172
  width='65.0' height='65.0'
173
173
  fill='none' />
174
174
 
175
- <line style="stroke:black; stroke-width:2; " x1="1770.85" y1="1808.1999999999998" x2="2195.85" y2="1808.1999999999998"></line>
176
- <line x1='1754.05' y1='1462.1999999999998' x2='1770.85' y2='1462.1999999999998' style='fill: none; stroke: black; stroke-width:2' />
177
- <line x1='1754.05' y1='1462.1999999999998' x2='1754.05' y2='2060.2' style='fill: none; stroke: black; stroke-width:2' />
178
- <line x1='1754.05' y1='2060.2' x2='1770.85' y2='2060.2' style='fill: none; stroke: black; stroke-width:2' />
179
- <line x1='2212.65' y1='1462.1999999999998' x2='2195.85' y2='1462.1999999999998' style='fill: none; stroke: black; stroke-width:2' />
180
- <line x1='2212.65' y1='1462.1999999999998' x2='2212.65' y2='2060.2' style='fill: none; stroke: black; stroke-width:2' />
181
- <line x1='2212.65' y1='2060.2' x2='2195.85' y2='2060.2' style='fill: none; stroke: black; stroke-width:2' />
175
+ <line style="stroke:black; stroke-width:2; " x1="1770.85" y1="1799.4" x2="2195.85" y2="1799.4"></line>
176
+ <line x1='1754.05' y1='1453.4' x2='1770.85' y2='1453.4' style='fill: none; stroke: black; stroke-width:2' />
177
+ <line x1='1754.05' y1='1453.4' x2='1754.05' y2='2051.4' style='fill: none; stroke: black; stroke-width:2' />
178
+ <line x1='1754.05' y1='2051.4' x2='1770.85' y2='2051.4' style='fill: none; stroke: black; stroke-width:2' />
179
+ <line x1='2212.65' y1='1453.4' x2='2195.85' y2='1453.4' style='fill: none; stroke: black; stroke-width:2' />
180
+ <line x1='2212.65' y1='1453.4' x2='2212.65' y2='2051.4' style='fill: none; stroke: black; stroke-width:2' />
181
+ <line x1='2212.65' y1='2051.4' x2='2195.85' y2='2051.4' style='fill: none; stroke: black; stroke-width:2' />
182
182
  <rect style='stroke: black; stroke-width:2;'
183
- x='1642.4' y='2547.4'
183
+ x='1642.4' y='2433.0000000000005'
184
184
  width='65.0' height='65.0'
185
185
  fill='none' />
186
186
 
187
- <line style="stroke:black; stroke-width:2; " x1="1418.4" y1="2668.0" x2="1940.4" y2="2668.0"></line>
188
- <line style="stroke:black; stroke-width:2; " x1="1418.4" y1="2942.0" x2="1940.4" y2="2942.0"></line>
187
+ <line style="stroke:black; stroke-width:2; " x1="1418.4" y1="2553.6000000000004" x2="1940.4" y2="2553.6000000000004"></line>
188
+ <line style="stroke:black; stroke-width:2; " x1="1418.4" y1="2827.6000000000004" x2="1940.4" y2="2827.6000000000004"></line>
189
189
  <rect style='stroke: black; stroke-width:2;'
190
- x='1779.4' y='3095.4'
190
+ x='1779.4' y='2981.0000000000005'
191
191
  width='65.0' height='65.0'
192
192
  fill='none' />
193
193
 
194
- <line x1='1401.6000000000001' y1='2503.0' x2='1418.4' y2='2503.0' style='fill: none; stroke: black; stroke-width:2' />
195
- <line x1='1401.6000000000001' y1='2503.0' x2='1401.6000000000001' y2='3194.0' style='fill: none; stroke: black; stroke-width:2' />
196
- <line x1='1401.6000000000001' y1='3194.0' x2='1418.4' y2='3194.0' style='fill: none; stroke: black; stroke-width:2' />
197
- <line x1='1957.2000000000003' y1='2503.0' x2='1940.4000000000003' y2='2503.0' style='fill: none; stroke: black; stroke-width:2' />
198
- <line x1='1957.2000000000003' y1='2503.0' x2='1957.2000000000003' y2='3194.0' style='fill: none; stroke: black; stroke-width:2' />
199
- <line x1='1957.2000000000003' y1='3194.0' x2='1940.4000000000003' y2='3194.0' style='fill: none; stroke: black; stroke-width:2' />
194
+ <line x1='1401.6000000000001' y1='2388.6000000000004' x2='1418.4' y2='2388.6000000000004' style='fill: none; stroke: black; stroke-width:2' />
195
+ <line x1='1401.6000000000001' y1='2388.6000000000004' x2='1401.6000000000001' y2='3079.6000000000004' style='fill: none; stroke: black; stroke-width:2' />
196
+ <line x1='1401.6000000000001' y1='3079.6000000000004' x2='1418.4' y2='3079.6000000000004' style='fill: none; stroke: black; stroke-width:2' />
197
+ <line x1='1957.2000000000003' y1='2388.6000000000004' x2='1940.4000000000003' y2='2388.6000000000004' style='fill: none; stroke: black; stroke-width:2' />
198
+ <line x1='1957.2000000000003' y1='2388.6000000000004' x2='1957.2000000000003' y2='3079.6000000000004' style='fill: none; stroke: black; stroke-width:2' />
199
+ <line x1='1957.2000000000003' y1='3079.6000000000004' x2='1940.4000000000003' y2='3079.6000000000004' style='fill: none; stroke: black; stroke-width:2' />
200
200
  <rect style='stroke: black; stroke-width:2;'
201
- x='2298.7999999999997' y='2547.4'
201
+ x='2298.7999999999997' y='2433.0000000000005'
202
202
  width='65.0' height='65.0'
203
203
  fill='none' />
204
204
 
205
- <line style="stroke:black; stroke-width:2; " x1="2074.7999999999997" y1="2668.0" x2="2499.7999999999997" y2="2668.0"></line>
206
- <line style="stroke:black; stroke-width:2; " x1="2074.7999999999997" y1="2849.0" x2="2499.7999999999997" y2="2849.0"></line>
207
- <line x1='2057.9999999999995' y1='2503.0' x2='2074.7999999999997' y2='2503.0' style='fill: none; stroke: black; stroke-width:2' />
208
- <line x1='2057.9999999999995' y1='2503.0' x2='2057.9999999999995' y2='3101.0' style='fill: none; stroke: black; stroke-width:2' />
209
- <line x1='2057.9999999999995' y1='3101.0' x2='2074.7999999999997' y2='3101.0' style='fill: none; stroke: black; stroke-width:2' />
210
- <line x1='2516.5999999999995' y1='2503.0' x2='2499.7999999999993' y2='2503.0' style='fill: none; stroke: black; stroke-width:2' />
211
- <line x1='2516.5999999999995' y1='2503.0' x2='2516.5999999999995' y2='3101.0' style='fill: none; stroke: black; stroke-width:2' />
212
- <line x1='2516.5999999999995' y1='3101.0' x2='2499.7999999999993' y2='3101.0' style='fill: none; stroke: black; stroke-width:2' /></svg>
205
+ <line style="stroke:black; stroke-width:2; " x1="2074.7999999999997" y1="2553.6000000000004" x2="2499.7999999999997" y2="2553.6000000000004"></line>
206
+ <line style="stroke:black; stroke-width:2; " x1="2074.7999999999997" y1="2734.6000000000004" x2="2499.7999999999997" y2="2734.6000000000004"></line>
207
+ <line x1='2057.9999999999995' y1='2388.6000000000004' x2='2074.7999999999997' y2='2388.6000000000004' style='fill: none; stroke: black; stroke-width:2' />
208
+ <line x1='2057.9999999999995' y1='2388.6000000000004' x2='2057.9999999999995' y2='2986.6000000000004' style='fill: none; stroke: black; stroke-width:2' />
209
+ <line x1='2057.9999999999995' y1='2986.6000000000004' x2='2074.7999999999997' y2='2986.6000000000004' style='fill: none; stroke: black; stroke-width:2' />
210
+ <line x1='2516.5999999999995' y1='2388.6000000000004' x2='2499.7999999999993' y2='2388.6000000000004' style='fill: none; stroke: black; stroke-width:2' />
211
+ <line x1='2516.5999999999995' y1='2388.6000000000004' x2='2516.5999999999995' y2='2986.6000000000004' style='fill: none; stroke: black; stroke-width:2' />
212
+ <line x1='2516.5999999999995' y1='2986.6000000000004' x2='2499.7999999999993' y2='2986.6000000000004' style='fill: none; stroke: black; stroke-width:2' /></svg>