rsyntaxtree 1.1.3 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +1 -1
  3. data/.tags +581 -102
  4. data/docs/_examples/000.md +25 -0
  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/019.png +0 -0
  31. data/docs/assets/img/020.png +0 -0
  32. data/docs/assets/img/021.png +0 -0
  33. data/docs/assets/img/022.png +0 -0
  34. data/docs/assets/img/023.png +0 -0
  35. data/docs/assets/img/024.png +0 -0
  36. data/docs/assets/img/025.png +0 -0
  37. data/docs/assets/img/026.png +0 -0
  38. data/docs/assets/img/027.png +0 -0
  39. data/docs/assets/img/028.png +0 -0
  40. data/docs/assets/img/029.png +0 -0
  41. data/docs/assets/img/030.png +0 -0
  42. data/docs/assets/img/031.png +0 -0
  43. data/docs/assets/img/032.png +0 -0
  44. data/docs/assets/img/033.png +0 -0
  45. data/docs/assets/img/034.png +0 -0
  46. data/docs/assets/svg/000.svg +68 -0
  47. data/docs/assets/svg/001.svg +3 -0
  48. data/docs/assets/svg/002.svg +3 -0
  49. data/docs/assets/svg/003.svg +3 -0
  50. data/docs/assets/svg/004.svg +3 -0
  51. data/docs/assets/svg/005.svg +3 -0
  52. data/docs/assets/svg/006.svg +3 -0
  53. data/docs/assets/svg/007.svg +3 -0
  54. data/docs/assets/svg/008.svg +3 -0
  55. data/docs/assets/svg/009.svg +3 -0
  56. data/docs/assets/svg/010.svg +13 -8
  57. data/docs/assets/svg/011.svg +3 -0
  58. data/docs/assets/svg/012.svg +3 -0
  59. data/docs/assets/svg/013.svg +3 -0
  60. data/docs/assets/svg/014.svg +3 -0
  61. data/docs/assets/svg/015.svg +3 -0
  62. data/docs/assets/svg/016.svg +3 -0
  63. data/docs/assets/svg/017.svg +3 -0
  64. data/docs/assets/svg/018.svg +3 -0
  65. data/docs/assets/svg/019.svg +186 -183
  66. data/docs/assets/svg/020.svg +3 -0
  67. data/docs/assets/svg/021.svg +3 -0
  68. data/docs/assets/svg/022.svg +69 -66
  69. data/docs/assets/svg/023.svg +18 -15
  70. data/docs/assets/svg/024.svg +3 -0
  71. data/docs/assets/svg/025.svg +3 -0
  72. data/docs/assets/svg/026.svg +3 -0
  73. data/docs/assets/svg/027.svg +3 -0
  74. data/docs/assets/svg/028.svg +3 -0
  75. data/docs/assets/svg/029.svg +126 -0
  76. data/docs/assets/svg/030.svg +76 -0
  77. data/docs/assets/svg/031.svg +36 -0
  78. data/docs/assets/svg/032.svg +73 -0
  79. data/docs/assets/svg/033.svg +74 -0
  80. data/docs/assets/svg/034.svg +91 -0
  81. data/docs/documentation.md +18 -5
  82. data/docs/documentation_ja.md +11 -3
  83. data/docs/examples.html +44 -41
  84. data/lib/rsyntaxtree/element.rb +1 -2
  85. data/lib/rsyntaxtree/markup_parser.rb +1 -1
  86. data/lib/rsyntaxtree/svg_graph.rb +90 -18
  87. data/lib/rsyntaxtree/version.rb +1 -1
  88. data/test/markup_parser_test.rb +2 -0
  89. metadata +24 -3
@@ -0,0 +1,25 @@
1
+ ---
2
+ name: "000"
3
+ caption: "RSyntaxTree basic example"
4
+ colorization: "on"
5
+ category: "General"
6
+ polyline: "off"
7
+ symmetrization: "off"
8
+ connector: "auto"
9
+ font: "Noto Sans Mono"
10
+ reference:
11
+ ---
12
+ ```
13
+ [S
14
+ [NP |R| **SyntaxTree**]
15
+ [VP
16
+ [V *generates*]
17
+ [NP
18
+ [Adj #\+multilingual\
19
+ \+beautiful]
20
+ [NP ^syntax\
21
+ trees]
22
+ ]
23
+ ]
24
+ ]
25
+ ```
@@ -1,6 +1,5 @@
1
1
  ---
