rsyntaxtree 1.1.4 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (87) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +1 -1
  3. data/.tags +581 -102
  4. data/docs/_examples/000.md +4 -4
  5. data/docs/_examples/010.md +0 -1
  6. data/docs/_examples/029.md +56 -0
  7. data/docs/_examples/030.md +33 -0
  8. data/docs/_examples/031.md +20 -0
  9. data/docs/_examples/032.md +26 -0
  10. data/docs/_examples/033.md +26 -0
  11. data/docs/_examples/034.md +26 -0
  12. data/docs/assets/img/000.png +0 -0
  13. data/docs/assets/img/001.png +0 -0
  14. data/docs/assets/img/002.png +0 -0
  15. data/docs/assets/img/003.png +0 -0
  16. data/docs/assets/img/004.png +0 -0
  17. data/docs/assets/img/005.png +0 -0
  18. data/docs/assets/img/006.png +0 -0
  19. data/docs/assets/img/007.png +0 -0
  20. data/docs/assets/img/008.png +0 -0
  21. data/docs/assets/img/009.png +0 -0
  22. data/docs/assets/img/010.png +0 -0
  23. data/docs/assets/img/011.png +0 -0
  24. data/docs/assets/img/012.png +0 -0
  25. data/docs/assets/img/013.png +0 -0
  26. data/docs/assets/img/014.png +0 -0
  27. data/docs/assets/img/015.png +0 -0
  28. data/docs/assets/img/017.png +0 -0
  29. data/docs/assets/img/018.png +0 -0
  30. data/docs/assets/img/020.png +0 -0
  31. data/docs/assets/img/021.png +0 -0
  32. data/docs/assets/img/023.png +0 -0
  33. data/docs/assets/img/024.png +0 -0
  34. data/docs/assets/img/025.png +0 -0
  35. data/docs/assets/img/026.png +0 -0
  36. data/docs/assets/img/027.png +0 -0
  37. data/docs/assets/img/028.png +0 -0
  38. data/docs/assets/img/029.png +0 -0
  39. data/docs/assets/img/030.png +0 -0
  40. data/docs/assets/img/031.png +0 -0
  41. data/docs/assets/img/032.png +0 -0
  42. data/docs/assets/img/033.png +0 -0
  43. data/docs/assets/img/034.png +0 -0
  44. data/docs/assets/svg/000.svg +35 -31
  45. data/docs/assets/svg/001.svg +3 -0
  46. data/docs/assets/svg/002.svg +3 -0
  47. data/docs/assets/svg/003.svg +3 -0
  48. data/docs/assets/svg/004.svg +3 -0
  49. data/docs/assets/svg/005.svg +3 -0
  50. data/docs/assets/svg/006.svg +3 -0
  51. data/docs/assets/svg/007.svg +3 -0
  52. data/docs/assets/svg/008.svg +3 -0
  53. data/docs/assets/svg/009.svg +3 -0
  54. data/docs/assets/svg/010.svg +13 -8
  55. data/docs/assets/svg/011.svg +3 -0
  56. data/docs/assets/svg/012.svg +3 -0
  57. data/docs/assets/svg/013.svg +3 -0
  58. data/docs/assets/svg/014.svg +3 -0
  59. data/docs/assets/svg/015.svg +3 -0
  60. data/docs/assets/svg/016.svg +3 -0
  61. data/docs/assets/svg/017.svg +3 -0
  62. data/docs/assets/svg/018.svg +3 -0
  63. data/docs/assets/svg/019.svg +3 -0
  64. data/docs/assets/svg/020.svg +3 -0
  65. data/docs/assets/svg/021.svg +3 -0
  66. data/docs/assets/svg/022.svg +3 -0
  67. data/docs/assets/svg/023.svg +3 -0
  68. data/docs/assets/svg/024.svg +3 -0
  69. data/docs/assets/svg/025.svg +3 -0
  70. data/docs/assets/svg/026.svg +3 -0
  71. data/docs/assets/svg/027.svg +3 -0
  72. data/docs/assets/svg/028.svg +3 -0
  73. data/docs/assets/svg/029.svg +126 -0
  74. data/docs/assets/svg/030.svg +76 -0
  75. data/docs/assets/svg/031.svg +36 -0
  76. data/docs/assets/svg/032.svg +73 -0
  77. data/docs/assets/svg/033.svg +74 -0
  78. data/docs/assets/svg/034.svg +91 -0
  79. data/docs/documentation.md +18 -5
  80. data/docs/documentation_ja.md +11 -3
  81. data/docs/examples.html +44 -41
  82. data/lib/rsyntaxtree/element.rb +1 -2
  83. data/lib/rsyntaxtree/markup_parser.rb +1 -1
  84. data/lib/rsyntaxtree/svg_graph.rb +81 -15
  85. data/lib/rsyntaxtree/version.rb +1 -1
  86. data/test/markup_parser_test.rb +2 -0
  87. metadata +21 -3
@@ -5,6 +5,9 @@
5
5
  <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="13.440000000000001" viewBox="0 0 13.440000000000001 13.440000000000001" refX="6.720000000000001" refY="0">
6
6
  <polyline fill="none" stroke="black" stroke-width="1" points="0,13.440000000000001,6.720000000000001,0,13.440000000000001,13.440000000000001" />
7
7
  </marker>
8
+ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight="8.4" orient="auto-start-reverse">
9
+ <path d="M 0 0 L 10 5 L 0 10 z" stroke="black"/>
10
+ </marker>
8
11
  <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
9
12
  <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
10
13
  </pattern>
@@ -5,6 +5,9 @@
5
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
6
  <polyline fill="none" stroke="purple" stroke-width="1" points="0,11.200000000000001,5.6000000000000005,0,11.200000000000001,11.200000000000001" />
7
7
  </marker>
8
+ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="7.0" markerHeight="7.0" orient="auto-start-reverse">
9
+ <path d="M 0 0 L 10 5 L 0 10 z" stroke="black"/>
10
+ </marker>
8
11
  <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
