rsyntaxtree 1.2.12 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. checksums.yaml +4 -4
  2. data/Dockerfile +2 -2
  3. data/README.md +3 -2
  4. data/Rakefile +1 -1
  5. data/bin/rsyntaxtree +4 -2
  6. data/docs/_examples/053.md +41 -0
  7. data/docs/_layouts/default.html +1 -1
  8. data/docs/assets/img/000.png +0 -0
  9. data/docs/assets/img/001.png +0 -0
  10. data/docs/assets/img/002.png +0 -0
  11. data/docs/assets/img/003.png +0 -0
  12. data/docs/assets/img/004.png +0 -0
  13. data/docs/assets/img/005.png +0 -0
  14. data/docs/assets/img/006.png +0 -0
  15. data/docs/assets/img/007.png +0 -0
  16. data/docs/assets/img/008.png +0 -0
  17. data/docs/assets/img/009.png +0 -0
  18. data/docs/assets/img/010.png +0 -0
  19. data/docs/assets/img/011.png +0 -0
  20. data/docs/assets/img/012.png +0 -0
  21. data/docs/assets/img/013.png +0 -0
  22. data/docs/assets/img/014.png +0 -0
  23. data/docs/assets/img/015.png +0 -0
  24. data/docs/assets/img/016.png +0 -0
  25. data/docs/assets/img/017.png +0 -0
  26. data/docs/assets/img/018.png +0 -0
  27. data/docs/assets/img/019.png +0 -0
  28. data/docs/assets/img/020.png +0 -0
  29. data/docs/assets/img/021.png +0 -0
  30. data/docs/assets/img/022.png +0 -0
  31. data/docs/assets/img/023.png +0 -0
  32. data/docs/assets/img/024.png +0 -0
  33. data/docs/assets/img/025.png +0 -0
  34. data/docs/assets/img/026.png +0 -0
  35. data/docs/assets/img/027.png +0 -0
  36. data/docs/assets/img/028.png +0 -0
  37. data/docs/assets/img/029.png +0 -0
  38. data/docs/assets/img/030.png +0 -0
  39. data/docs/assets/img/031.png +0 -0
  40. data/docs/assets/img/032.png +0 -0
  41. data/docs/assets/img/033.png +0 -0
  42. data/docs/assets/img/034.png +0 -0
  43. data/docs/assets/img/035.png +0 -0
  44. data/docs/assets/img/036.png +0 -0
  45. data/docs/assets/img/037.png +0 -0
  46. data/docs/assets/img/038.png +0 -0
  47. data/docs/assets/img/039.png +0 -0
  48. data/docs/assets/img/040.png +0 -0
  49. data/docs/assets/img/041.png +0 -0
  50. data/docs/assets/img/042.png +0 -0
  51. data/docs/assets/img/043.png +0 -0
  52. data/docs/assets/img/044.png +0 -0
  53. data/docs/assets/img/045.png +0 -0
  54. data/docs/assets/img/046.png +0 -0
  55. data/docs/assets/img/048.png +0 -0
  56. data/docs/assets/img/049.png +0 -0
  57. data/docs/assets/img/050.png +0 -0
  58. data/docs/assets/img/051.png +0 -0
  59. data/docs/assets/img/052.png +0 -0
  60. data/docs/assets/img/053.png +0 -0
  61. data/docs/assets/svg/005.svg +17 -17
  62. data/docs/assets/svg/011.svg +19 -19
  63. data/docs/assets/svg/012.svg +17 -17
  64. data/docs/assets/svg/013.svg +76 -76
  65. data/docs/assets/svg/026.svg +15 -15
  66. data/docs/assets/svg/027.svg +46 -46
  67. data/docs/assets/svg/040.svg +63 -63
  68. data/docs/assets/svg/053.svg +81 -0
  69. data/lib/rsyntaxtree/base_graph.rb +1 -1
  70. data/lib/rsyntaxtree/element.rb +16 -10
  71. data/lib/rsyntaxtree/elementlist.rb +1 -1
  72. data/lib/rsyntaxtree/markup_parser.rb +2 -1
  73. data/lib/rsyntaxtree/string_parser.rb +35 -27
  74. data/lib/rsyntaxtree/svg_graph.rb +1 -1
  75. data/lib/rsyntaxtree/utils.rb +1 -1
  76. data/lib/rsyntaxtree/version.rb +1 -1
  77. data/lib/rsyntaxtree.rb +1 -3
  78. data/test/markup_parser_test.rb +7 -0
  79. metadata +6 -3
@@ -1,6 +1,6 @@
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="1322.9999999999998" height="1573.25" viewBox="-16.8, 0, 1339.7999999999997, 1584.5" version="1.1" xmlns="http://www.w3.org/2000/svg">
3
+ <svg width="1280.9999999999998" height="1573.25" viewBox="-16.8, 0, 1297.7999999999997, 1584.5" version="1.1" xmlns="http://www.w3.org/2000/svg">
4
4
  <defs>
