rsyntaxtree 1.2.9 → 1.2.10
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/.gitignore +4 -0
- data/bin/rsyntaxtree +2 -1
- data/docs/_examples/048.md +71 -0
- data/docs/_examples/049.md +49 -0
- data/docs/_examples/050.md +96 -0
- data/docs/_examples/051.md +95 -0
- data/docs/assets/img/000.png +0 -0
- data/docs/assets/img/001.png +0 -0
- data/docs/assets/img/002.png +0 -0
- data/docs/assets/img/003.png +0 -0
- data/docs/assets/img/004.png +0 -0
- data/docs/assets/img/005.png +0 -0
- data/docs/assets/img/006.png +0 -0
- data/docs/assets/img/007.png +0 -0
- data/docs/assets/img/008.png +0 -0
- data/docs/assets/img/009.png +0 -0
- data/docs/assets/img/010.png +0 -0
- data/docs/assets/img/011.png +0 -0
- data/docs/assets/img/012.png +0 -0
- data/docs/assets/img/013.png +0 -0
- data/docs/assets/img/014.png +0 -0
- data/docs/assets/img/015.png +0 -0
- data/docs/assets/img/016.png +0 -0
- data/docs/assets/img/017.png +0 -0
- data/docs/assets/img/018.png +0 -0
- data/docs/assets/img/019.png +0 -0
- data/docs/assets/img/020.png +0 -0
- data/docs/assets/img/021.png +0 -0
- data/docs/assets/img/022.png +0 -0
- data/docs/assets/img/023.png +0 -0
- data/docs/assets/img/024.png +0 -0
- data/docs/assets/img/025.png +0 -0
- data/docs/assets/img/026.png +0 -0
- data/docs/assets/img/027.png +0 -0
- data/docs/assets/img/028.png +0 -0
- data/docs/assets/img/029.png +0 -0
- data/docs/assets/img/030.png +0 -0
- data/docs/assets/img/031.png +0 -0
- data/docs/assets/img/032.png +0 -0
- data/docs/assets/img/033.png +0 -0
- data/docs/assets/img/034.png +0 -0
- data/docs/assets/img/035.png +0 -0
- data/docs/assets/img/036.png +0 -0
- data/docs/assets/img/037.png +0 -0
- data/docs/assets/img/038.png +0 -0
- data/docs/assets/img/039.png +0 -0
- data/docs/assets/img/040.png +0 -0
- data/docs/assets/img/041.png +0 -0
- data/docs/assets/img/042.png +0 -0
- data/docs/assets/img/043.png +0 -0
- data/docs/assets/img/044.png +0 -0
- data/docs/assets/img/045.png +0 -0
- data/docs/assets/img/046.png +0 -0
- data/docs/assets/img/048.png +0 -0
- data/docs/assets/img/049.png +0 -0
- data/docs/assets/img/050.png +0 -0
- data/docs/assets/img/051.png +0 -0
- data/docs/assets/svg/000.svg +1 -1
- data/docs/assets/svg/001.svg +0 -0
- data/docs/assets/svg/002.svg +0 -0
- data/docs/assets/svg/003.svg +0 -0
- data/docs/assets/svg/004.svg +0 -0
- data/docs/assets/svg/005.svg +0 -0
- data/docs/assets/svg/006.svg +0 -0
- data/docs/assets/svg/007.svg +0 -0
- data/docs/assets/svg/008.svg +0 -0
- data/docs/assets/svg/009.svg +0 -0
- data/docs/assets/svg/010.svg +0 -0
- data/docs/assets/svg/011.svg +0 -0
- data/docs/assets/svg/012.svg +0 -0
- data/docs/assets/svg/013.svg +12 -12
- data/docs/assets/svg/014.svg +16 -16
- data/docs/assets/svg/015.svg +0 -0
- data/docs/assets/svg/016.svg +126 -126
- data/docs/assets/svg/017.svg +0 -0
- data/docs/assets/svg/018.svg +0 -0
- data/docs/assets/svg/019.svg +0 -0
- data/docs/assets/svg/020.svg +0 -0
- data/docs/assets/svg/021.svg +0 -0
- data/docs/assets/svg/022.svg +7 -7
- data/docs/assets/svg/023.svg +8 -8
- data/docs/assets/svg/024.svg +0 -0
- data/docs/assets/svg/025.svg +0 -0
- data/docs/assets/svg/026.svg +0 -0
- data/docs/assets/svg/027.svg +0 -0
- data/docs/assets/svg/028.svg +0 -0
- data/docs/assets/svg/029.svg +0 -0
- data/docs/assets/svg/030.svg +0 -0
- data/docs/assets/svg/031.svg +0 -0
- data/docs/assets/svg/032.svg +0 -0
- data/docs/assets/svg/033.svg +2 -2
- data/docs/assets/svg/034.svg +0 -0
- data/docs/assets/svg/035.svg +0 -0
- data/docs/assets/svg/036.svg +0 -0
- data/docs/assets/svg/037.svg +3 -3
- data/docs/assets/svg/038.svg +0 -0
- data/docs/assets/svg/039.svg +0 -0
- data/docs/assets/svg/040.svg +0 -0
- data/docs/assets/svg/041.svg +0 -0
- data/docs/assets/svg/042.svg +0 -0
- data/docs/assets/svg/043.svg +39 -39
- data/docs/assets/svg/044.svg +0 -0
- data/docs/assets/svg/045.svg +0 -0
- data/docs/assets/svg/046.svg +0 -0
- data/docs/assets/svg/048.svg +134 -0
- data/docs/assets/svg/049.svg +97 -0
- data/docs/assets/svg/050.svg +193 -0
- data/docs/assets/svg/051.svg +179 -0
- data/lib/rsyntaxtree/svg_graph.rb +2 -2
- data/lib/rsyntaxtree/version.rb +1 -1
- metadata +15 -6
- data/.rubocop.yml +0 -77
- data/.solargraph.yml +0 -22
- data/.tags +0 -1822
|
@@ -0,0 +1,97 @@
|
|
|
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="1648.3999999999999" height="821.25" viewBox="-16.8, 0, 1665.1999999999998, 832.5" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
4
|
+
<defs>
|
|
5
|
+
<marker id="arrow" markerUnits="userSpaceOnUse" viewBox="0 0 10 10" refX="10" refY="5" markerWidth="16.8" markerHeight="16.8" orient="auto">
|
|
6
|
+
<path d="M 0 0 L 10 5 L 0 10" fill="#CC79A7"/>
|
|
7
|
+
</marker>
|
|
8
|
+
<marker id="arrowBackward" markerUnits="userSpaceOnUse" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="16.8" markerHeight="16.8" orient="auto">
|
|
9
|
+
<path d="M 0 0 L 10 5 L 0 10 z" fill="#CC79A7"/>
|
|
10
|
+
</marker>
|
|
11
|
+
<marker id="arrowForward" markerUnits="userSpaceOnUse" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="16.8" markerHeight="16.8" orient="auto">
|
|
12
|
+
<path d="M 10 0 L 0 5 L 10 10 z" fill="#CC79A7"/>
|
|
13
|
+
</marker>
|
|
14
|
+
<marker id="arrowBothways" markerUnits="userSpaceOnUse" viewBox="0 0 30 10" refX="15" refY="5" markerWidth="50.400000000000006" markerHeight="16.8" orient="auto">
|
|
15
|
+
<path d="M 0 5 L 10 0 L 10 5 L 20 5 L 20 0 L 30 5 L 20 10 L 20 5 L 10 5 L 10 10 z" fill="#CC79A7"/>
|
|
16
|
+
</marker>
|
|
17
|
+
<pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
|
|
18
|
+
<line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
|
|
19
|
+
</pattern>
|
|
20
|
+
<pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
|
|
21
|
+
<line x1="0" y="0" x2="0" y2="10" stroke="#0072B2" stroke-width="4"></line>
|
|
22
|
+
</pattern>
|
|
23
|
+
<pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
|
|
24
|
+
<line x1="0" y="0" x2="0" y2="10" stroke="#009E73" stroke-width="4"></line>
|
|
25
|
+
</pattern>
|
|
26
|
+
</defs>
|
|
27
|
+
<rect x="-16.8" y="0" width="1665.1999999999998" height="832.5" stroke="none" fill="white" />"
|
|
28
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='634.3' y='67.5'><tspan x='634.3' y='67.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">conjunctive<tspan style='fill:none;'>■</tspan>adjuncts</tspan>
|
|
29
|
+
</text>
|
|
30
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='724.3' y='216.0'><tspan x='724.3' y='216.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">extension</tspan>
|
|
31
|
+
</text>
|
|
32
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='294.5' y='364.5'><tspan x='294.5' y='364.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">addition</tspan>
|
|
33
|
+
</text>
|
|
34
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='46.299999999999955' y='513.0'><tspan x='46.299999999999955' y='513.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">positive</tspan>
|
|
35
|
+
</text>
|
|
36
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='16.799999999999955' y='661.5'><tspan x='76.29999999999995' y='661.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">and</tspan>
|
|
37
|
+
<tspan x='75.79999999999995' y='706.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">also</tspan>
|
|
38
|
+
<tspan x='31.299999999999955' y='751.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">moreover</tspan>
|
|
39
|
+
<tspan x='16.799999999999955' y='796.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">in<tspan style='fill:none;'>■</tspan>addition</tspan>
|
|
40
|
+
</text>
|
|
41
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='261.99999999999994' y='513.0'><tspan x='261.99999999999994' y='513.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">negative</tspan>
|
|
42
|
+
</text>
|
|
43
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='299.99999999999994' y='661.5'><tspan x='299.99999999999994' y='661.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">nor</tspan>
|
|
44
|
+
</text>
|
|
45
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='522.1999999999999' y='513.0'><tspan x='522.1999999999999' y='513.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">adversative</tspan>
|
|
46
|
+
</text>
|
|
47
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='459.19999999999993' y='661.5'><tspan x='585.6999999999999' y='661.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">but</tspan>
|
|
48
|
+
<tspan x='588.1999999999999' y='706.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">yet</tspan>
|
|
49
|
+
<tspan x='459.19999999999993' y='751.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">on<tspan style='fill:none;'>■</tspan>the<tspan style='fill:none;'>■</tspan>other<tspan style='fill:none;'>■</tspan>hand</tspan>
|
|
50
|
+
<tspan x='544.1999999999999' y='796.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">however</tspan>
|
|
51
|
+
</text>
|
|
52
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='1168.1' y='364.5'><tspan x='1168.1' y='364.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">variation</tspan>
|
|
53
|
+
</text>
|
|
54
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='888.3999999999999' y='513.0'><tspan x='888.3999999999999' y='513.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">replacive</tspan>
|
|
55
|
+
</text>
|
|
56
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='830.3999999999999' y='661.5'><tspan x='830.3999999999999' y='661.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">on<tspan style='fill:none;'>■</tspan>the<tspan style='fill:none;'>■</tspan>contrary</tspan>
|
|
57
|
+
<tspan x='903.8999999999999' y='706.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">instead</tspan>
|
|
58
|
+
</text>
|
|
59
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='1168.1' y='513.0'><tspan x='1168.1' y='513.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">subtractive</tspan>
|
|
60
|
+
</text>
|
|
61
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='1155.6' y='661.5'><tspan x='1155.6' y='661.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">alternatively</tspan>
|
|
62
|
+
</text>
|
|
63
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='1433.3' y='513.0'><tspan x='1433.3' y='513.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">alternative</tspan>
|
|
64
|
+
</text>
|
|
65
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='1418.8' y='661.5'><tspan x='1418.8' y='661.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">alternatively</tspan>
|
|
66
|
+
</text>
|
|
67
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
68
|
+
points='798.3 159.75 798.3 127.6875 798.3 127.6875 798.3 95.625' />
|
|
69
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
70
|
+
points='358.5 308.25 358.5 276.1875 798.3 276.1875 798.3 244.125' />
|
|
71
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
72
|
+
points='1238.1 308.25 1238.1 276.1875 798.3 276.1875 798.3 244.125' />
|
|
73
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
74
|
+
points='105.79999999999995 456.75 105.79999999999995 424.6875 358.5 424.6875 358.5 392.625' />
|
|
75
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
76
|
+
points='326.99999999999994 456.75 326.99999999999994 424.6875 358.5 424.6875 358.5 392.625' />
|
|
77
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
78
|
+
points='611.1999999999999 456.75 611.1999999999999 424.6875 358.5 424.6875 358.5 392.625' />
|
|
79
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
80
|
+
points='105.79999999999995 605.25 105.79999999999995 573.1875 105.79999999999995 573.1875 105.79999999999995 541.125' />
|
|
81
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
82
|
+
points='326.99999999999994 605.25 326.99999999999994 573.1875 326.99999999999994 573.1875 326.99999999999994 541.125' />
|
|
83
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
84
|
+
points='611.1999999999999 605.25 611.1999999999999 573.1875 611.1999999999999 573.1875 611.1999999999999 541.125' />
|
|
85
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
86
|
+
points='959.3999999999999 456.75 959.3999999999999 424.6875 1238.1 424.6875 1238.1 392.625' />
|
|
87
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
88
|
+
points='1253.6 456.75 1253.6 424.6875 1238.1 424.6875 1238.1 392.625' />
|
|
89
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
90
|
+
points='1516.8 456.75 1516.8 424.6875 1238.1 424.6875 1238.1 392.625' />
|
|
91
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
92
|
+
points='959.3999999999999 605.25 959.3999999999999 573.1875 959.3999999999999 573.1875 959.3999999999999 541.125' />
|
|
93
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
94
|
+
points='1253.6 605.25 1253.6 573.1875 1253.6 573.1875 1253.6 541.125' />
|
|
95
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
96
|
+
points='1516.8 605.25 1516.8 573.1875 1516.8 573.1875 1516.8 541.125' />
|
|
97
|
+
</svg>
|
|
@@ -0,0 +1,193 @@
|
|
|
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="4285.2" height="969.75" viewBox="-16.8, 0, 4302.0, 981.0" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
4
|
+
<defs>
|
|
5
|
+
<marker id="arrow" markerUnits="userSpaceOnUse" viewBox="0 0 10 10" refX="10" refY="5" markerWidth="16.8" markerHeight="16.8" orient="auto">
|
|
6
|
+
<path d="M 0 0 L 10 5 L 0 10" fill="#CC79A7"/>
|
|
7
|
+
</marker>
|
|
8
|
+
<marker id="arrowBackward" markerUnits="userSpaceOnUse" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="16.8" markerHeight="16.8" orient="auto">
|
|
9
|
+
<path d="M 0 0 L 10 5 L 0 10 z" fill="#CC79A7"/>
|
|
10
|
+
</marker>
|
|
11
|
+
<marker id="arrowForward" markerUnits="userSpaceOnUse" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="16.8" markerHeight="16.8" orient="auto">
|
|
12
|
+
<path d="M 10 0 L 0 5 L 10 10 z" fill="#CC79A7"/>
|
|
13
|
+
</marker>
|
|
14
|
+
<marker id="arrowBothways" markerUnits="userSpaceOnUse" viewBox="0 0 30 10" refX="15" refY="5" markerWidth="50.400000000000006" markerHeight="16.8" orient="auto">
|
|
15
|
+
<path d="M 0 5 L 10 0 L 10 5 L 20 5 L 20 0 L 30 5 L 20 10 L 20 5 L 10 5 L 10 10 z" fill="#CC79A7"/>
|
|
16
|
+
</marker>
|
|
17
|
+
<pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
|
|
18
|
+
<line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
|
|
19
|
+
</pattern>
|
|
20
|
+
<pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
|
|
21
|
+
<line x1="0" y="0" x2="0" y2="10" stroke="#0072B2" stroke-width="4"></line>
|
|
22
|
+
</pattern>
|
|
23
|
+
<pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
|
|
24
|
+
<line x1="0" y="0" x2="0" y2="10" stroke="#009E73" stroke-width="4"></line>
|
|
25
|
+
</pattern>
|
|
26
|
+
</defs>
|
|
27
|
+
<rect x="-16.8" y="0" width="4302.0" height="981.0" stroke="none" fill="white" />"
|
|
28
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='1987.6999999999998' y='67.5'><tspan x='1987.6999999999998' y='67.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">conjunctive<tspan style='fill:none;'>■</tspan>adjuncts</tspan>
|
|
29
|
+
</text>
|
|
30
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='2017.6999999999998' y='216.0'><tspan x='2017.6999999999998' y='216.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">enhancement<tspan style='fill:none;'>■</tspan>(1)</tspan>
|
|
31
|
+
</text>
|
|
32
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='2082.2' y='364.5'><tspan x='2082.2' y='364.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">temporal</tspan>
|
|
33
|
+
</text>
|
|
34
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='485.10000000000014' y='513.0'><tspan x='485.10000000000014' y='513.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">simple</tspan>
|
|
35
|
+
</text>
|
|
36
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='41.299999999999955' y='661.5'><tspan x='41.299999999999955' y='661.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">following</tspan>
|
|
37
|
+
</text>
|
|
38
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='16.799999999999955' y='810.0'><tspan x='78.79999999999995' y='810.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">then</tspan>
|
|
39
|
+
<tspan x='79.29999999999995' y='855.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">next</tspan>
|
|
40
|
+
<tspan x='29.299999999999955' y='900.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">afterwords</tspan>
|
|
41
|
+
<tspan x='16.799999999999955' y='945.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">first<tspan style='fill:none;'>■</tspan>...<tspan style='fill:none;'>■</tspan>then</tspan>
|
|
42
|
+
</text>
|
|
43
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='316.0' y='661.5'><tspan x='316.0' y='661.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">simultaneous</tspan>
|
|
44
|
+
</text>
|
|
45
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='277.0' y='810.0'><tspan x='346.0' y='810.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">just<tspan style='fill:none;'>■</tspan>then</tspan>
|
|
46
|
+
<tspan x='277.0' y='855.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">at<tspan style='fill:none;'>■</tspan>the<tspan style='fill:none;'>■</tspan>same<tspan style='fill:none;'>■</tspan>time</tspan>
|
|
47
|
+
</text>
|
|
48
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='637.7' y='661.5'><tspan x='637.7' y='661.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">preceding</tspan>
|
|
49
|
+
</text>
|
|
50
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='625.2' y='810.0'><tspan x='625.2' y='810.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">before<tspan style='fill:none;'>■</tspan>that</tspan>
|
|
51
|
+
<tspan x='653.2' y='855.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">hitherto</tspan>
|
|
52
|
+
<tspan x='633.2' y='900.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">previously</tspan>
|
|
53
|
+
</text>
|
|
54
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='877.4000000000001' y='661.5'><tspan x='877.4000000000001' y='661.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">conclusive</tspan>
|
|
55
|
+
</text>
|
|
56
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='870.4000000000001' y='810.0'><tspan x='870.4000000000001' y='810.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">in<tspan style='fill:none;'>■</tspan>the<tspan style='fill:none;'>■</tspan>end</tspan>
|
|
57
|
+
<tspan x='907.9000000000001' y='855.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">finally</tspan>
|
|
58
|
+
</text>
|
|
59
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='2065.45' y='513.0'><tspan x='2065.45' y='513.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">complex</tspan>
|
|
60
|
+
</text>
|
|
61
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='1130.6' y='661.5'><tspan x='1130.6' y='661.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">immediate</tspan>
|
|
62
|
+
</text>
|
|
63
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='1112.6' y='810.0'><tspan x='1152.1' y='810.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">at<tspan style='fill:none;'>■</tspan>once</tspan>
|
|
64
|
+
<tspan x='1132.6' y='855.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">thereupon</tspan>
|
|
65
|
+
<tspan x='1112.6' y='900.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">straightaway</tspan>
|
|
66
|
+
</text>
|
|
67
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='1397.3000000000002' y='661.5'><tspan x='1397.3000000000002' y='661.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">interrupted</tspan>
|
|
68
|
+
</text>
|
|
69
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='1378.8000000000002' y='810.0'><tspan x='1450.3000000000002' y='810.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">soon</tspan>
|
|
70
|
+
<tspan x='1378.8000000000002' y='855.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">after<tspan style='fill:none;'>■</tspan>a<tspan style='fill:none;'>■</tspan>while</tspan>
|
|
71
|
+
</text>
|
|
72
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='1750.5' y='661.5'><tspan x='1750.5' y='661.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">repetitive</tspan>
|
|
73
|
+
</text>
|
|
74
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='1660.0' y='810.0'><tspan x='1746.5' y='810.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">next<tspan style='fill:none;'>■</tspan>time</tspan>
|
|
75
|
+
<tspan x='1660.0' y='855.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">on<tspan style='fill:none;'>■</tspan>another<tspan style='fill:none;'>■</tspan>occasion</tspan>
|
|
76
|
+
</text>
|
|
77
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='2108.2' y='661.5'><tspan x='2108.2' y='661.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">specific</tspan>
|
|
78
|
+
</text>
|
|
79
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='2055.2' y='810.0'><tspan x='2093.7' y='810.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">next<tspan style='fill:none;'>■</tspan>day</tspan>
|
|
80
|
+
<tspan x='2055.2' y='855.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">an<tspan style='fill:none;'>■</tspan>hour<tspan style='fill:none;'>■</tspan>later</tspan>
|
|
81
|
+
<tspan x='2060.2' y='900.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">that<tspan style='fill:none;'>■</tspan>morning</tspan>
|
|
82
|
+
</text>
|
|
83
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='2380.4' y='661.5'><tspan x='2380.4' y='661.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">durative</tspan>
|
|
84
|
+
</text>
|
|
85
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='2343.4' y='810.0'><tspan x='2359.9' y='810.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">meanwhile</tspan>
|
|
86
|
+
<tspan x='2343.4' y='855.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">all<tspan style='fill:none;'>■</tspan>that<tspan style='fill:none;'>■</tspan>time</tspan>
|
|
87
|
+
</text>
|
|
88
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='2681.6' y='661.5'><tspan x='2681.6' y='661.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">terminal</tspan>
|
|
89
|
+
</text>
|
|
90
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='2614.6' y='810.0'><tspan x='2667.6' y='810.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">until<tspan style='fill:none;'>■</tspan>then</tspan>
|
|
91
|
+
<tspan x='2614.6' y='855.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">up<tspan style='fill:none;'>■</tspan>to<tspan style='fill:none;'>■</tspan>that<tspan style='fill:none;'>■</tspan>point</tspan>
|
|
92
|
+
</text>
|
|
93
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='2973.3' y='661.5'><tspan x='2973.3' y='661.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">punctiliar</tspan>
|
|
94
|
+
</text>
|
|
95
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='2947.8' y='810.0'><tspan x='2947.8' y='810.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">at<tspan style='fill:none;'>■</tspan>this<tspan style='fill:none;'>■</tspan>point</tspan>
|
|
96
|
+
</text>
|
|
97
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='3646.2999999999997' y='513.0'><tspan x='3646.2999999999997' y='513.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">simple<tspan style='fill:none;'>■</tspan>internal</tspan>
|
|
98
|
+
</text>
|
|
99
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='3292.5' y='661.5'><tspan x='3292.5' y='661.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">following</tspan>
|
|
100
|
+
</text>
|
|
101
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='3217.0' y='810.0'><tspan x='3330.5' y='810.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">next</tspan>
|
|
102
|
+
<tspan x='3297.0' y='855.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">secondly</tspan>
|
|
103
|
+
<tspan x='3217.0' y='900.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">my<tspan style='fill:none;'>■</tspan>next<tspan style='fill:none;'>■</tspan>pooint<tspan style='fill:none;'>■</tspan>is</tspan>
|
|
104
|
+
<tspan x='3268.5' y='945.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">first<tspan style='fill:none;'>■</tspan>...<tspan style='fill:none;'>■</tspan>next</tspan>
|
|
105
|
+
</text>
|
|
106
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='3579.2' y='661.5'><tspan x='3579.2' y='661.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">simultaneous</tspan>
|
|
107
|
+
</text>
|
|
108
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='3579.7' y='810.0'><tspan x='3579.7' y='810.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">at<tspan style='fill:none;'>■</tspan>this<tspan style='fill:none;'>■</tspan>point</tspan>
|
|
109
|
+
<tspan x='3646.2' y='855.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">here</tspan>
|
|
110
|
+
<tspan x='3647.2' y='900.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">now</tspan>
|
|
111
|
+
</text>
|
|
112
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='3859.8999999999996' y='661.5'><tspan x='3859.8999999999996' y='661.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">preceding</tspan>
|
|
113
|
+
</text>
|
|
114
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='3849.3999999999996' y='810.0'><tspan x='3875.3999999999996' y='810.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">hitherto</tspan>
|
|
115
|
+
<tspan x='3849.3999999999996' y='855.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">up<tspan style='fill:none;'>■</tspan>to<tspan style='fill:none;'>■</tspan>now</tspan>
|
|
116
|
+
</text>
|
|
117
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='4090.5999999999995' y='661.5'><tspan x='4090.5999999999995' y='661.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">conclusive</tspan>
|
|
118
|
+
</text>
|
|
119
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='4091.5999999999995' y='810.0'><tspan x='4130.099999999999' y='810.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">lastly</tspan>
|
|
120
|
+
<tspan x='4091.5999999999995' y='855.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">last<tspan style='fill:none;'>■</tspan>of<tspan style='fill:none;'>■</tspan>all</tspan>
|
|
121
|
+
<tspan x='4121.099999999999' y='900.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">finally</tspan>
|
|
122
|
+
</text>
|
|
123
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
124
|
+
points='2151.7 159.75 2151.7 127.6875 2151.7 127.6875 2151.7 95.625' />
|
|
125
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
126
|
+
points='2151.7 308.25 2151.7 276.1875 2151.7 276.1875 2151.7 244.125' />
|
|
127
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
128
|
+
points='535.6000000000001 456.75 535.6000000000001 424.6875 2151.7 424.6875 2151.7 392.625' />
|
|
129
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
130
|
+
points='2130.45 456.75 2130.45 424.6875 2151.7 424.6875 2151.7 392.625' />
|
|
131
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
132
|
+
points='3767.7999999999997 456.75 3767.7999999999997 424.6875 2151.7 424.6875 2151.7 392.625' />
|
|
133
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
134
|
+
points='113.29999999999995 605.25 113.29999999999995 573.1875 535.6000000000001 573.1875 535.6000000000001 541.125' />
|
|
135
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
136
|
+
points='417.5 605.25 417.5 573.1875 535.6000000000001 573.1875 535.6000000000001 541.125' />
|
|
137
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
138
|
+
points='714.2 605.25 714.2 573.1875 535.6000000000001 573.1875 535.6000000000001 541.125' />
|
|
139
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
140
|
+
points='957.9000000000001 605.25 957.9000000000001 573.1875 535.6000000000001 573.1875 535.6000000000001 541.125' />
|
|
141
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
142
|
+
points='113.29999999999995 753.75 113.29999999999995 721.6875 113.29999999999995 721.6875 113.29999999999995 689.625' />
|
|
143
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
144
|
+
points='417.5 753.75 417.5 721.6875 417.5 721.6875 417.5 689.625' />
|
|
145
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
146
|
+
points='714.2 753.75 714.2 721.6875 714.2 721.6875 714.2 689.625' />
|
|
147
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
148
|
+
points='957.9000000000001 753.75 957.9000000000001 721.6875 957.9000000000001 721.6875 957.9000000000001 689.625' />
|
|
149
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
150
|
+
points='1212.1 605.25 1212.1 573.1875 2130.45 573.1875 2130.45 541.125' />
|
|
151
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
152
|
+
points='1485.8000000000002 605.25 1485.8000000000002 573.1875 2130.45 573.1875 2130.45 541.125' />
|
|
153
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
154
|
+
points='1824.0 605.25 1824.0 573.1875 2130.45 573.1875 2130.45 541.125' />
|
|
155
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
156
|
+
points='2165.7 605.25 2165.7 573.1875 2130.45 573.1875 2130.45 541.125' />
|
|
157
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
158
|
+
points='2445.4 605.25 2445.4 573.1875 2130.45 573.1875 2130.45 541.125' />
|
|
159
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
160
|
+
points='2747.6 605.25 2747.6 573.1875 2130.45 573.1875 2130.45 541.125' />
|
|
161
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
162
|
+
points='3048.8 605.25 3048.8 573.1875 2130.45 573.1875 2130.45 541.125' />
|
|
163
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
164
|
+
points='1212.1 753.75 1212.1 721.6875 1212.1 721.6875 1212.1 689.625' />
|
|
165
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
166
|
+
points='1485.8000000000002 753.75 1485.8000000000002 721.6875 1485.8000000000002 721.6875 1485.8000000000002 689.625' />
|
|
167
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
168
|
+
points='1824.0 753.75 1824.0 721.6875 1824.0 721.6875 1824.0 689.625' />
|
|
169
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
170
|
+
points='2165.7 753.75 2165.7 721.6875 2165.7 721.6875 2165.7 689.625' />
|
|
171
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
172
|
+
points='2445.4 753.75 2445.4 721.6875 2445.4 721.6875 2445.4 689.625' />
|
|
173
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
174
|
+
points='2747.6 753.75 2747.6 721.6875 2747.6 721.6875 2747.6 689.625' />
|
|
175
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
176
|
+
points='3048.8 753.75 3048.8 721.6875 3048.8 721.6875 3048.8 689.625' />
|
|
177
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
178
|
+
points='3364.5 605.25 3364.5 573.1875 3767.7999999999997 573.1875 3767.7999999999997 541.125' />
|
|
179
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
180
|
+
points='3680.7 605.25 3680.7 573.1875 3767.7999999999997 573.1875 3767.7999999999997 541.125' />
|
|
181
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
182
|
+
points='3936.3999999999996 605.25 3936.3999999999996 573.1875 3767.7999999999997 573.1875 3767.7999999999997 541.125' />
|
|
183
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
184
|
+
points='4171.099999999999 605.25 4171.099999999999 573.1875 3767.7999999999997 573.1875 3767.7999999999997 541.125' />
|
|
185
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
186
|
+
points='3364.5 753.75 3364.5 721.6875 3364.5 721.6875 3364.5 689.625' />
|
|
187
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
188
|
+
points='3680.7 753.75 3680.7 721.6875 3680.7 721.6875 3680.7 689.625' />
|
|
189
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
190
|
+
points='3936.3999999999996 753.75 3936.3999999999996 721.6875 3936.3999999999996 721.6875 3936.3999999999996 689.625' />
|
|
191
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
192
|
+
points='4171.099999999999 753.75 4171.099999999999 721.6875 4171.099999999999 721.6875 4171.099999999999 689.625' />
|
|
193
|
+
</svg>
|
|
@@ -0,0 +1,179 @@
|
|
|
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="3856.6" height="1149.75" viewBox="-16.8, 0, 3873.4, 1161.0" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
4
|
+
<defs>
|
|
5
|
+
<marker id="arrow" markerUnits="userSpaceOnUse" viewBox="0 0 10 10" refX="10" refY="5" markerWidth="16.8" markerHeight="16.8" orient="auto">
|
|
6
|
+
<path d="M 0 0 L 10 5 L 0 10" fill="#CC79A7"/>
|
|
7
|
+
</marker>
|
|
8
|
+
<marker id="arrowBackward" markerUnits="userSpaceOnUse" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="16.8" markerHeight="16.8" orient="auto">
|
|
9
|
+
<path d="M 0 0 L 10 5 L 0 10 z" fill="#CC79A7"/>
|
|
10
|
+
</marker>
|
|
11
|
+
<marker id="arrowForward" markerUnits="userSpaceOnUse" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="16.8" markerHeight="16.8" orient="auto">
|
|
12
|
+
<path d="M 10 0 L 0 5 L 10 10 z" fill="#CC79A7"/>
|
|
13
|
+
</marker>
|
|
14
|
+
<marker id="arrowBothways" markerUnits="userSpaceOnUse" viewBox="0 0 30 10" refX="15" refY="5" markerWidth="50.400000000000006" markerHeight="16.8" orient="auto">
|
|
15
|
+
<path d="M 0 5 L 10 0 L 10 5 L 20 5 L 20 0 L 30 5 L 20 10 L 20 5 L 10 5 L 10 10 z" fill="#CC79A7"/>
|
|
16
|
+
</marker>
|
|
17
|
+
<pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
|
|
18
|
+
<line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
|
|
19
|
+
</pattern>
|
|
20
|
+
<pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
|
|
21
|
+
<line x1="0" y="0" x2="0" y2="10" stroke="#0072B2" stroke-width="4"></line>
|
|
22
|
+
</pattern>
|
|
23
|
+
<pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
|
|
24
|
+
<line x1="0" y="0" x2="0" y2="10" stroke="#009E73" stroke-width="4"></line>
|
|
25
|
+
</pattern>
|
|
26
|
+
</defs>
|
|
27
|
+
<rect x="-16.8" y="0" width="3873.4" height="1161.0" stroke="none" fill="white" />"
|
|
28
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='1834.3499999999995' y='67.5'><tspan x='1834.3499999999995' y='67.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">conjunctive<tspan style='fill:none;'>■</tspan>adjuncts</tspan>
|
|
29
|
+
</text>
|
|
30
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='1864.3499999999995' y='216.0'><tspan x='1864.3499999999995' y='216.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">enhancement<tspan style='fill:none;'>■</tspan>(2)</tspan>
|
|
31
|
+
</text>
|
|
32
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='411.54999999999995' y='364.5'><tspan x='411.54999999999995' y='364.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">manner</tspan>
|
|
33
|
+
</text>
|
|
34
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='138.89999999999986' y='513.0'><tspan x='138.89999999999986' y='513.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">comparison</tspan>
|
|
35
|
+
</text>
|
|
36
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='25.299999999999955' y='661.5'><tspan x='25.299999999999955' y='661.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">positive</tspan>
|
|
37
|
+
</text>
|
|
38
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='16.799999999999955' y='810.0'><tspan x='22.299999999999955' y='810.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">likewise</tspan>
|
|
39
|
+
<tspan x='16.799999999999955' y='855.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">similarly</tspan>
|
|
40
|
+
</text>
|
|
41
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='308.0' y='661.5'><tspan x='308.0' y='661.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">negative</tspan>
|
|
42
|
+
</text>
|
|
43
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='220.0' y='810.0'><tspan x='220.0' y='810.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">in<tspan style='fill:none;'>■</tspan>a<tspan style='fill:none;'>■</tspan>different<tspan style='fill:none;'>■</tspan>way</tspan>
|
|
44
|
+
</text>
|
|
45
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='666.2' y='513.0'><tspan x='666.2' y='513.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">means</tspan>
|
|
46
|
+
</text>
|
|
47
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='593.2' y='661.5'><tspan x='683.7' y='661.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">thus</tspan>
|
|
48
|
+
<tspan x='656.7' y='706.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">thereby</tspan>
|
|
49
|
+
<tspan x='593.2' y='751.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">by<tspan style='fill:none;'>■</tspan>such<tspan style='fill:none;'>■</tspan>means</tspan>
|
|
50
|
+
</text>
|
|
51
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='1481.5' y='364.5'><tspan x='1481.5' y='364.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">causal-conditional</tspan>
|
|
52
|
+
</text>
|
|
53
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='973.9000000000001' y='513.0'><tspan x='973.9000000000001' y='513.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">general</tspan>
|
|
54
|
+
</text>
|
|
55
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='906.4000000000001' y='661.5'><tspan x='1015.4000000000001' y='661.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">so</tspan>
|
|
56
|
+
<tspan x='996.9000000000001' y='706.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">then</tspan>
|
|
57
|
+
<tspan x='960.4000000000001' y='751.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">therefore</tspan>
|
|
58
|
+
<tspan x='929.4000000000001' y='796.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">consequently</tspan>
|
|
59
|
+
<tspan x='986.9000000000001' y='841.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">hense</tspan>
|
|
60
|
+
<tspan x='906.4000000000001' y='886.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">because<tspan style='fill:none;'>■</tspan>of<tspan style='fill:none;'>■</tspan>that</tspan>
|
|
61
|
+
<tspan x='1008.9000000000001' y='931.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">for</tspan>
|
|
62
|
+
</text>
|
|
63
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='2153.1' y='513.0'><tspan x='2153.1' y='513.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">specific</tspan>
|
|
64
|
+
</text>
|
|
65
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='1303.6' y='661.5'><tspan x='1303.6' y='661.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">result</tspan>
|
|
66
|
+
</text>
|
|
67
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='1223.6' y='810.0'><tspan x='1223.6' y='810.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">in<tspan style='fill:none;'>■</tspan>consequence</tspan>
|
|
68
|
+
<tspan x='1259.6' y='855.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">as<tspan style='fill:none;'>■</tspan>a<tspan style='fill:none;'>■</tspan>result</tspan>
|
|
69
|
+
</text>
|
|
70
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='1636.8' y='661.5'><tspan x='1636.8' y='661.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">reason</tspan>
|
|
71
|
+
</text>
|
|
72
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='1537.8' y='810.0'><tspan x='1537.8' y='810.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">on<tspan style='fill:none;'>■</tspan>account<tspan style='fill:none;'>■</tspan>of<tspan style='fill:none;'>■</tspan>this</tspan>
|
|
73
|
+
<tspan x='1565.3' y='855.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">for<tspan style='fill:none;'>■</tspan>that<tspan style='fill:none;'>■</tspan>reason</tspan>
|
|
74
|
+
</text>
|
|
75
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='1987.0' y='661.5'><tspan x='1987.0' y='661.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">purpose</tspan>
|
|
76
|
+
</text>
|
|
77
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='1906.0' y='810.0'><tspan x='1915.5' y='810.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">for<tspan style='fill:none;'>■</tspan>that<tspan style='fill:none;'>■</tspan>purpose</tspan>
|
|
78
|
+
<tspan x='1906.0' y='855.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">with<tspan style='fill:none;'>■</tspan>this<tspan style='fill:none;'>■</tspan>in<tspan style='fill:none;'>■</tspan>view</tspan>
|
|
79
|
+
</text>
|
|
80
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='2366.7' y='661.5'><tspan x='2366.7' y='661.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">conditional:</tspan>
|
|
81
|
+
<tspan x='2398.2' y='706.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">positive</tspan>
|
|
82
|
+
</text>
|
|
83
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='2259.2' y='855.0'><tspan x='2423.2' y='855.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">then</tspan>
|
|
84
|
+
<tspan x='2360.7' y='900.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">in<tspan style='fill:none;'>■</tspan>that<tspan style='fill:none;'>■</tspan>case</tspan>
|
|
85
|
+
<tspan x='2350.7' y='945.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">in<tspan style='fill:none;'>■</tspan>that<tspan style='fill:none;'>■</tspan>event</tspan>
|
|
86
|
+
<tspan x='2259.2' y='990.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">under<tspan style='fill:none;'>■</tspan>the<tspan style='fill:none;'>■</tspan>circumstances</tspan>
|
|
87
|
+
</text>
|
|
88
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='2723.3999999999996' y='661.5'><tspan x='2723.3999999999996' y='661.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">conditional:</tspan>
|
|
89
|
+
<tspan x='2749.3999999999996' y='706.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">negative</tspan>
|
|
90
|
+
</text>
|
|
91
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='2739.3999999999996' y='855.0'><tspan x='2739.3999999999996' y='855.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">otherwise</tspan>
|
|
92
|
+
<tspan x='2768.8999999999996' y='900.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">if<tspan style='fill:none;'>■</tspan>not</tspan>
|
|
93
|
+
</text>
|
|
94
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='2993.1' y='661.5'><tspan x='2993.1' y='661.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">concessive</tspan>
|
|
95
|
+
</text>
|
|
96
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='2972.6' y='810.0'><tspan x='3051.1' y='810.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">yet</tspan>
|
|
97
|
+
<tspan x='3046.6' y='855.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">still</tspan>
|
|
98
|
+
<tspan x='3021.1' y='900.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">though</tspan>
|
|
99
|
+
<tspan x='2982.6' y='945.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">despite<tspan style='fill:none;'>■</tspan>this</tspan>
|
|
100
|
+
<tspan x='3007.1' y='990.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">however</tspan>
|
|
101
|
+
<tspan x='3011.6' y='1035.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">even<tspan style='fill:none;'>■</tspan>so</tspan>
|
|
102
|
+
<tspan x='2972.6' y='1080.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">all<tspan style='fill:none;'>■</tspan>the<tspan style='fill:none;'>■</tspan>same</tspan>
|
|
103
|
+
<tspan x='2978.1' y='1125.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">nevertheless</tspan>
|
|
104
|
+
</text>
|
|
105
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='3473.1499999999996' y='364.5'><tspan x='3473.1499999999996' y='364.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">matter</tspan>
|
|
106
|
+
</text>
|
|
107
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='3302.7999999999993' y='513.0'><tspan x='3302.7999999999993' y='513.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">positive</tspan>
|
|
108
|
+
</text>
|
|
109
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='3242.7999999999993' y='661.5'><tspan x='3327.7999999999993' y='661.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">here</tspan>
|
|
110
|
+
<tspan x='3322.2999999999993' y='706.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">there</tspan>
|
|
111
|
+
<tspan x='3282.7999999999993' y='751.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">as<tspan style='fill:none;'>■</tspan>to<tspan style='fill:none;'>■</tspan>that</tspan>
|
|
112
|
+
<tspan x='3242.7999999999993' y='796.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">in<tspan style='fill:none;'>■</tspan>that<tspan style='fill:none;'>■</tspan>respect</tspan>
|
|
113
|
+
</text>
|
|
114
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='3620.9999999999995' y='513.0'><tspan x='3620.9999999999995' y='513.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">negative</tspan>
|
|
115
|
+
</text>
|
|
116
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='3548.9999999999995' y='661.5'><tspan x='3548.9999999999995' y='661.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">in<tspan style='fill:none;'>■</tspan>other<tspan style='fill:none;'>■</tspan>respects</tspan>
|
|
117
|
+
<tspan x='3608.4999999999995' y='706.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">elsewhere</tspan>
|
|
118
|
+
</text>
|
|
119
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
120
|
+
points='1998.3499999999997 159.75 1998.3499999999997 127.6875 1998.3499999999997 127.6875 1998.3499999999997 95.625' />
|
|
121
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
122
|
+
points='472.54999999999995 308.25 472.54999999999995 276.1875 1998.3499999999997 276.1875 1998.3499999999997 244.125' />
|
|
123
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
124
|
+
points='1621.0 308.25 1621.0 276.1875 1998.3499999999997 276.1875 1998.3499999999997 244.125' />
|
|
125
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
126
|
+
points='3524.1499999999996 308.25 3524.1499999999996 276.1875 1998.3499999999997 276.1875 1998.3499999999997 244.125' />
|
|
127
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
128
|
+
points='228.89999999999986 456.75 228.89999999999986 424.6875 472.54999999999995 424.6875 472.54999999999995 392.625' />
|
|
129
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
130
|
+
points='716.2 456.75 716.2 424.6875 472.54999999999995 424.6875 472.54999999999995 392.625' />
|
|
131
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
132
|
+
points='84.79999999999995 605.25 84.79999999999995 573.1875 228.89999999999986 573.1875 228.89999999999986 541.125' />
|
|
133
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
134
|
+
points='373.0 605.25 373.0 573.1875 228.89999999999986 573.1875 228.89999999999986 541.125' />
|
|
135
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
136
|
+
points='84.79999999999995 753.75 84.79999999999995 721.6875 84.79999999999995 721.6875 84.79999999999995 689.625' />
|
|
137
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
138
|
+
points='373.0 753.75 373.0 721.6875 373.0 721.6875 373.0 689.625' />
|
|
139
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
140
|
+
points='716.2 605.25 716.2 573.1875 716.2 573.1875 716.2 541.125' />
|
|
141
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
142
|
+
points='1031.4 456.75 1031.4 424.6875 1621.0 424.6875 1621.0 392.625' />
|
|
143
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
144
|
+
points='2210.6 456.75 2210.6 424.6875 1621.0 424.6875 1621.0 392.625' />
|
|
145
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
146
|
+
points='1031.4 605.25 1031.4 573.1875 1031.4 573.1875 1031.4 541.125' />
|
|
147
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
148
|
+
points='1347.1 605.25 1347.1 573.1875 2210.6 573.1875 2210.6 541.125' />
|
|
149
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
150
|
+
points='1688.3 605.25 1688.3 573.1875 2210.6 573.1875 2210.6 541.125' />
|
|
151
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
152
|
+
points='2049.0 605.25 2049.0 573.1875 2210.6 573.1875 2210.6 541.125' />
|
|
153
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
154
|
+
points='2457.7 605.25 2457.7 573.1875 2210.6 573.1875 2210.6 541.125' />
|
|
155
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
156
|
+
points='2814.3999999999996 605.25 2814.3999999999996 573.1875 2210.6 573.1875 2210.6 541.125' />
|
|
157
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
158
|
+
points='3074.1 605.25 3074.1 573.1875 2210.6 573.1875 2210.6 541.125' />
|
|
159
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
160
|
+
points='1347.1 753.75 1347.1 721.6875 1347.1 721.6875 1347.1 689.625' />
|
|
161
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
162
|
+
points='1688.3 753.75 1688.3 721.6875 1688.3 721.6875 1688.3 689.625' />
|
|
163
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
164
|
+
points='2049.0 753.75 2049.0 721.6875 2049.0 721.6875 2049.0 689.625' />
|
|
165
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
166
|
+
points='2457.7 798.75 2457.7 766.6875 2457.7 766.6875 2457.7 734.625' />
|
|
167
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
168
|
+
points='2814.3999999999996 798.75 2814.3999999999996 766.6875 2814.3999999999996 766.6875 2814.3999999999996 734.625' />
|
|
169
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
170
|
+
points='3074.1 753.75 3074.1 721.6875 3074.1 721.6875 3074.1 689.625' />
|
|
171
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
172
|
+
points='3362.2999999999993 456.75 3362.2999999999993 424.6875 3524.1499999999996 424.6875 3524.1499999999996 392.625' />
|
|
173
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
174
|
+
points='3685.9999999999995 456.75 3685.9999999999995 424.6875 3524.1499999999996 424.6875 3524.1499999999996 392.625' />
|
|
175
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
176
|
+
points='3362.2999999999993 605.25 3362.2999999999993 573.1875 3362.2999999999993 573.1875 3362.2999999999993 541.125' />
|
|
177
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
178
|
+
points='3685.9999999999995 605.25 3685.9999999999995 573.1875 3685.9999999999995 573.1875 3685.9999999999995 541.125' />
|
|
179
|
+
</svg>
|
|
@@ -279,12 +279,12 @@ module RSyntaxTree
|
|
|
279
279
|
end
|
|
280
280
|
|
|
281
281
|
if e[:decoration].include?(:box)
|
|
282
|
-
enc = "<rect style='
|
|
282
|
+
enc = "<rect style='stroke: #{col}; stroke-linejoin:round; stroke-width:#{stroke_width};'
|
|
283
283
|
x='#{enc_x}' y='#{enc_y}'
|
|
284
284
|
width='#{enc_width}' height='#{enc_height}'
|
|
285
285
|
fill='#{fill}' />\n"
|
|
286
286
|
elsif e[:decoration].include?(:circle)
|
|
287
|
-
enc = "<rect style='
|
|
287
|
+
enc = "<rect style='stroke: #{col}; stroke-width:#{stroke_width};'
|
|
288
288
|
x='#{enc_x}' y='#{enc_y}' rx='#{enc_height / 2}' ry='#{enc_height / 2}'
|
|
289
289
|
width='#{enc_width}' height='#{enc_height}'
|
|
290
290
|
fill='#{fill}' />\n"
|
data/lib/rsyntaxtree/version.rb
CHANGED