9
12
  <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
10
13
  </pattern>
@@ -5,6 +5,9 @@
5
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
6
  <polyline fill="none" stroke="black" stroke-width="1" points="0,11.200000000000001,5.6000000000000005,0,11.200000000000001,11.200000000000001" />
7
7
  </marker>
8
+ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="7.0" markerHeight="7.0" orient="auto-start-reverse">
9
+ <path d="M 0 0 L 10 5 L 0 10 z" stroke="black"/>
10
+ </marker>
8
11
  <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
9
12
  <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
10
13
  </pattern>
@@ -5,6 +5,9 @@
5
5
  <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="13.440000000000001" viewBox="0 0 13.440000000000001 13.440000000000001" refX="6.720000000000001" refY="0">
6
6
  <polyline fill="none" stroke="purple" stroke-width="1" points="0,13.440000000000001,6.720000000000001,0,13.440000000000001,13.440000000000001" />
7
7
  </marker>
8
+ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight="8.4" orient="auto-start-reverse">
9
+ <path d="M 0 0 L 10 5 L 0 10 z" stroke="black"/>
10
+ </marker>
8
11
  <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
9
12
  <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
10
13
  </pattern>
@@ -5,6 +5,9 @@
5
5
  <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="13.440000000000001" viewBox="0 0 13.440000000000001 13.440000000000001" refX="6.720000000000001" refY="0">
6
6
  <polyline fill="none" stroke="purple" stroke-width="1" points="0,13.440000000000001,6.720000000000001,0,13.440000000000001,13.440000000000001" />
7
7
  </marker>
8
+ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight="8.4" orient="auto-start-reverse">
9
+ <path d="M 0 0 L 10 5 L 0 10 z" stroke="black"/>
10
+ </marker>
8
11
  <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
9
12
  <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
10
13
  </pattern>
@@ -5,6 +5,9 @@
5
5
  <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.520000000000001" markerHeight="11.520000000000001" viewBox="0 0 11.520000000000001 11.520000000000001" refX="5.760000000000001" refY="0">
6
6
  <polyline fill="none" stroke="black" stroke-width="1" points="0,11.520000000000001,5.760000000000001,0,11.520000000000001,11.520000000000001" />
7
7
  </marker>
8
+ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="7.2" markerHeight="7.2" orient="auto-start-reverse">
9
+ <path d="M 0 0 L 10 5 L 0 10 z" stroke="black"/>
10
+ </marker>
8
11
  <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
9
12
  <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
10
13
  </pattern>
@@ -5,6 +5,9 @@
5
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
6
  <polyline fill="none" stroke="purple" stroke-width="1" points="0,11.200000000000001,5.6000000000000005,0,11.200000000000001,11.200000000000001" />
7
7
  </marker>
8
+ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="7.0" markerHeight="7.0" orient="auto-start-reverse">
9
+ <path d="M 0 0 L 10 5 L 0 10 z" stroke="black"/>
10
+ </marker>
8
11
  <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
9
12
  <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
10
13
  </pattern>
@@ -5,6 +5,9 @@
5
5
  <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="13.440000000000001" viewBox="0 0 13.440000000000001 13.440000000000001" refX="6.720000000000001" refY="0">
6
6
  <polyline fill="none" stroke="black" stroke-width="1" points="0,13.440000000000001,6.720000000000001,0,13.440000000000001,13.440000000000001" />
7
7
  </marker>
8
+ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight="8.4" orient="auto-start-reverse">
9
+ <path d="M 0 0 L 10 5 L 0 10 z" stroke="black"/>
10
+ </marker>
8
11
  <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
9
12
  <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
10
13
  </pattern>
@@ -5,6 +5,9 @@
5
5
  <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.520000000000001" markerHeight="11.520000000000001" viewBox="0 0 11.520000000000001 11.520000000000001" refX="5.760000000000001" refY="0">
6
6
  <polyline fill="none" stroke="black" stroke-width="1" points="0,11.520000000000001,5.760000000000001,0,11.520000000000001,11.520000000000001" />
7
7
  </marker>
8
+ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="7.2" markerHeight="7.2" orient="auto-start-reverse">
9
+ <path d="M 0 0 L 10 5 L 0 10 z" stroke="black"/>
10
+ </marker>
8
11
  <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
9
12
  <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
10
13
  </pattern>
@@ -5,6 +5,9 @@
5
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
6
  <polyline fill="none" stroke="black" stroke-width="1" points="0,12.160000000000002,6.080000000000001,0,12.160000000000002,12.160000000000002" />
7
7
  </marker>
8
+ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="7.6000000000000005" markerHeight="7.6000000000000005" orient="auto-start-reverse">
9
+ <path d="M 0 0 L 10 5 L 0 10 z" stroke="black"/>
10
+ </marker>
8
11
  <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
9
12
  <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
10
13
  </pattern>
@@ -5,6 +5,9 @@
5
5
  <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="13.440000000000001" viewBox="0 0 13.440000000000001 13.440000000000001" refX="6.720000000000001" refY="0">
6
6
  <polyline fill="none" stroke="black" stroke-width="1" points="0,13.440000000000001,6.720000000000001,0,13.440000000000001,13.440000000000001" />
7
7
  </marker>
8
+ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight="8.4" orient="auto-start-reverse">
9
+ <path d="M 0 0 L 10 5 L 0 10 z" stroke="black"/>
10
+ </marker>
8
11
  <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
9
12
  <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
10
13
  </pattern>
@@ -5,6 +5,9 @@
5
5
  <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="13.440000000000001" viewBox="0 0 13.440000000000001 13.440000000000001" refX="6.720000000000001" refY="0">
6
6
  <polyline fill="none" stroke="black" stroke-width="1" points="0,13.440000000000001,6.720000000000001,0,13.440000000000001,13.440000000000001" />
7
7
  </marker>
