rsyntaxtree 1.1.0 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (100) hide show
  1. checksums.yaml +4 -4
  2. data/.tags +234 -49
  3. data/Gemfile +1 -1
  4. data/README.md +23 -25
  5. data/Rakefile +73 -1
  6. data/docs/_examples/001.md +1 -0
  7. data/docs/_examples/002.md +1 -0
  8. data/docs/_examples/003.md +1 -0
  9. data/docs/_examples/004.md +1 -0
  10. data/docs/_examples/005.md +1 -0
  11. data/docs/_examples/006.md +1 -0
  12. data/docs/_examples/007.md +1 -0
  13. data/docs/_examples/008.md +1 -0
  14. data/docs/_examples/009.md +1 -0
  15. data/docs/_examples/010.md +1 -0
  16. data/docs/_examples/011.md +1 -0
  17. data/docs/_examples/012.md +1 -0
  18. data/docs/_examples/013.md +1 -0
  19. data/docs/_examples/014.md +1 -0
  20. data/docs/_examples/015.md +1 -0
  21. data/docs/_examples/016.md +2 -1
  22. data/docs/_examples/017.md +1 -0
  23. data/docs/_examples/018.md +1 -0
  24. data/docs/_examples/019.md +2 -1
  25. data/docs/_examples/020.md +1 -0
  26. data/docs/_examples/021.md +43 -0
  27. data/docs/_examples/022.md +58 -0
  28. data/docs/_examples/023.md +23 -0
  29. data/docs/_examples/024.md +23 -0
  30. data/docs/_examples/025.md +87 -0
  31. data/docs/_examples/026.md +27 -0
  32. data/docs/_examples/027.md +54 -0
  33. data/docs/_examples/028.md +20 -0
  34. data/docs/_includes/escape_char_table.html +1 -1
  35. data/docs/assets/img/001.png +0 -0
  36. data/docs/assets/img/002.png +0 -0
  37. data/docs/assets/img/003.png +0 -0
  38. data/docs/assets/img/004.png +0 -0
  39. data/docs/assets/img/005.png +0 -0
  40. data/docs/assets/img/006.png +0 -0
  41. data/docs/assets/img/007.png +0 -0
  42. data/docs/assets/img/008.png +0 -0
  43. data/docs/assets/img/009.png +0 -0
  44. data/docs/assets/img/010.png +0 -0
  45. data/docs/assets/img/011.png +0 -0
  46. data/docs/assets/img/012.png +0 -0
  47. data/docs/assets/img/013.png +0 -0
  48. data/docs/assets/img/014.png +0 -0
  49. data/docs/assets/img/015.png +0 -0
  50. data/docs/assets/img/016.png +0 -0
  51. data/docs/assets/img/017.png +0 -0
  52. data/docs/assets/img/018.png +0 -0
  53. data/docs/assets/img/019.png +0 -0
  54. data/docs/assets/img/020.png +0 -0
  55. data/docs/assets/img/021.png +0 -0
  56. data/docs/assets/img/022.png +0 -0
  57. data/docs/assets/img/023.png +0 -0
  58. data/docs/assets/img/024.png +0 -0
  59. data/docs/assets/img/025.png +0 -0
  60. data/docs/assets/img/026.png +0 -0
  61. data/docs/assets/img/027.png +0 -0
  62. data/docs/assets/img/028.png +0 -0
  63. data/docs/assets/svg/001.svg +39 -0
  64. data/docs/assets/svg/002.svg +65 -0
  65. data/docs/assets/svg/003.svg +54 -0
  66. data/docs/assets/svg/004.svg +68 -0
  67. data/docs/assets/svg/005.svg +41 -0
  68. data/docs/assets/svg/006.svg +47 -0
  69. data/docs/assets/svg/007.svg +55 -0
  70. data/docs/assets/svg/008.svg +63 -0
  71. data/docs/assets/svg/009.svg +61 -0
  72. data/docs/assets/svg/010.svg +85 -0
  73. data/docs/assets/svg/011.svg +49 -0
  74. data/docs/assets/svg/012.svg +55 -0
  75. data/docs/assets/svg/013.svg +203 -0
  76. data/docs/assets/svg/014.svg +188 -0
  77. data/docs/assets/svg/015.svg +60 -0
  78. data/docs/assets/svg/016.svg +801 -0
  79. data/docs/assets/svg/017.svg +77 -0
  80. data/docs/assets/svg/018.svg +66 -0
  81. data/docs/assets/svg/019.svg +256 -0
  82. data/docs/assets/svg/020.svg +99 -0
  83. data/docs/assets/svg/021.svg +86 -0
  84. data/docs/assets/svg/022.svg +163 -0
  85. data/docs/assets/svg/023.svg +116 -0
  86. data/docs/assets/svg/024.svg +47 -0
  87. data/docs/assets/svg/025.svg +170 -0
  88. data/docs/assets/svg/026.svg +41 -0
  89. data/docs/assets/svg/027.svg +92 -0
  90. data/docs/assets/svg/028.svg +42 -0
  91. data/docs/documentation.md +1 -1
  92. data/docs/documentation_ja.md +1 -1
  93. data/docs/examples.html +4 -2
  94. data/lib/rsyntaxtree/base_graph.rb +2 -2
  95. data/lib/rsyntaxtree/markup_parser.rb +1 -1
  96. data/lib/rsyntaxtree/version.rb +1 -1
  97. data/lib/rsyntaxtree.rb +1 -2
  98. data/rsyntaxtree.gemspec +2 -0
  99. data/test/example_verify_test.rb +75 -0
  100. metadata +61 -2
