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
@@ -2,7 +2,7 @@
2
2
  <thead>
3
3
  <tr>
4
4
  <th>Input</th>
5
- <th>Apearance</th>
5
+ <th>Appearance</th>
6
6
  </tr>
7
7
  </thead>
8
8
  <tbody>
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,39 @@
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="647.8000000000001" height="770.4" viewBox="-20, -20, 667.8000000000001, 790.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="purple" 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="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="667.8000000000001" height="790.4" stroke="none" fill="white" />"
19
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='298.32500000000005' y='132.0'><tspan x='298.32500000000005' y='132.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">A</tspan>
20
+ </text>
21
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='125.05000000000001' y='431.2'><tspan x='125.05000000000001' y='431.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">B</tspan>
22
+ </text>
23
+ <text white-space='pre' alignment-baseline='text-top' style='fill: green; font-size: 64px;' x='33.60000000000002' y='730.4'><tspan x='33.60000000000002' y='730.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">D</tspan>
24
+ </text>
25
+ <text white-space='pre' alignment-baseline='text-top' style='fill: green; font-size: 64px;' x='215.0' y='730.4'><tspan x='215.0' y='730.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">E</tspan>
26
+ </text>
27
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='477.1' y='431.2'><tspan x='477.1' y='431.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">C</tspan>
28
+ </text>
29
+ <text white-space='pre' alignment-baseline='text-top' style='fill: green; font-size: 64px;' x='389.40000000000003' y='730.4'><tspan x='389.40000000000003' y='730.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">F</tspan>
30
+ </text>
31
+ <text white-space='pre' alignment-baseline='text-top' style='fill: green; font-size: 64px;' x='561.8000000000001' y='730.4'><tspan x='561.8000000000001' y='730.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">G</tspan>
32
+ </text>
33
+ <line style='stroke:black; stroke-width:2;' x1='146.05' y1='321.2' x2='321.32500000000005' y2='187.0' />
34
+ <line style='stroke:black; stroke-width:2;' x1='496.6' y1='321.2' x2='321.32500000000005' y2='187.0' />
35
+ <line style='stroke:black; stroke-width:2;' x1='57.10000000000002' y1='620.4' x2='146.05' y2='486.2' />
36
+ <line style='stroke:black; stroke-width:2;' x1='235.0' y1='620.4' x2='146.05' y2='486.2' />
37
+ <line style='stroke:black; stroke-width:2;' x1='408.40000000000003' y1='620.4' x2='496.6' y2='486.2' />
38
+ <line style='stroke:black; stroke-width:2;' x1='584.8000000000001' y1='620.4' x2='496.6' y2='486.2' />
39
+ </svg>
@@ -0,0 +1,65 @@
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="1601.0" height="1668.0000000000002" viewBox="-20, -20, 1621.0, 1688.0000000000002" 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="1621.0" height="1688.0000000000002" stroke="none" fill="white" />"
19
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='496.04999999999995' y='132.0'><tspan x='496.04999999999995' y='132.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">CP</tspan>
20
+ </text>
21
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='33.60000000000002' y='431.2'><tspan x='33.60000000000002' y='431.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">John</tspan>
22
+ </text>
23
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='926.4999999999999' y='431.2'><tspan x='926.4999999999999' y='431.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">TP</tspan>
24
+ </text>
25
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='680.3749999999999' y='730.4'><tspan x='680.3749999999999' y='730.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">T</tspan>
26
+ </text>
27
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='508.44999999999993' y='1029.6'><tspan x='508.44999999999993' y='1029.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">V</tspan>
28
+ </text>
29
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='309.99999999999994' y='1328.8000000000002'><tspan x='309.99999999999994' y='1328.8000000000002' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">cause</tspan>
30
+ </text>
31
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='643.3999999999999' y='1328.8000000000002'><tspan x='643.3999999999999' y='1328.8000000000002' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">V</tspan>
32
+ </text>
33
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='615.3999999999999' y='1628.0000000000002'><tspan x='615.3999999999999' y='1628.0000000000002' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">fall</tspan>
34
+ </text>
35
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='849.8' y='1029.6'><tspan x='849.8' y='1029.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">T</tspan>
36
+ </text>
37
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1190.1249999999998' y='730.4'><tspan x='1190.1249999999998' y='730.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">VP</tspan>
38
+ </text>
39
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1024.1999999999998' y='1029.6'><tspan x='1024.1999999999998' y='1029.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">V</tspan>
40
+ </text>
41
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1023.1999999999998' y='1328.8000000000002'><tspan x='1023.1999999999998' y='1328.8000000000002' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">t</tspan>
42
+ <tspan x='1047.1999999999998' y='1332.8000000000002' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">c</tspan>
43
+ </text>
44
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1377.0499999999997' y='1029.6'><tspan x='1377.0499999999997' y='1029.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">CP</tspan>
45
+ </text>
46
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1203.6' y='1328.8000000000002'><tspan x='1203.6' y='1328.8000000000002' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">books</tspan>
47
+ </text>
48
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1517.0' y='1328.8000000000002'><tspan x='1517.0' y='1328.8000000000002' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">t</tspan>
49
+ <tspan x='1541.0' y='1332.8000000000002' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">f</tspan>
50
+ </text>
51
+ <line style='stroke:black; stroke-width:2;' x1='104.60000000000002' y1='321.2' x2='535.05' y2='187.0' />
52
+ <line style='stroke:black; stroke-width:2;' x1='965.4999999999999' y1='321.2' x2='535.05' y2='187.0' />
53
+ <line style='stroke:black; stroke-width:2;' x1='699.8749999999999' y1='620.4' x2='965.4999999999999' y2='486.2' />
54
+ <line style='stroke:black; stroke-width:2;' x1='1231.1249999999998' y1='620.4' x2='965.4999999999999' y2='486.2' />
55
+ <line style='stroke:black; stroke-width:2;' x1='530.4499999999999' y1='919.6' x2='699.8749999999999' y2='785.4' />
56
+ <line style='stroke:black; stroke-width:2;' x1='869.3' y1='919.6' x2='699.8749999999999' y2='785.4' />
57
+ <line style='stroke:black; stroke-width:2;' x1='395.49999999999994' y1='1218.8000000000002' x2='530.4499999999999' y2='1084.6' />
58
+ <line style='stroke:black; stroke-width:2;' x1='665.3999999999999' y1='1218.8000000000002' x2='530.4499999999999' y2='1084.6' />
59
+ <line style='stroke:black; stroke-width:2;' x1='665.3999999999999' y1='1518.0000000000002' x2='665.3999999999999' y2='1383.8000000000002' />
60
+ <line style='stroke:black; stroke-width:2;' x1='1046.1999999999998' y1='919.6' x2='1231.1249999999998' y2='785.4' />
61
+ <line style='stroke:black; stroke-width:2;' x1='1416.0499999999997' y1='919.6' x2='1231.1249999999998' y2='785.4' />
62
+ <line style='stroke:black; stroke-width:2;' x1='1046.1999999999998' y1='1218.8000000000002' x2='1046.1999999999998' y2='1084.6' />
63
+ <line style='stroke:black; stroke-width:2;' x1='1293.1' y1='1218.8000000000002' x2='1416.0499999999997' y2='1084.6' />
64
+ <line style='stroke:black; stroke-width:2;' x1='1539.0' y1='1218.8000000000002' x2='1416.0499999999997' y2='1084.6' />
65
+ </svg>
@@ -0,0 +1,54 @@
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="1344.1999999999998" height="1668.0000000000002" viewBox="-20, -20, 1364.1999999999998, 1688.0000000000002" 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="1364.1999999999998" height="1688.0000000000002" stroke="none" fill="white" />"
19
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='302.50625' y='132.0'><tspan x='302.50625' y='132.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">VP</tspan>
20
+ </text>
21
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='33.60000000000002' y='431.2'><tspan x='33.60000000000002' y='431.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">John</tspan>
22
+ </text>
23
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='553.9124999999999' y='431.2'><tspan x='553.9124999999999' y='431.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">V'</tspan>
24
+ </text>
25
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='309.99999999999994' y='730.4'><tspan x='309.99999999999994' y='730.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">V</tspan>
26
+ </text>
27
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='315.99999999999994' y='1029.6'><tspan x='315.99999999999994' y='1029.6' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">e</tspan>
28
+ </text>
29
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='791.8249999999999' y='730.4'><tspan x='791.8249999999999' y='730.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">VP</tspan>
30
+ </text>
31
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='556.4' y='1029.6'><tspan x='556.4' y='1029.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">NP</tspan>
32
+ </text>
33
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='488.4' y='1328.8000000000002'><tspan x='488.4' y='1328.8000000000002' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">a<tspan style='fill:none;'>■</tspan>book</tspan>
34
+ </text>
35
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1036.75' y='1029.6'><tspan x='1036.75' y='1029.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">V'</tspan>
36
+ </text>
37
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='895.3' y='1328.8000000000002'><tspan x='895.3' y='1328.8000000000002' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">V</tspan>
38
+ </text>
39
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='846.8' y='1628.0000000000002'><tspan x='846.8' y='1628.0000000000002' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">gave</tspan>
40
+ </text>
41
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1122.1999999999998' y='1328.8000000000002'><tspan x='1122.1999999999998' y='1328.8000000000002' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">to-Bill</tspan>
42
+ </text>
43
+ <line style='stroke:black; stroke-width:2;' x1='104.60000000000002' y1='321.2' x2='343.50625' y2='187.0' />
44
+ <line style='stroke:black; stroke-width:2;' x1='582.4124999999999' y1='321.2' x2='343.50625' y2='187.0' />
45
+ <line style='stroke:black; stroke-width:2;' x1='331.99999999999994' y1='620.4' x2='582.4124999999999' y2='486.2' />
46
+ <line style='stroke:black; stroke-width:2;' x1='832.8249999999999' y1='620.4' x2='582.4124999999999' y2='486.2' />
47
+ <line style='stroke:black; stroke-width:2;' x1='331.99999999999994' y1='919.6' x2='331.99999999999994' y2='785.4' />
48
+ <line style='stroke:black; stroke-width:2;' x1='600.4' y1='919.6' x2='832.8249999999999' y2='785.4' />
49
+ <line style='stroke:black; stroke-width:2;' x1='1065.25' y1='919.6' x2='832.8249999999999' y2='785.4' />
50
+ <polygon style='fill: none; stroke: black; stroke-width:2;' points='488.4 1218.8000000000002 712.4 1218.8000000000002 600.4 1084.6' />
51
+ <line style='stroke:black; stroke-width:2;' x1='917.3' y1='1218.8000000000002' x2='1065.25' y2='1084.6' />
52
+ <line style='stroke:black; stroke-width:2;' x1='1213.1999999999998' y1='1218.8000000000002' x2='1065.25' y2='1084.6' />
53
+ <line style='stroke:black; stroke-width:2;' x1='917.3' y1='1518.0000000000002' x2='917.3' y2='1383.8000000000002' />
54
+ </svg>
@@ -0,0 +1,68 @@
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="1614.1999999999998" height="1668.0000000000002" viewBox="-20, -20, 1634.1999999999998, 1688.0000000000002" 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="1634.1999999999998" height="1688.0000000000002" stroke="none" fill="white" />"
19
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='314.34999999999997' y='132.0'><tspan x='314.34999999999997' y='132.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">VP</tspan>
20
+ <tspan x='396.34999999999997' y='136.0' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">1</tspan>
21
+ </text>
22
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='48.10000000000002' y='431.2'><tspan x='48.10000000000002' y='431.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">NP</tspan>
23
+ <tspan x='136.10000000000002' y='435.2' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">1</tspan>
24
+ </text>
25
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='33.60000000000002' y='730.4'><tspan x='33.60000000000002' y='730.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">John</tspan>
26
+ </text>
27
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='590.0999999999999' y='431.2'><tspan x='590.0999999999999' y='431.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">V'</tspan>
28
+ <tspan x='647.0999999999999' y='435.2' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">1</tspan>
29
+ </text>
30
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='309.99999999999994' y='730.4'><tspan x='309.99999999999994' y='730.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">V</tspan>
31
+ <tspan x='353.99999999999994' y='734.4' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">1</tspan>
32
+ </text>
33
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='328.49999999999994' y='1029.6'><tspan x='328.49999999999994' y='1029.6' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">e</tspan>
34
+ </text>
35
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='864.1999999999998' y='730.4'><tspan x='864.1999999999998' y='730.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">VP</tspan>
36
+ <tspan x='946.1999999999998' y='734.4' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">2</tspan>
37
+ </text>
38
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='599.8999999999999' y='1029.6'><tspan x='599.8999999999999' y='1029.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">NP</tspan>
39
+ <tspan x='687.8999999999999' y='1033.6' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">2</tspan>
40
+ </text>
41
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='513.3999999999999' y='1328.8000000000002'><tspan x='513.3999999999999' y='1328.8000000000002' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">the<tspan style='fill:none;'>■</tspan>book</tspan>
42
+ </text>
43
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1137.9999999999998' y='1029.6'><tspan x='1137.9999999999998' y='1029.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">V'</tspan>
44
+ <tspan x='1194.9999999999998' y='1033.6' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">2</tspan>
45
+ </text>
46
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='950.8' y='1328.8000000000002'><tspan x='950.8' y='1328.8000000000002' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">V</tspan>
47
+ <tspan x='994.8' y='1332.8000000000002' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">2</tspan>
48
+ </text>
49
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='933.8' y='1628.0000000000002'><tspan x='933.8' y='1628.0000000000002' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">put</tspan>
50
+ </text>
51
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1334.1999999999998' y='1328.8000000000002'><tspan x='1334.1999999999998' y='1328.8000000000002' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">ZP</tspan>
52
+ </text>
53
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1171.1999999999998' y='1628.0000000000002'><tspan x='1171.1999999999998' y='1628.0000000000002' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">on<tspan style='fill:none;'>■</tspan>the<tspan style='fill:none;'>■</tspan>shelf</tspan>
54
+ </text>
55
+ <line style='stroke:black; stroke-width:2;' x1='104.60000000000002' y1='321.2' x2='367.84999999999997' y2='187.0' />
56
+ <line style='stroke:black; stroke-width:2;' x1='631.0999999999999' y1='321.2' x2='367.84999999999997' y2='187.0' />
57
+ <line style='stroke:black; stroke-width:2;' x1='104.60000000000002' y1='620.4' x2='104.60000000000002' y2='486.2' />
58
+ <line style='stroke:black; stroke-width:2;' x1='344.49999999999994' y1='620.4' x2='631.0999999999999' y2='486.2' />
59
+ <line style='stroke:black; stroke-width:2;' x1='917.6999999999998' y1='620.4' x2='631.0999999999999' y2='486.2' />
60
+ <line style='stroke:black; stroke-width:2;' x1='344.49999999999994' y1='919.6' x2='344.49999999999994' y2='785.4' />
61
+ <line style='stroke:black; stroke-width:2;' x1='656.3999999999999' y1='919.6' x2='917.6999999999998' y2='785.4' />
62
+ <line style='stroke:black; stroke-width:2;' x1='1178.9999999999998' y1='919.6' x2='917.6999999999998' y2='785.4' />
63
+ <polygon style='fill: none; stroke: black; stroke-width:2;' points='513.3999999999999 1218.8000000000002 799.3999999999999 1218.8000000000002 656.3999999999999 1084.6' />
64
+ <line style='stroke:black; stroke-width:2;' x1='985.3' y1='1218.8000000000002' x2='1178.9999999999998' y2='1084.6' />
65
+ <line style='stroke:black; stroke-width:2;' x1='1372.6999999999998' y1='1218.8000000000002' x2='1178.9999999999998' y2='1084.6' />
66
+ <line style='stroke:black; stroke-width:2;' x1='985.3' y1='1518.0000000000002' x2='985.3' y2='1383.8000000000002' />
67
+ <polygon style='fill: none; stroke: black; stroke-width:2;' points='1171.1999999999998 1518.0000000000002 1574.1999999999998 1518.0000000000002 1372.6999999999998 1383.8000000000002' />
68
+ </svg>
@@ -0,0 +1,41 @@
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="918.8" height="1084.6" viewBox="-20, -20, 938.8, 1104.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="938.8" height="1104.6" stroke="none" fill="white" />"
19
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='282.0125' y='132.0'><tspan x='282.0125' y='132.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">X</tspan>
20
+ <tspan x='327.0125' y='111.0' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">max</tspan>
21
+ </text>
22
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='33.599999999999994' y='436.2'><tspan x='33.599999999999994' y='436.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">[Y−X]</tspan>
23
+ </text>
24
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='541.925' y='436.2'><tspan x='541.925' y='436.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">YP</tspan>
25
+ </text>
26
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='338.0' y='740.4'><tspan x='338.0' y='740.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Spec</tspan>
27
+ <tspan x='483.0' y='744.4' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">1</tspan>
28
+ </text>
29
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='718.3499999999999' y='740.4'><tspan x='718.3499999999999' y='740.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Y'</tspan>
30
+ </text>
31
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='641.4000000000001' y='1044.6'><tspan x='641.4000000000001' y='1044.6' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">t</tspan>
32
+ </text>
33
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='799.8' y='1044.6'><tspan x='799.8' y='1044.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">ZP</tspan>
34
+ </text>
35
+ <line style='stroke:black; stroke-width:2;' x1='118.6' y1='326.2' x2='351.5125' y2='187.0' />
36
+ <line style='stroke:black; stroke-width:2;' x1='584.425' y1='326.2' x2='351.5125' y2='187.0' />
37
+ <line style='stroke:black; stroke-width:2;' x1='422.5' y1='630.4' x2='584.425' y2='491.2' />
38
+ <line style='stroke:black; stroke-width:2;' x1='746.3499999999999' y1='630.4' x2='584.425' y2='491.2' />
39
+ <line style='stroke:black; stroke-width:2;' x1='653.4000000000001' y1='934.5999999999999' x2='746.3499999999999' y2='795.4' />
40
+ <line style='stroke:black; stroke-width:2;' x1='839.3' y1='934.5999999999999' x2='746.3499999999999' y2='795.4' />
41
+ </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="1159.1999999999998" height="1388.8" viewBox="-20, -20, 1179.1999999999998, 1408.8" 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="1179.1999999999998" height="1408.8" stroke="none" fill="white" />"
19
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='308.94375' y='132.0'><tspan x='308.94375' y='132.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">𝑣P</tspan>
20
+ </text>
21
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='33.60000000000002' y='436.2'><tspan x='33.60000000000002' y='436.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Spec</tspan>
22
+ <tspan x='178.60000000000002' y='440.2' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">2</tspan>
23
+ </text>
24
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='566.7875' y='436.2'><tspan x='566.7875' y='436.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">𝑣'</tspan>
25
+ </text>
26
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='337.0' y='740.4'><tspan x='337.0' y='740.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Subj</tspan>
27
+ </text>
28
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='766.575' y='740.4'><tspan x='766.575' y='740.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">𝑣'</tspan>
29
+ </text>
30
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='607.4' y='1044.6'><tspan x='607.4' y='1044.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Vb</tspan>
31
+ </text>
32
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='915.25' y='1044.6'><tspan x='915.25' y='1044.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">VP</tspan>
33
+ </text>
34
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='827.8000000000001' y='1348.8'><tspan x='827.8000000000001' y='1348.8' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">t</tspan>
35
+ <tspan x='851.8000000000001' y='1352.8' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">v</tspan>
36
+ </text>
37
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1011.1999999999998' y='1348.8'><tspan x='1011.1999999999998' y='1348.8' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Obj</tspan>
38
+ </text>
39
+ <line style='stroke:black; stroke-width:2;' x1='118.10000000000002' y1='326.2' x2='361.44375' y2='187.0' />
40
+ <line style='stroke:black; stroke-width:2;' x1='604.7875' y1='326.2' x2='361.44375' y2='187.0' />
41
+ <line style='stroke:black; stroke-width:2;' x1='405.0' y1='630.4' x2='604.7875' y2='491.2' />
42
+ <line style='stroke:black; stroke-width:2;' x1='804.575' y1='630.4' x2='604.7875' y2='491.2' />
43
+ <line style='stroke:black; stroke-width:2;' x1='650.4' y1='934.5999999999999' x2='804.575' y2='795.4' />
44
+ <line style='stroke:black; stroke-width:2;' x1='958.75' y1='934.5999999999999' x2='804.575' y2='795.4' />
45
+ <line style='stroke:black; stroke-width:2;' x1='852.3000000000001' y1='1238.8' x2='958.75' y2='1099.6' />
46
+ <line style='stroke:black; stroke-width:2;' x1='1065.1999999999998' y1='1238.8' x2='958.75' y2='1099.6' />
47
+ </svg>
@@ -0,0 +1,55 @@
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="1617.7999999999997" height="1513.1999999999998" viewBox="-20, -20, 1637.7999999999997, 1533.1999999999998" 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="1637.7999999999997" height="1533.1999999999998" stroke="none" fill="white" />"
19
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='592.3' y='132.0'><tspan x='592.3' 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='138.10000000000002' y='436.2'><tspan x='138.10000000000002' y='436.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='740.4'><tspan x='33.60000000000002' y='740.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Specifier</tspan>
24
+ <tspan x='75.60000000000002' y='833.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">指定部</tspan>
25
+ </text>
26
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1070.5' y='436.2'><tspan x='1070.5' y='436.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">X'</tspan>
27
+ </text>
28
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='727.1999999999999' y='740.4'><tspan x='727.1999999999999' y='740.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">X'</tspan>
29
+ </text>
30
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='517.5' y='1044.6'><tspan x='517.5' y='1044.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">X</tspan>
31
+ </text>
32
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='444.0' y='1348.8'><tspan x='458.0' y='1348.8' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Head</tspan>
33
+ <tspan x='444.0' y='1441.8' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">主要部</tspan>
34
+ </text>
35
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='949.3999999999999' y='1044.6'><tspan x='949.3999999999999' y='1044.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Y</tspan>
36
+ </text>
37
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='770.3999999999999' y='1348.8'><tspan x='770.3999999999999' y='1348.8' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Complement</tspan>
38
+ <tspan x='907.3999999999999' y='1441.8' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">補部</tspan>
39
+ </text>
40
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1423.2999999999997' y='740.4'><tspan x='1423.2999999999997' y='740.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Z</tspan>
41
+ </text>
42
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1306.7999999999997' y='1044.6'><tspan x='1306.7999999999997' y='1044.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Modifier</tspan>
43
+ <tspan x='1346.2999999999997' y='1137.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">付加部</tspan>
44
+ </text>
45
+ <line style='stroke:black; stroke-width:2;' x1='171.60000000000002' y1='326.2' x2='635.3' y2='187.0' />
46
+ <line style='stroke:black; stroke-width:2;' x1='1099.0' y1='326.2' x2='635.3' y2='187.0' />
47
+ <line style='stroke:black; stroke-width:2;' x1='171.60000000000002' y1='630.4' x2='171.60000000000002' y2='491.2' />
48
+ <line style='stroke:black; stroke-width:2;' x1='755.6999999999999' y1='630.4' x2='1099.0' y2='491.2' />
49
+ <line style='stroke:black; stroke-width:2;' x1='1442.2999999999997' y1='630.4' x2='1099.0' y2='491.2' />
50
+ <line style='stroke:black; stroke-width:2;' x1='540.0' y1='934.5999999999999' x2='755.6999999999999' y2='795.4' />
51
+ <line style='stroke:black; stroke-width:2;' x1='971.3999999999999' y1='934.5999999999999' x2='755.6999999999999' y2='795.4' />
52
+ <line style='stroke:black; stroke-width:2;' x1='540.0' y1='1238.8' x2='540.0' y2='1099.6' />
53
+ <line style='stroke:black; stroke-width:2;' x1='971.3999999999999' y1='1238.8' x2='971.3999999999999' y2='1099.6' />
54
+ <line style='stroke:black; stroke-width:2;' x1='1442.2999999999997' y1='934.5999999999999' x2='1442.2999999999997' y2='795.4' />
55
+ </svg>