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
@@ -11,14 +11,14 @@ reference:
11
11
  ---
12
12
  ```
13
13
  [S
14
- [NP |R| SyntaxTree\*]
14
+ [NP |R| **SyntaxTree**]
15
15
  [VP
16
- [V generates]
16
+ [V *generates*]
17
17
  [NP
18
18
  [Adj #\+multilingual\
19
19
  \+beautiful]
20
- [NP syntax\
21
- trees]
20
+ [NP ^syntax\
21
+ trees]
22
22
  ]
23
23
  ]
24
24
  ]
@@ -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
@@ -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="1970.4" height="1571.2000000000003" viewBox="-20, -20, 1990.4, 1591.2000000000003" version="1.1" xmlns="http://www.w3.org/2000/svg">
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
4
  <defs>
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="purple" 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>
@@ -15,50 +18,51 @@
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="1990.4" height="1591.2000000000003" stroke="none" fill="white" />"
19
- <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='745.35' y='132.0'><tspan x='745.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>
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>
20
23
  </text>
21
- <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='266.79999999999995' y='431.2'><tspan x='266.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>
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>
22
25
  </text>
23
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>
24
- <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>SyntaxTree*</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>
25
29
  </text>
26
- <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='1187.9' y='431.2'><tspan x='1187.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>
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>
27
31
  </text>
28
- <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='836.0' y='730.4'><tspan x='836.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>
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>
29
33
  </text>
30
- <text white-space='pre' alignment-baseline='text-top' style='fill: green; font-size: 64px;' x='692.0' y='1029.6'><tspan x='692.0' y='1029.6' style="" text-decoration="" font-family="'Noto Sans Mono SemiCondensed', 'Noto Sans JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">generates</tspan>
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>
31
35
  </text>
32
- <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='1557.8000000000002' y='730.4'><tspan x='1557.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>
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>
33
37
  </text>
34
- <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='1311.2' y='1029.6'><tspan x='1311.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>
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>
35
39
  </text>
36
- <text white-space='pre' alignment-baseline='text-top' style='fill: green; font-size: 64px;' x='1131.2' y='1328.8000000000002'><tspan x='1131.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>
37
- <tspan x='1131.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>
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>
38
42
  </text>
39
- <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='1786.4' y='1029.6'><tspan x='1786.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>
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>
40
44
  </text>
41
- <text white-space='pre' alignment-baseline='text-top' style='fill: green; font-size: 64px;' x='1714.4' y='1328.8000000000002'><tspan x='1714.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>
42
- <tspan x='1732.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>
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>
43
47
  </text>
44
- <line style='stroke:black; stroke-width:2;' x1='302.79999999999995' y1='321.2' x2='763.35' y2='187.0' />
45
- <line style='stroke:black; stroke-width:2;' x1='1223.9' y1='321.2' x2='763.35' y2='187.0' />
46
- <polygon style='fill: none; stroke: black; stroke-width:2;' points='28.799999999999955 620.4 576.8 620.4 302.79999999999995 486.2' />
47
- <line style='stroke:black; stroke-width:2;' x1='854.0' y1='620.4' x2='1223.9' y2='486.2' />
48
- <line style='stroke:black; stroke-width:2;' x1='1593.8000000000002' y1='620.4' x2='1223.9' y2='486.2' />
49
- <line style='stroke:black; stroke-width:2;' x1='854.0' y1='919.6' x2='854.0' y2='785.4' />
50
- <line style='stroke:black; stroke-width:2;' x1='1365.2' y1='919.6' x2='1593.8000000000002' y2='785.4' />
51
- <line style='stroke:black; stroke-width:2;' x1='1822.4' y1='919.6' x2='1593.8000000000002' y2='785.4' />
52
- <line style='stroke:black; stroke-width:2;' x1='1365.2' y1='1218.8000000000002' x2='1365.2' y2='1084.6' />
53
- <line style='stroke:black; stroke-width:2;' x1='1822.4' y1='1218.8000000000002' x2='1822.4' y2='1084.6' />
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' />
54
58
  <rect style='stroke: green; stroke-width:2;'
55
59
  x='28.799999999999955' y='662.0'
56
60
  width='88.0' height='88.0'
57
61
  fill='none' />
58
62
 
59
- <line x1='1116.8' y1='1229.8000000000002' x2='1131.2' y2='1229.8000000000002' style='fill: none; stroke: green; stroke-width:2' />
60
- <line x1='1116.8' y1='1229.8000000000002' x2='1116.8' y2='1460.8000000000002' style='fill: none; stroke: green; stroke-width:2' />
61
- <line x1='1116.8' y1='1460.8000000000002' x2='1131.2' y2='1460.8000000000002' style='fill: none; stroke: green; stroke-width:2' />
62
- <line x1='1613.6' y1='1229.8000000000002' x2='1599.1999999999998' y2='1229.8000000000002' style='fill: none; stroke: green; stroke-width:2' />
63
- <line x1='1613.6' y1='1229.8000000000002' x2='1613.6' y2='1460.8000000000002' style='fill: none; stroke: green; stroke-width:2' />
64
- <line x1='1613.6' y1='1460.8000000000002' x2='1599.1999999999998' y2='1460.8000000000002' style='fill: none; stroke: green; stroke-width:2' /></svg>
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>