5
5
  <marker id="arrow" markerUnits="userSpaceOnUse" viewBox="0 0 10 10" refX="10" refY="5" markerWidth="16.8" markerHeight="16.8" orient="auto">
6
6
  <path d="M 0 0 L 10 5 L 0 10" fill="black"/>
@@ -24,11 +24,11 @@
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="-16.8" y="0" width="1339.7999999999997" height="1584.5" stroke="none" fill="white" />"
28
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='329.5374999999999' y='67.5'><tspan x='329.5374999999999' y='67.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">HEAD<tspan style='fill:none;'>■</tspan></tspan>
29
- <tspan x='452.0374999999999' y='66.125' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">1</tspan>
30
- <tspan x='329.5374999999999' y='159.5' 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
- <tspan x='329.5374999999999' y='206.5' 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>
27
+ <rect x="-16.8" y="0" width="1297.7999999999997" height="1584.5" stroke="none" fill="white" />"
28
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='313.7874999999999' y='67.5'><tspan x='313.7874999999999' y='67.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">HEAD<tspan style='fill:none;'>■</tspan></tspan>
29
+ <tspan x='436.2874999999999' y='66.125' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">1</tspan>
30
+ <tspan x='313.7874999999999' y='159.5' 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
+ <tspan x='313.7874999999999' y='206.5' 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
33
  <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='16.80000000000001' y='379.5'><tspan x='16.80000000000001' y='379.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">HEAD<tspan style='fill:none;'>■</tspan></tspan>
34
34
  <tspan x='139.3' y='378.125' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">2</tspan>
@@ -38,12 +38,12 @@
38
38
  </text>
39
39
  <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='82.80000000000001' y='783.5'><tspan x='82.80000000000001' y='783.5' 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; storoke-width: 0; font-size: 32px;' x='650.2749999999999' y='379.5'><tspan x='650.2749999999999' y='379.5' 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='772.7749999999999' y='378.125' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">1</tspan>
43
- <tspan x='650.2749999999999' y='471.5' 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='785.7749999999999' y='470.125' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">2</tspan>
45
- <tspan x='808.2749999999999' y='471.5' 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='650.2749999999999' y='518.5' 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; storoke-width: 0; font-size: 32px;' x='618.7749999999999' y='379.5'><tspan x='618.7749999999999' y='379.5' 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='741.2749999999999' y='378.125' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">1</tspan>
43
+ <tspan x='618.7749999999999' y='471.5' 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='754.2749999999999' y='470.125' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">2</tspan>
45
+ <tspan x='776.7749999999999' y='471.5' 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='618.7749999999999' y='518.5' 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
48
  <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='280.0' y='691.5'><tspan x='280.0' y='691.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">HEAD<tspan style='fill:none;'>■</tspan></tspan>
49
49
  <tspan x='402.5' y='690.125' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">1</tspan>
@@ -53,60 +53,60 @@
53
53
  <tspan x='438.0' y='875.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"><tspan style='fill:none;'>■</tspan>NP〉</tspan>
54
54
  <tspan x='280.0' y='922.5' 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
55
  <tspan x='470.5' y='921.125' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">3</tspan>
