rsyntaxtree 1.2.10 → 1.2.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Dockerfile +2 -0
- data/README.md +3 -1
- data/docs/_examples/052.md +58 -0
- data/docs/assets/img/005.png +0 -0
- data/docs/assets/img/013.png +0 -0
- data/docs/assets/img/014.png +0 -0
- data/docs/assets/img/026.png +0 -0
- data/docs/assets/img/027.png +0 -0
- data/docs/assets/img/033.png +0 -0
- data/docs/assets/img/040.png +0 -0
- data/docs/assets/img/052.png +0 -0
- data/docs/assets/svg/005.svg +17 -17
- data/docs/assets/svg/013.svg +76 -76
- data/docs/assets/svg/026.svg +15 -15
- data/docs/assets/svg/027.svg +46 -46
- data/docs/assets/svg/040.svg +63 -63
- data/docs/assets/svg/052.svg +96 -0
- data/lib/rsyntaxtree/version.rb +1 -1
- data/lib/rsyntaxtree.rb +2 -0
- data/rsyntaxtree.gemspec +3 -2
- data/test/example_verify_test.rb +5 -5
- metadata +21 -16
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7de54cb3d1262ff084403ab3eada539ba7a88f030aa405716f6b1c8ca0167b02
|
4
|
+
data.tar.gz: df2e706db9e7edd381bc0f56c5462e838e28636eda1f22016eebeb67024b7024
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 75166406524c0dcf301b7d71445c5bb25c1c5f7000189332ba517ebe125a60a3f0a35c0103ad070b737a9aa5fa9c59e49e80eb087d428a4bcce17f8c4c75ee9e
|
7
|
+
data.tar.gz: ec4035e5cc23440c84c4d087b206e8d0f5abab8b7ab8855704eea0e65971dcdefd8fcdbd39fb7cd329f62ac9405d6f12f8042e764a4c7788f7001385d3aab784
|
data/Dockerfile
CHANGED
@@ -9,7 +9,9 @@ RUN apk update && \
|
|
9
9
|
apk add --no-cache gobject-introspection gobject-introspection-dev && \
|
10
10
|
apk add --no-cache -t .build-packages --no-cache build-base curl-dev wget gcompat
|
11
11
|
|
12
|
+
|
12
13
|
ADD Gemfile $WORKSPACE
|
14
|
+
ADD rsyntaxtree.gemspec $WORKSPACE
|
13
15
|
RUN bundle install -j4
|
14
16
|
|
15
17
|
ADD fonts $WORKSPACE
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
<img src='https://github.com/yohasebe/rsyntaxtree/blob/master/img/rsyntaxtree.png?raw=true' style='width: 256px;' />
|
2
2
|
|
3
|
-
**RSyntaxTree** is a graphical syntax tree generator
|
3
|
+
**RSyntaxTree** is a graphical syntax tree generator for linguistic research
|
4
4
|
|
5
5
|
## Documentation
|
6
6
|
|
@@ -58,6 +58,8 @@ See [RSyntaxTree Example Gallery](https://yohasebe.github.io/rsyntaxtree/example
|
|
58
58
|
|
59
59
|
`# gem install rsyntaxtree`
|
60
60
|
|
61
|
+
**NOTE**: Currently, installation of the gem package on macOS is not recommended. Please use the [Docker image](https://hub.docker.com/r/yohasebe/rsyntaxtree) or the [web interface](https://yohasebe.com/rsyntaxtree).
|
62
|
+
|
61
63
|
## Usage
|
62
64
|
|
63
65
|
For the web interface, see Usage section of <https://yohasebe.com/rsyntaxtree>.
|
@@ -0,0 +1,58 @@
|
|
1
|
+
---
|
2
|
+
name: "052"
|
3
|
+
color: "off"
|
4
|
+
caption: "Major clause constructions of English"
|
5
|
+
category: "Construction Grammar"
|
6
|
+
polyline: "on"
|
7
|
+
symmetrization: "off"
|
8
|
+
connector: "auto"
|
9
|
+
connector_height: "3.0"
|
10
|
+
linewidth: "1"
|
11
|
+
hide_default_connectors: "off"
|
12
|
+
font: "Noto Serif"
|
13
|
+
reference: "Hoffmann 2022: 220"
|
14
|
+
---
|
15
|
+
```
|
16
|
+
[ Major<>clause<>construction
|
17
|
+
[Declarative<>clause<>cxn\
|
18
|
+
---\
|
19
|
+
*He<>was<>tired.*\
|
20
|
+
*He<>made<>mistakes.*
|
21
|
+
]
|
22
|
+
[Interrogative<>cxn\
|
23
|
+
[Yes/No interrogative<>cxn\
|
24
|
+
---\
|
25
|
+
*Was<>he<>tired?*\
|
26
|
+
*Did<>he<>make<>mistakes?*
|
27
|
+
]
|
28
|
+
[WH\-interrogative<>cxn
|
29
|
+
[WH\-subject<>interrogative<>cxn\
|
30
|
+
---\
|
31
|
+
*Who<>was<>tired?*
|
32
|
+
]
|
33
|
+
[WH\-nonsubject<>interrogative<>cxn\
|
34
|
+
---\
|
35
|
+
*What<>was<>he?*\
|
36
|
+
*What<>did<>he<>make?*
|
37
|
+
]
|
38
|
+
]
|
39
|
+
]
|
40
|
+
[WH\-exclamative<>cxn\
|
41
|
+
---\
|
42
|
+
*How<>tired<>he<>was!*\
|
43
|
+
*What<>mistakes<>he<>made!*
|
44
|
+
]
|
45
|
+
Imperative<>cxn
|
46
|
+
[Relative<>clause<>cxn\
|
47
|
+
[WH\-subject<>relative<>clause<>cxn\
|
48
|
+
---\
|
49
|
+
The<>emails,<>which<>arrived<>overnight<>...
|
50
|
+
]
|
51
|
+
[WH\-nonsubject<>relative<>clause<>cxn\
|
52
|
+
---\
|
53
|
+
A<>pilot<>shouldn't<>be<>tired,<>which<>Ben<>was.\
|
54
|
+
The<>mistalkes<>that<>he<>made<>...
|
55
|
+
]
|
56
|
+
]
|
57
|
+
]
|
58
|
+
```
|
data/docs/assets/img/005.png
CHANGED
Binary file
|
data/docs/assets/img/013.png
CHANGED
Binary file
|
data/docs/assets/img/014.png
CHANGED
Binary file
|
data/docs/assets/img/026.png
CHANGED
Binary file
|
data/docs/assets/img/027.png
CHANGED
Binary file
|
data/docs/assets/img/033.png
CHANGED
Binary file
|
data/docs/assets/img/040.png
CHANGED
Binary file
|
Binary file
|
data/docs/assets/svg/005.svg
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
<?xml version="1.0" standalone="no"?>
|
2
2
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
3
|
-
<svg width="
|
3
|
+
<svg width="514.0" height="545.75" viewBox="-16.8, 0, 530.8, 557.0" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
4
4
|
<defs>
|
5
5
|
<marker id="arrow" markerUnits="userSpaceOnUse" viewBox="0 0 10 10" refX="10" refY="5" markerWidth="16.8" markerHeight="16.8" orient="auto">
|
6
6
|
<path d="M 0 0 L 10 5 L 0 10" fill="black"/>
|
@@ -24,27 +24,27 @@
|
|
24
24
|
<line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
|
25
25
|
</pattern>
|
26
26
|
</defs>
|
27
|
-
<rect x="-16.8" y="0" width="
|
28
|
-
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='
|
29
|
-
<tspan x='
|
27
|
+
<rect x="-16.8" y="0" width="530.8" height="557.0" stroke="none" fill="white" />"
|
28
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='172.1625' y='67.5'><tspan x='172.1625' y='67.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">X</tspan>
|
29
|
+
<tspan x='194.1625' y='57.25' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">max</tspan>
|
30
30
|
</text>
|
31
|
-
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='16.
|
31
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='16.80000000000001' y='218.0'><tspan x='16.80000000000001' y='218.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">[Y−X]</tspan>
|
32
32
|
</text>
|
33
|
-
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='
|
33
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='312.525' y='218.0'><tspan x='312.525' y='218.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">YP</tspan>
|
34
34
|
</text>
|
35
|
-
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='
|
36
|
-
<tspan x='
|
35
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='210.0' y='368.5'><tspan x='210.0' y='368.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Spec</tspan>
|
36
|
+
<tspan x='283.0' y='372.5' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">1</tspan>
|
37
37
|
</text>
|
38
|
-
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='
|
38
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='400.54999999999995' y='368.5'><tspan x='400.54999999999995' y='368.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Y'</tspan>
|
39
39
|
</text>
|
40
|
-
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='
|
40
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='362.2' y='519.0'><tspan x='362.2' y='519.0' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">t</tspan>
|
41
41
|
</text>
|
42
|
-
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='
|
42
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='441.4' y='519.0'><tspan x='441.4' y='519.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">ZP</tspan>
|
43
43
|
</text>
|
44
|
-
<line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='
|
45
|
-
<line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='
|
46
|
-
<line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='
|
47
|
-
<line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='
|
48
|
-
<line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='
|
49
|
-
<line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='
|
44
|
+
<line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='79.80000000000001' y1='161.75' x2='206.6625' y2='95.625' />
|
45
|
+
<line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='333.525' y1='161.75' x2='206.6625' y2='95.625' />
|
46
|
+
<line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='252.5' y1='312.25' x2='333.525' y2='246.125' />
|
47
|
+
<line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='414.54999999999995' y1='312.25' x2='333.525' y2='246.125' />
|
48
|
+
<line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='368.2' y1='462.75' x2='414.54999999999995' y2='396.625' />
|
49
|
+
<line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='460.9' y1='462.75' x2='414.54999999999995' y2='396.625' />
|
50
50
|
</svg>
|
data/docs/assets/svg/013.svg
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
<?xml version="1.0" standalone="no"?>
|
2
2
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
3
|
-
<svg width="
|
3
|
+
<svg width="1322.9999999999998" height="1573.25" viewBox="-16.8, 0, 1339.7999999999997, 1584.5" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
4
4
|
<defs>
|
5
5
|
<marker id="arrow" markerUnits="userSpaceOnUse" viewBox="0 0 10 10" refX="10" refY="5" markerWidth="16.8" markerHeight="16.8" orient="auto">
|
6
6
|
<path d="M 0 0 L 10 5 L 0 10" fill="black"/>
|
@@ -24,11 +24,11 @@
|
|
24
24
|
<line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
|
25
25
|
</pattern>
|
26
26
|
</defs>
|
27
|
-
<rect x="-16.8" y="0" width="
|
28
|
-
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='
|
29
|
-
<tspan x='
|
30
|
-
<tspan x='
|
31
|
-
<tspan x='
|
27
|
+
<rect x="-16.8" y="0" width="1339.7999999999997" height="1584.5" stroke="none" fill="white" />"
|
28
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='329.5374999999999' y='67.5'><tspan x='329.5374999999999' y='67.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">HEAD<tspan style='fill:none;'>■</tspan></tspan>
|
29
|
+
<tspan x='452.0374999999999' y='66.125' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">1</tspan>
|
30
|
+
<tspan x='329.5374999999999' y='159.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">SPR<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan>〉</tspan>
|
31
|
+
<tspan x='329.5374999999999' y='206.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">COMPS<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan>〉</tspan>
|
32
32
|
</text>
|
33
33
|
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='16.80000000000001' y='379.5'><tspan x='16.80000000000001' y='379.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">HEAD<tspan style='fill:none;'>■</tspan></tspan>
|
34
34
|
<tspan x='139.3' y='378.125' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">2</tspan>
|
@@ -38,12 +38,12 @@
|
|
38
38
|
</text>
|
39
39
|
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='82.80000000000001' y='783.5'><tspan x='82.80000000000001' y='783.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Kim</tspan>
|
40
40
|
</text>
|
41
|
-
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='
|
42
|
-
<tspan x='
|
43
|
-
<tspan x='
|
44
|
-
<tspan x='
|
45
|
-
<tspan x='
|
46
|
-
<tspan x='
|
41
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='650.2749999999999' y='379.5'><tspan x='650.2749999999999' y='379.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">HEAD<tspan style='fill:none;'>■</tspan></tspan>
|
42
|
+
<tspan x='772.7749999999999' y='378.125' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">1</tspan>
|
43
|
+
<tspan x='650.2749999999999' y='471.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">SPR<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan></tspan>
|
44
|
+
<tspan x='785.7749999999999' y='470.125' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">2</tspan>
|
45
|
+
<tspan x='808.2749999999999' y='471.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"><tspan style='fill:none;'>■</tspan>〉</tspan>
|
46
|
+
<tspan x='650.2749999999999' y='518.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">COMPS<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan>〉</tspan>
|
47
47
|
</text>
|
48
48
|
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='280.0' y='691.5'><tspan x='280.0' y='691.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">HEAD<tspan style='fill:none;'>■</tspan></tspan>
|
49
49
|
<tspan x='402.5' y='690.125' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">1</tspan>
|
@@ -53,60 +53,60 @@
|
|
53
53
|
<tspan x='438.0' y='875.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"><tspan style='fill:none;'>■</tspan>NP〉</tspan>
|
54
54
|
<tspan x='280.0' y='922.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">COMPS<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan></tspan>
|
55
55
|
<tspan x='470.5' y='921.125' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">3</tspan>
|
56
|
-
<tspan x='493.0' y='922.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"><tspan style='fill:none;'>■</tspan>PP
|
57
|
-
<tspan x='
|
58
|
-
<tspan x='
|
56
|
+
<tspan x='493.0' y='922.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"><tspan style='fill:none;'>■</tspan>PP[</tspan>
|
57
|
+
<tspan x='581.0' y='922.5' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">on</tspan>
|
58
|
+
<tspan x='618.0' y='922.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">]〉</tspan>
|
59
59
|
</text>
|
60
|
-
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='
|
60
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='437.9999999999999' y='1095.5'><tspan x='437.9999999999999' y='1095.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">relies</tspan>
|
61
61
|
</text>
|
62
|
-
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='
|
63
|
-
<tspan x='
|
64
|
-
<tspan x='
|
65
|
-
<tspan x='
|
66
|
-
<tspan x='
|
67
|
-
<tspan x='
|
62
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='925.55' y='691.5'><tspan x='925.55' y='691.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"><tspan style='fill:none;'>■■■■■■</tspan></tspan>
|
63
|
+
<tspan x='1032.05' y='690.125' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">3</tspan>
|
64
|
+
<tspan x='925.55' y='783.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">HEAD<tspan style='fill:none;'>■</tspan></tspan>
|
65
|
+
<tspan x='1048.05' y='782.125' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">4</tspan>
|
66
|
+
<tspan x='925.55' y='875.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">SPR<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan>〉</tspan>
|
67
|
+
<tspan x='925.55' y='922.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">COMPS<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan>〉</tspan>
|
68
68
|
</text>
|
69
|
-
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='
|
70
|
-
<tspan x='
|
71
|
-
<tspan x='
|
72
|
-
<tspan x='
|
73
|
-
<tspan x='
|
74
|
-
<tspan x='
|
75
|
-
<tspan x='
|
76
|
-
<tspan x='
|
77
|
-
<tspan x='
|
69
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='749.2' y='1095.5'><tspan x='749.2' y='1095.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">HEAD<tspan style='fill:none;'>■</tspan></tspan>
|
70
|
+
<tspan x='871.7' y='1094.125' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">4</tspan>
|
71
|
+
<tspan x='749.2' y='1187.5' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">prep</tspan>
|
72
|
+
<tspan x='749.2' y='1234.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">FORM<tspan style='fill:none;'>■</tspan></tspan>
|
73
|
+
<tspan x='864.2' y='1234.5' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">on</tspan>
|
74
|
+
<tspan x='749.2' y='1326.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">SPR<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan>〉</tspan>
|
75
|
+
<tspan x='749.2' y='1373.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">COMPS<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan></tspan>
|
76
|
+
<tspan x='939.7' y='1372.125' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">5</tspan>
|
77
|
+
<tspan x='962.2' y='1373.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif"><tspan style='fill:none;'>■</tspan>〉</tspan>
|
78
78
|
</text>
|
79
|
-
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='
|
79
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='859.7' y='1546.5'><tspan x='859.7' y='1546.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">on</tspan>
|
80
80
|
</text>
|
81
|
-
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='
|
82
|
-
<tspan x='
|
83
|
-
<tspan x='
|
84
|
-
<tspan x='
|
85
|
-
<tspan x='
|
81
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='1077.3999999999999' y='1095.5'><tspan x='1077.3999999999999' y='1095.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">HEAD<tspan style='fill:none;'>■</tspan></tspan>
|
82
|
+
<tspan x='1199.8999999999999' y='1094.125' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">5</tspan>
|
83
|
+
<tspan x='1077.3999999999999' y='1187.5' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">noun</tspan>
|
84
|
+
<tspan x='1077.3999999999999' y='1279.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">SPR<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan>〉</tspan>
|
85
|
+
<tspan x='1077.3999999999999' y='1326.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">COMPS<tspan style='fill:none;'>■</tspan>〈<tspan style='fill:none;'>■</tspan>〉</tspan>
|
86
86
|
</text>
|
87
|
-
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='
|
87
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='1135.8999999999999' y='1499.5'><tspan x='1135.8999999999999' y='1499.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Sandy</tspan>
|
88
88
|
</text>
|
89
|
-
<line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='114.80000000000001' y1='323.25' x2='
|
90
|
-
<line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='
|
89
|
+
<line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='114.80000000000001' y1='323.25' x2='435.53749999999997' y2='234.625' />
|
90
|
+
<line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='756.2749999999999' y1='323.25' x2='435.53749999999997' y2='234.625' />
|
91
91
|
<line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='114.80000000000001' y1='727.25' x2='114.80000000000001' y2='638.625' />
|
92
|
-
<line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='
|
93
|
-
<line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='
|
94
|
-
<line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='
|
95
|
-
<line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='
|
96
|
-
<line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='
|
97
|
-
<line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='
|
98
|
-
<line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='
|
92
|
+
<line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='480.99999999999994' y1='635.25' x2='756.2749999999999' y2='546.625' />
|
93
|
+
<line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='1031.55' y1='635.25' x2='756.2749999999999' y2='546.625' />
|
94
|
+
<line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='480.9999999999999' y1='1039.25' x2='480.99999999999994' y2='950.625' />
|
95
|
+
<line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='879.7' y1='1039.25' x2='1031.55' y2='950.625' />
|
96
|
+
<line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='1183.3999999999999' y1='1039.25' x2='1031.55' y2='950.625' />
|
97
|
+
<line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='879.7' y1='1490.25' x2='879.7' y2='1401.625' />
|
98
|
+
<line style='fill: none; stroke:black; stroke-width:2; stroke-linejoin:round; stroke-linecap:round;' x1='1183.3999999999999' y1='1443.25' x2='1183.3999999999999' y2='1354.625' />
|
99
99
|
<rect style='stroke: black; stroke-linejoin:round; stroke-width:2;'
|
100
|
-
x='
|
100
|
+
x='441.5374999999999' y='39.724999999999994'
|
101
101
|
width='33.0' height='33.0'
|
102
102
|
fill='none' />
|
103
103
|
|
104
|
-
<line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="
|
104
|
+
<line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="329.5374999999999" y1="101.25" x2="541.5374999999999" y2="101.25"></line>
|
105
105
|
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
106
|
-
points='
|
106
|
+
points='329.5374999999999,16.875 321.13749999999993,16.875 321.13749999999993,229.0 329.5374999999999,229.0' />
|
107
107
|
|
108
108
|
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
109
|
-
points='
|
109
|
+
points='541.5375,16.875 549.9375,16.875 549.9375,229.0 541.5375,229.0' />
|
110
110
|
|
111
111
|
<rect style='stroke: black; stroke-linejoin:round; stroke-width:2;'
|
112
112
|
x='128.8' y='351.725'
|
@@ -122,29 +122,29 @@
|
|
122
122
|
points='212.8,328.875 221.20000000000002,328.875 221.20000000000002,633.0 212.8,633.0' />
|
123
123
|
|
124
124
|
<rect style='stroke: black; stroke-linejoin:round; stroke-width:2;'
|
125
|
-
x='
|
125
|
+
x='762.2749999999999' y='351.725'
|
126
126
|
width='33.0' height='33.0'
|
127
127
|
fill='none' />
|
128
128
|
|
129
|
-
<line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="
|
129
|
+
<line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="650.2749999999999" y1="413.25" x2="862.2749999999999" y2="413.25"></line>
|
130
130
|
<rect style='stroke: black; stroke-linejoin:round; stroke-width:2;'
|
131
|
-
x='
|
131
|
+
x='775.2749999999999' y='443.725'
|
132
132
|
width='33.0' height='33.0'
|
133
133
|
fill='none' />
|
134
134
|
|
135
135
|
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
136
|
-
points='
|
136
|
+
points='650.2749999999999,328.875 641.8749999999999,328.875 641.8749999999999,541.0 650.2749999999999,541.0' />
|
137
137
|
|
138
138
|
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
139
|
-
points='
|
139
|
+
points='862.275,328.875 870.675,328.875 870.675,541.0 862.275,541.0' />
|
140
140
|
|
141
141
|
<rect style='stroke: black; stroke-linejoin:round; stroke-width:2;'
|
142
142
|
x='392.0' y='663.725'
|
143
143
|
width='33.0' height='33.0'
|
144
144
|
fill='none' />
|
145
145
|
|
146
|
-
<line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="280.0" y1="725.25" x2="
|
147
|
-
<line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="280.0" y1="817.25" x2="
|
146
|
+
<line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="280.0" y1="725.25" x2="682.0" y2="725.25"></line>
|
147
|
+
<line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="280.0" y1="817.25" x2="682.0" y2="817.25"></line>
|
148
148
|
<rect style='stroke: black; stroke-linejoin:round; stroke-width:2;'
|
149
149
|
x='405.0' y='847.725'
|
150
150
|
width='33.0' height='33.0'
|
@@ -159,54 +159,54 @@
|
|
159
159
|
points='280.0,640.875 271.6,640.875 271.6,945.0 280.0,945.0' />
|
160
160
|
|
161
161
|
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
162
|
-
points='
|
162
|
+
points='682.0000000000001,640.875 690.4000000000001,640.875 690.4000000000001,945.0 682.0000000000001,945.0' />
|
163
163
|
|
164
164
|
<rect style='stroke: black; stroke-linejoin:round; stroke-width:2;'
|
165
|
-
x='
|
165
|
+
x='1021.55' y='663.725'
|
166
166
|
width='33.0' height='33.0'
|
167
167
|
fill='none' />
|
168
168
|
|
169
|
-
<line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="
|
169
|
+
<line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="925.55" y1="725.25" x2="1137.55" y2="725.25"></line>
|
170
170
|
<rect style='stroke: black; stroke-linejoin:round; stroke-width:2;'
|
171
|
-
x='
|
171
|
+
x='1037.55' y='755.725'
|
172
172
|
width='33.0' height='33.0'
|
173
173
|
fill='none' />
|
174
174
|
|
175
|
-
<line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="
|
175
|
+
<line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="925.55" y1="817.25" x2="1137.55" y2="817.25"></line>
|
176
176
|
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
177
|
-
points='
|
177
|
+
points='925.55,640.875 917.15,640.875 917.15,945.0 925.55,945.0' />
|
178
178
|
|
179
179
|
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
180
|
-
points='
|
180
|
+
points='1137.55,640.875 1145.95,640.875 1145.95,945.0 1137.55,945.0' />
|
181
181
|
|
182
182
|
<rect style='stroke: black; stroke-linejoin:round; stroke-width:2;'
|
183
|
-
x='
|
183
|
+
x='861.2' y='1067.725'
|
184
184
|
width='33.0' height='33.0'
|
185
185
|
fill='none' />
|
186
186
|
|
187
|
-
<line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="
|
188
|
-
<line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="
|
187
|
+
<line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="749.2" y1="1129.25" x2="1010.2" y2="1129.25"></line>
|
188
|
+
<line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="749.2" y1="1268.25" x2="1010.2" y2="1268.25"></line>
|
189
189
|
<rect style='stroke: black; stroke-linejoin:round; stroke-width:2;'
|
190
|
-
x='
|
190
|
+
x='929.2' y='1345.725'
|
191
191
|
width='33.0' height='33.0'
|
192
192
|
fill='none' />
|
193
193
|
|
194
194
|
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
195
|
-
points='
|
195
|
+
points='749.2,1044.875 740.8000000000001,1044.875 740.8000000000001,1396.0 749.2,1396.0' />
|
196
196
|
|
197
197
|
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
198
|
-
points='
|
198
|
+
points='1010.2000000000002,1044.875 1018.6000000000001,1044.875 1018.6000000000001,1396.0 1010.2000000000002,1396.0' />
|
199
199
|
|
200
200
|
<rect style='stroke: black; stroke-linejoin:round; stroke-width:2;'
|
201
|
-
x='
|
201
|
+
x='1189.3999999999999' y='1067.725'
|
202
202
|
width='33.0' height='33.0'
|
203
203
|
fill='none' />
|
204
204
|
|
205
|
-
<line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="
|
206
|
-
<line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="
|
205
|
+
<line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="1077.3999999999999" y1="1129.25" x2="1289.3999999999999" y2="1129.25"></line>
|
206
|
+
<line style="stroke:black; fill:none; stroke-linecap:round; stroke-width:2; " x1="1077.3999999999999" y1="1221.25" x2="1289.3999999999999" y2="1221.25"></line>
|
207
207
|
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
208
|
-
points='
|
208
|
+
points='1077.3999999999999,1044.875 1068.9999999999998,1044.875 1068.9999999999998,1349.0 1077.3999999999999,1349.0' />
|
209
209
|
|
210
210
|
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
211
|
-
points='
|
211
|
+
points='1289.3999999999996,1044.875 1297.7999999999997,1044.875 1297.7999999999997,1349.0 1289.3999999999996,1349.0' />
|
212
212
|
</svg>
|
data/docs/assets/svg/026.svg
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
<?xml version="1.0" standalone="no"?>
|
2
2
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
3
|
-
<svg width="
|
3
|
+
<svg width="1082.8" height="489.25" viewBox="-16.8, 0, 1099.6, 500.5" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
4
4
|
<defs>
|
5
5
|
<marker id="arrow" markerUnits="userSpaceOnUse" viewBox="0 0 10 10" refX="10" refY="5" markerWidth="16.8" markerHeight="16.8" orient="auto">
|
6
6
|
<path d="M 0 0 L 10 5 L 0 10" fill="black"/>
|
@@ -24,27 +24,27 @@
|
|
24
24
|
<line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
|
25
25
|
</pattern>
|
26
26
|
</defs>
|
27
|
-
<rect x="-16.8" y="0" width="
|
28
|
-
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='
|
27
|
+
<rect x="-16.8" y="0" width="1099.6" height="500.5" stroke="none" fill="white" />"
|
28
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='321.575' y='67.5'><tspan x='321.575' y='67.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Reference:</tspan>
|
29
29
|
</text>
|
30
|
-
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='16.80000000000001' y='
|
31
|
-
<tspan x='
|
30
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='16.80000000000001' y='218.0'><tspan x='16.80000000000001' y='218.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">[situational]</tspan>
|
31
|
+
<tspan x='56.30000000000001' y='265.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">exophora</tspan>
|
32
32
|
</text>
|
33
|
-
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='
|
34
|
-
<tspan x='
|
33
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='597.3499999999999' y='218.0'><tspan x='597.8499999999999' y='218.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">[textual]</tspan>
|
34
|
+
<tspan x='597.3499999999999' y='265.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">endophora</tspan>
|
35
35
|
</text>
|
36
|
-
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='
|
37
|
-
<tspan x='
|
36
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='311.0' y='415.5'><tspan x='311.0' y='415.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">[to<tspan style='fill:none;'>■</tspan>preceding<tspan style='fill:none;'>■</tspan>text]</tspan>
|
37
|
+
<tspan x='406.5' y='462.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">anaphora</tspan>
|
38
38
|
</text>
|
39
|
-
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='
|
40
|
-
<tspan x='
|
39
|
+
<text white-space='pre' alignment-baseline='text-top' style='fill: black; storoke-width: 0; font-size: 32px;' x='719.2' y='415.5'><tspan x='719.2' y='415.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">[to<tspan style='fill:none;'>■</tspan>following<tspan style='fill:none;'>■</tspan>text]</tspan>
|
40
|
+
<tspan x='805.7' y='462.5' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">cataphora</tspan>
|
41
41
|
</text>
|
42
42
|
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
43
|
-
points='
|
43
|
+
points='130.3 161.75 130.3 128.6875 406.575 128.6875 406.575 95.625' />
|
44
44
|
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
45
|
-
points='
|
45
|
+
points='682.8499999999999 161.75 682.8499999999999 128.6875 406.575 128.6875 406.575 95.625' />
|
46
46
|
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
47
|
-
points='
|
47
|
+
points='481.5 359.25 481.5 326.1875 682.8499999999999 326.1875 682.8499999999999 293.125' />
|
48
48
|
<polyline style='stroke:black; stroke-width:2; fill:none; stroke-linejoin:round; stroke-linecap:round;'
|
49
|
-
points='
|
49
|
+
points='884.2 359.25 884.2 326.1875 682.8499999999999 326.1875 682.8499999999999 293.125' />
|
50
50
|
</svg>
|