8
+ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight="8.4" orient="auto-start-reverse">
9
+ <path d="M 0 0 L 10 5 L 0 10 z" stroke="black"/>
10
+ </marker>
8
11
  <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
9
12
  <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
10
13
  </pattern>
@@ -5,6 +5,9 @@
5
5
  <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="13.440000000000001" viewBox="0 0 13.440000000000001 13.440000000000001" refX="6.720000000000001" refY="0">
6
6
  <polyline fill="none" stroke="black" stroke-width="1" points="0,13.440000000000001,6.720000000000001,0,13.440000000000001,13.440000000000001" />
7
7
  </marker>
8
+ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight="8.4" orient="auto-start-reverse">
9
+ <path d="M 0 0 L 10 5 L 0 10 z" stroke="black"/>
10
+ </marker>
8
11
  <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
9
12
  <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
10
13
  </pattern>
@@ -5,6 +5,9 @@
5
5
  <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="13.440000000000001" viewBox="0 0 13.440000000000001 13.440000000000001" refX="6.720000000000001" refY="0">
6
6
  <polyline fill="none" stroke="black" stroke-width="1" points="0,13.440000000000001,6.720000000000001,0,13.440000000000001,13.440000000000001" />
7
7
  </marker>
8
+ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight="8.4" orient="auto-start-reverse">
9
+ <path d="M 0 0 L 10 5 L 0 10 z" stroke="black"/>
10
+ </marker>
8
11
  <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
9
12
  <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
10
13
  </pattern>
@@ -5,6 +5,9 @@
5
5
  <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="13.440000000000001" viewBox="0 0 13.440000000000001 13.440000000000001" refX="6.720000000000001" refY="0">
6
6
  <polyline fill="none" stroke="purple" stroke-width="1" points="0,13.440000000000001,6.720000000000001,0,13.440000000000001,13.440000000000001" />
7
7
  </marker>
8
+ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight="8.4" orient="auto-start-reverse">
9
+ <path d="M 0 0 L 10 5 L 0 10 z" stroke="black"/>
10
+ </marker>
8
11
  <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
9
12
  <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
10
13
  </pattern>