56
- <tspan x='493.0' y='922.5' 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='581.0' y='922.5' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">on</tspan>
58
- <tspan x='618.0' y='922.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">]〉</tspan>
56
+ <tspan x='493.0' y='922.5' 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='560.0' y='922.5' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">on</tspan>
58
+ <tspan x='597.0' y='922.5' 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; storoke-width: 0; font-size: 32px;' x='437.9999999999999' y='1095.5'><tspan x='437.9999999999999' y='1095.5' 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; storoke-width: 0; font-size: 32px;' x='417.0' y='1095.5'><tspan x='417.0' y='1095.5' 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; storoke-width: 0; font-size: 32px;' x='925.55' y='691.5'><tspan x='925.55' y='691.5' 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='1032.05' y='690.125' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">3</tspan>
64
- <tspan x='925.55' y='783.5' 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='1048.05' y='782.125' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">4</tspan>
66
- <tspan x='925.55' y='875.5' 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='925.55' y='922.5' 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; storoke-width: 0; font-size: 32px;' x='883.55' y='691.5'><tspan x='883.55' y='691.5' 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='990.05' y='690.125' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">3</tspan>
64
+ <tspan x='883.55' y='783.5' 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='1006.05' y='782.125' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">4</tspan>
66
+ <tspan x='883.55' y='875.5' 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='883.55' y='922.5' 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; storoke-width: 0; font-size: 32px;' x='749.2' y='1095.5'><tspan x='749.2' y='1095.5' 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='871.7' y='1094.125' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">4</tspan>
71
- <tspan x='749.2' y='1187.5' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">prep</tspan>
72
- <tspan x='749.2' y='1234.5' 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='864.2' y='1234.5' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">on</tspan>
74
- <tspan x='749.2' y='1326.5' 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='749.2' y='1373.5' 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='939.7' y='1372.125' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">5</tspan>
77
- <tspan x='962.2' y='1373.5' 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; storoke-width: 0; font-size: 32px;' x='707.2' y='1095.5'><tspan x='707.2' y='1095.5' 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='829.7' y='1094.125' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">4</tspan>
71
+ <tspan x='707.2' y='1187.5' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">prep</tspan>
72
+ <tspan x='707.2' y='1234.5' 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='822.2' y='1234.5' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">on</tspan>
74
+ <tspan x='707.2' y='1326.5' 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='707.2' y='1373.5' 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='897.7' y='1372.125' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">5</tspan>
77
+ <tspan x='920.2' y='1373.5' 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; storoke-width: 0; font-size: 32px;' x='859.7' y='1546.5'><tspan x='859.7' y='1546.5' 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; storoke-width: 0; font-size: 32px;' x='817.7' y='1546.5'><tspan x='817.7' y='1546.5' 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; storoke-width: 0; font-size: 32px;' x='1077.3999999999999' y='1095.5'><tspan x='1077.3999999999999' y='1095.5' 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='1199.8999999999999' y='1094.125' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">5</tspan>
83
- <tspan x='1077.3999999999999' y='1187.5' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">noun</tspan>
84
- <tspan x='1077.3999999999999' y='1279.5' 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='1077.3999999999999' y='1326.5' 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; storoke-width: 0; font-size: 32px;' x='1035.3999999999999' y='1095.5'><tspan x='1035.3999999999999' y='1095.5' 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='1157.8999999999999' y='1094.125' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">5</tspan>
83
+ <tspan x='1035.3999999999999' y='1187.5' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">noun</tspan>
84
+ <tspan x='1035.3999999999999' y='1279.5' 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='1035.3999999999999' y='1326.5' 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; storoke-width: 0; font-size: 32px;' x='1135.8999999999999' y='1499.5'><tspan x='1135.8999999999999' y='1499.5' 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; storoke-width: 0; font-size: 32px;' x='1093.8999999999999' y='1499.5'><tspan x='1093.8999999999999' y='1499.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Sandy</tspan>
88
88
  </text>
89
- <line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='114.80000000000001' y1='323.25' x2='435.53749999999997' y2='234.625' />
90
- <line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='756.2749999999999' y1='323.25' x2='435.53749999999997' y2='234.625' />
89
+ <line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='114.80000000000001' y1='323.25' x2='419.78749999999997' y2='234.625' />
90
+ <line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='724.7749999999999' y1='323.25' x2='419.78749999999997' y2='234.625' />
91
91
  <line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='114.80000000000001' y1='727.25' x2='114.80000000000001' y2='638.625' />
92
- <line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='480.99999999999994' y1='635.25' x2='756.2749999999999' y2='546.625' />
93
- <line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='1031.55' y1='635.25' x2='756.2749999999999' y2='546.625' />
94
- <line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='480.9999999999999' y1='1039.25' x2='480.99999999999994' y2='950.625' />
95
- <line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='879.7' y1='1039.25' x2='1031.55' y2='950.625' />
96
- <line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='1183.3999999999999' y1='1039.25' x2='1031.55' y2='950.625' />
97
- <line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='879.7' y1='1490.25' x2='879.7' y2='1401.625' />
98
- <line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='1183.3999999999999' y1='1443.25' x2='1183.3999999999999' y2='1354.625' />
92
+ <line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='460.0' y1='635.25' x2='724.7749999999999' y2='546.625' />
93
+ <line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='989.55' y1='635.25' x2='724.7749999999999' y2='546.625' />
94
+ <line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='460.0' y1='1039.25' x2='460.0' y2='950.625' />
95
+ <line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='837.7' y1='1039.25' x2='989.55' y2='950.625' />
96
+ <line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='1141.3999999999999' y1='1039.25' x2='989.55' y2='950.625' />
97
+ <line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='837.7' y1='1490.25' x2='837.7' y2='1401.625' />
98
+ <line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='1141.3999999999999' y1='1443.25' x2='1141.3999999999999' y2='1354.625' />
99
99
  <rect style='stroke: black; stroke-linejoin:round; stroke-width:2;'
100
- x='441.5374999999999' y='39.724999999999994'
100
+ x='425.7874999999999' y='39.724999999999994'
101
101
  width='33.0' height='33.0'
102
102
  fill='none' />
103
103
 
104
- <line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="329.5374999999999" y1="101.25" x2="541.5374999999999" y2="101.25"></line>
104
+ <line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="313.7874999999999" y1="101.25" x2="525.7874999999999" y2="101.25"></line>
105
105
  <polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
106
- points='329.5374999999999,16.875 321.13749999999993,16.875 321.13749999999993,229.0 329.5374999999999,229.0' />
106
+ points='313.7874999999999,16.875 305.38749999999993,16.875 305.38749999999993,229.0 313.7874999999999,229.0' />
107
107
 
108
108
  <polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
109
- points='541.5375,16.875 549.9375,16.875 549.9375,229.0 541.5375,229.0' />
109
+ points='525.7875,16.875 534.1875,16.875 534.1875,229.0 525.7875,229.0' />
110
110
 