2
2
  name: "010"
3
- caption: "Path drawing sample"
4
3
  category: "Generative Grammar"
5
4
  polyline: "off"
6
5
  colorization: "on"
@@ -0,0 +1,56 @@
1
+ ---
2
+ name: "029"
3
+ caption: "Animal ontology"
4
+ colorization: "off"
5
+ category: "Formal Concept Analysis"
6
+ polyline: "off"
7
+ symmetrization: "off"
8
+ connector: "auto"
9
+ font: "Noto Sans Mono"
10
+ reference:
11
+ ---
12
+ ```
13
+ [##Human,<>Bonobo,<>Lion,<>Eagle,<>Sparrow,<>Ostrich\
14
+ ---\
15
+ <>
16
+ [##Human\
17
+ ---\
18
+ talking,<>ape,<>mammal
19
+ [##Bonobo\
20
+ ---\
21
+ ape,<>mammal+-1]
22
+ ]
23
+ [##Lion\
24
+ ---\
25
+ mammal,<>preying+-4+-6
26
+ [<>\ <>\ <>
27
+ [##<>\
28
+ ---\
29
+ mammal+-1+-2+-4
30
+ ]
31
+ ]
32
+ ]
33
+ [##Eagle\
34
+ ---\
35
+ preying,<>flying,<>bird
36
+ [##<>\
37
+ ---\
38
+ preying+-5+-6
39
+ [<>\ <>\ <>
40
+ [##<>\
41
+ ---\
42
+ talking,<>ape,<>mammal,<>preying,<>flying,<>bird+-2+-3+-5
43
+ ]
44
+ ]
45
+ ]
46
+ [##Sparrow\
47
+ ---\
48
+ flying,<>bird
49
+ [##Ostrich\
50
+ ---\
51
+ bird<>+-3
52
+ ]
53
+ ]
54
+ ]
55
+ ]
56
+ ```
@@ -0,0 +1,33 @@
1
+ ---
2
+ name: "030"
3
+ caption: "Subject-predicate construction"
4
+ colorization: "off"
5
+ category: "Construction Grammar"
6
+ polyline: "off"
7
+ symmetrization: "off"
8
+ connector: "auto"
9
+ font: "Noto Serif"
10
+ reference:
11
+ ---
12
+ ```
13
+ [##Subject\-Predicate<>Construction
14
+ [##Intransitive+-1
15
+ [<>
16
+ [<>
17
+ [##Intransitive<>Motion\
18
+ ---\
19
+ *The<>boy<>ran<>home.*+-1+-2]
20
+ ]
21
+ ]
22
+ ]
23
+ [##Transitive
24
+ [##Caused\-Motion\
25
+ ---\
26
+ *Pat<>sneezed<>the<>napkin<>off<>the<>table.*+-2]
27
+ [##Ditransitive\
28
+ ---\
29
+ *Pat<>threw<>Chris<>the<>ball.*
30
+ ]
31
+ ]
32
+ ]
33
+ ```
@@ -0,0 +1,20 @@
1
+ ---
2
+ name: "031"
3
+ caption: "Lambda calculus"
4
+ colorization: "off"
5
+ category: "Formal Semantics"
6
+ polyline: "off"
7
+ symmetrization: "off"
8
+ connector: "auto"
9
+ font: "Noto Sans Mono"
10
+ reference:
11
+ ---
12
+ ```
13
+ [chase(mouse)(cat)
14
+ [<>λx.λy.chase(mouse)(y)<>
15
+ [<>λxλy.chase(x)(y)<>]
16
+ [<>mouse<>]
17
+ ]
18
+ [<>cat<>]
19
+ ]
20
+ ```
@@ -0,0 +1,26 @@
1
+ ---
2
+ name: "032"
3
+ caption:
4
+ category: "Test"
5
+ polyline: "on"
6
+ colorization: "off"
7
+ symmetrization: "off"
8
+ connector: "none"
9
+ font: "Noto Sans Mono"
10
+ reference: ""
11
+ ---
12
+ ```
13
+ [##ABC\
14
+ ---\
15
+ abc+-3+-4+->6
16
+ DEF+0+->2+-4
17
+ [##GHI\
18
+ ---\
19
+ ghi+>0+->1+-2+5+-6]
20
+ [JKL
21
+ [##MNO+-3
22
+ ##XYZ+5+->1
23
+ ]
24
+ ]
25
+ ]
26
+ ```
@@ -0,0 +1,26 @@
1
+ ---
2
+ name: "033"
3
+ category: "Test"
4
+ caption:
5
+ polyline: "on"
6
+ colorization: "off"
7
+ symmetrization: "off"
8
+ connector: "auto"
9
+ font: "Noto Sans Mono"
10
+ reference: ""
11
+ ---
12
+ ```
13
+ [##ABC\
14
+ ---\
15
+ abc+-3+-4
16
+ DEF+>0+-2+-4
17
+ [##GHI\
18
+ ---\
19
+ ghi+0+-1+-2+5]
20
+ [JKL
21
+ [##MNO+-3
22
+ ##XYZ+5+-1
23
+ ]
24
+ ]
25
+ ]
26
+ ```
@@ -0,0 +1,26 @@
1
+ ---
2
+ name: "034"
3
+ caption: "Taxonomic Hierarchy of clauses"
4
+ colorization: "off"
5
+ category: "Construction Grammar"
6
+ polyline: "off"
7
+ symmetrization: "off"
8
+ connector: "auto"
9
+ font: "Noto Serif"
10
+ reference: "Croft and Cruse 2004"
11
+ ---
12
+ ```
13
+ [##Clause
14
+ [##Sbj<>IntrVerb
15
+ [##Sbj<>*sleep*]
16
+ [##Sbj<>*run*]
17
+ ]
18
+ [##Sbj<>TrVerb<>Obj
19
+ [##Sbj<>*kick*<>Obj
20
+ [##Sbj<>*kick<>the<>bucket*]
21
+ [##Sbj<>*kick<>the<>habit*]
22
+ ]
23
+ [##Sbj<>*kiss*<>Obj]
24
+ ]
25
+ ]
26
+ ```
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
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -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="1906.4" height="1571.2000000000003" viewBox="-20, -20, 1926.4, 1591.2000000000003" 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="purple" 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="blue" 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="green" stroke-width="4"></line>
19
+ </pattern>
20
+ </defs>
21
+ <rect x="-20" y="-20" width="1926.4" height="1591.2000000000003" stroke="none" fill="white" />"
22
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='697.35' y='132.0'><tspan x='697.35' y='132.0' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">S</tspan>
23
+ </text>
24
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='234.79999999999995' y='431.2'><tspan x='234.79999999999995' y='431.2' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">NP</tspan>
25
+ </text>
26
+ <text white-space='pre' alignment-baseline='text-top' style='fill: green; font-size: 64px;' x='28.799999999999955' y='730.4'><tspan x='54.799999999999955' y='730.4' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">R</tspan>
27
+ <tspan x='116.79999999999995' y='730.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>
28
+ <tspan x='152.79999999999995' y='730.4' style="font-weight: bold; " text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">SyntaxTree</tspan>
29
+ </text>
30
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='1123.9' y='431.2'><tspan x='1123.9' y='431.2' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">VP</tspan>
31
+ </text>
32
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='772.0' y='730.4'><tspan x='772.0' y='730.4' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">V</tspan>
33
+ </text>
34
+ <text white-space='pre' alignment-baseline='text-top' style='fill: green; font-size: 64px;' x='628.0' y='1029.6'><tspan x='628.0' y='1029.6' style="font-style: italic; " text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">generates</tspan>
35
+ </text>
36
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='1493.8000000000002' y='730.4'><tspan x='1493.8000000000002' y='730.4' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">NP</tspan>
37
+ </text>
38
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='1247.2' y='1029.6'><tspan x='1247.2' y='1029.6' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">Adj</tspan>
39
+ </text>
40
+ <text white-space='pre' alignment-baseline='text-top' style='fill: green; font-size: 64px;' x='1067.2' y='1328.8000000000002'><tspan x='1067.2' y='1328.8000000000002' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">+multilingual</tspan>
41
+ <tspan x='1067.2' y='1416.8000000000002' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">+beautiful</tspan>
42
+ </text>
43
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='1722.4' y='1029.6'><tspan x='1722.4' y='1029.6' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">NP</tspan>
44
+ </text>
45
+ <text white-space='pre' alignment-baseline='text-top' style='fill: green; font-size: 64px;' x='1650.4' y='1328.8000000000002'><tspan x='1650.4' y='1328.8000000000002' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">syntax</tspan>
46
+ <tspan x='1668.4' y='1416.8000000000002' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">trees</tspan>
47
+ </text>
48
+ <line style='stroke:black; stroke-width:2;' x1='270.79999999999995' y1='321.2' x2='715.35' y2='187.0' />
49
+ <line style='stroke:black; stroke-width:2;' x1='1159.9' y1='321.2' x2='715.35' y2='187.0' />
50
+ <polygon style='fill: none; stroke: black; stroke-width:2;' points='28.799999999999955 620.4 512.8 620.4 270.79999999999995 486.2' />
51
+ <line style='stroke:black; stroke-width:2;' x1='790.0' y1='620.4' x2='1159.9' y2='486.2' />
52
+ <line style='stroke:black; stroke-width:2;' x1='1529.8000000000002' y1='620.4' x2='1159.9' y2='486.2' />
53
+ <line style='stroke:black; stroke-width:2;' x1='790.0' y1='919.6' x2='790.0' y2='785.4' />
54
+ <line style='stroke:black; stroke-width:2;' x1='1301.2' y1='919.6' x2='1529.8000000000002' y2='785.4' />
55
+ <line style='stroke:black; stroke-width:2;' x1='1758.4' y1='919.6' x2='1529.8000000000002' y2='785.4' />
56
+ <line style='stroke:black; stroke-width:2;' x1='1301.2' y1='1218.8000000000002' x2='1301.2' y2='1084.6' />
57
+ <polygon style='fill: none; stroke: black; stroke-width:2;' points='1650.4 1218.8000000000002 1866.4 1218.8000000000002 1758.4 1084.6' />
58
+ <rect style='stroke: green; stroke-width:2;'
59
+ x='28.799999999999955' y='662.0'
60
+ width='88.0' height='88.0'
61
+ fill='none' />
62
+
63
+ <line x1='1052.8' y1='1229.8000000000002' x2='1067.2' y2='1229.8000000000002' style='fill: none; stroke: green; stroke-width:2' />
64
+ <line x1='1052.8' y1='1229.8000000000002' x2='1052.8' y2='1460.8000000000002' style='fill: none; stroke: green; stroke-width:2' />
65
+ <line x1='1052.8' y1='1460.8000000000002' x2='1067.2' y2='1460.8000000000002' style='fill: none; stroke: green; stroke-width:2' />
66
+ <line x1='1549.6' y1='1229.8000000000002' x2='1535.1999999999998' y2='1229.8000000000002' style='fill: none; stroke: green; stroke-width:2' />
67
+ <line x1='1549.6' y1='1229.8000000000002' x2='1549.6' y2='1460.8000000000002' style='fill: none; stroke: green; stroke-width:2' />
68
+ <line x1='1549.6' y1='1460.8000000000002' x2='1535.1999999999998' y2='1460.8000000000002' style='fill: none; stroke: green; stroke-width:2' /></svg>
@@ -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="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="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>
@@ -1,10 +1,13 @@
1
1
  <?xml version="1.0" standalone="no"?>