@@ -0,0 +1,126 @@
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="3654.3999999999996" height="2803.2" viewBox="-20, -20, 3674.3999999999996, 2823.2" version="1.1" xmlns="http://www.w3.org/2000/svg">
4
+ <defs>
5
+ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.520000000000001" markerHeight="11.520000000000001" viewBox="0 0 11.520000000000001 11.520000000000001" refX="5.760000000000001" refY="0">
6
+ <polyline fill="none" stroke="black" stroke-width="1" points="0,11.520000000000001,5.760000000000001,0,11.520000000000001,11.520000000000001" />
7
+ </marker>
8
+ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="7.2" markerHeight="7.2" orient="auto-start-reverse">
9
+ <path d="M 0 0 L 10 5 L 0 10 z" stroke="black"/>
10
+ </marker>
11
+ <pattern id="hatchBlack" 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="hatchForNode" 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
+ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
18
+ <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
19
+ </pattern>
20
+ </defs>
21
+ <rect x="-20" y="-20" width="3674.3999999999996" height="2823.2" stroke="none" fill="white" />"
22
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='825.3000000000002' y='132.0'><tspan x='825.3000000000002' y='132.0' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">Human,<tspan style='fill:none;'>■</tspan>Bonobo,<tspan style='fill:none;'>■</tspan>Lion,<tspan style='fill:none;'>■</tspan>Eagle,<tspan style='fill:none;'>■</tspan>Sparrow,<tspan style='fill:none;'>■</tspan>Ostrich</tspan>
23
+ <tspan x='1599.3000000000002' y='308.0' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan></tspan>
24
+ </text>
25
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='28.799999999999955' y='730.4'><tspan x='298.79999999999995' y='730.4' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">Human</tspan>
26
+ <tspan x='28.799999999999955' y='906.4' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">talking,<tspan style='fill:none;'>■</tspan>ape,<tspan style='fill:none;'>■</tspan>mammal</tspan>
27
+ </text>
28
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='190.79999999999995' y='1328.8'><tspan x='280.79999999999995' y='1328.8' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">Bonobo</tspan>
29
+ <tspan x='190.79999999999995' y='1504.8' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">ape,<tspan style='fill:none;'>■</tspan>mammal</tspan>
30
+ </text>
31
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='864.0' y='730.4'><tspan x='1062.0' y='730.4' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">Lion</tspan>
32
+ <tspan x='864.0' y='906.4' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">mammal,<tspan style='fill:none;'>■</tspan>preying</tspan>
33
+ </text>
34
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1116.0' y='1328.8'><tspan x='1116.0' y='1328.8' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan></tspan>
35
+ <tspan x='1116.0' y='1416.8' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan></tspan>
36
+ <tspan x='1116.0' y='1504.8' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan></tspan>
37
+ </text>
38
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1026.0' y='1874.4'><tspan x='1116.0' y='1874.4' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan></tspan>
39
+ <tspan x='1026.0' y='2050.4' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">mammal</tspan>
40
+ </text>
41
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2467.8' y='730.4'><tspan x='2755.8' y='730.4' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">Eagle</tspan>
42
+ <tspan x='2467.8' y='906.4' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">preying,<tspan style='fill:none;'>■</tspan>flying,<tspan style='fill:none;'>■</tspan>bird</tspan>
43
+ </text>
44
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2167.2' y='1328.8'><tspan x='2275.2' y='1328.8' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan></tspan>
45
+ <tspan x='2167.2' y='1504.8' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">preying</tspan>
46
+ </text>
47
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2275.2' y='1927.1999999999998'><tspan x='2275.2' y='1927.1999999999998' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan></tspan>
48
+ <tspan x='2275.2' y='2015.1999999999998' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan></tspan>
49
+ <tspan x='2275.2' y='2103.2' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan></tspan>
50
+ </text>
51
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1519.1999999999998' y='2472.7999999999997'><tspan x='2275.2' y='2472.7999999999997' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan></tspan>
52
+ <tspan x='1519.1999999999998' y='2648.7999999999997' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">talking,<tspan style='fill:none;'>■</tspan>ape,<tspan style='fill:none;'>■</tspan>mammal,<tspan style='fill:none;'>■</tspan>preying,<tspan style='fill:none;'>■</tspan>flying,<tspan style='fill:none;'>■</tspan>bird</tspan>
53
+ </text>
54
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='3182.3999999999996' y='1328.8'><tspan x='3272.3999999999996' y='1328.8' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">Sparrow</tspan>
55
+ <tspan x='3182.3999999999996' y='1504.8' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">flying,<tspan style='fill:none;'>■</tspan>bird</tspan>
56
+ </text>
57
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='3272.3999999999996' y='1927.1999999999998'><tspan x='3272.3999999999996' y='1927.1999999999998' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">Ostrich</tspan>
58
+ <tspan x='3308.3999999999996' y='2103.2' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">bird<tspan style='fill:none;'>■</tspan></tspan>
59
+ </text>
60
+ <line style='stroke:black; stroke-width:2;' x1='388.79999999999995' y1='620.4' x2='1617.3' y2='363.0' />
61
+ <line style='stroke:black; stroke-width:2;' x1='1134.0' y1='620.4' x2='1617.3' y2='363.0' />
62
+ <line style='stroke:black; stroke-width:2;' x1='2845.8' y1='620.4' x2='1617.3' y2='363.0' />
63
+ <line style='stroke:black; stroke-width:2;' x1='388.79999999999995' y1='1218.8' x2='388.79999999999995' y2='961.4' />
64
+ <line style='stroke:black; stroke-width:2;' x1='1134.0' y1='1218.8' x2='1134.0' y2='961.4' />
65
+ <line style='stroke:black; stroke-width:2;' x1='1134.0' y1='1764.4' x2='1134.0' y2='1559.8' />
66
+ <line style='stroke:black; stroke-width:2;' x1='2293.2' y1='1218.8' x2='2845.8' y2='961.4' />
67
+ <line style='stroke:black; stroke-width:2;' x1='3398.3999999999996' y1='1218.8' x2='2845.8' y2='961.4' />
68
+ <line style='stroke:black; stroke-width:2;' x1='2293.2' y1='1817.1999999999998' x2='2293.2' y2='1559.8' />
69
+ <line style='stroke:black; stroke-width:2;' x1='2293.2' y1='2362.7999999999997' x2='2293.2' y2='2158.2' />
70
+ <line style='stroke:black; stroke-width:2;' x1='3398.3999999999996' y1='1817.1999999999998' x2='3398.3999999999996' y2='1559.8' />
71
+ <line style="stroke:black; stroke-width:2; " x1="825.3000000000002" y1="198.0" x2="2409.3" y2="198.0"></line>
72
+ <line x1='810.9000000000002' y1='33.0' x2='2423.7000000000003' y2='33.0' style='fill: none; stroke: black; stroke-width:2' />
73
+ <line x1='810.9000000000002' y1='33.0' x2='810.9000000000002' y2='352.0' style='fill: none; stroke: black; stroke-width:2' />
74
+ <line x1='2423.7000000000003' y1='33.0' x2='2423.7000000000003' y2='352.0' style='fill: none; stroke: black; stroke-width:2' />
75
+ <line x1='810.9000000000002' y1='352.0' x2='2423.7000000000003' y2='352.0' style='fill: none; stroke: black; stroke-width:2' />
76
+ <line style="stroke:black; stroke-width:2; " x1="28.799999999999955" y1="796.4" x2="748.8" y2="796.4"></line>
77
+ <line x1='14.399999999999954' y1='631.4' x2='763.1999999999999' y2='631.4' style='fill: none; stroke: black; stroke-width:2' />
78
+ <line x1='14.399999999999954' y1='631.4' x2='14.399999999999954' y2='950.4' style='fill: none; stroke: black; stroke-width:2' />
79
+ <line x1='763.1999999999999' y1='631.4' x2='763.1999999999999' y2='950.4' style='fill: none; stroke: black; stroke-width:2' />
80
+ <line x1='14.399999999999954' y1='950.4' x2='763.1999999999999' y2='950.4' style='fill: none; stroke: black; stroke-width:2' />
81
+ <line style="stroke:black; stroke-width:2; " x1="190.79999999999995" y1="1394.8" x2="586.8" y2="1394.8"></line>
82
+ <line x1='176.39999999999995' y1='1229.8' x2='601.1999999999999' y2='1229.8' style='fill: none; stroke: black; stroke-width:2' />
83
+ <line x1='176.39999999999995' y1='1229.8' x2='176.39999999999995' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
84
+ <line x1='601.1999999999999' y1='1229.8' x2='601.1999999999999' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
85
+ <line x1='176.39999999999995' y1='1548.8' x2='601.1999999999999' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
86
+ <line style="stroke:black; stroke-width:2; " x1="864.0" y1="796.4" x2="1404.0" y2="796.4"></line>
87
+ <line x1='849.6' y1='631.4' x2='1418.4' y2='631.4' style='fill: none; stroke: black; stroke-width:2' />
88
+ <line x1='849.6' y1='631.4' x2='849.6' y2='950.4' style='fill: none; stroke: black; stroke-width:2' />
89
+ <line x1='1418.4' y1='631.4' x2='1418.4' y2='950.4' style='fill: none; stroke: black; stroke-width:2' />
90
+ <line x1='849.6' y1='950.4' x2='1418.4' y2='950.4' style='fill: none; stroke: black; stroke-width:2' />
91
+ <line style="stroke:black; stroke-width:2; " x1="1026.0" y1="1940.4" x2="1242.0" y2="1940.4"></line>
92
+ <line x1='1011.6' y1='1775.4' x2='1256.4' y2='1775.4' style='fill: none; stroke: black; stroke-width:2' />
93
+ <line x1='1011.6' y1='1775.4' x2='1011.6' y2='2094.4' style='fill: none; stroke: black; stroke-width:2' />
94
+ <line x1='1256.4' y1='1775.4' x2='1256.4' y2='2094.4' style='fill: none; stroke: black; stroke-width:2' />
95
+ <line x1='1011.6' y1='2094.4' x2='1256.4' y2='2094.4' style='fill: none; stroke: black; stroke-width:2' />
96
+ <line style="stroke:black; stroke-width:2; " x1="2467.8" y1="796.4" x2="3223.8" y2="796.4"></line>
97
+ <line x1='2453.4' y1='631.4' x2='3238.2' y2='631.4' style='fill: none; stroke: black; stroke-width:2' />
98
+ <line x1='2453.4' y1='631.4' x2='2453.4' y2='950.4' style='fill: none; stroke: black; stroke-width:2' />
99
+ <line x1='3238.2' y1='631.4' x2='3238.2' y2='950.4' style='fill: none; stroke: black; stroke-width:2' />
100
+ <line x1='2453.4' y1='950.4' x2='3238.2' y2='950.4' style='fill: none; stroke: black; stroke-width:2' />
101
+ <line style="stroke:black; stroke-width:2; " x1="2167.2" y1="1394.8" x2="2419.2" y2="1394.8"></line>
102
+ <line x1='2152.7999999999997' y1='1229.8' x2='2433.6' y2='1229.8' style='fill: none; stroke: black; stroke-width:2' />
103
+ <line x1='2152.7999999999997' y1='1229.8' x2='2152.7999999999997' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
104
+ <line x1='2433.6' y1='1229.8' x2='2433.6' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
105
+ <line x1='2152.7999999999997' y1='1548.8' x2='2433.6' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
106
+ <line style="stroke:black; stroke-width:2; " x1="1519.1999999999998" y1="2538.7999999999997" x2="3067.2" y2="2538.7999999999997"></line>
107
+ <line x1='1504.7999999999997' y1='2373.7999999999997' x2='3081.5999999999995' y2='2373.7999999999997' style='fill: none; stroke: black; stroke-width:2' />
108
+ <line x1='1504.7999999999997' y1='2373.7999999999997' x2='1504.7999999999997' y2='2692.7999999999997' style='fill: none; stroke: black; stroke-width:2' />
109
+ <line x1='3081.5999999999995' y1='2373.7999999999997' x2='3081.5999999999995' y2='2692.7999999999997' style='fill: none; stroke: black; stroke-width:2' />
110
+ <line x1='1504.7999999999997' y1='2692.7999999999997' x2='3081.5999999999995' y2='2692.7999999999997' style='fill: none; stroke: black; stroke-width:2' />
111
+ <line style="stroke:black; stroke-width:2; " x1="3182.3999999999996" y1="1394.8" x2="3614.3999999999996" y2="1394.8"></line>
112
+ <line x1='3167.9999999999995' y1='1229.8' x2='3628.7999999999997' y2='1229.8' style='fill: none; stroke: black; stroke-width:2' />
113
+ <line x1='3167.9999999999995' y1='1229.8' x2='3167.9999999999995' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
114
+ <line x1='3628.7999999999997' y1='1229.8' x2='3628.7999999999997' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
115
+ <line x1='3167.9999999999995' y1='1548.8' x2='3628.7999999999997' y2='1548.8' style='fill: none; stroke: black; stroke-width:2' />
116
+ <line style="stroke:black; stroke-width:2; " x1="3272.3999999999996" y1="1993.1999999999998" x2="3524.3999999999996" y2="1993.1999999999998"></line>
117
+ <line x1='3257.9999999999995' y1='1828.1999999999998' x2='3538.7999999999997' y2='1828.1999999999998' style='fill: none; stroke: black; stroke-width:2' />
118
+ <line x1='3257.9999999999995' y1='1828.1999999999998' x2='3257.9999999999995' y2='2147.2' style='fill: none; stroke: black; stroke-width:2' />
119
+ <line x1='3538.7999999999997' y1='1828.1999999999998' x2='3538.7999999999997' y2='2147.2' style='fill: none; stroke: black; stroke-width:2' />
120
+ <line x1='3257.9999999999995' y1='2147.2' x2='3538.7999999999997' y2='2147.2' style='fill: none; stroke: black; stroke-width:2' />
121
+ <line x1='388.79999999999995' y1='1559.8' x2='1134.0' y2='1764.4' style='fill: none; stroke: black; stroke-width:2' />
122
+ <line x1='1134.0' y1='961.4' x2='1134.0' y2='1764.4' style='fill: none; stroke: black; stroke-width:2' />
123
+ <line x1='1134.0' y1='961.4' x2='2293.2' y2='1218.8' style='fill: none; stroke: black; stroke-width:2' />
124
+ <line x1='1134.0' y1='2105.4' x2='2293.2' y2='2362.7999999999997' style='fill: none; stroke: black; stroke-width:2' />
125
+ <line x1='2293.2' y1='1559.8' x2='2293.2' y2='2362.7999999999997' style='fill: none; stroke: black; stroke-width:2' />
126
+ <line x1='2293.2' y1='2362.7999999999997' x2='3398.3999999999996' y2='2158.2' style='fill: none; stroke: black; stroke-width:2' /></svg>
@@ -0,0 +1,76 @@
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="2961.4" height="1747.1999999999998" viewBox="-20, -20, 2981.4, 1767.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
+ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight="8.4" orient="auto-start-reverse">
9
+ <path d="M 0 0 L 10 5 L 0 10 z" stroke="black"/>
10
+ </marker>
11
+ <pattern id="hatchBlack" 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="hatchForNode" 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
+ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
18
+ <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
19
+ </pattern>
20
+ </defs>
21
+ <rect x="-20" y="-20" width="2981.4" height="1767.1999999999998" stroke="none" fill="white" />"
22
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='666.4000000000001' y='132.0'><tspan x='666.4000000000001' y='132.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Subject-Predicate<tspan style='fill:none;'>■</tspan>Construction</tspan>
23
+ </text>
24
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='162.60000000000002' y='475.20000000000005'><tspan x='162.60000000000002' y='475.20000000000005' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Intransitive</tspan>
25
+ </text>
26
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='322.1' y='818.4'><tspan x='322.1' y='818.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"><tspan style='fill:none;'>■</tspan></tspan>
27
+ </text>
28
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='322.1' y='1117.6'><tspan x='322.1' y='1117.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"><tspan style='fill:none;'>■</tspan></tspan>
29
+ </text>
30
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='33.60000000000002' y='1416.8'><tspan x='34.60000000000002' y='1416.8' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Intransitive<tspan style='fill:none;'>■</tspan>Motion</tspan>
31
+ <tspan x='33.60000000000002' y='1592.8' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">The<tspan style='fill:none;'>■</tspan>boy<tspan style='fill:none;'>■</tspan>ran<tspan style='fill:none;'>■</tspan>home.</tspan>
32
+ </text>
33
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1795.2000000000003' y='475.20000000000005'><tspan x='1795.2000000000003' y='475.20000000000005' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Transitive</tspan>
34
+ </text>
35
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='783.0' y='818.4'><tspan x='1153.5' y='818.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Caused-Motion</tspan>
36
+ <tspan x='783.0' y='994.4' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Pat<tspan style='fill:none;'>■</tspan>sneezed<tspan style='fill:none;'>■</tspan>the<tspan style='fill:none;'>■</tspan>napkin<tspan style='fill:none;'>■</tspan>off<tspan style='fill:none;'>■</tspan>the<tspan style='fill:none;'>■</tspan>table.</tspan>
37
+ </text>
38
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2114.4' y='818.4'><tspan x='2337.9' y='818.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Ditransitive</tspan>
39
+ <tspan x='2114.4' y='994.4' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Pat<tspan style='fill:none;'>■</tspan>threw<tspan style='fill:none;'>■</tspan>Chris<tspan style='fill:none;'>■</tspan>the<tspan style='fill:none;'>■</tspan>ball.</tspan>
40
+ </text>
41
+ <line style='stroke:black; stroke-width:2;' x1='341.1' y1='365.2' x2='1145.4' y2='187.0' />
42
+ <line style='stroke:black; stroke-width:2;' x1='1949.7000000000003' y1='365.2' x2='1145.4' y2='187.0' />
43
+ <line style='stroke:black; stroke-width:2;' x1='341.1' y1='708.4' x2='341.1' y2='530.2' />
44
+ <line style='stroke:black; stroke-width:2;' x1='341.1' y1='1007.6' x2='341.1' y2='873.4' />
45
+ <line style='stroke:black; stroke-width:2;' x1='341.1' y1='1306.8' x2='341.1' y2='1172.6' />
46
+ <line style='stroke:black; stroke-width:2;' x1='1381.5' y1='708.4' x2='1949.7000000000003' y2='530.2' />
47
+ <line style='stroke:black; stroke-width:2;' x1='2517.9' y1='708.4' x2='1949.7000000000003' y2='530.2' />
48
+ <line x1='649.6000000000001' y1='33.0' x2='1641.2000000000003' y2='33.0' style='fill: none; stroke: black; stroke-width:2' />
49
+ <line x1='649.6000000000001' y1='33.0' x2='649.6000000000001' y2='176.0' style='fill: none; stroke: black; stroke-width:2' />
50
+ <line x1='1641.2000000000003' y1='33.0' x2='1641.2000000000003' y2='176.0' style='fill: none; stroke: black; stroke-width:2' />
51
+ <line x1='649.6000000000001' y1='176.0' x2='1641.2000000000003' y2='176.0' style='fill: none; stroke: black; stroke-width:2' />
52
+ <line x1='145.8' y1='376.2' x2='536.4000000000001' y2='376.2' style='fill: none; stroke: black; stroke-width:2' />
53
+ <line x1='145.8' y1='376.2' x2='145.8' y2='519.2' style='fill: none; stroke: black; stroke-width:2' />
54
+ <line x1='536.4000000000001' y1='376.2' x2='536.4000000000001' y2='519.2' style='fill: none; stroke: black; stroke-width:2' />
55
+ <line x1='145.8' y1='519.2' x2='536.4000000000001' y2='519.2' style='fill: none; stroke: black; stroke-width:2' />
56
+ <line style="stroke:black; stroke-width:2; " x1="33.60000000000002" y1="1482.8" x2="648.6" y2="1482.8"></line>
57
+ <line x1='16.800000000000022' y1='1317.8' x2='665.4000000000001' y2='1317.8' style='fill: none; stroke: black; stroke-width:2' />
58
+ <line x1='16.800000000000022' y1='1317.8' x2='16.800000000000022' y2='1636.8' style='fill: none; stroke: black; stroke-width:2' />
59
+ <line x1='665.4000000000001' y1='1317.8' x2='665.4000000000001' y2='1636.8' style='fill: none; stroke: black; stroke-width:2' />
60
+ <line x1='16.800000000000022' y1='1636.8' x2='665.4000000000001' y2='1636.8' style='fill: none; stroke: black; stroke-width:2' />
61
+ <line x1='1778.4000000000003' y1='376.2' x2='2121.0000000000005' y2='376.2' style='fill: none; stroke: black; stroke-width:2' />
62
+ <line x1='1778.4000000000003' y1='376.2' x2='1778.4000000000003' y2='519.2' style='fill: none; stroke: black; stroke-width:2' />
63
+ <line x1='2121.0000000000005' y1='376.2' x2='2121.0000000000005' y2='519.2' style='fill: none; stroke: black; stroke-width:2' />
64
+ <line x1='1778.4000000000003' y1='519.2' x2='2121.0000000000005' y2='519.2' style='fill: none; stroke: black; stroke-width:2' />
65
+ <line style="stroke:black; stroke-width:2; " x1="783.0" y1="884.4" x2="1980.0" y2="884.4"></line>
66
+ <line x1='766.2' y1='719.4' x2='1996.8' y2='719.4' style='fill: none; stroke: black; stroke-width:2' />
67
+ <line x1='766.2' y1='719.4' x2='766.2' y2='1038.4' style='fill: none; stroke: black; stroke-width:2' />
68
+ <line x1='1996.8' y1='719.4' x2='1996.8' y2='1038.4' style='fill: none; stroke: black; stroke-width:2' />
69
+ <line x1='766.2' y1='1038.4' x2='1996.8' y2='1038.4' style='fill: none; stroke: black; stroke-width:2' />
70
+ <line style="stroke:black; stroke-width:2; " x1="2114.4" y1="884.4" x2="2921.4" y2="884.4"></line>
71
+ <line x1='2097.6' y1='719.4' x2='2938.2' y2='719.4' style='fill: none; stroke: black; stroke-width:2' />
72
+ <line x1='2097.6' y1='719.4' x2='2097.6' y2='1038.4' style='fill: none; stroke: black; stroke-width:2' />
73
+ <line x1='2938.2' y1='719.4' x2='2938.2' y2='1038.4' style='fill: none; stroke: black; stroke-width:2' />
74
+ <line x1='2097.6' y1='1038.4' x2='2938.2' y2='1038.4' style='fill: none; stroke: black; stroke-width:2' />
75
+ <line x1='341.1' y1='530.2' x2='341.1' y2='1306.8' style='fill: none; stroke: black; stroke-width:2' />
76
+ <line x1='341.1' y1='1306.8' x2='1381.5' y2='1049.4' style='fill: none; stroke: black; stroke-width:2' /></svg>
@@ -0,0 +1,36 @@
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="1265.2" height="782.4" viewBox="-20, -20, 1285.2, 802.4" version="1.1" xmlns="http://www.w3.org/2000/svg">
4
+ <defs>
5
+ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.520000000000001" markerHeight="11.520000000000001" viewBox="0 0 11.520000000000001 11.520000000000001" refX="5.760000000000001" refY="0">
6
+ <polyline fill="none" stroke="black" stroke-width="1" points="0,11.520000000000001,5.760000000000001,0,11.520000000000001,11.520000000000001" />
7
+ </marker>
8
+ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="7.2" markerHeight="7.2" orient="auto-start-reverse">
9
+ <path d="M 0 0 L 10 5 L 0 10 z" stroke="black"/>
10
+ </marker>
11
+ <pattern id="hatchBlack" 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="hatchForNode" 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
+ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
18
+ <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
19
+ </pattern>
20
+ </defs>
21
+ <rect x="-20" y="-20" width="1285.2" height="802.4" stroke="none" fill="white" />"
22
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='575.425' y='132.0'><tspan x='575.425' y='132.0' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">chase(mouse)(cat)</tspan>
23
+ </text>
24
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='194.64999999999986' y='437.2'><tspan x='194.64999999999986' y='437.2' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan>λx.λy.chase(mouse)(y)<tspan style='fill:none;'>■</tspan></tspan>
25
+ </text>
26
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='28.799999999999955' y='742.4'><tspan x='28.799999999999955' y='742.4' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan>λxλy.chase(x)(y)<tspan style='fill:none;'>■</tspan></tspan>
27
+ </text>
28
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='687.0' y='742.4'><tspan x='687.0' y='742.4' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan>mouse<tspan style='fill:none;'>■</tspan></tspan>
29
+ </text>
30
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1068.2' y='437.2'><tspan x='1068.2' y='437.2' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif"><tspan style='fill:none;'>■</tspan>cat<tspan style='fill:none;'>■</tspan></tspan>
31
+ </text>
32
+ <line style='stroke:black; stroke-width:2;' x1='560.1499999999999' y1='327.2' x2='853.425' y2='187.0' />
33
+ <line style='stroke:black; stroke-width:2;' x1='1146.7' y1='327.2' x2='853.425' y2='187.0' />
34
+ <line style='stroke:black; stroke-width:2;' x1='300.29999999999995' y1='632.4' x2='560.1499999999999' y2='492.2' />
35
+ <line style='stroke:black; stroke-width:2;' x1='820.0' y1='632.4' x2='560.1499999999999' y2='492.2' />
36
+ </svg>
@@ -0,0 +1,73 @@
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="623.2" height="1500.8" viewBox="-20, -20, 643.2, 1520.8" version="1.1" xmlns="http://www.w3.org/2000/svg">
4
+ <defs>
5
+ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.520000000000001" markerHeight="11.520000000000001" viewBox="0 0 11.520000000000001 11.520000000000001" refX="5.760000000000001" refY="0">
6
+ <polyline fill="none" stroke="black" stroke-width="1" points="0,11.520000000000001,5.760000000000001,0,11.520000000000001,11.520000000000001" />
7
+ </marker>
8
+ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="7.2" markerHeight="7.2" orient="auto-start-reverse">
9
+ <path d="M 0 0 L 10 5 L 0 10 z" stroke="black"/>
10
+ </marker>
11
+ <pattern id="hatchBlack" 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="hatchForNode" 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
+ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
18
+ <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
19
+ </pattern>
20
+ </defs>
21
+ <rect x="-20" y="-20" width="643.2" height="1520.8" stroke="none" fill="white" />"
22
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='252.0' y='132.0'><tspan x='252.0' y='132.0' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">ABC</tspan>
23
+ <tspan x='252.0' y='308.0' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">abc</tspan>
24
+ </text>
25
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='28.80000000000001' y='730.4'><tspan x='28.80000000000001' y='730.4' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">DEF</tspan>
26
+ </text>
27
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='252.0' y='730.4'><tspan x='252.0' y='730.4' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">GHI</tspan>
28
+ <tspan x='252.0' y='906.4' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">ghi</tspan>
29
+ </text>
30
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='475.20000000000005' y='730.4'><tspan x='475.20000000000005' y='730.4' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">JKL</tspan>
31
+ </text>
32
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='475.20000000000005' y='1029.6'><tspan x='475.20000000000005' y='1029.6' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">MNO</tspan>
33
+ </text>
34
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='475.20000000000005' y='1196.8'><tspan x='475.20000000000005' y='1196.8' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">XYZ</tspan>
35
+ </text>
36
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
37
+ points='82.80000000000001 620.4 82.80000000000001 491.7 306.0 491.7 306.0 363.0' />
38
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
39
+ points='306.0 620.4 306.0 491.7 306.0 491.7 306.0 363.0' />
40
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
41
+ points='529.2 620.4 529.2 491.7 306.0 491.7 306.0 363.0' />
42
+ <polyline style='stroke:black; stroke-width:2; fill:none;'
43
+ points='529.2 919.6 529.2 852.5 529.2 852.5 529.2 785.4' />
44
+ <line style="stroke:black; stroke-width:2; " x1="252.0" y1="198.0" x2="360.0" y2="198.0"></line>
45
+ <line x1='237.6' y1='33.0' x2='374.4' y2='33.0' style='fill: none; stroke: black; stroke-width:2' />
46
+ <line x1='237.6' y1='33.0' x2='237.6' y2='352.0' style='fill: none; stroke: black; stroke-width:2' />
47
+ <line x1='374.4' y1='33.0' x2='374.4' y2='352.0' style='fill: none; stroke: black; stroke-width:2' />
48
+ <line x1='237.6' y1='352.0' x2='374.4' y2='352.0' style='fill: none; stroke: black; stroke-width:2' />
49
+ <line style="stroke:black; stroke-width:2; " x1="252.0" y1="796.4" x2="360.0" y2="796.4"></line>
50
+ <line x1='237.6' y1='631.4' x2='374.4' y2='631.4' style='fill: none; stroke: black; stroke-width:2' />
51
+ <line x1='237.6' y1='631.4' x2='237.6' y2='950.4' style='fill: none; stroke: black; stroke-width:2' />
52
+ <line x1='374.4' y1='631.4' x2='374.4' y2='950.4' style='fill: none; stroke: black; stroke-width:2' />
53
+ <line x1='237.6' y1='950.4' x2='374.4' y2='950.4' style='fill: none; stroke: black; stroke-width:2' />
54
+ <line x1='460.80000000000007' y1='930.6' x2='597.6000000000001' y2='930.6' style='fill: none; stroke: black; stroke-width:2' />
55
+ <line x1='460.80000000000007' y1='930.6' x2='460.80000000000007' y2='1073.6' style='fill: none; stroke: black; stroke-width:2' />
56
+ <line x1='597.6000000000001' y1='930.6' x2='597.6000000000001' y2='1073.6' style='fill: none; stroke: black; stroke-width:2' />
57
+ <line x1='460.80000000000007' y1='1073.6' x2='597.6000000000001' y2='1073.6' style='fill: none; stroke: black; stroke-width:2' />
58
+ <line x1='460.80000000000007' y1='1097.8' x2='597.6000000000001' y2='1097.8' style='fill: none; stroke: black; stroke-width:2' />
59
+ <line x1='460.80000000000007' y1='1097.8' x2='460.80000000000007' y2='1240.8' style='fill: none; stroke: black; stroke-width:2' />
60
+ <line x1='597.6000000000001' y1='1097.8' x2='597.6000000000001' y2='1240.8' style='fill: none; stroke: black; stroke-width:2' />
61
+ <line x1='460.80000000000007' y1='1240.8' x2='597.6000000000001' y2='1240.8' style='fill: none; stroke: black; stroke-width:2' />
62
+ <line x1='82.80000000000001' y1='785.4' x2='82.80000000000001' y2='1328.8' style='fill: none; stroke: black; stroke-width:2' />
63
+ <line x1='82.80000000000001' y1='785.4' x2='82.80000000000001' y2='1328.8' style='fill: none; stroke: black; stroke-width:2' />
64
+ <line x1='82.80000000000001' y1='1328.8' x2='306.0' y2='1328.8' style='fill: none; stroke: black; stroke-width:2' />
65
+ <line x1='306.0' y1='1328.8' x2='306.0' y2='961.4' style='fill: none; stroke: black; stroke-width:2' marker-end='url(#arrow)' />
66
+ <line x1='270.0' y1='961.4' x2='270.0' y2='1460.8' style='fill: none; stroke: black; stroke-width:2' stroke-dasharray='8 8' />
67
+ <line x1='270.0' y1='1460.8' x2='529.2' y2='1460.8' style='fill: none; stroke: black; stroke-width:2' stroke-dasharray='8 8' />
68
+ <line x1='529.2' y1='1460.8' x2='529.2' y2='1249.6' style='fill: none; stroke: black; stroke-width:2' stroke-dasharray='8 8' />
69
+ <line x1='306.0' y1='363.0' x2='529.2' y2='919.6' style='fill: none; stroke: black; stroke-width:2' />
70
+ <line x1='306.0' y1='363.0' x2='82.80000000000001' y2='620.4' style='fill: none; stroke: black; stroke-width:2' />
71
+ <line x1='306.0' y1='363.0' x2='306.0' y2='554.4' style='fill: none; stroke: black; stroke-width:2' marker-start='url(#arrowSolid)' />
72
+ <line x1='165.60000000000002' y1='702.9' x2='223.2' y2='702.9' style='fill: none; stroke: black; stroke-width:2' marker-start='url(#arrowSolid)' />
73
+ <line x1='306.0' y1='961.4' x2='529.2' y2='1084.6' style='fill: none; stroke: black; stroke-width:2' marker-start='url(#arrowSolid)' marker-end='url(#arrowSolid)' /></svg>