111
111
  <rect style='stroke: black; stroke-linejoin:round; stroke-width:2;'
112
112
  x='128.8' y='351.725'
@@ -122,29 +122,29 @@
122
122
  points='212.8,328.875 221.20000000000002,328.875 221.20000000000002,633.0 212.8,633.0' />
123
123
 
124
124
  <rect style='stroke: black; stroke-linejoin:round; stroke-width:2;'
125
- x='762.2749999999999' y='351.725'
125
+ x='730.7749999999999' y='351.725'
126
126
  width='33.0' height='33.0'
127
127
  fill='none' />
128
128
 
129
- <line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="650.2749999999999" y1="413.25" x2="862.2749999999999" y2="413.25"></line>
129
+ <line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="618.7749999999999" y1="413.25" x2="830.7749999999999" y2="413.25"></line>
130
130
  <rect style='stroke: black; stroke-linejoin:round; stroke-width:2;'
131
- x='775.2749999999999' y='443.725'
131
+ x='743.7749999999999' y='443.725'
132
132
  width='33.0' height='33.0'
133
133
  fill='none' />
134
134
 
135
135
  <polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
136
- points='650.2749999999999,328.875 641.8749999999999,328.875 641.8749999999999,541.0 650.2749999999999,541.0' />
136
+ points='618.7749999999999,328.875 610.3749999999999,328.875 610.3749999999999,541.0 618.7749999999999,541.0' />
137
137
 
138
138
  <polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
139
- points='862.275,328.875 870.675,328.875 870.675,541.0 862.275,541.0' />
139
+ points='830.775,328.875 839.175,328.875 839.175,541.0 830.775,541.0' />
140
140
 
141
141
  <rect style='stroke: black; stroke-linejoin:round; stroke-width:2;'
142
142
  x='392.0' y='663.725'
143
143
  width='33.0' height='33.0'
144
144
  fill='none' />
145
145
 
146
- <line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="280.0" y1="725.25" x2="682.0" y2="725.25"></line>
147
- <line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="280.0" y1="817.25" x2="682.0" y2="817.25"></line>
146
+ <line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="280.0" y1="725.25" x2="640.0" y2="725.25"></line>
147
+ <line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="280.0" y1="817.25" x2="640.0" y2="817.25"></line>
148
148
  <rect style='stroke: black; stroke-linejoin:round; stroke-width:2;'
149
149
  x='405.0' y='847.725'
150
150
  width='33.0' height='33.0'
@@ -159,54 +159,54 @@
159
159
  points='280.0,640.875 271.6,640.875 271.6,945.0 280.0,945.0' />
160
160
 
161
161
  <polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
162
- points='682.0000000000001,640.875 690.4000000000001,640.875 690.4000000000001,945.0 682.0000000000001,945.0' />
162
+ points='640.0000000000001,640.875 648.4000000000001,640.875 648.4000000000001,945.0 640.0000000000001,945.0' />
163
163
 
164
164
  <rect style='stroke: black; stroke-linejoin:round; stroke-width:2;'
165
- x='1021.55' y='663.725'
165
+ x='979.55' y='663.725'
166
166
  width='33.0' height='33.0'
167
167
  fill='none' />
168
168
 
169
- <line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="925.55" y1="725.25" x2="1137.55" y2="725.25"></line>
169
+ <line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="883.55" y1="725.25" x2="1095.55" y2="725.25"></line>
170
170
  <rect style='stroke: black; stroke-linejoin:round; stroke-width:2;'
171
- x='1037.55' y='755.725'
171
+ x='995.55' y='755.725'
172
172
  width='33.0' height='33.0'
173
173
  fill='none' />
174
174
 
175
- <line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="925.55" y1="817.25" x2="1137.55" y2="817.25"></line>
175
+ <line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="883.55" y1="817.25" x2="1095.55" y2="817.25"></line>
176
176
  <polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
177
- points='925.55,640.875 917.15,640.875 917.15,945.0 925.55,945.0' />
177
+ points='883.55,640.875 875.15,640.875 875.15,945.0 883.55,945.0' />
178
178
 
179
179
  <polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
180
- points='1137.55,640.875 1145.95,640.875 1145.95,945.0 1137.55,945.0' />
180
+ points='1095.55,640.875 1103.95,640.875 1103.95,945.0 1095.55,945.0' />
181
181
 
182
182
  <rect style='stroke: black; stroke-linejoin:round; stroke-width:2;'
183
- x='861.2' y='1067.725'
183
+ x='819.2' y='1067.725'
184
184
  width='33.0' height='33.0'
185
185
  fill='none' />
186
186
 
187
- <line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="749.2" y1="1129.25" x2="1010.2" y2="1129.25"></line>
188
- <line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="749.2" y1="1268.25" x2="1010.2" y2="1268.25"></line>
187
+ <line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="707.2" y1="1129.25" x2="968.2" y2="1129.25"></line>
188
+ <line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="707.2" y1="1268.25" x2="968.2" y2="1268.25"></line>
189
189
  <rect style='stroke: black; stroke-linejoin:round; stroke-width:2;'
