rsyntaxtree 1.0.8 → 1.1.1
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.
- checksums.yaml +4 -4
- data/.rubocop.yml +77 -0
- data/.solargraph.yml +22 -0
- data/.tags +238 -10
- data/Gemfile +10 -5
- data/README.md +3 -2
- data/Rakefile +5 -2
- data/bin/rsyntaxtree +42 -50
- data/docs/Gemfile +3 -1
- data/docs/_layouts/default.html +1 -1
- data/docs/assets/svg/001.svg +39 -0
- data/docs/assets/svg/002.svg +65 -0
- data/docs/assets/svg/003.svg +54 -0
- data/docs/assets/svg/004.svg +68 -0
- data/docs/assets/svg/005.svg +41 -0
- data/docs/assets/svg/006.svg +47 -0
- data/docs/assets/svg/007.svg +55 -0
- data/docs/assets/svg/008.svg +63 -0
- data/docs/assets/svg/009.svg +61 -0
- data/docs/assets/svg/010.svg +85 -0
- data/docs/assets/svg/011.svg +49 -0
- data/docs/assets/svg/012.svg +55 -0
- data/docs/assets/svg/013.svg +203 -0
- data/docs/assets/svg/014.svg +188 -0
- data/docs/assets/svg/015.svg +60 -0
- data/docs/assets/svg/016.svg +801 -0
- data/docs/assets/svg/017.svg +77 -0
- data/docs/assets/svg/018.svg +66 -0
- data/docs/assets/svg/019.svg +256 -0
- data/docs/assets/svg/020.svg +99 -0
- data/lib/rsyntaxtree/base_graph.rb +260 -264
- data/lib/rsyntaxtree/element.rb +167 -179
- data/lib/rsyntaxtree/elementlist.rb +105 -124
- data/lib/rsyntaxtree/markup_parser.rb +82 -93
- data/lib/rsyntaxtree/string_parser.rb +221 -237
- data/lib/rsyntaxtree/svg_graph.rb +158 -197
- data/lib/rsyntaxtree/utils.rb +59 -63
- data/lib/rsyntaxtree/version.rb +3 -2
- data/lib/rsyntaxtree.rb +173 -177
- data/rsyntaxtree.gemspec +12 -10
- data/test/example_verify_test.rb +96 -0
- data/test/markup_parser_test.rb +3 -2
- metadata +54 -17
@@ -0,0 +1,203 @@
|
|
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="2539.7999999999997" height="3987.0" viewBox="-20, -20, 2559.7999999999997, 4007.0" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
4
|
+
<defs>
|
5
|
+
<marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="13.440000000000001" viewBox="0 0 13.440000000000001 13.440000000000001" refX="6.720000000000001" refY="0">
|
6
|
+
<polyline fill="none" stroke="black" stroke-width="1" points="0,13.440000000000001,6.720000000000001,0,13.440000000000001,13.440000000000001" />
|
7
|
+
</marker>
|
8
|
+
<pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
|
9
|
+
<line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
|
10
|
+
</pattern>
|
11
|
+
<pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
|
12
|
+
<line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
|
13
|
+
</pattern>
|
14
|
+
<pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
|
15
|
+
<line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
|
16
|
+
</pattern>
|
17
|
+
</defs>
|
18
|
+
<rect x="-20" y="-20" width="2559.7999999999997" height="4007.0" stroke="none" fill="white" />"
|
19
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='629.0124999999998' y='132.0'><tspan x='629.0124999999998' y='132.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">HEAD<tspan style='fill:none;'>■</tspan></tspan>
|
20
|
+
<tspan x='873.5124999999998' y='127.4' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">1</tspan>
|
21
|
+
<tspan x='629.0124999999998' y='313.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">SPR<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan>〉</tspan>
|
22
|
+
<tspan x='629.0124999999998' y='406.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">COMPS<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan>〉</tspan>
|
23
|
+
</text>
|
24
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='33.60000000000002' y='912.5999999999999'><tspan x='33.60000000000002' y='912.5999999999999' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">HEAD<tspan style='fill:none;'>■</tspan></tspan>
|
25
|
+
<tspan x='278.1' y='907.9999999999999' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">2</tspan>
|
26
|
+
<tspan x='33.60000000000002' y='1093.6' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">noun</tspan>
|
27
|
+
<tspan x='33.60000000000002' y='1274.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">SPR<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan>〉</tspan>
|
28
|
+
<tspan x='33.60000000000002' y='1367.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">COMPS〈<tspan style='fill:none;'>■</tspan>〉</tspan>
|
29
|
+
</text>
|
30
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='165.60000000000002' y='1953.3999999999999'><tspan x='165.60000000000002' y='1953.3999999999999' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Kim</tspan>
|
31
|
+
</text>
|
32
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1240.4249999999997' y='912.5999999999999'><tspan x='1240.4249999999997' y='912.5999999999999' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">HEAD<tspan style='fill:none;'>■</tspan></tspan>
|
33
|
+
<tspan x='1484.9249999999997' y='907.9999999999999' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">1</tspan>
|
34
|
+
<tspan x='1240.4249999999997' y='1093.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">SPR<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan></tspan>
|
35
|
+
<tspan x='1510.9249999999997' y='1089.0' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">2</tspan>
|
36
|
+
<tspan x='1555.4249999999997' y='1093.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"><tspan style='fill:none;'>■</tspan>〉</tspan>
|
37
|
+
<tspan x='1240.4249999999997' y='1186.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">COMPS<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan>〉</tspan>
|
38
|
+
</text>
|
39
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='561.0' y='1693.1999999999998'><tspan x='561.0' y='1693.1999999999998' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">HEAD<tspan style='fill:none;'>■</tspan></tspan>
|
40
|
+
<tspan x='805.5' y='1688.6' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">1</tspan>
|
41
|
+
<tspan x='561.0' y='1874.1999999999998' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">verb</tspan>
|
42
|
+
<tspan x='561.0' y='2055.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">SPR<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan></tspan>
|
43
|
+
<tspan x='831.5' y='2050.6' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">2</tspan>
|
44
|
+
<tspan x='876.0' y='2055.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"><tspan style='fill:none;'>■</tspan>NP〉</tspan>
|
45
|
+
<tspan x='561.0' y='2148.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">COMPS<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan></tspan>
|
46
|
+
<tspan x='942.5' y='2143.6' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">3</tspan>
|
47
|
+
<tspan x='987.0' y='2148.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"><tspan style='fill:none;'>■</tspan>PP[</tspan>
|
48
|
+
<tspan x='1123.0' y='2148.2' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">on</tspan>
|
49
|
+
<tspan x='1198.0' y='2148.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">]〉</tspan>
|
50
|
+
</text>
|
51
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='837.0' y='2734.0'><tspan x='837.0' y='2734.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">relies</tspan>
|
52
|
+
</text>
|
53
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1770.85' y='1693.1999999999998'><tspan x='1770.85' y='1693.1999999999998' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"><tspan style='fill:none;'>■■■■■■</tspan></tspan>
|
54
|
+
<tspan x='1983.35' y='1688.6' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">3</tspan>
|
55
|
+
<tspan x='1770.85' y='1874.1999999999998' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">HEAD<tspan style='fill:none;'>■</tspan></tspan>
|
56
|
+
<tspan x='2015.35' y='1869.6' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">4</tspan>
|
57
|
+
<tspan x='1770.85' y='2055.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">SPR<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan>〉</tspan>
|
58
|
+
<tspan x='1770.85' y='2148.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">COMPS<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan>〉</tspan>
|
59
|
+
</text>
|
60
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1418.4' y='2734.0'><tspan x='1418.4' y='2734.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">HEAD<tspan style='fill:none;'>■</tspan></tspan>
|
61
|
+
<tspan x='1662.9' y='2729.4' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">4</tspan>
|
62
|
+
<tspan x='1418.4' y='2915.0' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">prep</tspan>
|
63
|
+
<tspan x='1418.4' y='3008.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">FORM<tspan style='fill:none;'>■</tspan></tspan>
|
64
|
+
<tspan x='1647.4' y='3008.0' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">on</tspan>
|
65
|
+
<tspan x='1418.4' y='3189.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">SPR<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan>〉</tspan>
|
66
|
+
<tspan x='1418.4' y='3282.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">COMPS<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan></tspan>
|
67
|
+
<tspan x='1799.9' y='3277.4' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">5</tspan>
|
68
|
+
<tspan x='1844.4' y='3282.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"><tspan style='fill:none;'>■</tspan>〉</tspan>
|
69
|
+
</text>
|
70
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1639.4' y='3947.0'><tspan x='1639.4' y='3947.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">on</tspan>
|
71
|
+
</text>
|
72
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2074.7999999999997' y='2734.0'><tspan x='2074.7999999999997' y='2734.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">HEAD<tspan style='fill:none;'>■</tspan></tspan>
|
73
|
+
<tspan x='2319.2999999999997' y='2729.4' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">5</tspan>
|
74
|
+
<tspan x='2074.7999999999997' y='2915.0' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">noun</tspan>
|
75
|
+
<tspan x='2074.7999999999997' y='3096.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">SPR<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan>〉</tspan>
|
76
|
+
<tspan x='2074.7999999999997' y='3189.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">COMPS<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan>〉</tspan>
|
77
|
+
</text>
|
78
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='2193.2999999999997' y='3774.8'><tspan x='2193.2999999999997' y='3774.8' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Sandy</tspan>
|
79
|
+
</text>
|
80
|
+
<line style='stroke:black; stroke-width:2;' x1='230.10000000000002' y1='802.5999999999999' x2='841.5124999999999' y2='461.0' />
|
81
|
+
<line style='stroke:black; stroke-width:2;' x1='1452.9249999999997' y1='802.5999999999999' x2='841.5124999999999' y2='461.0' />
|
82
|
+
<line style='stroke:black; stroke-width:2;' x1='230.10000000000002' y1='1843.3999999999999' x2='230.10000000000002' y2='1422.6' />
|
83
|
+
<line style='stroke:black; stroke-width:2;' x1='922.5' y1='1583.1999999999998' x2='1452.9249999999997' y2='1241.6' />
|
84
|
+
<line style='stroke:black; stroke-width:2;' x1='1983.35' y1='1583.1999999999998' x2='1452.9249999999997' y2='1241.6' />
|
85
|
+
<line style='stroke:black; stroke-width:2;' x1='922.5' y1='2624.0' x2='922.5' y2='2203.2' />
|
86
|
+
<line style='stroke:black; stroke-width:2;' x1='1679.4' y1='2624.0' x2='1983.35' y2='2203.2' />
|
87
|
+
<line style='stroke:black; stroke-width:2;' x1='2287.2999999999997' y1='2624.0' x2='1983.35' y2='2203.2' />
|
88
|
+
<line style='stroke:black; stroke-width:2;' x1='1679.4' y1='3837.0' x2='1679.4' y2='3337.0' />
|
89
|
+
<line style='stroke:black; stroke-width:2;' x1='2287.2999999999997' y1='3664.8' x2='2287.2999999999997' y2='3244.0' />
|
90
|
+
<rect style='stroke: black; stroke-width:2;'
|
91
|
+
x='853.0124999999998' y='77.4'
|
92
|
+
width='65.0' height='65.0'
|
93
|
+
fill='none' />
|
94
|
+
|
95
|
+
<line style="stroke:black; stroke-width:2; " x1="629.0124999999998" y1="198.0" x2="1054.0124999999998" y2="198.0"></line>
|
96
|
+
<line x1='612.2124999999999' y1='33.0' x2='629.0124999999998' y2='33.0' style='fill: none; stroke: black; stroke-width:2' />
|
97
|
+
<line x1='612.2124999999999' y1='33.0' x2='612.2124999999999' y2='450.0' style='fill: none; stroke: black; stroke-width:2' />
|
98
|
+
<line x1='612.2124999999999' y1='450.0' x2='629.0124999999998' y2='450.0' style='fill: none; stroke: black; stroke-width:2' />
|
99
|
+
<line x1='1070.8125' y1='33.0' x2='1054.0125' y2='33.0' style='fill: none; stroke: black; stroke-width:2' />
|
100
|
+
<line x1='1070.8125' y1='33.0' x2='1070.8125' y2='450.0' style='fill: none; stroke: black; stroke-width:2' />
|
101
|
+
<line x1='1070.8125' y1='450.0' x2='1054.0125' y2='450.0' style='fill: none; stroke: black; stroke-width:2' />
|
102
|
+
<rect style='stroke: black; stroke-width:2;'
|
103
|
+
x='257.6' y='857.9999999999999'
|
104
|
+
width='65.0' height='65.0'
|
105
|
+
fill='none' />
|
106
|
+
|
107
|
+
<line style="stroke:black; stroke-width:2; " x1="33.60000000000002" y1="978.5999999999999" x2="426.6" y2="978.5999999999999"></line>
|
108
|
+
<line style="stroke:black; stroke-width:2; " x1="33.60000000000002" y1="1159.6" x2="426.6" y2="1159.6"></line>
|
109
|
+
<line x1='16.800000000000022' y1='813.5999999999999' x2='33.60000000000002' y2='813.5999999999999' style='fill: none; stroke: black; stroke-width:2' />
|
110
|
+
<line x1='16.800000000000022' y1='813.5999999999999' x2='16.800000000000022' y2='1411.6' style='fill: none; stroke: black; stroke-width:2' />
|
111
|
+
<line x1='16.800000000000022' y1='1411.6' x2='33.60000000000002' y2='1411.6' style='fill: none; stroke: black; stroke-width:2' />
|
112
|
+
<line x1='443.40000000000003' y1='813.5999999999999' x2='426.6' y2='813.5999999999999' style='fill: none; stroke: black; stroke-width:2' />
|
113
|
+
<line x1='443.40000000000003' y1='813.5999999999999' x2='443.40000000000003' y2='1411.6' style='fill: none; stroke: black; stroke-width:2' />
|
114
|
+
<line x1='443.40000000000003' y1='1411.6' x2='426.6' y2='1411.6' style='fill: none; stroke: black; stroke-width:2' />
|
115
|
+
<rect style='stroke: black; stroke-width:2;'
|
116
|
+
x='1464.4249999999997' y='857.9999999999999'
|
117
|
+
width='65.0' height='65.0'
|
118
|
+
fill='none' />
|
119
|
+
|
120
|
+
<line style="stroke:black; stroke-width:2; " x1="1240.4249999999997" y1="978.5999999999999" x2="1665.4249999999997" y2="978.5999999999999"></line>
|
121
|
+
<rect style='stroke: black; stroke-width:2;'
|
122
|
+
x='1490.4249999999997' y='1039.0'
|
123
|
+
width='65.0' height='65.0'
|
124
|
+
fill='none' />
|
125
|
+
|
126
|
+
<line x1='1223.6249999999998' y1='813.5999999999999' x2='1240.4249999999997' y2='813.5999999999999' style='fill: none; stroke: black; stroke-width:2' />
|
127
|
+
<line x1='1223.6249999999998' y1='813.5999999999999' x2='1223.6249999999998' y2='1230.6' style='fill: none; stroke: black; stroke-width:2' />
|
128
|
+
<line x1='1223.6249999999998' y1='1230.6' x2='1240.4249999999997' y2='1230.6' style='fill: none; stroke: black; stroke-width:2' />
|
129
|
+
<line x1='1682.225' y1='813.5999999999999' x2='1665.425' y2='813.5999999999999' style='fill: none; stroke: black; stroke-width:2' />
|
130
|
+
<line x1='1682.225' y1='813.5999999999999' x2='1682.225' y2='1230.6' style='fill: none; stroke: black; stroke-width:2' />
|
131
|
+
<line x1='1682.225' y1='1230.6' x2='1665.425' y2='1230.6' style='fill: none; stroke: black; stroke-width:2' />
|
132
|
+
<rect style='stroke: black; stroke-width:2;'
|
133
|
+
x='785.0' y='1638.6'
|
134
|
+
width='65.0' height='65.0'
|
135
|
+
fill='none' />
|
136
|
+
|
137
|
+
<line style="stroke:black; stroke-width:2; " x1="561.0" y1="1759.1999999999998" x2="1284.0" y2="1759.1999999999998"></line>
|
138
|
+
<line style="stroke:black; stroke-width:2; " x1="561.0" y1="1940.1999999999998" x2="1284.0" y2="1940.1999999999998"></line>
|
139
|
+
<rect style='stroke: black; stroke-width:2;'
|
140
|
+
x='811.0' y='2000.6'
|
141
|
+
width='65.0' height='65.0'
|
142
|
+
fill='none' />
|
143
|
+
|
144
|
+
<rect style='stroke: black; stroke-width:2;'
|
145
|
+
x='922.0' y='2093.6'
|
146
|
+
width='65.0' height='65.0'
|
147
|
+
fill='none' />
|
148
|
+
|
149
|
+
<line x1='544.2' y1='1594.1999999999998' x2='561.0' y2='1594.1999999999998' style='fill: none; stroke: black; stroke-width:2' />
|
150
|
+
<line x1='544.2' y1='1594.1999999999998' x2='544.2' y2='2192.2' style='fill: none; stroke: black; stroke-width:2' />
|
151
|
+
<line x1='544.2' y1='2192.2' x2='561.0' y2='2192.2' style='fill: none; stroke: black; stroke-width:2' />
|
152
|
+
<line x1='1300.8000000000002' y1='1594.1999999999998' x2='1284.0000000000002' y2='1594.1999999999998' style='fill: none; stroke: black; stroke-width:2' />
|
153
|
+
<line x1='1300.8000000000002' y1='1594.1999999999998' x2='1300.8000000000002' y2='2192.2' style='fill: none; stroke: black; stroke-width:2' />
|
154
|
+
<line x1='1300.8000000000002' y1='2192.2' x2='1284.0000000000002' y2='2192.2' style='fill: none; stroke: black; stroke-width:2' />
|
155
|
+
<rect style='stroke: black; stroke-width:2;'
|
156
|
+
x='1962.85' y='1638.6'
|
157
|
+
width='65.0' height='65.0'
|
158
|
+
fill='none' />
|
159
|
+
|
160
|
+
<line style="stroke:black; stroke-width:2; " x1="1770.85" y1="1759.1999999999998" x2="2195.85" y2="1759.1999999999998"></line>
|
161
|
+
<rect style='stroke: black; stroke-width:2;'
|
162
|
+
x='1994.85' y='1819.6'
|
163
|
+
width='65.0' height='65.0'
|
164
|
+
fill='none' />
|
165
|
+
|
166
|
+
<line style="stroke:black; stroke-width:2; " x1="1770.85" y1="1940.1999999999998" x2="2195.85" y2="1940.1999999999998"></line>
|
167
|
+
<line x1='1754.05' y1='1594.1999999999998' x2='1770.85' y2='1594.1999999999998' style='fill: none; stroke: black; stroke-width:2' />
|
168
|
+
<line x1='1754.05' y1='1594.1999999999998' x2='1754.05' y2='2192.2' style='fill: none; stroke: black; stroke-width:2' />
|
169
|
+
<line x1='1754.05' y1='2192.2' x2='1770.85' y2='2192.2' style='fill: none; stroke: black; stroke-width:2' />
|
170
|
+
<line x1='2212.65' y1='1594.1999999999998' x2='2195.85' y2='1594.1999999999998' style='fill: none; stroke: black; stroke-width:2' />
|
171
|
+
<line x1='2212.65' y1='1594.1999999999998' x2='2212.65' y2='2192.2' style='fill: none; stroke: black; stroke-width:2' />
|
172
|
+
<line x1='2212.65' y1='2192.2' x2='2195.85' y2='2192.2' style='fill: none; stroke: black; stroke-width:2' />
|
173
|
+
<rect style='stroke: black; stroke-width:2;'
|
174
|
+
x='1642.4' y='2679.4'
|
175
|
+
width='65.0' height='65.0'
|
176
|
+
fill='none' />
|
177
|
+
|
178
|
+
<line style="stroke:black; stroke-width:2; " x1="1418.4" y1="2800.0" x2="1940.4" y2="2800.0"></line>
|
179
|
+
<line style="stroke:black; stroke-width:2; " x1="1418.4" y1="3074.0" x2="1940.4" y2="3074.0"></line>
|
180
|
+
<rect style='stroke: black; stroke-width:2;'
|
181
|
+
x='1779.4' y='3227.4'
|
182
|
+
width='65.0' height='65.0'
|
183
|
+
fill='none' />
|
184
|
+
|
185
|
+
<line x1='1401.6000000000001' y1='2635.0' x2='1418.4' y2='2635.0' style='fill: none; stroke: black; stroke-width:2' />
|
186
|
+
<line x1='1401.6000000000001' y1='2635.0' x2='1401.6000000000001' y2='3326.0' style='fill: none; stroke: black; stroke-width:2' />
|
187
|
+
<line x1='1401.6000000000001' y1='3326.0' x2='1418.4' y2='3326.0' style='fill: none; stroke: black; stroke-width:2' />
|
188
|
+
<line x1='1957.2000000000003' y1='2635.0' x2='1940.4000000000003' y2='2635.0' style='fill: none; stroke: black; stroke-width:2' />
|
189
|
+
<line x1='1957.2000000000003' y1='2635.0' x2='1957.2000000000003' y2='3326.0' style='fill: none; stroke: black; stroke-width:2' />
|
190
|
+
<line x1='1957.2000000000003' y1='3326.0' x2='1940.4000000000003' y2='3326.0' style='fill: none; stroke: black; stroke-width:2' />
|
191
|
+
<rect style='stroke: black; stroke-width:2;'
|
192
|
+
x='2298.7999999999997' y='2679.4'
|
193
|
+
width='65.0' height='65.0'
|
194
|
+
fill='none' />
|
195
|
+
|
196
|
+
<line style="stroke:black; stroke-width:2; " x1="2074.7999999999997" y1="2800.0" x2="2499.7999999999997" y2="2800.0"></line>
|
197
|
+
<line style="stroke:black; stroke-width:2; " x1="2074.7999999999997" y1="2981.0" x2="2499.7999999999997" y2="2981.0"></line>
|
198
|
+
<line x1='2057.9999999999995' y1='2635.0' x2='2074.7999999999997' y2='2635.0' style='fill: none; stroke: black; stroke-width:2' />
|
199
|
+
<line x1='2057.9999999999995' y1='2635.0' x2='2057.9999999999995' y2='3233.0' style='fill: none; stroke: black; stroke-width:2' />
|
200
|
+
<line x1='2057.9999999999995' y1='3233.0' x2='2074.7999999999997' y2='3233.0' style='fill: none; stroke: black; stroke-width:2' />
|
201
|
+
<line x1='2516.5999999999995' y1='2635.0' x2='2499.7999999999993' y2='2635.0' style='fill: none; stroke: black; stroke-width:2' />
|
202
|
+
<line x1='2516.5999999999995' y1='2635.0' x2='2516.5999999999995' y2='3233.0' style='fill: none; stroke: black; stroke-width:2' />
|
203
|
+
<line x1='2516.5999999999995' y1='3233.0' x2='2499.7999999999993' y2='3233.0' style='fill: none; stroke: black; stroke-width:2' /></svg>
|
@@ -0,0 +1,188 @@
|
|
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="1796.7999999999997" height="2205.7999999999997" viewBox="-20, -20, 1816.7999999999997, 2225.7999999999997" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
4
|
+
<defs>
|
5
|
+
<marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="13.440000000000001" viewBox="0 0 13.440000000000001 13.440000000000001" refX="6.720000000000001" refY="0">
|
6
|
+
<polyline fill="none" stroke="black" stroke-width="1" points="0,13.440000000000001,6.720000000000001,0,13.440000000000001,13.440000000000001" />
|
7
|
+
</marker>
|
8
|
+
<pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
|
9
|
+
<line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
|
10
|
+
</pattern>
|
11
|
+
<pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
|
12
|
+
<line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
|
13
|
+
</pattern>
|
14
|
+
<pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
|
15
|
+
<line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
|
16
|
+
</pattern>
|
17
|
+
</defs>
|
18
|
+
<rect x="-20" y="-20" width="1816.7999999999997" height="2225.7999999999997" stroke="none" fill="white" />"
|
19
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='574.9499999999998' y='132.0'><tspan x='733.9499999999998' y='132.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">👧</tspan>
|
20
|
+
<tspan x='826.9499999999998' y='132.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"> </tspan>
|
21
|
+
<tspan x='936.9499999999998' y='132.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">s</tspan>
|
22
|
+
<tspan x='655.4499999999998' y='204.0' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">G</tspan>
|
23
|
+
<tspan x='704.4499999999998' y='225.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"><tspan style='fill:none;'>■</tspan>RELATION</tspan>
|
24
|
+
<tspan x='574.9499999999998' y='406.0' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">that<tspan style='fill:none;'>■</tspan>girl<tspan style='fill:none;'>■</tspan>is<tspan style='fill:none;'>■</tspan>smart</tspan>
|
25
|
+
</text>
|
26
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='235.54999999999995' y='912.5999999999999'><tspan x='362.54999999999995' y='912.5999999999999' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">👧</tspan>
|
27
|
+
<tspan x='251.54999999999995' y='984.5999999999999' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">G</tspan>
|
28
|
+
<tspan x='300.54999999999995' y='1005.5999999999999' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"><tspan style='fill:none;'>■</tspan>THING</tspan>
|
29
|
+
<tspan x='261.54999999999995' y='1186.6' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">that<tspan style='fill:none;'>■</tspan>girl</tspan>
|
30
|
+
</text>
|
31
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='33.60000000000002' y='1693.1999999999998'><tspan x='160.60000000000002' y='1693.1999999999998' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"> </tspan>
|
32
|
+
<tspan x='49.60000000000002' y='1765.1999999999998' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">G</tspan>
|
33
|
+
<tspan x='98.60000000000002' y='1786.1999999999998' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"><tspan style='fill:none;'>■</tspan>THING</tspan>
|
34
|
+
<tspan x='131.10000000000002' y='1967.1999999999998' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">that</tspan>
|
35
|
+
</text>
|
36
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='486.0' y='1693.1999999999998'><tspan x='564.5' y='1693.1999999999998' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">👧</tspan>
|
37
|
+
<tspan x='486.0' y='1786.1999999999998' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">THING</tspan>
|
38
|
+
<tspan x='544.0' y='1967.1999999999998' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">girl</tspan>
|
39
|
+
</text>
|
40
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1103.85' y='912.5999999999999'><tspan x='1198.35' y='912.5999999999999' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"> </tspan>
|
41
|
+
<tspan x='1291.35' y='912.5999999999999' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"> </tspan>
|
42
|
+
<tspan x='1401.35' y='912.5999999999999' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">s</tspan>
|
43
|
+
<tspan x='1119.85' y='984.5999999999999' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">G</tspan>
|
44
|
+
<tspan x='1168.85' y='1005.5999999999999' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"><tspan style='fill:none;'>■</tspan>RELATION</tspan>
|
45
|
+
<tspan x='1190.85' y='1186.6' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">is<tspan style='fill:none;'>■</tspan>smart</tspan>
|
46
|
+
</text>
|
47
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='841.4000000000001' y='1693.1999999999998'><tspan x='935.9000000000001' y='1693.1999999999998' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"> </tspan>
|
48
|
+
<tspan x='1028.9' y='1693.1999999999998' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"> </tspan>
|
49
|
+
<tspan x='1121.9' y='1693.1999999999998' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"> </tspan>
|
50
|
+
<tspan x='857.4000000000001' y='1765.1999999999998' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">G</tspan>
|
51
|
+
<tspan x='906.4000000000001' y='1786.1999999999998' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"><tspan style='fill:none;'>■</tspan>RELATION</tspan>
|
52
|
+
<tspan x='1036.4' y='1967.1999999999998' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">is</tspan>
|
53
|
+
</text>
|
54
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1414.7999999999997' y='1693.1999999999998'><tspan x='1460.7999999999997' y='1693.1999999999998' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"> </tspan>
|
55
|
+
<tspan x='1553.7999999999997' y='1693.1999999999998' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"> </tspan>
|
56
|
+
<tspan x='1663.7999999999997' y='1693.1999999999998' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">s</tspan>
|
57
|
+
<tspan x='1414.7999999999997' y='1786.1999999999998' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">RELATION</tspan>
|
58
|
+
<tspan x='1496.7999999999997' y='1967.1999999999998' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">smart</tspan>
|
59
|
+
</text>
|
60
|
+
<line style='stroke:black; stroke-width:2;' x1='394.55' y1='802.5999999999999' x2='858.9499999999999' y2='461.0' />
|
61
|
+
<line style='stroke:black; stroke-width:2;' x1='1323.35' y1='802.5999999999999' x2='858.9499999999999' y2='461.0' />
|
62
|
+
<line style='stroke:black; stroke-width:2;' x1='192.60000000000002' y1='1583.1999999999998' x2='394.55' y2='1241.6' />
|
63
|
+
<line style='stroke:black; stroke-width:2;' x1='596.5' y1='1583.1999999999998' x2='394.55' y2='1241.6' />
|
64
|
+
<line style='stroke:black; stroke-width:2;' x1='1060.9' y1='1583.1999999999998' x2='1323.35' y2='1241.6' />
|
65
|
+
<line style='stroke:black; stroke-width:2;' x1='1585.7999999999997' y1='1583.1999999999998' x2='1323.35' y2='1241.6' />
|
66
|
+
<rect style='stroke: black; stroke-width:5.0;'
|
67
|
+
x='719.4499999999998' y='59.599999999999994' rx='46.5' ry='46.5'
|
68
|
+
width='93.0' height='93.0'
|
69
|
+
fill='none' />
|
70
|
+
|
71
|
+
<line style='stroke:black; stroke-width:5.0;' x1='812.4499999999998' y1='106.1' x2='905.4499999999998' y2='106.1'></line>
|
72
|
+
|
73
|
+
<rect style='stroke: black; stroke-width:5.0;'
|
74
|
+
x='905.4499999999998' y='59.599999999999994'
|
75
|
+
width='93.0' height='93.0'
|
76
|
+
fill='none' />
|
77
|
+
|
78
|
+
<rect style='stroke: black; stroke-width:2;'
|
79
|
+
x='639.4499999999998' y='154.0'
|
80
|
+
width='65.0' height='65.0'
|
81
|
+
fill='none' />
|
82
|
+
|
83
|
+
<line style="stroke:black; stroke-width:2; " x1="574.9499999999998" y1="291.0" x2="1142.9499999999998" y2="291.0"></line>
|
84
|
+
<line x1='558.1499999999999' y1='33.0' x2='1159.75' y2='33.0' style='fill: none; stroke: black; stroke-width:2' />
|
85
|
+
<line x1='558.1499999999999' y1='33.0' x2='558.1499999999999' y2='450.0' style='fill: none; stroke: black; stroke-width:2' />
|
86
|
+
<line x1='1159.75' y1='33.0' x2='1159.75' y2='450.0' style='fill: none; stroke: black; stroke-width:2' />
|
87
|
+
<line x1='558.1499999999999' y1='450.0' x2='1159.75' y2='450.0' style='fill: none; stroke: black; stroke-width:2' />
|
88
|
+
<rect style='stroke: black; stroke-width:5.0;'
|
89
|
+
x='348.04999999999995' y='840.1999999999999' rx='46.5' ry='46.5'
|
90
|
+
width='93.0' height='93.0'
|
91
|
+
fill='none' />
|
92
|
+
|
93
|
+
<rect style='stroke: black; stroke-width:2;'
|
94
|
+
x='235.54999999999995' y='934.5999999999999'
|
95
|
+
width='65.0' height='65.0'
|
96
|
+
fill='none' />
|
97
|
+
|
98
|
+
<line style="stroke:black; stroke-width:2; " x1="235.54999999999995" y1="1071.6" x2="553.55" y2="1071.6"></line>
|
99
|
+
<line x1='218.74999999999994' y1='813.5999999999999' x2='570.3499999999999' y2='813.5999999999999' style='fill: none; stroke: black; stroke-width:2' />
|
100
|
+
<line x1='218.74999999999994' y1='813.5999999999999' x2='218.74999999999994' y2='1230.6' style='fill: none; stroke: black; stroke-width:2' />
|
101
|
+
<line x1='570.3499999999999' y1='813.5999999999999' x2='570.3499999999999' y2='1230.6' style='fill: none; stroke: black; stroke-width:2' />
|
102
|
+
<line x1='218.74999999999994' y1='1230.6' x2='570.3499999999999' y2='1230.6' style='fill: none; stroke: black; stroke-width:2' />
|
103
|
+
<rect style='stroke: black; stroke-width:5.0;'
|
104
|
+
x='146.10000000000002' y='1620.7999999999997' rx='46.5' ry='46.5'
|
105
|
+
width='93.0' height='93.0'
|
106
|
+
fill='url(#hatchBlack)' />
|
107
|
+
|
108
|
+
<rect style='stroke: black; stroke-width:2;'
|
109
|
+
x='33.60000000000002' y='1715.1999999999998'
|
110
|
+
width='65.0' height='65.0'
|
111
|
+
fill='none' />
|
112
|
+
|
113
|
+
<line style="stroke:black; stroke-width:2; " x1="33.60000000000002" y1="1852.1999999999998" x2="351.6" y2="1852.1999999999998"></line>
|
114
|
+
<line x1='16.800000000000022' y1='1594.1999999999998' x2='368.40000000000003' y2='1594.1999999999998' style='fill: none; stroke: black; stroke-width:2' />
|
115
|
+
<line x1='16.800000000000022' y1='1594.1999999999998' x2='16.800000000000022' y2='2011.1999999999998' style='fill: none; stroke: black; stroke-width:2' />
|
116
|
+
<line x1='368.40000000000003' y1='1594.1999999999998' x2='368.40000000000003' y2='2011.1999999999998' style='fill: none; stroke: black; stroke-width:2' />
|
117
|
+
<line x1='16.800000000000022' y1='2011.1999999999998' x2='368.40000000000003' y2='2011.1999999999998' style='fill: none; stroke: black; stroke-width:2' />
|
118
|
+
<rect style='stroke: black; stroke-width:5.0;'
|
119
|
+
x='550.0' y='1620.7999999999997' rx='46.5' ry='46.5'
|
120
|
+
width='93.0' height='93.0'
|
121
|
+
fill='none' />
|
122
|
+
|
123
|
+
<line style="stroke:black; stroke-width:2; " x1="486.0" y1="1852.1999999999998" x2="707.0" y2="1852.1999999999998"></line>
|
124
|
+
<line x1='469.2' y1='1594.1999999999998' x2='723.8' y2='1594.1999999999998' style='fill: none; stroke: black; stroke-width:2' />
|
125
|
+
<line x1='469.2' y1='1594.1999999999998' x2='469.2' y2='2011.1999999999998' style='fill: none; stroke: black; stroke-width:2' />
|
126
|
+
<line x1='723.8' y1='1594.1999999999998' x2='723.8' y2='2011.1999999999998' style='fill: none; stroke: black; stroke-width:2' />
|
127
|
+
<line x1='469.2' y1='2011.1999999999998' x2='723.8' y2='2011.1999999999998' style='fill: none; stroke: black; stroke-width:2' />
|
128
|
+
<rect style='stroke: black; stroke-width:2;'
|
129
|
+
x='1183.85' y='840.1999999999999' rx='46.5' ry='46.5'
|
130
|
+
width='93.0' height='93.0'
|
131
|
+
fill='url(#hatchBlack)' />
|
132
|
+
|
133
|
+
<line style='stroke:black; stroke-width:5.0;' x1='1276.85' y1='886.6999999999999' x2='1369.85' y2='886.6999999999999'></line>
|
134
|
+
|
135
|
+
<rect style='stroke: black; stroke-width:5.0;'
|
136
|
+
x='1369.85' y='840.1999999999999'
|
137
|
+
width='93.0' height='93.0'
|
138
|
+
fill='none' />
|
139
|
+
|
140
|
+
<rect style='stroke: black; stroke-width:2;'
|
141
|
+
x='1103.85' y='934.5999999999999'
|
142
|
+
width='65.0' height='65.0'
|
143
|
+
fill='none' />
|
144
|
+
|
145
|
+
<line style="stroke:black; stroke-width:2; " x1="1103.85" y1="1071.6" x2="1542.85" y2="1071.6"></line>
|
146
|
+
<line x1='1087.05' y1='813.5999999999999' x2='1559.65' y2='813.5999999999999' style='fill: none; stroke: black; stroke-width:2' />
|
147
|
+
<line x1='1087.05' y1='813.5999999999999' x2='1087.05' y2='1230.6' style='fill: none; stroke: black; stroke-width:2' />
|
148
|
+
<line x1='1559.65' y1='813.5999999999999' x2='1559.65' y2='1230.6' style='fill: none; stroke: black; stroke-width:2' />
|
149
|
+
<line x1='1087.05' y1='1230.6' x2='1559.65' y2='1230.6' style='fill: none; stroke: black; stroke-width:2' />
|
150
|
+
<rect style='stroke: black; stroke-width:2;'
|
151
|
+
x='921.4000000000001' y='1620.7999999999997' rx='46.5' ry='46.5'
|
152
|
+
width='93.0' height='93.0'
|
153
|
+
fill='url(#hatchBlack)' />
|
154
|
+
|
155
|
+
<line style='stroke:black; stroke-width:5.0;' x1='1014.4000000000001' y1='1667.2999999999997' x2='1107.4' y2='1667.2999999999997'></line>
|
156
|
+
|
157
|
+
<rect style='stroke: black; stroke-width:2;'
|
158
|
+
x='1107.4' y='1620.7999999999997'
|
159
|
+
width='93.0' height='93.0'
|
160
|
+
fill='url(#hatchBlack)' />
|
161
|
+
|
162
|
+
<rect style='stroke: black; stroke-width:2;'
|
163
|
+
x='841.4000000000001' y='1715.1999999999998'
|
164
|
+
width='65.0' height='65.0'
|
165
|
+
fill='none' />
|
166
|
+
|
167
|
+
<line style="stroke:black; stroke-width:2; " x1="841.4000000000001" y1="1852.1999999999998" x2="1280.4" y2="1852.1999999999998"></line>
|
168
|
+
<line x1='824.6000000000001' y1='1594.1999999999998' x2='1297.2000000000003' y2='1594.1999999999998' style='fill: none; stroke: black; stroke-width:2' />
|
169
|
+
<line x1='824.6000000000001' y1='1594.1999999999998' x2='824.6000000000001' y2='2011.1999999999998' style='fill: none; stroke: black; stroke-width:2' />
|
170
|
+
<line x1='1297.2000000000003' y1='1594.1999999999998' x2='1297.2000000000003' y2='2011.1999999999998' style='fill: none; stroke: black; stroke-width:2' />
|
171
|
+
<line x1='824.6000000000001' y1='2011.1999999999998' x2='1297.2000000000003' y2='2011.1999999999998' style='fill: none; stroke: black; stroke-width:2' />
|
172
|
+
<rect style='stroke: black; stroke-width:2;'
|
173
|
+
x='1446.2999999999997' y='1620.7999999999997' rx='46.5' ry='46.5'
|
174
|
+
width='93.0' height='93.0'
|
175
|
+
fill='url(#hatchBlack)' />
|
176
|
+
|
177
|
+
<line style='stroke:black; stroke-width:2;' x1='1539.2999999999997' y1='1667.2999999999997' x2='1632.2999999999997' y2='1667.2999999999997'></line>
|
178
|
+
|
179
|
+
<rect style='stroke: black; stroke-width:5.0;'
|
180
|
+
x='1632.2999999999997' y='1620.7999999999997'
|
181
|
+
width='93.0' height='93.0'
|
182
|
+
fill='none' />
|
183
|
+
|
184
|
+
<line style="stroke:black; stroke-width:2; " x1="1414.7999999999997" y1="1852.1999999999998" x2="1756.7999999999997" y2="1852.1999999999998"></line>
|
185
|
+
<line x1='1397.9999999999998' y1='1594.1999999999998' x2='1773.6' y2='1594.1999999999998' style='fill: none; stroke: black; stroke-width:2' />
|
186
|
+
<line x1='1397.9999999999998' y1='1594.1999999999998' x2='1397.9999999999998' y2='2011.1999999999998' style='fill: none; stroke: black; stroke-width:2' />
|
187
|
+
<line x1='1773.6' y1='1594.1999999999998' x2='1773.6' y2='2011.1999999999998' style='fill: none; stroke: black; stroke-width:2' />
|
188
|
+
<line x1='1397.9999999999998' y1='2011.1999999999998' x2='1773.6' y2='2011.1999999999998' style='fill: none; stroke: black; stroke-width:2' /></svg>
|
@@ -0,0 +1,60 @@
|
|
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="1850.8333333333335" height="964.3000000000001" viewBox="-20, -20, 1870.8333333333335, 984.3000000000001" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
4
|
+
<defs>
|
5
|
+
<marker id="arrow" markerUnits="strokeWidth" markerWidth="11.200000000000001" markerHeight="11.200000000000001" viewBox="0 0 11.200000000000001 11.200000000000001" refX="5.6000000000000005" refY="0">
|
6
|
+
<polyline fill="none" stroke="purple" stroke-width="1" points="0,11.200000000000001,5.6000000000000005,0,11.200000000000001,11.200000000000001" />
|
7
|
+
</marker>
|
8
|
+
<pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
|
9
|
+
<line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
|
10
|
+
</pattern>
|
11
|
+
<pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
|
12
|
+
<line x1="0" y="0" x2="0" y2="10" stroke="blue" stroke-width="4"></line>
|
13
|
+
</pattern>
|
14
|
+
<pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
|
15
|
+
<line x1="0" y="0" x2="0" y2="10" stroke="green" stroke-width="4"></line>
|
16
|
+
</pattern>
|
17
|
+
</defs>
|
18
|
+
<rect x="-20" y="-20" width="1870.8333333333335" height="984.3000000000001" stroke="none" fill="white" />"
|
19
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='925.8333333333334' y='118.5'><tspan x='925.8333333333334' y='118.5' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">σ</tspan>
|
20
|
+
</text>
|
21
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='187.33333333333337' y='387.1'><tspan x='187.33333333333337' y='387.1' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">Onset</tspan>
|
22
|
+
</text>
|
23
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: green; font-size: 64px;' x='28.0' y='655.7'><tspan x='28.0' y='655.7' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">s</tspan>
|
24
|
+
</text>
|
25
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: green; font-size: 64px;' x='259.83333333333337' y='655.7'><tspan x='259.83333333333337' y='655.7' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">t</tspan>
|
26
|
+
</text>
|
27
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: green; font-size: 64px;' x='484.6666666666668' y='655.7'><tspan x='484.6666666666668' y='655.7' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">r</tspan>
|
28
|
+
</text>
|
29
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='851.3333333333335' y='387.1'><tspan x='851.3333333333335' y='387.1' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">Rhyme</tspan>
|
30
|
+
</text>
|
31
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='663.8333333333334' y='655.7'><tspan x='663.8333333333334' y='655.7' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">Nucleus</tspan>
|
32
|
+
</text>
|
33
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: green; font-size: 64px;' x='765.3333333333334' y='924.3000000000001'><tspan x='765.3333333333334' y='924.3000000000001' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">ɛ</tspan>
|
34
|
+
</text>
|
35
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='1042.3333333333335' y='655.7'><tspan x='1042.3333333333335' y='655.7' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">Coda</tspan>
|
36
|
+
</text>
|
37
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: green; font-size: 64px;' x='1011.3333333333335' y='924.3000000000001'><tspan x='1011.3333333333335' y='924.3000000000001' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">ŋ</tspan>
|
38
|
+
</text>
|
39
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: green; font-size: 64px;' x='1183.3333333333335' y='924.3000000000001'><tspan x='1183.3333333333335' y='924.3000000000001' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">k</tspan>
|
40
|
+
</text>
|
41
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='1494.3333333333335' y='387.1'><tspan x='1494.3333333333335' y='387.1' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">Appendix</tspan>
|
42
|
+
</text>
|
43
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: green; font-size: 64px;' x='1433.3333333333335' y='655.7'><tspan x='1433.3333333333335' y='655.7' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">θ</tspan>
|
44
|
+
</text>
|
45
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: green; font-size: 64px;' x='1770.8333333333335' y='655.7'><tspan x='1770.8333333333335' y='655.7' style="" text-decoration="" font-family="'WenQuanYi Zen Hei', 'Noto Sans', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', sans-serif">S</tspan>
|
46
|
+
</text>
|
47
|
+
<line style='stroke:black; stroke-width:2;' x1='269.83333333333337' y1='288.35' x2='945.8333333333334' y2='167.875' />
|
48
|
+
<line style='stroke:black; stroke-width:2;' x1='945.8333333333334' y1='288.35' x2='945.8333333333334' y2='167.875' />
|
49
|
+
<line style='stroke:black; stroke-width:2;' x1='1621.8333333333335' y1='288.35' x2='945.8333333333334' y2='167.875' />
|
50
|
+
<line style='stroke:black; stroke-width:2;' x1='44.5' y1='556.95' x2='269.83333333333337' y2='436.475' />
|
51
|
+
<line style='stroke:black; stroke-width:2;' x1='269.83333333333337' y1='556.95' x2='269.83333333333337' y2='436.475' />
|
52
|
+
<line style='stroke:black; stroke-width:2;' x1='495.1666666666668' y1='556.95' x2='269.83333333333337' y2='436.475' />
|
53
|
+
<line style='stroke:black; stroke-width:2;' x1='776.8333333333334' y1='556.95' x2='945.8333333333334' y2='436.475' />
|
54
|
+
<line style='stroke:black; stroke-width:2;' x1='1114.8333333333335' y1='556.95' x2='945.8333333333334' y2='436.475' />
|
55
|
+
<line style='stroke:black; stroke-width:2;' x1='776.8333333333334' y1='825.5500000000001' x2='776.8333333333334' y2='705.075' />
|
56
|
+
<line style='stroke:black; stroke-width:2;' x1='1030.3333333333335' y1='825.5500000000001' x2='1114.8333333333335' y2='705.075' />
|
57
|
+
<line style='stroke:black; stroke-width:2;' x1='1199.3333333333335' y1='825.5500000000001' x2='1114.8333333333335' y2='705.075' />
|
58
|
+
<line style='stroke:black; stroke-width:2;' x1='1452.8333333333335' y1='556.95' x2='1621.8333333333335' y2='436.475' />
|
59
|
+
<line style='stroke:black; stroke-width:2;' x1='1790.8333333333335' y1='556.95' x2='1621.8333333333335' y2='436.475' />
|
60
|
+
</svg>
|