2
2
  <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <svg width="2481.3999999999996" height="2696.6000000000004" viewBox="-20, -20, 2501.3999999999996, 2716.6000000000004" version="1.1" xmlns="http://www.w3.org/2000/svg">
3
+ <svg width="2481.3999999999996" height="2719.4" viewBox="-20, -20, 2501.3999999999996, 2739.4" version="1.1" xmlns="http://www.w3.org/2000/svg">
4
4
  <defs>
5
5
  <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="13.440000000000001" viewBox="0 0 13.440000000000001 13.440000000000001" refX="6.720000000000001" refY="0">
6
6
  <polyline fill="none" stroke="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>
@@ -15,7 +18,7 @@
15
18
  <line x1="0" y="0" x2="0" y2="10" stroke="green" stroke-width="4"></line>
16
19
  </pattern>
17
20
  </defs>
18
- <rect x="-20" y="-20" width="2501.3999999999996" height="2716.6000000000004" stroke="none" fill="white" />"
21
+ <rect x="-20" y="-20" width="2501.3999999999996" height="2739.4" stroke="none" fill="white" />"
19
22
  <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='276.96171875000005' y='132.0'><tspan x='276.96171875000005' y='132.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">CP</tspan>
20
23
  </text>
21
24
  <text white-space='pre' alignment-baseline='text-top' style='fill: blue; 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">C</tspan>