190
- x='929.2' y='1345.725'
190
+ x='887.2' y='1345.725'
191
191
  width='33.0' height='33.0'
192
192
  fill='none' />
193
193
 
194
194
  <polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
195
- points='749.2,1044.875 740.8000000000001,1044.875 740.8000000000001,1396.0 749.2,1396.0' />
195
+ points='707.2,1044.875 698.8000000000001,1044.875 698.8000000000001,1396.0 707.2,1396.0' />
196
196
 
197
197
  <polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
198
- points='1010.2000000000002,1044.875 1018.6000000000001,1044.875 1018.6000000000001,1396.0 1010.2000000000002,1396.0' />
198
+ points='968.2000000000002,1044.875 976.6000000000001,1044.875 976.6000000000001,1396.0 968.2000000000002,1396.0' />
199
199
 
200
200
  <rect style='stroke: black; stroke-linejoin:round; stroke-width:2;'
201
- x='1189.3999999999999' y='1067.725'
201
+ x='1147.3999999999999' y='1067.725'
202
202
  width='33.0' height='33.0'
203
203
  fill='none' />
204
204
 
205
- <line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="1077.3999999999999" y1="1129.25" x2="1289.3999999999999" y2="1129.25"></line>
206
- <line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="1077.3999999999999" y1="1221.25" x2="1289.3999999999999" y2="1221.25"></line>
205
+ <line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="1035.3999999999999" y1="1129.25" x2="1247.3999999999999" y2="1129.25"></line>
206
+ <line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="1035.3999999999999" y1="1221.25" x2="1247.3999999999999" y2="1221.25"></line>
207
207
  <polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
208
- points='1077.3999999999999,1044.875 1068.9999999999998,1044.875 1068.9999999999998,1349.0 1077.3999999999999,1349.0' />
208
+ points='1035.3999999999999,1044.875 1026.9999999999998,1044.875 1026.9999999999998,1349.0 1035.3999999999999,1349.0' />
209
209
 
210
210
  <polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
211
- points='1289.3999999999996,1044.875 1297.7999999999997,1044.875 1297.7999999999997,1349.0 1289.3999999999996,1349.0' />
211
+ points='1247.3999999999996,1044.875 1255.7999999999997,1044.875 1255.7999999999997,1349.0 1247.3999999999996,1349.0' />
212
212
  </svg>
@@ -1,6 +1,6 @@
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="1082.8" height="489.25" viewBox="-16.8, 0, 1099.6, 500.5" version="1.1" xmlns="http://www.w3.org/2000/svg">
3
+ <svg width="964.8000000000001" height="479.25" viewBox="-16.8, 0, 981.6, 490.5" version="1.1" xmlns="http://www.w3.org/2000/svg">
4
4
  <defs>
5
5
  <marker id="arrow" markerUnits="userSpaceOnUse" viewBox="0 0 10 10" refX="10" refY="5" markerWidth="16.8" markerHeight="16.8" orient="auto">
6
6
  <path d="M 0 0 L 10 5 L 0 10" fill="black"/>
@@ -24,27 +24,27 @@
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="-16.8" y="0" width="1099.6" height="500.5" stroke="none" fill="white" />"
28
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='321.575' y='67.5'><tspan x='321.575' y='67.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Reference:</tspan>
27
+ <rect x="-16.8" y="0" width="981.6" height="490.5" stroke="none" fill="white" />"
28
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='274.825' y='67.5'><tspan x='274.825' y='67.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Reference:</tspan>
29
29
  </text>
30
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='16.80000000000001' y='218.0'><tspan x='16.80000000000001' y='218.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">[situational]</tspan>
31
- <tspan x='56.30000000000001' y='265.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">exophora</tspan>
30
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='16.80000000000001' y='216.0'><tspan x='16.80000000000001' y='216.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">[situational]</tspan>
31
+ <tspan x='36.80000000000001' y='261.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">exophora</tspan>
32
32
  </text>
33
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='597.3499999999999' y='218.0'><tspan x='597.8499999999999' y='218.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">[textual]</tspan>
34
- <tspan x='597.3499999999999' y='265.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">endophora</tspan>
33
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='518.85' y='216.0'><tspan x='537.35' y='216.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">[textual]</tspan>
34
+ <tspan x='518.85' y='261.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">endophora</tspan>
35
35
  </text>
36
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='311.0' y='415.5'><tspan x='311.0' y='415.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">[to<tspan style='fill:none;'>■</tspan>preceding<tspan style='fill:none;'>■</tspan>text]</tspan>
37
- <tspan x='406.5' y='462.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">anaphora</tspan>
36
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='269.0' y='409.5'><tspan x='269.0' y='409.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">[to<tspan style='fill:none;'>■</tspan>preceding<tspan style='fill:none;'>■</tspan>text]</tspan>
37
+ <tspan x='346.0' y='454.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">anaphora</tspan>
38
38
  </text>
