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
data/docs/assets/svg/017.svg
CHANGED
|
File without changes
|
data/docs/assets/svg/018.svg
CHANGED
|
File without changes
|
data/docs/assets/svg/019.svg
CHANGED
|
File without changes
|
data/docs/assets/svg/020.svg
CHANGED
|
File without changes
|
data/docs/assets/svg/021.svg
CHANGED
|
File without changes
|
data/docs/assets/svg/022.svg
CHANGED
|
@@ -135,37 +135,37 @@
|
|
|
135
135
|
points='1267.8000000000002 656.25 1267.8000000000002 633.9375 1267.8000000000002 633.9375 1267.8000000000002 611.625' />
|
|
136
136
|
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
137
137
|
points='1267.8000000000002 785.25 1267.8000000000002 762.9375 1267.8000000000002 762.9375 1267.8000000000002 740.625' />
|
|
138
|
-
<rect style='
|
|
138
|
+
<rect style='stroke: black; stroke-width:2;'
|
|
139
139
|
x='158.00000000000006' y='1061.1' rx='24.0' ry='24.0'
|
|
140
140
|
width='48.0' height='48.0'
|
|
141
141
|
fill='none' />
|
|
142
142
|
|
|
143
|
-
<rect style='
|
|
143
|
+
<rect style='stroke: black; stroke-width:2;'
|
|
144
144
|
x='338.6000000000001' y='674.1' rx='24.0' ry='24.0'
|
|
145
145
|
width='48.0' height='48.0'
|
|
146
146
|
fill='none' />
|
|
147
147
|
|
|
148
|
-
<rect style='
|
|
148
|
+
<rect style='stroke: black; stroke-width:2;'
|
|
149
149
|
x='474.20000000000005' y='932.1' rx='24.0' ry='24.0'
|
|
150
150
|
width='48.0' height='48.0'
|
|
151
151
|
fill='none' />
|
|
152
152
|
|
|
153
|
-
<rect style='
|
|
153
|
+
<rect style='stroke: black; stroke-width:2;'
|
|
154
154
|
x='678.4' y='287.1' rx='24.0' ry='24.0'
|
|
155
155
|
width='48.0' height='48.0'
|
|
156
156
|
fill='none' />
|
|
157
157
|
|
|
158
|
-
<rect style='
|
|
158
|
+
<rect style='stroke: black; stroke-width:2;'
|
|
159
159
|
x='927.6000000000001' y='932.1' rx='24.0' ry='24.0'
|
|
160
160
|
width='48.0' height='48.0'
|
|
161
161
|
fill='none' />
|
|
162
162
|
|
|
163
|
-
<rect style='
|
|
163
|
+
<rect style='stroke: black; stroke-width:2;'
|
|
164
164
|
x='1108.2' y='545.1' rx='24.0' ry='24.0'
|
|
165
165
|
width='48.0' height='48.0'
|
|
166
166
|
fill='none' />
|
|
167
167
|
|
|
168
|
-
<rect style='
|
|
168
|
+
<rect style='stroke: black; stroke-width:2;'
|
|
169
169
|
x='1243.8000000000002' y='803.1' rx='24.0' ry='24.0'
|
|
170
170
|
width='48.0' height='48.0'
|
|
171
171
|
fill='none' />
|
data/docs/assets/svg/023.svg
CHANGED
|
@@ -83,42 +83,42 @@
|
|
|
83
83
|
points='596.5000000000001 389.25 596.5000000000001 368.4375 644.1500000000001 368.4375 644.1500000000001 347.625' />
|
|
84
84
|
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
85
85
|
points='691.8000000000002 389.25 691.8000000000002 368.4375 644.1500000000001 368.4375 644.1500000000001 347.625' />
|
|
86
|
-
<rect style='
|
|
86
|
+
<rect style='stroke: black; stroke-width:2;'
|
|
87
87
|
x='335.68750000000006' y='31.5' rx='22.5' ry='22.5'
|
|
88
88
|
width='45.0' height='45.0'
|
|
89
89
|
fill='none' />
|
|
90
90
|
|
|
91
|
-
<rect style='
|
|
91
|
+
<rect style='stroke: black; stroke-width:2;'
|
|
92
92
|
x='149.52500000000003' y='157.5' rx='22.5' ry='22.5'
|
|
93
93
|
width='45.0' height='45.0'
|
|
94
94
|
fill='none' />
|
|
95
95
|
|
|
96
|
-
<rect style='
|
|
96
|
+
<rect style='stroke: black; stroke-width:2;'
|
|
97
97
|
x='15.199999999999989' y='409.5' rx='22.5' ry='22.5'
|
|
98
98
|
width='45.0' height='45.0'
|
|
99
99
|
fill='none' />
|
|
100
100
|
|
|
101
|
-
<rect style='
|
|
101
|
+
<rect style='stroke: black; stroke-width:2;'
|
|
102
102
|
x='236.95000000000005' y='283.5' rx='22.5' ry='22.5'
|
|
103
103
|
width='45.0' height='45.0'
|
|
104
104
|
fill='none' />
|
|
105
105
|
|
|
106
|
-
<rect style='
|
|
106
|
+
<rect style='stroke: black; stroke-width:2;'
|
|
107
107
|
x='283.6' y='409.5' rx='22.5' ry='22.5'
|
|
108
108
|
width='45.0' height='45.0'
|
|
109
109
|
fill='none' />
|
|
110
110
|
|
|
111
|
-
<rect style='
|
|
111
|
+
<rect style='stroke: black; stroke-width:2;'
|
|
112
112
|
x='468.20000000000005' y='409.5' rx='22.5' ry='22.5'
|
|
113
113
|
width='45.0' height='45.0'
|
|
114
114
|
fill='none' />
|
|
115
115
|
|
|
116
|
-
<rect style='
|
|
116
|
+
<rect style='stroke: black; stroke-width:2;'
|
|
117
117
|
x='621.6500000000001' y='283.5' rx='22.5' ry='22.5'
|
|
118
118
|
width='45.0' height='45.0'
|
|
119
119
|
fill='none' />
|
|
120
120
|
|
|
121
|
-
<rect style='
|
|
121
|
+
<rect style='stroke: black; stroke-width:2;'
|
|
122
122
|
x='574.0000000000001' y='409.5' rx='22.5' ry='22.5'
|
|
123
123
|
width='45.0' height='45.0'
|
|
124
124
|
fill='none' />
|
data/docs/assets/svg/024.svg
CHANGED
|
File without changes
|
data/docs/assets/svg/025.svg
CHANGED
|
File without changes
|
data/docs/assets/svg/026.svg
CHANGED
|
File without changes
|
data/docs/assets/svg/027.svg
CHANGED
|
File without changes
|
data/docs/assets/svg/028.svg
CHANGED
|
File without changes
|
data/docs/assets/svg/029.svg
CHANGED
|
File without changes
|
data/docs/assets/svg/030.svg
CHANGED
|
File without changes
|
data/docs/assets/svg/031.svg
CHANGED
|
File without changes
|
data/docs/assets/svg/032.svg
CHANGED
|
File without changes
|
data/docs/assets/svg/033.svg
CHANGED
|
@@ -60,12 +60,12 @@
|
|
|
60
60
|
<line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='857.8999999999999' y1='389.25' x2='747.8' y2='347.625' />
|
|
61
61
|
<line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='637.6999999999999' y1='515.25' x2='637.7' y2='473.625' />
|
|
62
62
|
<line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='857.8999999999999' y1='515.25' x2='857.8999999999999' y2='473.625' />
|
|
63
|
-
<rect style='
|
|
63
|
+
<rect style='stroke: #0072B2; stroke-width:2;'
|
|
64
64
|
x='108.55000000000001' y='157.5' rx='22.5' ry='22.5'
|
|
65
65
|
width='53.5' height='45.0'
|
|
66
66
|
fill='none' />
|
|
67
67
|
|
|
68
|
-
<rect style='
|
|
68
|
+
<rect style='stroke: #009E73; stroke-linejoin:round; stroke-width:2;'
|
|
69
69
|
x='16.80000000000001' y='283.5'
|
|
70
70
|
width='45.0' height='45.0'
|
|
71
71
|
fill='none' />
|
data/docs/assets/svg/034.svg
CHANGED
|
File without changes
|
data/docs/assets/svg/035.svg
CHANGED
|
File without changes
|
data/docs/assets/svg/036.svg
CHANGED
|
File without changes
|
data/docs/assets/svg/037.svg
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
<tspan x='301.3' y='202.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"><tspan style='fill:none;'>■</tspan></tspan>
|
|
37
37
|
<tspan x='154.3' y='247.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">AGT<tspan style='fill:none;'>■</tspan>><tspan style='fill:none;'>■</tspan>INST<tspan style='fill:none;'>■</tspan>><tspan style='fill:none;'>■</tspan>PAT</tspan>
|
|
38
38
|
</text>
|
|
39
|
-
<rect style='
|
|
39
|
+
<rect style='stroke: #009E73; stroke-width:4;'
|
|
40
40
|
x='175.8' y='121.5' rx='22.5' ry='22.5'
|
|
41
41
|
width='45.0' height='45.0'
|
|
42
42
|
fill='none' />
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
|
|
46
46
|
<polyline stroke-linejoin='round' stroke-linecap='round' fill='none' stroke='#009E73' stroke-width='4' points='254.55,138.375 263.8,144.0 254.55,149.625' />
|
|
47
47
|
|
|
48
|
-
<rect style='
|
|
48
|
+
<rect style='stroke: #009E73; stroke-width:4;'
|
|
49
49
|
x='265.8' y='121.5' rx='22.5' ry='22.5'
|
|
50
50
|
width='45.0' height='45.0'
|
|
51
51
|
fill='none' />
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
|
|
55
55
|
<polyline stroke-linejoin='round' stroke-linecap='round' fill='none' stroke='#009E73' stroke-width='4' points='344.55,138.375 353.8,144.0 344.55,149.625' />
|
|
56
56
|
|
|
57
|
-
<rect style='
|
|
57
|
+
<rect style='stroke: #009E73; stroke-width:4;'
|
|
58
58
|
x='355.8' y='121.5' rx='22.5' ry='22.5'
|
|
59
59
|
width='45.0' height='45.0'
|
|
60
60
|
fill='none' />
|
data/docs/assets/svg/038.svg
CHANGED
|
File without changes
|
data/docs/assets/svg/039.svg
CHANGED
|
File without changes
|
data/docs/assets/svg/040.svg
CHANGED
|
File without changes
|
data/docs/assets/svg/041.svg
CHANGED
|
File without changes
|
data/docs/assets/svg/042.svg
CHANGED
|
File without changes
|
data/docs/assets/svg/043.svg
CHANGED
|
@@ -99,197 +99,197 @@
|
|
|
99
99
|
<line style='fill: none; stroke:black; stroke-width:3; stroke-linejoin:round; stroke-linecap:round;' x1='781.0500000000002' y1='524.25' x2='727.9000000000001' y2='437.625' />
|
|
100
100
|
<line style='fill: none; stroke:black; stroke-width:3; stroke-linejoin:round; stroke-linecap:round;' x1='993.6500000000001' y1='524.25' x2='1046.8000000000002' y2='437.625' />
|
|
101
101
|
<line style='fill: none; stroke:black; stroke-width:3; stroke-linejoin:round; stroke-linecap:round;' x1='1099.95' y1='524.25' x2='1046.8000000000002' y2='437.625' />
|
|
102
|
-
<rect style='
|
|
102
|
+
<rect style='stroke: #0072B2; stroke-linejoin:round; stroke-width:3;'
|
|
103
103
|
x='341.57500000000005' y='31.5'
|
|
104
104
|
width='45.5' height='45.0'
|
|
105
105
|
fill='none' />
|
|
106
106
|
|
|
107
|
-
<rect style='
|
|
107
|
+
<rect style='stroke: #0072B2; stroke-linejoin:round; stroke-width:3;'
|
|
108
108
|
x='387.07500000000005' y='31.5'
|
|
109
109
|
width='45.0' height='45.0'
|
|
110
110
|
fill='none' />
|
|
111
111
|
|
|
112
|
-
<rect style='
|
|
112
|
+
<rect style='stroke: #0072B2; stroke-linejoin:round; stroke-width:3;'
|
|
113
113
|
x='432.07500000000005' y='31.5'
|
|
114
114
|
width='45.5' height='45.0'
|
|
115
115
|
fill='none' />
|
|
116
116
|
|
|
117
|
-
<rect style='
|
|
117
|
+
<rect style='stroke: #0072B2; stroke-linejoin:round; stroke-width:3;'
|
|
118
118
|
x='477.57500000000005' y='31.5'
|
|
119
119
|
width='45.0' height='45.0'
|
|
120
120
|
fill='none' />
|
|
121
121
|
|
|
122
|
-
<rect style='
|
|
122
|
+
<rect style='stroke: #0072B2; stroke-linejoin:round; stroke-width:3;'
|
|
123
123
|
x='522.575' y='31.5'
|
|
124
124
|
width='45.5' height='45.0'
|
|
125
125
|
fill='none' />
|
|
126
126
|
|
|
127
|
-
<rect style='
|
|
127
|
+
<rect style='stroke: #0072B2; stroke-linejoin:round; stroke-width:3;'
|
|
128
128
|
x='568.075' y='31.5'
|
|
129
129
|
width='45.5' height='45.0'
|
|
130
130
|
fill='none' />
|
|
131
131
|
|
|
132
|
-
<rect style='
|
|
132
|
+
<rect style='stroke: #0072B2; stroke-linejoin:round; stroke-width:3;'
|
|
133
133
|
x='613.575' y='31.5'
|
|
134
134
|
width='45.5' height='45.0'
|
|
135
135
|
fill='none' />
|
|
136
136
|
|
|
137
|
-
<rect style='
|
|
137
|
+
<rect style='stroke: #0072B2; stroke-linejoin:round; stroke-width:3;'
|
|
138
138
|
x='659.075' y='31.5'
|
|
139
139
|
width='45.5' height='45.0'
|
|
140
140
|
fill='none' />
|
|
141
141
|
|
|
142
|
-
<rect style='
|
|
142
|
+
<rect style='stroke: #0072B2; stroke-linejoin:round; stroke-width:3;'
|
|
143
143
|
x='704.575' y='31.5'
|
|
144
144
|
width='45.5' height='45.0'
|
|
145
145
|
fill='none' />
|
|
146
146
|
|
|
147
|
-
<rect style='
|
|
147
|
+
<rect style='stroke: #0072B2; stroke-linejoin:round; stroke-width:3;'
|
|
148
148
|
x='750.075' y='31.5'
|
|
149
149
|
width='45.5' height='45.0'
|
|
150
150
|
fill='none' />
|
|
151
151
|
|
|
152
|
-
<rect style='
|
|
152
|
+
<rect style='stroke: #0072B2; stroke-linejoin:round; stroke-width:3;'
|
|
153
153
|
x='136.55000000000007' y='202.5'
|
|
154
154
|
width='45.0' height='45.0'
|
|
155
155
|
fill='none' />
|
|
156
156
|
|
|
157
|
-
<rect style='
|
|
157
|
+
<rect style='stroke: #0072B2; stroke-linejoin:round; stroke-width:3;'
|
|
158
158
|
x='181.55000000000007' y='202.5'
|
|
159
159
|
width='45.0' height='45.0'
|
|
160
160
|
fill='none' />
|
|
161
161
|
|
|
162
|
-
<rect style='
|
|
162
|
+
<rect style='stroke: #0072B2; stroke-linejoin:round; stroke-width:3;'
|
|
163
163
|
x='226.55000000000007' y='202.5'
|
|
164
164
|
width='45.5' height='45.0'
|
|
165
165
|
fill='none' />
|
|
166
166
|
|
|
167
|
-
<rect style='
|
|
167
|
+
<rect style='stroke: #0072B2; stroke-linejoin:round; stroke-width:3;'
|
|
168
168
|
x='272.05000000000007' y='202.5'
|
|
169
169
|
width='45.5' height='45.0'
|
|
170
170
|
fill='none' />
|
|
171
171
|
|
|
172
|
-
<rect style='
|
|
172
|
+
<rect style='stroke: #0072B2; stroke-linejoin:round; stroke-width:3;'
|
|
173
173
|
x='317.55000000000007' y='202.5'
|
|
174
174
|
width='45.5' height='45.0'
|
|
175
175
|
fill='none' />
|
|
176
176
|
|
|
177
|
-
<rect style='
|
|
177
|
+
<rect style='stroke: #0072B2; stroke-linejoin:round; stroke-width:3;'
|
|
178
178
|
x='45.60000000000008' y='373.5'
|
|
179
179
|
width='45.0' height='45.0'
|
|
180
180
|
fill='none' />
|
|
181
181
|
|
|
182
|
-
<rect style='
|
|
182
|
+
<rect style='stroke: #0072B2; stroke-linejoin:round; stroke-width:3;'
|
|
183
183
|
x='90.60000000000008' y='373.5'
|
|
184
184
|
width='45.0' height='45.0'
|
|
185
185
|
fill='none' />
|
|
186
186
|
|
|
187
|
-
<rect style='
|
|
187
|
+
<rect style='stroke: #009E73; stroke-linejoin:round; stroke-width:3;'
|
|
188
188
|
x='15.199999999999989' y='544.5'
|
|
189
189
|
width='45.0' height='45.0'
|
|
190
190
|
fill='none' />
|
|
191
191
|
|
|
192
|
-
<rect style='
|
|
192
|
+
<rect style='stroke: #009E73; stroke-linejoin:round; stroke-width:3;'
|
|
193
193
|
x='121.00000000000006' y='544.5'
|
|
194
194
|
width='45.0' height='45.0'
|
|
195
195
|
fill='none' />
|
|
196
196
|
|
|
197
|
-
<rect style='
|
|
197
|
+
<rect style='stroke: #009E73; stroke-linejoin:round; stroke-width:3;'
|
|
198
198
|
x='226.80000000000007' y='373.5'
|
|
199
199
|
width='45.5' height='45.0'
|
|
200
200
|
fill='none' />
|
|
201
201
|
|
|
202
|
-
<rect style='
|
|
202
|
+
<rect style='stroke: #0072B2; stroke-linejoin:round; stroke-width:3;'
|
|
203
203
|
x='363.5000000000001' y='373.5'
|
|
204
204
|
width='45.5' height='45.0'
|
|
205
205
|
fill='none' />
|
|
206
206
|
|
|
207
|
-
<rect style='
|
|
207
|
+
<rect style='stroke: #0072B2; stroke-linejoin:round; stroke-width:3;'
|
|
208
208
|
x='409.0000000000001' y='373.5'
|
|
209
209
|
width='45.5' height='45.0'
|
|
210
210
|
fill='none' />
|
|
211
211
|
|
|
212
|
-
<rect style='
|
|
212
|
+
<rect style='stroke: #009E73; stroke-linejoin:round; stroke-width:3;'
|
|
213
213
|
x='333.1000000000001' y='544.5'
|
|
214
214
|
width='45.5' height='45.0'
|
|
215
215
|
fill='none' />
|
|
216
216
|
|
|
217
|
-
<rect style='
|
|
217
|
+
<rect style='stroke: #009E73; stroke-linejoin:round; stroke-width:3;'
|
|
218
218
|
x='439.4000000000001' y='544.5'
|
|
219
219
|
width='45.5' height='45.0'
|
|
220
220
|
fill='none' />
|
|
221
221
|
|
|
222
|
-
<rect style='
|
|
222
|
+
<rect style='stroke: #009E73; stroke-linejoin:round; stroke-width:3;'
|
|
223
223
|
x='545.7' y='202.5'
|
|
224
224
|
width='45.5' height='45.0'
|
|
225
225
|
fill='none' />
|
|
226
226
|
|
|
227
|
-
<rect style='
|
|
227
|
+
<rect style='stroke: #0072B2; stroke-linejoin:round; stroke-width:3;'
|
|
228
228
|
x='773.6000000000001' y='202.5'
|
|
229
229
|
width='45.5' height='45.0'
|
|
230
230
|
fill='none' />
|
|
231
231
|
|
|
232
|
-
<rect style='
|
|
232
|
+
<rect style='stroke: #0072B2; stroke-linejoin:round; stroke-width:3;'
|
|
233
233
|
x='819.1000000000001' y='202.5'
|
|
234
234
|
width='45.5' height='45.0'
|
|
235
235
|
fill='none' />
|
|
236
236
|
|
|
237
|
-
<rect style='
|
|
237
|
+
<rect style='stroke: #0072B2; stroke-linejoin:round; stroke-width:3;'
|
|
238
238
|
x='864.6000000000001' y='202.5'
|
|
239
239
|
width='45.5' height='45.0'
|
|
240
240
|
fill='none' />
|
|
241
241
|
|
|
242
|
-
<rect style='
|
|
242
|
+
<rect style='stroke: #0072B2; stroke-linejoin:round; stroke-width:3;'
|
|
243
243
|
x='910.1000000000001' y='202.5'
|
|
244
244
|
width='45.5' height='45.0'
|
|
245
245
|
fill='none' />
|
|
246
246
|
|
|
247
|
-
<rect style='
|
|
247
|
+
<rect style='stroke: #0072B2; stroke-linejoin:round; stroke-width:3;'
|
|
248
248
|
x='955.6000000000001' y='202.5'
|
|
249
249
|
width='45.5' height='45.0'
|
|
250
250
|
fill='none' />
|
|
251
251
|
|
|
252
|
-
<rect style='
|
|
252
|
+
<rect style='stroke: #0072B2; stroke-linejoin:round; stroke-width:3;'
|
|
253
253
|
x='682.4000000000001' y='373.5'
|
|
254
254
|
width='45.5' height='45.0'
|
|
255
255
|
fill='none' />
|
|
256
256
|
|
|
257
|
-
<rect style='
|
|
257
|
+
<rect style='stroke: #0072B2; stroke-linejoin:round; stroke-width:3;'
|
|
258
258
|
x='727.9000000000001' y='373.5'
|
|
259
259
|
width='45.5' height='45.0'
|
|
260
260
|
fill='none' />
|
|
261
261
|
|
|
262
|
-
<rect style='
|
|
262
|
+
<rect style='stroke: #009E73; stroke-linejoin:round; stroke-width:3;'
|
|
263
263
|
x='652.0' y='544.5'
|
|
264
264
|
width='45.5' height='45.0'
|
|
265
265
|
fill='none' />
|
|
266
266
|
|
|
267
|
-
<rect style='
|
|
267
|
+
<rect style='stroke: #009E73; stroke-linejoin:round; stroke-width:3;'
|
|
268
268
|
x='758.3000000000002' y='544.5'
|
|
269
269
|
width='45.5' height='45.0'
|
|
270
270
|
fill='none' />
|
|
271
271
|
|
|
272
|
-
<rect style='
|
|
272
|
+
<rect style='stroke: #009E73; stroke-linejoin:round; stroke-width:3;'
|
|
273
273
|
x='864.6000000000001' y='373.5'
|
|
274
274
|
width='45.5' height='45.0'
|
|
275
275
|
fill='none' />
|
|
276
276
|
|
|
277
|
-
<rect style='
|
|
277
|
+
<rect style='stroke: #0072B2; stroke-linejoin:round; stroke-width:3;'
|
|
278
278
|
x='1001.3000000000002' y='373.5'
|
|
279
279
|
width='45.5' height='45.0'
|
|
280
280
|
fill='none' />
|
|
281
281
|
|
|
282
|
-
<rect style='
|
|
282
|
+
<rect style='stroke: #0072B2; stroke-linejoin:round; stroke-width:3;'
|
|
283
283
|
x='1046.8000000000002' y='373.5'
|
|
284
284
|
width='45.5' height='45.0'
|
|
285
285
|
fill='none' />
|
|
286
286
|
|
|
287
|
-
<rect style='
|
|
287
|
+
<rect style='stroke: #009E73; stroke-linejoin:round; stroke-width:3;'
|
|
288
288
|
x='970.9000000000001' y='544.5'
|
|
289
289
|
width='45.5' height='45.0'
|
|
290
290
|
fill='none' />
|
|
291
291
|
|
|
292
|
-
<rect style='
|
|
292
|
+
<rect style='stroke: #009E73; stroke-linejoin:round; stroke-width:3;'
|
|
293
293
|
x='1077.2' y='544.5'
|
|
294
294
|
width='45.5' height='45.0'
|
|
295
295
|
fill='none' />
|
data/docs/assets/svg/044.svg
CHANGED
|
File without changes
|
data/docs/assets/svg/045.svg
CHANGED
|
File without changes
|
data/docs/assets/svg/046.svg
CHANGED
|
File without changes
|
|
@@ -0,0 +1,134 @@
|
|
|
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="3130.9999999999995" height="821.25" viewBox="-16.8, 0, 3147.7999999999997, 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="3147.7999999999997" 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='979.0999999999999' y='67.5'><tspan x='979.0999999999999' 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='1055.1' y='216.0'><tspan x='1055.1' y='216.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">elaboration</tspan>
|
|
31
|
+
</text>
|
|
32
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='295.1500000000001' y='364.5'><tspan x='295.1500000000001' y='364.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">apposition</tspan>
|
|
33
|
+
</text>
|
|
34
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='117.29999999999995' y='513.0'><tspan x='117.29999999999995' y='513.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">expository</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='75.29999999999995' 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>words</tspan>
|
|
37
|
+
<tspan x='76.79999999999995' y='706.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">that<tspan style='fill:none;'>■</tspan>is<tspan style='fill:none;'>■</tspan>(to<tspan style='fill:none;'>■</tspan>say)</tspan>
|
|
38
|
+
<tspan x='69.79999999999995' y='751.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">I<tspan style='fill:none;'>■</tspan>mean<tspan style='fill:none;'>■</tspan>(to<tspan style='fill:none;'>■</tspan>say)</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">to<tspan style='fill:none;'>■</tspan>put<tspan style='fill:none;'>■</tspan>it<tspan style='fill:none;'>■</tspan>another<tspan style='fill:none;'>■</tspan>way</tspan>
|
|
40
|
+
</text>
|
|
41
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='452.0000000000001' y='513.0'><tspan x='452.0000000000001' y='513.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">exemplifying</tspan>
|
|
42
|
+
</text>
|
|
43
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='446.0000000000001' y='661.5'><tspan x='455.0000000000001' y='661.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">for<tspan style='fill:none;'>■</tspan>example</tspan>
|
|
44
|
+
<tspan x='446.0000000000001' y='706.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">for<tspan style='fill:none;'>■</tspan>insntance</tspan>
|
|
45
|
+
<tspan x='520.0000000000001' y='751.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">thus</tspan>
|
|
46
|
+
<tspan x='460.5000000000001' y='796.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">to<tspan style='fill:none;'>■</tspan>illustrate</tspan>
|
|
47
|
+
</text>
|
|
48
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='1818.55' y='364.5'><tspan x='1818.55' y='364.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">clarification</tspan>
|
|
49
|
+
</text>
|
|
50
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='805.2' y='513.0'><tspan x='805.2' y='513.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">corrective</tspan>
|
|
51
|
+
</text>
|
|
52
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='726.2' y='661.5'><tspan x='808.2' y='661.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">or<tspan style='fill:none;'>■</tspan>rather</tspan>
|
|
53
|
+
<tspan x='823.2' y='706.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">at<tspan style='fill:none;'>■</tspan>least</tspan>
|
|
54
|
+
<tspan x='726.2' y='751.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">to<tspan style='fill:none;'>■</tspan>be<tspan style='fill:none;'>■</tspan>more<tspan style='fill:none;'>■</tspan>precise</tspan>
|
|
55
|
+
</text>
|
|
56
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='1119.4' y='513.0'><tspan x='1119.4' y='513.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">distractive</tspan>
|
|
57
|
+
</text>
|
|
58
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='1105.4' y='661.5'><tspan x='1105.4' y='661.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">by<tspan style='fill:none;'>■</tspan>the<tspan style='fill:none;'>■</tspan>way</tspan>
|
|
59
|
+
<tspan x='1108.4' y='706.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">incidentally</tspan>
|
|
60
|
+
</text>
|
|
61
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='1427.1' y='513.0'><tspan x='1427.1' y='513.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">dismissive</tspan>
|
|
62
|
+
</text>
|
|
63
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='1361.6' y='661.5'><tspan x='1410.6' 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>any<tspan style='fill:none;'>■</tspan>case</tspan>
|
|
64
|
+
<tspan x='1445.1' y='706.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">anyway</tspan>
|
|
65
|
+
<tspan x='1361.6' y='751.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">leaving<tspan style='fill:none;'>■</tspan>that<tspan style='fill:none;'>■</tspan>aside</tspan>
|
|
66
|
+
</text>
|
|
67
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='1729.3' y='513.0'><tspan x='1729.3' y='513.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">particularizing</tspan>
|
|
68
|
+
</text>
|
|
69
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='1717.8' y='661.5'><tspan x='1741.3' 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>particular</tspan>
|
|
70
|
+
<tspan x='1717.8' y='706.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">more<tspan style='fill:none;'>■</tspan>especially</tspan>
|
|
71
|
+
</text>
|
|
72
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='2148.0' y='513.0'><tspan x='2148.0' y='513.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">resumptive</tspan>
|
|
73
|
+
</text>
|
|
74
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='2035.0' y='661.5'><tspan x='2096.0' y='661.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">as<tspan style='fill:none;'>■</tspan>I<tspan style='fill:none;'>■</tspan>wasy<tspan style='fill:none;'>■</tspan>saying</tspan>
|
|
75
|
+
<tspan x='2154.0' y='706.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">to<tspan style='fill:none;'>■</tspan>resume</tspan>
|
|
76
|
+
<tspan x='2035.0' y='751.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">to<tspan style='fill:none;'>■</tspan>get<tspan style='fill:none;'>■</tspan>back<tspan style='fill:none;'>■</tspan>to<tspan style='fill:none;'>■</tspan>the<tspan style='fill:none;'>■</tspan>point</tspan>
|
|
77
|
+
</text>
|
|
78
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='2523.7' y='513.0'><tspan x='2523.7' y='513.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">summative</tspan>
|
|
79
|
+
</text>
|
|
80
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='2501.2' y='661.5'><tspan x='2544.2' 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>short</tspan>
|
|
81
|
+
<tspan x='2522.7' y='706.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">to<tspan style='fill:none;'>■</tspan>sum<tspan style='fill:none;'>■</tspan>up</tspan>
|
|
82
|
+
<tspan x='2501.2' y='751.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">in<tspan style='fill:none;'>■</tspan>conclusion</tspan>
|
|
83
|
+
<tspan x='2556.7' y='796.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">briefly</tspan>
|
|
84
|
+
</text>
|
|
85
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #0072B2; storoke-width: 0; font-size: 32px;' x='2857.8999999999996' y='513.0'><tspan x='2857.8999999999996' y='513.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">verifactive</tspan>
|
|
86
|
+
</text>
|
|
87
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: #009E73; storoke-width: 0; font-size: 32px;' x='2782.3999999999996' y='661.5'><tspan x='2878.8999999999996' y='661.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">actually</tspan>
|
|
88
|
+
<tspan x='2782.3999999999996' y='706.5' 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>matter<tspan style='fill:none;'>■</tspan>of<tspan style='fill:none;'>■</tspan>fact</tspan>
|
|
89
|
+
<tspan x='2886.3999999999996' y='751.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">in<tspan style='fill:none;'>■</tspan>fact</tspan>
|
|
90
|
+
<tspan x='2887.3999999999996' y='796.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">indeed</tspan>
|
|
91
|
+
</text>
|
|
92
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
93
|
+
points='1143.1 159.75 1143.1 127.6875 1143.1 127.6875 1143.1 95.625' />
|
|
94
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
95
|
+
points='375.1500000000001 308.25 375.1500000000001 276.1875 1143.1 276.1875 1143.1 244.125' />
|
|
96
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
97
|
+
points='1911.05 308.25 1911.05 276.1875 1143.1 276.1875 1143.1 244.125' />
|
|
98
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
99
|
+
points='197.79999999999995 456.75 197.79999999999995 424.6875 375.1500000000001 424.6875 375.1500000000001 392.625' />
|
|
100
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
101
|
+
points='552.5000000000001 456.75 552.5000000000001 424.6875 375.1500000000001 424.6875 375.1500000000001 392.625' />
|
|
102
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
103
|
+
points='197.79999999999995 605.25 197.79999999999995 573.1875 197.79999999999995 573.1875 197.79999999999995 541.125' />
|
|
104
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
105
|
+
points='552.5000000000001 605.25 552.5000000000001 573.1875 552.5000000000001 573.1875 552.5000000000001 541.125' />
|
|
106
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
107
|
+
points='882.2 456.75 882.2 424.6875 1911.05 424.6875 1911.05 392.625' />
|
|
108
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
109
|
+
points='1199.9 456.75 1199.9 424.6875 1911.05 424.6875 1911.05 392.625' />
|
|
110
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
111
|
+
points='1506.1 456.75 1506.1 424.6875 1911.05 424.6875 1911.05 392.625' />
|
|
112
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
113
|
+
points='1842.8 456.75 1842.8 424.6875 1911.05 424.6875 1911.05 392.625' />
|
|
114
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
115
|
+
points='2234.5 456.75 2234.5 424.6875 1911.05 424.6875 1911.05 392.625' />
|
|
116
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
117
|
+
points='2608.2 456.75 2608.2 424.6875 1911.05 424.6875 1911.05 392.625' />
|
|
118
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
119
|
+
points='2939.8999999999996 456.75 2939.8999999999996 424.6875 1911.05 424.6875 1911.05 392.625' />
|
|
120
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
121
|
+
points='882.2 605.25 882.2 573.1875 882.2 573.1875 882.2 541.125' />
|
|
122
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
123
|
+
points='1199.9 605.25 1199.9 573.1875 1199.9 573.1875 1199.9 541.125' />
|
|
124
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
125
|
+
points='1506.1 605.25 1506.1 573.1875 1506.1 573.1875 1506.1 541.125' />
|
|
126
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
127
|
+
points='1842.8 605.25 1842.8 573.1875 1842.8 573.1875 1842.8 541.125' />
|
|
128
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
129
|
+
points='2234.5 605.25 2234.5 573.1875 2234.5 573.1875 2234.5 541.125' />
|
|
130
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
131
|
+
points='2608.2 605.25 2608.2 573.1875 2608.2 573.1875 2608.2 541.125' />
|
|
132
|
+
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
|
133
|
+
points='2939.8999999999996 605.25 2939.8999999999996 573.1875 2939.8999999999996 573.1875 2939.8999999999996 541.125' />
|
|
134
|
+
</svg>
|