@@ -77,9 +80,11 @@
77
80
  <line style='stroke:black; stroke-width:2;' x1='2125.45' y1='1847.2' x2='1861.2749999999999' y2='1708.0' />
78
81
  <line style='stroke:black; stroke-width:2;' x1='1960.0' y1='2151.4' x2='2125.45' y2='2012.2' />
79
82
  <line style='stroke:black; stroke-width:2;' x1='2290.8999999999996' y1='2151.4' x2='2125.45' y2='2012.2' />
80
- <line x1='842.8' y1='1629.6' x2='842.8' y2='2520.8' style='fill: none; stroke: purple; stroke-width:2' />
81
- <line x1='842.8' y1='2520.8' x2='292.0000000000001' y2='2520.8' style='fill: none; stroke: purple; stroke-width:2' />
82
- <line x1='292.0000000000001' y1='2520.8' x2='292.0000000000001' y2='1021.1999999999999' style='fill: none; stroke: purple; stroke-width:2' marker-end='url(#arrow)' />
83
- <line x1='1960.0' y1='2542.2000000000003' x2='1960.0' y2='2656.6000000000004' style='fill: none; stroke: purple; stroke-width:2' />
84
- <line x1='1960.0' y1='2656.6000000000004' x2='1164.7' y2='2656.6000000000004' style='fill: none; stroke: purple; stroke-width:2' />
85
- <line x1='1164.7' y1='2656.6000000000004' x2='1164.7' y2='1933.8' style='fill: none; stroke: purple; stroke-width:2' marker-end='url(#arrow)' /></svg>
83
+ <line x1='842.8' y1='1634.8' x2='842.8' y2='2521.6' style='fill: none; stroke: purple; stroke-width:2' />
84
+ <line x1='842.8' y1='1634.8' x2='842.8' y2='2521.6' style='fill: none; stroke: purple; stroke-width:2' />
85
+ <line x1='842.8' y1='2521.6' x2='292.0000000000001' y2='2521.6' style='fill: none; stroke: purple; stroke-width:2' />
86
+ <line x1='292.0000000000001' y1='2521.6' x2='292.0000000000001' y2='1026.4' style='fill: none; stroke: purple; stroke-width:2' marker-end='url(#arrow)' />
87
+ <line x1='1960.0' y1='2547.4' x2='1960.0' y2='2679.4' style='fill: none; stroke: purple; stroke-width:2' />
88
+ <line x1='1960.0' y1='2547.4' x2='1960.0' y2='2679.4' style='fill: none; stroke: purple; stroke-width:2' />
89
+ <line x1='1960.0' y1='2679.4' x2='1164.7' y2='2679.4' style='fill: none; stroke: purple; stroke-width:2' />
90
+ <line x1='1164.7' y1='2679.4' x2='1164.7' y2='1939.0' style='fill: none; stroke: purple; stroke-width:2' marker-end='url(#arrow)' /></svg>
@@ -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="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>