39
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='719.2' y='415.5'><tspan x='719.2' y='415.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">[to<tspan style='fill:none;'>■</tspan>following<tspan style='fill:none;'>■</tspan>text]</tspan>
40
- <tspan x='805.7' y='462.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">cataphora</tspan>
39
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='638.2' y='409.5'><tspan x='638.2' y='409.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">[to<tspan style='fill:none;'>■</tspan>following<tspan style='fill:none;'>■</tspan>text]</tspan>
40
+ <tspan x='707.7' y='454.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">cataphora</tspan>
41
41
  </text>
42
42
  <polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
43
- points='130.3 161.75 130.3 128.6875 406.575 128.6875 406.575 95.625' />
43
+ points='109.30000000000001 159.75 109.30000000000001 127.6875 355.825 127.6875 355.825 95.625' />
44
44
  <polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
45
- points='682.8499999999999 161.75 682.8499999999999 128.6875 406.575 128.6875 406.575 95.625' />
45
+ points='602.35 159.75 602.35 127.6875 355.825 127.6875 355.825 95.625' />
46
46
  <polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
47
- points='481.5 359.25 481.5 326.1875 682.8499999999999 326.1875 682.8499999999999 293.125' />
47
+ points='420.0 353.25 420.0 321.1875 602.35 321.1875 602.35 289.125' />
48
48
  <polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
49
- points='884.2 359.25 884.2 326.1875 682.8499999999999 326.1875 682.8499999999999 293.125' />
49
+ points='784.7 353.25 784.7 321.1875 602.35 321.1875 602.35 289.125' />
50
50
  </svg>
@@ -1,6 +1,6 @@
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="2586.9999999999995" height="983.25" viewBox="-16.8, 0, 2603.7999999999997, 994.5" version="1.1" xmlns="http://www.w3.org/2000/svg">
3
+ <svg width="2538.9999999999995" height="965.25" viewBox="-16.8, 0, 2555.7999999999997, 976.5" version="1.1" xmlns="http://www.w3.org/2000/svg">
4
4
  <defs>
5
5
  <marker id="arrow" markerUnits="userSpaceOnUse" viewBox="0 0 10 10" refX="10" refY="5" markerWidth="16.8" markerHeight="16.8" orient="auto">
6
6
  <path d="M 0 0 L 10 5 L 0 10" fill="black"/>
@@ -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="-16.8" y="0" width="2603.7999999999997" height="994.5" stroke="none" fill="white" />"
28
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='859.5' y='67.5'><tspan x='1111.5' y='67.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">REJOINDER</tspan>
29
- <tspan x='859.5' y='114.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">(any<tspan style='fill:none;'>■</tspan>cohesive<tspan style='fill:none;'>■</tspan>sequel<tspan style='fill:none;'>■</tspan>by<tspan style='fill:none;'>■</tspan>different<tspan style='fill:none;'>■</tspan>speaker)</tspan>
27
+ <rect x="-16.8" y="0" width="2555.7999999999997" height="976.5" stroke="none" fill="white" />"
28
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='843.5' y='67.5'><tspan x='1103.0' y='67.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">REJOINDER</tspan>
29
+ <tspan x='843.5' y='112.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">(any<tspan style='fill:none;'>■</tspan>cohesive<tspan style='fill:none;'>■</tspan>sequel<tspan style='fill:none;'>■</tspan>by<tspan style='fill:none;'>■</tspan>different<tspan style='fill:none;'>■</tspan>speaker)</tspan>
30
30
  </text>
31
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='272.875' y='332.5'><tspan x='272.875' y='332.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">(following<tspan style='fill:none;'>■</tspan>a<tspan style='fill:none;'>■</tspan>question)</tspan>
32
- <tspan x='363.375' y='379.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">RESPONSE</tspan>
31
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='270.0' y='328.5'><tspan x='270.0' y='328.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">(following<tspan style='fill:none;'>■</tspan>a<tspan style='fill:none;'>■</tspan>question)</tspan>
32
+ <tspan x='365.5' y='373.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">RESPONSE</tspan>
33
33
  </text>
34
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='16.799999999999955' y='597.5'><tspan x='16.799999999999955' y='597.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">(answering)</tspan>
35
- <tspan x='47.799999999999955' y='644.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">DIRECT</tspan>
36
- <tspan x='24.299999999999955' y='691.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">RESPONSE</tspan>
34
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='16.799999999999955' y='589.5'><tspan x='16.799999999999955' y='589.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">(answering)</tspan>
35
+ <tspan x='50.299999999999955' y='634.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">DIRECT</tspan>
36
+ <tspan x='27.299999999999955' y='679.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">RESPONSE</tspan>
37
37
  </text>