@@ -0,0 +1,99 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="1840.0" height="1232.9" viewBox="-20, -20, 1860.0, 1252.9" version="1.1" xmlns="http://www.w3.org/2000/svg">
4
+ <defs>
5
+ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.200000000000001" markerHeight="11.200000000000001" viewBox="0 0 11.200000000000001 11.200000000000001" refX="5.6000000000000005" refY="0">
6
+ <polyline fill="none" stroke="purple" stroke-width="1" points="0,11.200000000000001,5.6000000000000005,0,11.200000000000001,11.200000000000001" />
7
+ </marker>
8
+ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
9
+ <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
10
+ </pattern>
11
+ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
12
+ <line x1="0" y="0" x2="0" y2="10" stroke="blue" stroke-width="4"></line>
13
+ </pattern>
14
+ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
15
+ <line x1="0" y="0" x2="0" y2="10" stroke="green" stroke-width="4"></line>
16
+ </pattern>
17
+ </defs>
18
+ <rect x="-20" y="-20" width="1860.0" height="1252.9" stroke="none" fill="white" />"
19
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='293.6875' y='118.5'><tspan x='293.6875' y='118.5' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">The<tspan style='fill:none;'>■</tspan>umpires<tspan style='fill:none;'>■</tspan>talked<tspan style='fill:none;'>■</tspan>to<tspan style='fill:none;'>■</tspan>the<tspan style='fill:none;'>■</tspan>players</tspan>
20
+ </text>
21
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='102.75' y='387.1'><tspan x='102.75' y='387.1' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">the<tspan style='fill:none;'>■</tspan>umpires</tspan>
22
+ </text>
23
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='28.0' y='655.7'><tspan x='28.0' y='655.7' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">the</tspan>
24
+ </text>
25
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='61.5' y='924.3000000000001'><tspan x='61.5' y='924.3000000000001' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan></tspan>
26
+ </text>
27
+ <text white-space='pre' alignment-baseline='text-top' style='fill: green; font-size: 64px;' x='48.0' y='1192.9'><tspan x='48.0' y='1192.9' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">ði</tspan>
28
+ </text>
29
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='358.0' y='655.7'><tspan x='358.0' y='655.7' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">umpires</tspan>
30
+ </text>
31
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='251.5' y='924.3000000000001'><tspan x='251.5' y='924.3000000000001' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">umpire</tspan>
32
+ </text>
33
+ <text white-space='pre' alignment-baseline='text-top' style='fill: green; font-size: 64px;' x='230.0' y='1192.9'><tspan x='230.0' y='1192.9' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">ʌ́mpaɪər</tspan>
34
+ </text>
35
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='577.0' y='924.3000000000001'><tspan x='577.0' y='924.3000000000001' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">s</tspan>
36
+ </text>
37
+ <text white-space='pre' alignment-baseline='text-top' style='fill: green; font-size: 64px;' x='580.0' y='1192.9'><tspan x='580.0' y='1192.9' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">z</tspan>
38
+ </text>
39
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='981.625' y='387.1'><tspan x='981.625' y='387.1' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">talked<tspan style='fill:none;'>■</tspan>to<tspan style='fill:none;'>■</tspan>the<tspan style='fill:none;'>■</tspan>players</tspan>
40
+ </text>
41
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='786.0' y='655.7'><tspan x='786.0' y='655.7' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">talked</tspan>
42
+ </text>
43
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='722.0' y='924.3000000000001'><tspan x='722.0' y='924.3000000000001' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">talk</tspan>
44
+ </text>
45
+ <text white-space='pre' alignment-baseline='text-top' style='fill: green; font-size: 64px;' x='722.5' y='1192.9'><tspan x='722.5' y='1192.9' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">tɔːk</tspan>
46
+ </text>
47
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='936.0' y='924.3000000000001'><tspan x='936.0' y='924.3000000000001' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">ed</tspan>
48
+ </text>
49
+ <text white-space='pre' alignment-baseline='text-top' style='fill: green; font-size: 64px;' x='961.0' y='1192.9'><tspan x='961.0' y='1192.9' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">t</tspan>
50
+ </text>
51
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='1118.0' y='655.7'><tspan x='1118.0' y='655.7' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">to</tspan>
52
+ </text>
53
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='1134.0' y='924.3000000000001'><tspan x='1134.0' y='924.3000000000001' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan></tspan>
54
+ </text>
55
+ <text white-space='pre' alignment-baseline='text-top' style='fill: green; font-size: 64px;' x='1124.0' y='1192.9'><tspan x='1124.0' y='1192.9' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">tə</tspan>
56
+ </text>
57
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='1285.0' y='655.7'><tspan x='1285.0' y='655.7' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">the</tspan>
58
+ </text>
59
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='1318.5' y='924.3000000000001'><tspan x='1318.5' y='924.3000000000001' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan></tspan>
60
+ </text>
61
+ <text white-space='pre' alignment-baseline='text-top' style='fill: green; font-size: 64px;' x='1301.0' y='1192.9'><tspan x='1301.0' y='1192.9' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">ðə</tspan>
62
+ </text>
63
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='1577.25' y='655.7'><tspan x='1577.25' y='655.7' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">players</tspan>
64
+ </text>
65
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='1487.0' y='924.3000000000001'><tspan x='1487.0' y='924.3000000000001' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">player</tspan>
66
+ </text>
67
+ <text white-space='pre' alignment-baseline='text-top' style='fill: green; font-size: 64px;' x='1495.0' y='1192.9'><tspan x='1495.0' y='1192.9' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">pléɪər</tspan>
68
+ </text>
69
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='1767.0' y='924.3000000000001'><tspan x='1767.0' y='924.3000000000001' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">s</tspan>
70
+ </text>
71
+ <text white-space='pre' alignment-baseline='text-top' style='fill: green; font-size: 64px;' x='1770.0' y='1192.9'><tspan x='1770.0' y='1192.9' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">z</tspan>
72
+ </text>
73
+ <line style='stroke:black; stroke-width:2;' x1='271.75' y1='288.35' x2='773.1875' y2='167.875' />
74
+ <line style='stroke:black; stroke-width:2;' x1='1274.625' y1='288.35' x2='773.1875' y2='167.875' />
75
+ <line style='stroke:black; stroke-width:2;' x1='73.0' y1='556.95' x2='271.75' y2='436.475' />
76
+ <line style='stroke:black; stroke-width:2;' x1='470.5' y1='556.95' x2='271.75' y2='436.475' />
77
+ <line style='stroke:black; stroke-width:2;' x1='73.0' y1='825.5500000000001' x2='73.0' y2='705.075' />
78
+ <line style='stroke:black; stroke-width:2;' x1='73.0' y1='1094.15' x2='73.0' y2='973.6750000000001' />
79
+ <line style='stroke:black; stroke-width:2;' x1='347.5' y1='825.5500000000001' x2='470.5' y2='705.075' />
80
+ <line style='stroke:black; stroke-width:2;' x1='593.5' y1='825.5500000000001' x2='470.5' y2='705.075' />
81
+ <line style='stroke:black; stroke-width:2;' x1='347.5' y1='1094.15' x2='347.5' y2='973.6750000000001' />
82
+ <line style='stroke:black; stroke-width:2;' x1='593.5' y1='1094.15' x2='593.5' y2='973.6750000000001' />
83
+ <line style='stroke:black; stroke-width:2;' x1='872.0' y1='556.95' x2='1274.625' y2='436.475' />
84
+ <line style='stroke:black; stroke-width:2;' x1='1145.5' y1='556.95' x2='1274.625' y2='436.475' />
85
+ <line style='stroke:black; stroke-width:2;' x1='1330.0' y1='556.95' x2='1274.625' y2='436.475' />
86
+ <line style='stroke:black; stroke-width:2;' x1='1677.25' y1='556.95' x2='1274.625' y2='436.475' />
87
+ <line style='stroke:black; stroke-width:2;' x1='773.0' y1='825.5500000000001' x2='872.0' y2='705.075' />
88
+ <line style='stroke:black; stroke-width:2;' x1='971.0' y1='825.5500000000001' x2='872.0' y2='705.075' />
89
+ <line style='stroke:black; stroke-width:2;' x1='773.0' y1='1094.15' x2='773.0' y2='973.6750000000001' />
90
+ <line style='stroke:black; stroke-width:2;' x1='971.0' y1='1094.15' x2='971.0' y2='973.6750000000001' />
91
+ <line style='stroke:black; stroke-width:2;' x1='1145.5' y1='825.5500000000001' x2='1145.5' y2='705.075' />
92
+ <line style='stroke:black; stroke-width:2;' x1='1145.5' y1='1094.15' x2='1145.5' y2='973.6750000000001' />
93
+ <line style='stroke:black; stroke-width:2;' x1='1330.0' y1='825.5500000000001' x2='1330.0' y2='705.075' />
94
+ <line style='stroke:black; stroke-width:2;' x1='1330.0' y1='1094.15' x2='1330.0' y2='973.6750000000001' />
95
+ <line style='stroke:black; stroke-width:2;' x1='1571.0' y1='825.5500000000001' x2='1677.25' y2='705.075' />
96
+ <line style='stroke:black; stroke-width:2;' x1='1783.5' y1='825.5500000000001' x2='1677.25' y2='705.075' />
97
+ <line style='stroke:black; stroke-width:2;' x1='1571.0' y1='1094.15' x2='1571.0' y2='973.6750000000001' />
98
+ <line style='stroke:black; stroke-width:2;' x1='1783.5' y1='1094.15' x2='1783.5' y2='973.6750000000001' />
99
+ </svg>
@@ -0,0 +1,86 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="3657.9999999999995" height="1606.4" viewBox="-20, -20, 3677.9999999999995, 1626.4" version="1.1" xmlns="http://www.w3.org/2000/svg">
4
+ <defs>
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
+ <polyline fill="none" stroke="black" stroke-width="1" points="0,13.440000000000001,6.720000000000001,0,13.440000000000001,13.440000000000001" />
7
+ </marker>
8
+ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
9
+ <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
10
+ </pattern>
11
+ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
12
+ <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
13
+ </pattern>
14
+ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
15
+ <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
16
+ </pattern>
17
+ </defs>
18
+ <rect x="-20" y="-20" width="3677.9999999999995" height="1626.4" stroke="none" fill="white" />"
19
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1340.0812499999997' y='132.0'><tspan x='1340.0812499999997' y='132.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Types<tspan style='fill:none;'>■</tspan>of<tspan style='fill:none;'>■</tspan>meaning</tspan>
20
+ </text>
21
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='678.8499999999999' y='431.2'><tspan x='678.8499999999999' y='431.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">conventional</tspan>
22
+ </text>
23
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='327.29999999999984' y='730.4'><tspan x='327.29999999999984' y='730.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">semantic</tspan>
24
+ </text>
25
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='33.59999999999991' y='1029.6'><tspan x='33.59999999999991' y='1029.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">entailment</tspan>
26
+ </text>
27
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='499.9999999999999' y='1029.6'><tspan x='499.9999999999999' y='1029.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">presupposition</tspan>
28
+ </text>
29
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1136.8999999999999' y='730.4'><tspan x='1136.8999999999999' y='730.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">pragmatic</tspan>
30
+ </text>
31
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1092.3999999999999' y='1029.6'><tspan x='1092.3999999999999' y='1029.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">conventional</tspan>
32
+ <tspan x='1114.3999999999999' y='1117.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">implicature</tspan>
33
+ </text>
34
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2113.8124999999995' y='431.2'><tspan x='2113.8124999999995' y='431.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">non-conventional</tspan>
35
+ </text>
36
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1685.2999999999997' y='730.4'><tspan x='1685.2999999999997' y='730.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">explicit</tspan>
37
+ </text>
38
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1624.7999999999997' y='1029.6'><tspan x='1624.7999999999997' y='1029.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">explicature</tspan>
39
+ </text>
40
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2850.825' y='730.4'><tspan x='2850.825' y='730.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">implicit</tspan>
41
+ </text>
42
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2346.6499999999996' y='1029.6'><tspan x='2346.6499999999996' y='1029.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">conventional</tspan>
43
+ </text>
44
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2104.2' y='1328.8000000000002'><tspan x='2104.2' y='1328.8000000000002' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">generalized</tspan>
45
+ <tspan x='2104.7' y='1416.8000000000002' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">implicature</tspan>
46
+ </text>
47
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2593.6' y='1328.8000000000002'><tspan x='2593.6' y='1328.8000000000002' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">particularized</tspan>
48
+ <tspan x='2632.6' y='1416.8000000000002' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">implicature</tspan>
49
+ </text>
50
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='3189.9999999999995' y='1029.6'><tspan x='3319.4999999999995' y='1029.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">non-</tspan>
51
+ <tspan x='3189.9999999999995' y='1117.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">conventional</tspan>
52
+ </text>
53
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='3159.9999999999995' y='1452.0'><tspan x='3234.4999999999995' y='1452.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">pragmatic</tspan>
54
+ <tspan x='3159.9999999999995' y='1540.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">presupposition</tspan>
55
+ </text>
56
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
57
+ points='877.8499999999999 321.2 877.8499999999999 254.1 1630.0812499999997 254.1 1630.0812499999997 187.0' />
58
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
59
+ points='2382.3124999999995 321.2 2382.3124999999995 254.1 1630.0812499999997 254.1 1630.0812499999997 187.0' />
60
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
61
+ points='464.29999999999984 620.4 464.29999999999984 553.3 877.8499999999999 553.3 877.8499999999999 486.2' />
62
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
63
+ points='1291.3999999999999 620.4 1291.3999999999999 553.3 877.8499999999999 553.3 877.8499999999999 486.2' />
64
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
65
+ points='199.5999999999999 919.6 199.5999999999999 852.5 464.29999999999984 852.5 464.29999999999984 785.4' />
66
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
67
+ points='728.9999999999999 919.6 728.9999999999999 852.5 464.29999999999984 852.5 464.29999999999984 785.4' />
68
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
69
+ points='1291.3999999999999 919.6 1291.3999999999999 852.5 1291.3999999999999 852.5 1291.3999999999999 785.4' />
70
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
71
+ points='1797.2999999999997 620.4 1797.2999999999997 553.3 2382.3124999999995 553.3 2382.3124999999995 486.2' />
72
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
73
+ points='2967.325 620.4 2967.325 553.3 2382.3124999999995 553.3 2382.3124999999995 486.2' />
74
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
75
+ points='1797.2999999999997 919.6 1797.2999999999997 852.5 1797.2999999999997 852.5 1797.2999999999997 785.4' />
76
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
77
+ points='2545.6499999999996 919.6 2545.6499999999996 852.5 2967.325 852.5 2967.325 785.4' />
78
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
79
+ points='3388.9999999999995 919.6 3388.9999999999995 852.5 2967.325 852.5 2967.325 785.4' />
80
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
81
+ points='2281.7 1218.8000000000002 2281.7 1151.7 2545.6499999999996 1151.7 2545.6499999999996 1084.6' />
82
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
83
+ points='2809.6 1218.8000000000002 2809.6 1151.7 2545.6499999999996 1151.7 2545.6499999999996 1084.6' />
84
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
85
+ points='3388.9999999999995 1342.0 3388.9999999999995 1257.3 3388.9999999999995 1257.3 3388.9999999999995 1172.6' />
86
+ </svg>
@@ -0,0 +1,163 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="3054.6" height="2605.6" viewBox="-20, -20, 3074.6, 2625.6" version="1.1" xmlns="http://www.w3.org/2000/svg">
4
+ <defs>
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
+ <polyline fill="none" stroke="black" stroke-width="1" points="0,13.440000000000001,6.720000000000001,0,13.440000000000001,13.440000000000001" />
7
+ </marker>
8
+ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
9
+ <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
10
+ </pattern>
11
+ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
12
+ <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
13
+ </pattern>
14
+ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
15
+ <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
16
+ </pattern>
17
+ </defs>
18
+ <rect x="-20" y="-20" width="3074.6" height="2625.6" stroke="none" fill="white" />"
19
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1319.1' y='132.0'><tspan x='1319.1' y='132.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">&#60;expression&#62;</tspan>
20
+ </text>
21
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1412.6' y='436.2'><tspan x='1412.6' y='436.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">&#60;term&#62;</tspan>
22
+ </text>
23
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='576.9000000000001' y='740.4'><tspan x='576.9000000000001' y='740.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">&#60;term&#62;</tspan>
24
+ </text>
25
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='559.4000000000001' y='1044.6'><tspan x='559.4000000000001' y='1044.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">&#60;factor&#62;</tspan>
26
+ </text>
27
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='33.59999999999991' y='1348.8'><tspan x='33.59999999999991' y='1348.8' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">(</tspan>
28
+ </text>
29
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='530.1500000000001' y='1348.8'><tspan x='530.1500000000001' y='1348.8' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">&#60;expression&#62;</tspan>
30
+ </text>
31
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='191.0' y='1653.0'><tspan x='191.0' y='1653.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">&#60;expression&#62;</tspan>
32
+ </text>
33
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='284.5' y='1957.2'><tspan x='284.5' y='1957.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">&#60;term&#62;</tspan>
34
+ </text>
35
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='267.0' y='2261.4'><tspan x='267.0' y='2261.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">&#60;factor&#62;</tspan>
36
+ </text>
37
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='349.5000000000001' y='2565.6'><tspan x='373.0000000000001' y='2565.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">A</tspan>
38
+ </text>
39
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='735.4000000000001' y='1653.0'><tspan x='749.9000000000001' y='1653.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">+</tspan>
40
+ </text>
41
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='962.8' y='1653.0'><tspan x='962.8' y='1653.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">&#60;term&#62;</tspan>
42
+ </text>
43
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='945.3' y='1957.2'><tspan x='945.3' y='1957.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">&#60;factor&#62;</tspan>
44
+ </text>
45
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1027.8' y='2261.4'><tspan x='1052.8' y='2261.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">B</tspan>
46
+ </text>
47
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1320.2' y='1348.8'><tspan x='1320.2' y='1348.8' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">)</tspan>
48
+ </text>
49
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1477.6' y='740.4'><tspan x='1492.1' y='740.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">*</tspan>
50
+ </text>
51
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2230.7999999999997' y='740.4'><tspan x='2230.7999999999997' y='740.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">&#60;factor&#62;</tspan>
52
+ </text>
53
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1704.9999999999998' y='1044.6'><tspan x='1704.9999999999998' y='1044.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">(</tspan>
54
+ </text>
55
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2201.5499999999997' y='1044.6'><tspan x='2201.5499999999997' y='1044.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">&#60;expression&#62;</tspan>
56
+ </text>
57
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1862.3999999999996' y='1348.8'><tspan x='1862.3999999999996' y='1348.8' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">&#60;expression&#62;</tspan>
58
+ </text>
59
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1955.8999999999996' y='1653.0'><tspan x='1955.8999999999996' y='1653.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">&#60;term&#62;</tspan>
60
+ </text>
61
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1938.3999999999996' y='1957.2'><tspan x='1938.3999999999996' y='1957.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">&#60;factor&#62;</tspan>
62
+ </text>
63
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2020.8999999999996' y='2261.4'><tspan x='2045.3999999999996' y='2261.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">C</tspan>
64
+ </text>
65
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2406.7999999999997' y='1348.8'><tspan x='2421.2999999999997' y='1348.8' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">+</tspan>
66
+ </text>
67
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2634.2' y='1348.8'><tspan x='2634.2' y='1348.8' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">&#60;term&#62;</tspan>
68
+ </text>
69
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2616.7' y='1653.0'><tspan x='2616.7' y='1653.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">&#60;factor&#62;</tspan>
70
+ </text>
71
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2699.2' y='1957.2'><tspan x='2721.2' y='1957.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">D</tspan>
72
+ </text>
73
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2991.6' y='1044.6'><tspan x='2991.6' y='1044.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">)</tspan>
74
+ </text>
75
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
76
+ points='1524.1 326.2 1524.1 256.6 1524.1 256.6 1524.1 187.0' />
77
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
78
+ points='688.4000000000001 630.4 688.4000000000001 560.8 1524.1 560.8 1524.1 491.2' />
79
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
80
+ points='1524.1 630.4 1524.1 560.8 1524.1 560.8 1524.1 491.2' />
81
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
82
+ points='2359.7999999999997 630.4 2359.7999999999997 560.8 1524.1 560.8 1524.1 491.2' />
83
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
84
+ points='688.4000000000001 934.5999999999999 688.4000000000001 865.0 688.4000000000001 865.0 688.4000000000001 795.4' />
85
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
86
+ points='45.09999999999991 1238.8 45.09999999999991 1169.1999999999998 688.4000000000001 1169.1999999999998 688.4000000000001 1099.6' />
87
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
88
+ points='735.1500000000001 1238.8 735.1500000000001 1169.1999999999998 688.4000000000001 1169.1999999999998 688.4000000000001 1099.6' />
89
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
90
+ points='1331.7 1238.8 1331.7 1169.1999999999998 688.4000000000001 1169.1999999999998 688.4000000000001 1099.6' />
91
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
92
+ points='396.0 1543.0 396.0 1473.4 735.1500000000001 1473.4 735.1500000000001 1403.8' />
93
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
94
+ points='781.9000000000001 1543.0 781.9000000000001 1473.4 735.1500000000001 1473.4 735.1500000000001 1403.8' />
95
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
96
+ points='1074.3 1543.0 1074.3 1473.4 735.1500000000001 1473.4 735.1500000000001 1403.8' />
97
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
98
+ points='396.0 1847.2 396.0 1777.6 396.0 1777.6 396.0 1708.0' />
99
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
100
+ points='396.0 2151.4 396.0 2081.8 396.0 2081.8 396.0 2012.2' />
101
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
102
+ points='396.0000000000001 2455.6 396.0000000000001 2386.0 396.0 2386.0 396.0 2316.4' />
103
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
104
+ points='1074.3 1847.2 1074.3 1777.6 1074.3 1777.6 1074.3 1708.0' />
105
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
106
+ points='1074.3 2151.4 1074.3 2081.8 1074.3 2081.8 1074.3 2012.2' />
107
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
108
+ points='1716.4999999999998 934.5999999999999 1716.4999999999998 865.0 2359.7999999999997 865.0 2359.7999999999997 795.4' />
109
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
110
+ points='2406.5499999999997 934.5999999999999 2406.5499999999997 865.0 2359.7999999999997 865.0 2359.7999999999997 795.4' />
111
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
112
+ points='3003.1 934.5999999999999 3003.1 865.0 2359.7999999999997 865.0 2359.7999999999997 795.4' />
113
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
114
+ points='2067.3999999999996 1238.8 2067.3999999999996 1169.1999999999998 2406.5499999999997 1169.1999999999998 2406.5499999999997 1099.6' />
115
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
116
+ points='2453.2999999999997 1238.8 2453.2999999999997 1169.1999999999998 2406.5499999999997 1169.1999999999998 2406.5499999999997 1099.6' />
117
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
118
+ points='2745.7 1238.8 2745.7 1169.1999999999998 2406.5499999999997 1169.1999999999998 2406.5499999999997 1099.6' />
119
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
120
+ points='2067.3999999999996 1543.0 2067.3999999999996 1473.4 2067.3999999999996 1473.4 2067.3999999999996 1403.8' />
121
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
122
+ points='2067.3999999999996 1847.2 2067.3999999999996 1777.6 2067.3999999999996 1777.6 2067.3999999999996 1708.0' />
123
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
124
+ points='2067.3999999999996 2151.4 2067.3999999999996 2081.8 2067.3999999999996 2081.8 2067.3999999999996 2012.2' />
125
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
126
+ points='2745.7 1543.0 2745.7 1473.4 2745.7 1473.4 2745.7 1403.8' />
127
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
128
+ points='2745.7 1847.2 2745.7 1777.6 2745.7 1777.6 2745.7 1708.0' />
129
+ <rect style='stroke: black; stroke-width:2;'
130
+ x='349.5000000000001' y='2493.2' rx='46.5' ry='46.5'
131
+ width='93.0' height='93.0'
132
+ fill='none' />
133
+
134
+ <rect style='stroke: black; stroke-width:2;'
135
+ x='735.4000000000001' y='1580.6' rx='46.5' ry='46.5'
136
+ width='93.0' height='93.0'
137
+ fill='none' />
138
+
139
+ <rect style='stroke: black; stroke-width:2;'
140
+ x='1027.8' y='2189.0' rx='46.5' ry='46.5'
141
+ width='93.0' height='93.0'
142
+ fill='none' />
143
+
144
+ <rect style='stroke: black; stroke-width:2;'
145
+ x='1477.6' y='668.0' rx='46.5' ry='46.5'
146
+ width='93.0' height='93.0'
147
+ fill='none' />
148
+
149
+ <rect style='stroke: black; stroke-width:2;'
150
+ x='2020.8999999999996' y='2189.0' rx='46.5' ry='46.5'
151
+ width='93.0' height='93.0'
152
+ fill='none' />
153
+
154
+ <rect style='stroke: black; stroke-width:2;'
155
+ x='2406.7999999999997' y='1276.3999999999999' rx='46.5' ry='46.5'
156
+ width='93.0' height='93.0'
157
+ fill='none' />
158
+
159
+ <rect style='stroke: black; stroke-width:2;'
160
+ x='2699.2' y='1884.8' rx='46.5' ry='46.5'
161
+ width='93.0' height='93.0'
162
+ fill='none' />
163
+ </svg>
@@ -0,0 +1,116 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="1438.6000000000004" height="1069.6" viewBox="-20, -20, 1458.6000000000004, 1089.6" version="1.1" xmlns="http://www.w3.org/2000/svg">
4
+ <defs>
5
+ <marker id="arrow" markerUnits="strokeWidth" markerWidth="12.160000000000002" markerHeight="12.160000000000002" viewBox="0 0 12.160000000000002 12.160000000000002" refX="6.080000000000001" refY="0">
6
+ <polyline fill="none" stroke="black" stroke-width="1" points="0,12.160000000000002,6.080000000000001,0,12.160000000000002,12.160000000000002" />
7
+ </marker>
8
+ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
9
+ <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
10
+ </pattern>
11
+ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
12
+ <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
13
+ </pattern>
14
+ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
15
+ <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
16
+ </pattern>
17
+ </defs>
18
+ <rect x="-20" y="-20" width="1458.6000000000004" height="1089.6" stroke="none" fill="white" />"
19
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='668.3125000000001' y='132.0'><tspan x='688.8125000000001' y='132.0' style="font-weight: bold; " text-decoration="" font-family="'Noto Sans', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">D</tspan>
20
+ </text>
21
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='298.05000000000007' y='431.2'><tspan x='318.55000000000007' y='431.2' style="font-weight: bold; " text-decoration="" font-family="'Noto Sans', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">D</tspan>
22
+ </text>
23
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='147.20000000000005' y='730.4'><tspan x='147.20000000000005' y='730.4' style="" text-decoration="" font-family="'Noto Sans', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">A</tspan>
24
+ </text>
25
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='30.399999999999977' y='1029.6'><tspan x='53.89999999999998' y='1029.6' style="" text-decoration="" font-family="'Noto Sans', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">A</tspan>
26
+ </text>
27
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='240.00000000000006' y='1029.6'><tspan x='240.00000000000006' y='1029.6' style="" text-decoration="" font-family="'Noto Sans', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">B</tspan>
28
+ </text>
29
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='472.4000000000001' y='730.4'><tspan x='492.9000000000001' y='730.4' style="font-weight: bold; " text-decoration="" font-family="'Noto Sans', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">D</tspan>
30
+ </text>
31
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='403.6000000000001' y='1029.6'><tspan x='403.6000000000001' y='1029.6' style="" text-decoration="" font-family="'Noto Sans', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">C</tspan>
32
+ </text>
33
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='565.2' y='1029.6'><tspan x='585.7' y='1029.6' style="font-weight: bold; " text-decoration="" font-family="'Noto Sans', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">D</tspan>
34
+ </text>
35
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1059.0750000000003' y='431.2'><tspan x='1059.0750000000003' y='431.2' style="" text-decoration="" font-family="'Noto Sans', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">G</tspan>
36
+ </text>
37
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='868.1000000000001' y='730.4'><tspan x='868.1000000000001' y='730.4' style="" text-decoration="" font-family="'Noto Sans', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">F</tspan>
38
+ </text>
39
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='774.8000000000002' y='1029.6'><tspan x='774.8000000000002' y='1029.6' style="" text-decoration="" font-family="'Noto Sans', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">E</tspan>
40
+ </text>
41
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='932.4000000000001' y='1029.6'><tspan x='959.9000000000001' y='1029.6' style="" text-decoration="" font-family="'Noto Sans', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">F</tspan>
42
+ </text>
43
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1236.5500000000002' y='730.4'><tspan x='1257.0500000000002' y='730.4' style="" text-decoration="" font-family="'Noto Sans', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">G</tspan>
44
+ </text>
45
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1142.0000000000002' y='1029.6'><tspan x='1162.5000000000002' y='1029.6' style="" text-decoration="" font-family="'Noto Sans', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">G</tspan>
46
+ </text>
47
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1351.6000000000004' y='1029.6'><tspan x='1351.6000000000004' y='1029.6' style="" text-decoration="" font-family="'Noto Sans', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">H</tspan>
48
+ </text>
49
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
50
+ points='342.05000000000007 321.2 342.05000000000007 254.1 712.3125000000001 254.1 712.3125000000001 187.0' />
51
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
52
+ points='1082.5750000000003 321.2 1082.5750000000003 254.1 712.3125000000001 254.1 712.3125000000001 187.0' />
53
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
54
+ points='167.70000000000005 620.4 167.70000000000005 553.3 342.05000000000007 553.3 342.05000000000007 486.2' />
55
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
56
+ points='516.4000000000001 620.4 516.4000000000001 553.3 342.05000000000007 553.3 342.05000000000007 486.2' />
57
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
58
+ points='74.39999999999998 919.6 74.39999999999998 852.5 167.70000000000005 852.5 167.70000000000005 785.4' />
59
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
60
+ points='261.00000000000006 919.6 261.00000000000006 852.5 167.70000000000005 852.5 167.70000000000005 785.4' />
61
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
62
+ points='423.6000000000001 919.6 423.6000000000001 852.5 516.4000000000001 852.5 516.4000000000001 785.4' />
63
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
64
+ points='609.2 919.6 609.2 852.5 516.4000000000001 852.5 516.4000000000001 785.4' />
65
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
66
+ points='884.6000000000001 620.4 884.6000000000001 553.3 1082.5750000000003 553.3 1082.5750000000003 486.2' />
67
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
68
+ points='1280.5500000000002 620.4 1280.5500000000002 553.3 1082.5750000000003 553.3 1082.5750000000003 486.2' />
69
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
70
+ points='792.8000000000002 919.6 792.8000000000002 852.5 884.6000000000001 852.5 884.6000000000001 785.4' />
71
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
72
+ points='976.4000000000001 919.6 976.4000000000001 852.5 884.6000000000001 852.5 884.6000000000001 785.4' />
73
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
74
+ points='1186.0000000000002 919.6 1186.0000000000002 852.5 1280.5500000000002 852.5 1280.5500000000002 785.4' />
75
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
76
+ points='1375.1000000000004 919.6 1375.1000000000004 852.5 1280.5500000000002 852.5 1280.5500000000002 785.4' />
77
+ <rect style='stroke: black; stroke-width:2;'
78
+ x='668.3125000000001' y='63.599999999999994' rx='44.0' ry='44.0'
79
+ width='88.0' height='88.0'
80
+ fill='none' />
81
+
82
+ <rect style='stroke: black; stroke-width:2;'
83
+ x='298.05000000000007' y='362.79999999999995' rx='44.0' ry='44.0'
84
+ width='88.0' height='88.0'
85
+ fill='none' />
86
+
87
+ <rect style='stroke: black; stroke-width:2;'
88
+ x='30.399999999999977' y='961.1999999999999' rx='44.0' ry='44.0'
89
+ width='88.0' height='88.0'
90
+ fill='none' />
91
+
92
+ <rect style='stroke: black; stroke-width:2;'
93
+ x='472.4000000000001' y='662.0' rx='44.0' ry='44.0'
94
+ width='88.0' height='88.0'
95
+ fill='none' />
96
+
97
+ <rect style='stroke: black; stroke-width:2;'
98
+ x='565.2' y='961.1999999999999' rx='44.0' ry='44.0'
99
+ width='88.0' height='88.0'
100
+ fill='none' />
101
+
102
+ <rect style='stroke: black; stroke-width:2;'
103
+ x='932.4000000000001' y='961.1999999999999' rx='44.0' ry='44.0'
104
+ width='88.0' height='88.0'
105
+ fill='none' />
106
+
107
+ <rect style='stroke: black; stroke-width:2;'
108
+ x='1236.5500000000002' y='662.0' rx='44.0' ry='44.0'
109
+ width='88.0' height='88.0'
110
+ fill='none' />
111
+
112
+ <rect style='stroke: black; stroke-width:2;'
113
+ x='1142.0000000000002' y='961.1999999999999' rx='44.0' ry='44.0'
114
+ width='88.0' height='88.0'
115
+ fill='none' />
116
+ </svg>
@@ -0,0 +1,47 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="1554.7999999999997" height="1192.8000000000002" viewBox="-20, -20, 1574.7999999999997, 1212.8000000000002" version="1.1" xmlns="http://www.w3.org/2000/svg">
4
+ <defs>
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
+ <polyline fill="none" stroke="black" stroke-width="1" points="0,13.440000000000001,6.720000000000001,0,13.440000000000001,13.440000000000001" />
7
+ </marker>
8
+ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
9
+ <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
10
+ </pattern>
11
+ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
12
+ <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
13
+ </pattern>
14
+ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
15
+ <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
16
+ </pattern>
17
+ </defs>
18
+ <rect x="-20" y="-20" width="1574.7999999999997" height="1212.8000000000002" stroke="none" fill="white" />"
19
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='568.4875' y='132.0'><tspan x='568.4875' y='132.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">XP</tspan>
20
+ </text>
21
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='133.60000000000002' y='431.2'><tspan x='133.60000000000002' y='431.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">W</tspan>
22
+ </text>
23
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='33.60000000000002' y='554.4'><tspan x='33.60000000000002' y='554.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Specifier</tspan>
24
+ </text>
25
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1022.875' y='431.2'><tspan x='1022.875' y='431.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">X'</tspan>
26
+ </text>
27
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='690.9499999999999' y='730.4'><tspan x='690.9499999999999' y='730.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">X'</tspan>
28
+ </text>
29
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='494.0' y='1029.6'><tspan x='494.0' y='1029.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">X</tspan>
30
+ </text>
31
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='435.0' y='1152.8000000000002'><tspan x='435.0' y='1152.8000000000002' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Head</tspan>
32
+ </text>
33
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='902.3999999999999' y='1029.6'><tspan x='902.3999999999999' y='1029.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Y</tspan>
34
+ </text>
35
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='729.3999999999999' y='1152.8000000000002'><tspan x='729.3999999999999' y='1152.8000000000002' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Complement</tspan>
36
+ </text>
37
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1363.7999999999997' y='730.4'><tspan x='1363.7999999999997' y='730.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Z</tspan>
38
+ </text>
39
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1250.7999999999997' y='853.6'><tspan x='1250.7999999999997' y='853.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Modifier</tspan>
40
+ </text>
41
+ <line style='stroke:black; stroke-width:2;' x1='167.10000000000002' y1='321.2' x2='608.9875' y2='187.0' />
42
+ <line style='stroke:black; stroke-width:2;' x1='1050.875' y1='321.2' x2='608.9875' y2='187.0' />
43
+ <line style='stroke:black; stroke-width:2;' x1='718.9499999999999' y1='620.4' x2='1050.875' y2='486.2' />
44
+ <line style='stroke:black; stroke-width:2;' x1='1382.7999999999997' y1='620.4' x2='1050.875' y2='486.2' />
45
+ <line style='stroke:black; stroke-width:2;' x1='515.0' y1='919.6' x2='718.9499999999999' y2='785.4' />
46
+ <line style='stroke:black; stroke-width:2;' x1='922.8999999999999' y1='919.6' x2='718.9499999999999' y2='785.4' />
47
+ </svg>