38
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='612.45' y='597.5'><tspan x='661.45' y='597.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">(not<tspan style='fill:none;'>■</tspan>answering)</tspan>
39
- <tspan x='612.45' y='644.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">INDIRECT<tspan style='fill:none;'>■</tspan>RESPONSE</tspan>
38
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='618.2' y='589.5'><tspan x='658.7' y='589.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">(not<tspan style='fill:none;'>■</tspan>answering)</tspan>
39
+ <tspan x='618.2' y='634.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">INDIRECT<tspan style='fill:none;'>■</tspan>RESPONSE</tspan>
40
40
  </text>
41
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='271.0' y='862.5'><tspan x='271.0' y='862.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">(attitude<tspan style='fill:none;'>■</tspan>to<tspan style='fill:none;'>■</tspan>answer)</tspan>
42
- <tspan x='308.0' y='909.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">COMMENTARY</tspan>
41
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='267.0' y='850.5'><tspan x='267.0' y='850.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">(attitude<tspan style='fill:none;'>■</tspan>to<tspan style='fill:none;'>■</tspan>answer)</tspan>
42
+ <tspan x='310.5' y='895.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">COMMENTARY</tspan>
43
43
  </text>
44
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='657.1999999999999' y='862.5'><tspan x='657.1999999999999' y='862.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">(evading<tspan style='fill:none;'>■</tspan>answer)</tspan>
45
- <tspan x='690.6999999999999' y='909.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">DISCLAIMER</tspan>
44
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='654.1999999999999' y='850.5'><tspan x='654.1999999999999' y='850.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">(evading<tspan style='fill:none;'>■</tspan>answer)</tspan>
45
+ <tspan x='692.6999999999999' y='895.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">DISCLAIMER</tspan>
46
46
  </text>
47
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='1000.4000000000001' y='862.5'><tspan x='1000.4000000000001' y='862.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">(implying<tspan style='fill:none;'>■</tspan>answer)</tspan>
48
- <tspan x='1000.9000000000001' y='909.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">SUPPLEMENTARY</tspan>
49
- <tspan x='1060.4' y='956.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">RESPONSE</tspan>
47
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='997.4000000000001' y='850.5'><tspan x='997.4000000000001' y='850.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">(implying<tspan style='fill:none;'>■</tspan>answer)</tspan>
48
+ <tspan x='1003.9000000000001' y='895.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">SUPPLEMENTARY</tspan>
49
+ <tspan x='1061.4' y='940.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">RESPONSE</tspan>
50
50
  </text>
51
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='1753.625' y='332.5'><tspan x='1753.625' y='332.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">(not<tspan style='fill:none;'>■</tspan>following<tspan style='fill:none;'>■</tspan>a<tspan style='fill:none;'>■</tspan>question)</tspan>
52
- <tspan x='1801.125' y='379.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">[other<tspan style='fill:none;'>■</tspan>rejoinders]</tspan>
51
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='1725.5' y='328.5'><tspan x='1725.5' y='328.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">(not<tspan style='fill:none;'>■</tspan>following<tspan style='fill:none;'>■</tspan>a<tspan style='fill:none;'>■</tspan>question)</tspan>
52
+ <tspan x='1796.0' y='373.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">[other<tspan style='fill:none;'>■</tspan>rejoinders]</tspan>
53
53
  </text>
54
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='1372.6999999999998' y='597.5'><tspan x='1372.6999999999998' y='597.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">(following<tspan style='fill:none;'>■</tspan>a<tspan style='fill:none;'>■</tspan>statement)</tspan>
54
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='1359.6999999999998' y='589.5'><tspan x='1359.6999999999998' y='589.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">(following<tspan style='fill:none;'>■</tspan>a<tspan style='fill:none;'>■</tspan>statement)</tspan>
55
55
  </text>
56
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='1359.6' y='815.5'><tspan x='1359.6' y='815.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">ASSENT</tspan>
56
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='1354.6' y='805.5'><tspan x='1354.6' y='805.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">ASSENT</tspan>
57
57
  </text>
58
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='1553.8' y='815.5'><tspan x='1553.8' y='815.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">CONTRADICTION</tspan>
58
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='1542.8' y='805.5'><tspan x='1542.8' y='805.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">CONTRADICTION</tspan>
59
59
  </text>
60
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='1906.0' y='597.5'><tspan x='1912.0' y='597.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">(following<tspan style='fill:none;'>■</tspan>a</tspan>
61
- <tspan x='1906.0' y='644.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">statement<tspan style='fill:none;'>■</tspan>or</tspan>
62
- <tspan x='1923.5' y='691.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">command)</tspan>
63
- <tspan x='1921.0' y='738.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">QUESTION</tspan>
64
- <tspan x='1913.0' y='785.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">REJOINDER</tspan>
60
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='1877.0' y='589.5'><tspan x='1882.0' y='589.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">(following<tspan style='fill:none;'>■</tspan>a</tspan>
61
+ <tspan x='1877.0' y='634.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">statement<tspan style='fill:none;'>■</tspan>or</tspan>
62
+ <tspan x='1896.0' y='679.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">command)</tspan>
63
+ <tspan x='1896.0' y='724.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">QUESTION</tspan>
64
+ <tspan x='1889.5' y='769.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">REJOINDER</tspan>
65
65
  </text>
66
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='2266.0499999999997' y='597.5'><tspan x='2280.5499999999997' y='597.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">(following<tspan style='fill:none;'>■</tspan></tspan>
67
- <tspan x='2266.0499999999997' y='644.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">a<tspan style='fill:none;'>■</tspan>command)</tspan>
66
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='2226.7999999999997' y='589.5'><tspan x='2240.2999999999997' y='589.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">(following<tspan style='fill:none;'>■</tspan></tspan>
67
+ <tspan x='2226.7999999999997' y='634.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">a<tspan style='fill:none;'>■</tspan>command)</tspan>
68
68
  </text>
69
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='2177.2' y='862.5'><tspan x='2177.2' y='862.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">CONSENT</tspan>
69
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='2146.2' y='850.5'><tspan x='2146.2' y='850.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">CONSENT</tspan>
70
70
  </text>
71
- <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='2403.3999999999996' y='862.5'><tspan x='2403.3999999999996' y='862.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">REFUSAL</tspan>
71
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='2362.3999999999996' y='850.5'><tspan x='2362.3999999999996' y='850.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">REFUSAL</tspan>
72
72
  </text>
73
73
  <polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
74
- points='449.375 276.25 449.375 209.4375 1206.5 209.4375 1206.5 142.625' />
74
+ points='446.5 272.25 446.5 206.4375 1191.5 206.4375 1191.5 140.625' />
75
75
  <polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
76
- points='1963.625 276.25 1963.625 209.4375 1206.5 209.4375 1206.5 142.625' />
76
+ points='1936.5 272.25 1936.5 206.4375 1191.5 206.4375 1191.5 140.625' />
77
77
  <polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
78
- points='110.29999999999995 541.25 110.29999999999995 474.4375 449.375 474.4375 449.375 407.625' />
78
+ points='108.29999999999995 533.25 108.29999999999995 467.4375 446.5 467.4375 446.5 401.625' />
79
79
  <polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
80
- points='788.45 541.25 788.45 474.4375 449.375 474.4375 449.375 407.625' />
80
+ points='784.7 533.25 784.7 467.4375 446.5 467.4375 446.5 401.625' />
81
81
  <polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
82
- points='430.5 806.25 430.5 739.4375 788.45 739.4375 788.45 672.625' />
82
+ points='427.0 794.25 427.0 728.4375 784.7 728.4375 784.7 662.625' />
83
83
  <polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
84
- points='795.1999999999999 806.25 795.1999999999999 739.4375 788.45 739.4375 788.45 672.625' />
84
+ points='792.1999999999999 794.25 792.1999999999999 728.4375 784.7 728.4375 784.7 662.625' />
85
85
  <polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
86
- points='1146.4 806.25 1146.4 739.4375 788.45 739.4375 788.45 672.625' />
86
+ points='1142.4 794.25 1142.4 728.4375 784.7 728.4375 784.7 662.625' />
87
87
  <polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
88
- points='1559.6999999999998 541.25 1559.6999999999998 474.4375 1963.625 474.4375 1963.625 407.625' />
88
+ points='1545.6999999999998 533.25 1545.6999999999998 467.4375 1936.5 467.4375 1936.5 401.625' />
89
89
  <polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
90
- points='2008.0 541.25 2008.0 474.4375 1963.625 474.4375 1963.625 407.625' />
90
+ points='1978.0 533.25 1978.0 467.4375 1936.5 467.4375 1936.5 401.625' />
91
91
  <polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
92
- points='2367.5499999999997 541.25 2367.5499999999997 474.4375 1963.625 474.4375 1963.625 407.625' />
92
+ points='2327.2999999999997 533.25 2327.2999999999997 467.4375 1936.5 467.4375 1936.5 401.625' />
93
93
  <polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
94
- points='1423.1 759.25 1423.1 692.4375 1559.6999999999998 692.4375 1559.6999999999998 625.625' />
94
+ points='1415.1 749.25 1415.1 683.4375 1545.6999999999998 683.4375 1545.6999999999998 617.625' />
95
95
  <polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
96
- points='1696.3 759.25 1696.3 692.4375 1559.6999999999998 692.4375 1559.6999999999998 625.625' />
96
+ points='1676.3 749.25 1676.3 683.4375 1545.6999999999998 683.4375 1545.6999999999998 617.625' />
97
97
  <polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
98
- points='2256.7 806.25 2256.7 739.4375 2367.5499999999997 739.4375 2367.5499999999997 672.625' />
98
+ points='2220.7 794.25 2220.7 728.4375 2327.2999999999997 728.4375 2327.2999999999997 662.625' />
99
99
  <polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
100
- points='2478.3999999999996 806.25 2478.3999999999996 739.4375 2367.5499999999997 739.4375 2367.5499999999997 672.625' />
100
+ points='2433.8999999999996 794.25 2433.8999999999996 728.4375 2327.2999999999997 728.4375 2327.2999999999997 662.625' />
101
101
  </svg>