rsyntaxtree 1.0.8 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (43) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +77 -0
  3. data/.solargraph.yml +22 -0
  4. data/.tags +238 -10
  5. data/Gemfile +10 -5
  6. data/README.md +3 -2
  7. data/Rakefile +5 -2
  8. data/bin/rsyntaxtree +42 -50
  9. data/docs/Gemfile +3 -1
  10. data/docs/_layouts/default.html +1 -1
  11. data/docs/assets/svg/001.svg +39 -0
  12. data/docs/assets/svg/002.svg +65 -0
  13. data/docs/assets/svg/003.svg +54 -0
  14. data/docs/assets/svg/004.svg +68 -0
  15. data/docs/assets/svg/005.svg +41 -0
  16. data/docs/assets/svg/006.svg +47 -0
  17. data/docs/assets/svg/007.svg +55 -0
  18. data/docs/assets/svg/008.svg +63 -0
  19. data/docs/assets/svg/009.svg +61 -0
  20. data/docs/assets/svg/010.svg +85 -0
  21. data/docs/assets/svg/011.svg +49 -0
  22. data/docs/assets/svg/012.svg +55 -0
  23. data/docs/assets/svg/013.svg +203 -0
  24. data/docs/assets/svg/014.svg +188 -0
  25. data/docs/assets/svg/015.svg +60 -0
  26. data/docs/assets/svg/016.svg +801 -0
  27. data/docs/assets/svg/017.svg +77 -0
  28. data/docs/assets/svg/018.svg +66 -0
  29. data/docs/assets/svg/019.svg +256 -0
  30. data/docs/assets/svg/020.svg +99 -0
  31. data/lib/rsyntaxtree/base_graph.rb +260 -264
  32. data/lib/rsyntaxtree/element.rb +167 -179
  33. data/lib/rsyntaxtree/elementlist.rb +105 -124
  34. data/lib/rsyntaxtree/markup_parser.rb +82 -93
  35. data/lib/rsyntaxtree/string_parser.rb +221 -237
  36. data/lib/rsyntaxtree/svg_graph.rb +158 -197
  37. data/lib/rsyntaxtree/utils.rb +59 -63
  38. data/lib/rsyntaxtree/version.rb +3 -2
  39. data/lib/rsyntaxtree.rb +173 -177
  40. data/rsyntaxtree.gemspec +12 -10
  41. data/test/example_verify_test.rb +96 -0
  42. data/test/markup_parser_test.rb +3 -2
  43. metadata +54 -17
@@ -0,0 +1,63 @@
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="1705.6" height="1997.2" viewBox="-20, -20, 1725.6, 2017.2" version="1.1" xmlns="http://www.w3.org/2000/svg">
4
+ <defs>
5
+ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="13.440000000000001" viewBox="0 0 13.440000000000001 13.440000000000001" refX="6.720000000000001" refY="0">
6
+ <polyline fill="none" stroke="black" stroke-width="1" points="0,13.440000000000001,6.720000000000001,0,13.440000000000001,13.440000000000001" />
7
+ </marker>
8
+ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
9
+ <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
10
+ </pattern>
11
+ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
12
+ <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
13
+ </pattern>
14
+ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
15
+ <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
16
+ </pattern>
17
+ </defs>
18
+ <rect x="-20" y="-20" width="1725.6" height="2017.2" stroke="none" fill="white" />"
19
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='687.6999999999999' y='132.0'><tspan x='687.6999999999999' y='132.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">𝑣P</tspan>
20
+ </text>
21
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='83.60000000000002' y='436.2'><tspan x='83.60000000000002' y='436.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">NP</tspan>
22
+ </text>
23
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='33.60000000000002' y='740.4'><tspan x='33.60000000000002' y='740.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">太郎が</tspan>
24
+ </text>
25
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1312.7999999999997' y='436.2'><tspan x='1312.7999999999997' y='436.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">𝑣'</tspan>
26
+ </text>
27
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1024.5' y='740.4'><tspan x='1024.5' y='740.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">VP</tspan>
28
+ </text>
29
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='680.3' y='1044.6'><tspan x='680.3' y='1044.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">𝑣P</tspan>
30
+ </text>
31
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='409.99999999999994' y='1348.8'><tspan x='409.99999999999994' y='1348.8' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">NP</tspan>
32
+ </text>
33
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='360.0' y='1653.0'><tspan x='360.0' y='1653.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">泥棒に</tspan>
34
+ </text>
35
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='971.5999999999999' y='1348.8'><tspan x='971.5999999999999' y='1348.8' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">𝑣'</tspan>
36
+ </text>
37
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='802.8999999999999' y='1653.0'><tspan x='802.8999999999999' y='1653.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">VP</tspan>
38
+ </text>
39
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='686.3999999999999' y='1957.2'><tspan x='686.3999999999999' y='1957.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">財布を盗む</tspan>
40
+ </text>
41
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1140.8' y='1653.0'><tspan x='1140.8' y='1653.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">𝑣</tspan>
42
+ </text>
43
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1380.1999999999998' y='1044.6'><tspan x='1380.1999999999998' y='1044.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">V</tspan>
44
+ </text>
45
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1339.1999999999998' y='1348.8'><tspan x='1339.1999999999998' y='1348.8' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">られ</tspan>
46
+ </text>
47
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1601.6' y='740.4'><tspan x='1601.6' y='740.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">𝑣</tspan>
48
+ </text>
49
+ <line style='stroke:black; stroke-width:2;' x1='129.60000000000002' y1='326.2' x2='740.1999999999999' y2='187.0' />
50
+ <line style='stroke:black; stroke-width:2;' x1='1350.7999999999997' y1='326.2' x2='740.1999999999999' y2='187.0' />
51
+ <line style='stroke:black; stroke-width:2;' x1='129.60000000000002' y1='630.4' x2='129.60000000000002' y2='491.2' />
52
+ <line style='stroke:black; stroke-width:2;' x1='1068.0' y1='630.4' x2='1350.7999999999997' y2='491.2' />
53
+ <line style='stroke:black; stroke-width:2;' x1='1633.6' y1='630.4' x2='1350.7999999999997' y2='491.2' />
54
+ <line style='stroke:black; stroke-width:2;' x1='732.8' y1='934.5999999999999' x2='1068.0' y2='795.4' />
55
+ <line style='stroke:black; stroke-width:2;' x1='1403.1999999999998' y1='934.5999999999999' x2='1068.0' y2='795.4' />
56
+ <line style='stroke:black; stroke-width:2;' x1='455.99999999999994' y1='1238.8' x2='732.8' y2='1099.6' />
57
+ <line style='stroke:black; stroke-width:2;' x1='1009.5999999999999' y1='1238.8' x2='732.8' y2='1099.6' />
58
+ <line style='stroke:black; stroke-width:2;' x1='455.99999999999994' y1='1543.0' x2='455.99999999999994' y2='1403.8' />
59
+ <line style='stroke:black; stroke-width:2;' x1='846.3999999999999' y1='1543.0' x2='1009.5999999999999' y2='1403.8' />
60
+ <line style='stroke:black; stroke-width:2;' x1='1172.8' y1='1543.0' x2='1009.5999999999999' y2='1403.8' />
61
+ <line style='stroke:black; stroke-width:2;' x1='846.3999999999999' y1='1847.2' x2='846.3999999999999' y2='1708.0' />
62
+ <line style='stroke:black; stroke-width:2;' x1='1403.1999999999998' y1='1238.8' x2='1403.1999999999998' y2='1099.6' />
63
+ </svg>
@@ -0,0 +1,61 @@
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="1292.6" height="1388.8" viewBox="-20, -20, 1312.6, 1408.8" version="1.1" xmlns="http://www.w3.org/2000/svg">
4
+ <defs>
5
+ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="13.440000000000001" viewBox="0 0 13.440000000000001 13.440000000000001" refX="6.720000000000001" refY="0">
6
+ <polyline fill="none" stroke="black" stroke-width="1" points="0,13.440000000000001,6.720000000000001,0,13.440000000000001,13.440000000000001" />
7
+ </marker>
8
+ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
9
+ <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
10
+ </pattern>
11
+ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
12
+ <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
13
+ </pattern>
14
+ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
15
+ <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
16
+ </pattern>
17
+ </defs>
18
+ <rect x="-20" y="-20" width="1312.6" height="1408.8" stroke="none" fill="white" />"
19
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='426.1875' y='132.0'><tspan x='426.1875' y='132.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">S</tspan>
20
+ <tspan x='462.1875' y='111.0' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">*</tspan>
21
+ </text>
22
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='33.60000000000002' y='436.2'><tspan x='33.60000000000002' y='436.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">NP</tspan>
23
+ </text>
24
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='48.10000000000002' y='740.4'><tspan x='48.10000000000002' y='740.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">α</tspan>
25
+ <tspan x='87.10000000000002' y='744.4' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">1</tspan>
26
+ </text>
27
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='272.99999999999994' y='436.2'><tspan x='272.99999999999994' y='436.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">INFL</tspan>
28
+ </text>
29
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='259.99999999999994' y='740.4'><tspan x='259.99999999999994' y='740.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">(AGR)</tspan>
30
+ </text>
31
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='810.275' y='436.2'><tspan x='810.275' y='436.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">VP</tspan>
32
+ </text>
33
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='578.3999999999999' y='740.4'><tspan x='578.3999999999999' y='740.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">V</tspan>
34
+ </text>
35
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='758.8' y='740.4'><tspan x='758.8' y='740.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">NP</tspan>
36
+ </text>
37
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='773.3' y='1044.6'><tspan x='773.3' y='1044.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">α</tspan>
38
+ <tspan x='812.3' y='1048.6' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">2</tspan>
39
+ </text>
40
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1065.15' y='740.4'><tspan x='1065.15' y='740.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">PP</tspan>
41
+ </text>
42
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='985.2' y='1044.6'><tspan x='985.2' y='1044.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">P</tspan>
43
+ </text>
44
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1160.6' y='1044.6'><tspan x='1160.6' y='1044.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">NP</tspan>
45
+ </text>
46
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='1175.1' y='1348.8'><tspan x='1175.1' y='1348.8' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">α</tspan>
47
+ <tspan x='1214.1' y='1352.8' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">3</tspan>
48
+ </text>
49
+ <line style='stroke:black; stroke-width:2;' x1='79.60000000000002' y1='326.2' x2='466.6875' y2='187.0' />
50
+ <line style='stroke:black; stroke-width:2;' x1='351.99999999999994' y1='326.2' x2='466.6875' y2='187.0' />
51
+ <line style='stroke:black; stroke-width:2;' x1='853.775' y1='326.2' x2='466.6875' y2='187.0' />
52
+ <line style='stroke:black; stroke-width:2;' x1='79.60000000000002' y1='630.4' x2='79.60000000000002' y2='491.2' />
53
+ <line style='stroke:black; stroke-width:2;' x1='351.99999999999994' y1='630.4' x2='351.99999999999994' y2='491.2' />
54
+ <line style='stroke:black; stroke-width:2;' x1='601.3999999999999' y1='630.4' x2='853.775' y2='491.2' />
55
+ <line style='stroke:black; stroke-width:2;' x1='804.8' y1='630.4' x2='853.775' y2='491.2' />
56
+ <line style='stroke:black; stroke-width:2;' x1='1106.15' y1='630.4' x2='853.775' y2='491.2' />
57
+ <line style='stroke:black; stroke-width:2;' x1='804.8' y1='934.5999999999999' x2='804.8' y2='795.4' />
58
+ <line style='stroke:black; stroke-width:2;' x1='1005.7' y1='934.5999999999999' x2='1106.15' y2='795.4' />
59
+ <line style='stroke:black; stroke-width:2;' x1='1206.6' y1='934.5999999999999' x2='1106.15' y2='795.4' />
60
+ <line style='stroke:black; stroke-width:2;' x1='1206.6' y1='1238.8' x2='1206.6' y2='1099.6' />
61
+ </svg>
@@ -0,0 +1,85 @@
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="2481.3999999999996" height="2696.6000000000004" viewBox="-20, -20, 2501.3999999999996, 2716.6000000000004" version="1.1" xmlns="http://www.w3.org/2000/svg">
4
+ <defs>
5
+ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="13.440000000000001" viewBox="0 0 13.440000000000001 13.440000000000001" refX="6.720000000000001" refY="0">
6
+ <polyline fill="none" stroke="purple" stroke-width="1" points="0,13.440000000000001,6.720000000000001,0,13.440000000000001,13.440000000000001" />
7
+ </marker>
8
+ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
9
+ <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
10
+ </pattern>
11
+ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
12
+ <line x1="0" y="0" x2="0" y2="10" stroke="blue" stroke-width="4"></line>
13
+ </pattern>
14
+ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
15
+ <line x1="0" y="0" x2="0" y2="10" stroke="green" stroke-width="4"></line>
16
+ </pattern>
17
+ </defs>
18
+ <rect x="-20" y="-20" width="2501.3999999999996" height="2716.6000000000004" stroke="none" fill="white" />"
19
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='276.96171875000005' y='132.0'><tspan x='276.96171875000005' y='132.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">CP</tspan>
20
+ </text>
21
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='33.60000000000002' y='436.2'><tspan x='33.60000000000002' y='436.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">C</tspan>
22
+ </text>
23
+ <text white-space='pre' alignment-baseline='text-top' style='fill: green; font-size: 64px;' x='36.60000000000002' y='564.4'><tspan x='36.60000000000002' y='564.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">ø</tspan>
24
+ </text>
25
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='541.8234375000001' y='436.2'><tspan x='541.8234375000001' y='436.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">TP</tspan>
26
+ </text>
27
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='223.5000000000001' y='740.4'><tspan x='223.5000000000001' y='740.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">PRN</tspan>
28
+ </text>
29
+ <text white-space='pre' alignment-baseline='text-top' style='fill: green; font-size: 64px;' x='212.0000000000001' y='868.5999999999999'><tspan x='212.0000000000001' y='868.5999999999999' style="font-weight: bold; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">They</tspan>
30
+ </text>
31
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='847.646875' y='740.4'><tspan x='847.646875' y='740.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">T'</tspan>
32
+ </text>
33
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='550.4' y='1044.6'><tspan x='550.4' y='1044.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">T</tspan>
34
+ </text>
35
+ <text white-space='pre' alignment-baseline='text-top' style='fill: green; font-size: 64px;' x='506.4' y='1172.8'><tspan x='506.4' y='1172.8' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">Will</tspan>
36
+ </text>
37
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='1139.89375' y='1044.6'><tspan x='1139.89375' y='1044.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">vP</tspan>
38
+ </text>
39
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='774.3' y='1348.8'><tspan x='774.3' y='1348.8' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">PRN</tspan>
40
+ </text>
41
+ <text white-space='pre' alignment-baseline='text-top' style='fill: green; font-size: 64px;' x='770.8' y='1477.0'><tspan x='770.8' y='1477.0' style="font-weight: bold; " text-decoration="line-through" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">they</tspan>
42
+ </text>
43
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='1489.4875' y='1348.8'><tspan x='1489.4875' y='1348.8' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">v'</tspan>
44
+ </text>
45
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='1147.2' y='1653.0'><tspan x='1147.2' y='1653.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">v</tspan>
46
+ </text>
47
+ <text white-space='pre' alignment-baseline='text-top' style='fill: green; font-size: 64px;' x='1049.2' y='1781.2'><tspan x='1049.2' y='1781.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">ø<tspan style='fill:none;'>■</tspan>+<tspan style='fill:none;'>■</tspan></tspan>
48
+ <tspan x='1188.2' y='1781.2' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">get</tspan>
49
+ </text>
50
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='1817.7749999999999' y='1653.0'><tspan x='1817.7749999999999' y='1653.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">VP</tspan>
51
+ </text>
52
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='1552.1' y='1957.2'><tspan x='1552.1' y='1957.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">DP</tspan>
53
+ </text>
54
+ <text white-space='pre' alignment-baseline='text-top' style='fill: green; font-size: 64px;' x='1414.6' y='2085.4'><tspan x='1414.6' y='2085.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">the<tspan style='fill:none;'>■</tspan>teacher</tspan>
55
+ </text>
56
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='2096.45' y='1957.2'><tspan x='2096.45' y='1957.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">V'</tspan>
57
+ </text>
58
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='1937.0' y='2261.4'><tspan x='1937.0' y='2261.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">V</tspan>
59
+ </text>
60
+ <text white-space='pre' alignment-baseline='text-top' style='fill: green; font-size: 64px;' x='1914.0' y='2389.6'><tspan x='1914.0' y='2389.6' style="font-style: italic; " text-decoration="line-through" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">get</tspan>
61
+ </text>
62
+ <text white-space='pre' alignment-baseline='text-top' style='fill: blue; font-size: 64px;' x='2245.8999999999996' y='2261.4'><tspan x='2245.8999999999996' y='2261.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">QP</tspan>
63
+ </text>
64
+ <text white-space='pre' alignment-baseline='text-top' style='fill: green; font-size: 64px;' x='2140.3999999999996' y='2389.6'><tspan x='2140.3999999999996' y='2389.6' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">a<tspan style='fill:none;'>■</tspan>present</tspan>
65
+ </text>
66
+ <line style='stroke:black; stroke-width:2;' x1='55.60000000000002' y1='326.2' x2='319.46171875000005' y2='187.0' />
67
+ <line style='stroke:black; stroke-width:2;' x1='583.3234375000001' y1='326.2' x2='319.46171875000005' y2='187.0' />
68
+ <line style='stroke:black; stroke-width:2;' x1='292.0000000000001' y1='630.4' x2='583.3234375000001' y2='491.2' />
69
+ <line style='stroke:black; stroke-width:2;' x1='874.646875' y1='630.4' x2='583.3234375000001' y2='491.2' />
70
+ <line style='stroke:black; stroke-width:2;' x1='571.4' y1='934.5999999999999' x2='874.646875' y2='795.4' />
71
+ <line style='stroke:black; stroke-width:2;' x1='1177.89375' y1='934.5999999999999' x2='874.646875' y2='795.4' />
72
+ <line style='stroke:black; stroke-width:2;' x1='842.8' y1='1238.8' x2='1177.89375' y2='1099.6' />
73
+ <line style='stroke:black; stroke-width:2;' x1='1512.9875' y1='1238.8' x2='1177.89375' y2='1099.6' />
74
+ <line style='stroke:black; stroke-width:2;' x1='1164.7' y1='1543.0' x2='1512.9875' y2='1403.8' />
75
+ <line style='stroke:black; stroke-width:2;' x1='1861.2749999999999' y1='1543.0' x2='1512.9875' y2='1403.8' />
76
+ <line style='stroke:black; stroke-width:2;' x1='1597.1' y1='1847.2' x2='1861.2749999999999' y2='1708.0' />
77
+ <line style='stroke:black; stroke-width:2;' x1='2125.45' y1='1847.2' x2='1861.2749999999999' y2='1708.0' />
78
+ <line style='stroke:black; stroke-width:2;' x1='1960.0' y1='2151.4' x2='2125.45' y2='2012.2' />
79
+ <line style='stroke:black; stroke-width:2;' x1='2290.8999999999996' y1='2151.4' x2='2125.45' y2='2012.2' />
80
+ <line x1='842.8' y1='1629.6' x2='842.8' y2='2520.8' style='fill: none; stroke: purple; stroke-width:2' />
81
+ <line x1='842.8' y1='2520.8' x2='292.0000000000001' y2='2520.8' style='fill: none; stroke: purple; stroke-width:2' />
82
+ <line x1='292.0000000000001' y1='2520.8' x2='292.0000000000001' y2='1021.1999999999999' style='fill: none; stroke: purple; stroke-width:2' marker-end='url(#arrow)' />
83
+ <line x1='1960.0' y1='2542.2000000000003' x2='1960.0' y2='2656.6000000000004' style='fill: none; stroke: purple; stroke-width:2' />
84
+ <line x1='1960.0' y1='2656.6000000000004' x2='1164.7' y2='2656.6000000000004' style='fill: none; stroke: purple; stroke-width:2' />
85
+ <line x1='1164.7' y1='2656.6000000000004' x2='1164.7' y2='1933.8' style='fill: none; stroke: purple; stroke-width:2' marker-end='url(#arrow)' /></svg>
@@ -0,0 +1,49 @@
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="1175.7999999999997" height="1219.1999999999998" viewBox="-20, -20, 1195.7999999999997, 1239.1999999999998" version="1.1" xmlns="http://www.w3.org/2000/svg">
4
+ <defs>
5
+ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="13.440000000000001" viewBox="0 0 13.440000000000001 13.440000000000001" refX="6.720000000000001" refY="0">
6
+ <polyline fill="none" stroke="black" stroke-width="1" points="0,13.440000000000001,6.720000000000001,0,13.440000000000001,13.440000000000001" />
7
+ </marker>
8
+ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
9
+ <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
10
+ </pattern>
11
+ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
12
+ <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
13
+ </pattern>
14
+ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
15
+ <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
16
+ </pattern>
17
+ </defs>
18
+ <rect x="-20" y="-20" width="1195.7999999999997" height="1239.1999999999998" stroke="none" fill="white" />"
19
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='551.5749999999999' y='132.0'><tspan x='551.5749999999999' y='132.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">S</tspan>
20
+ <tspan x='558.5749999999999' y='220.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">&#60;</tspan>
21
+ </text>
22
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='201.29999999999995' y='554.4'><tspan x='201.29999999999995' y='554.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">NP</tspan>
23
+ <tspan x='234.79999999999995' y='642.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">&#62;</tspan>
24
+ </text>
25
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='33.60000000000002' y='976.8'><tspan x='33.60000000000002' y='976.8' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">NP/N</tspan>
26
+ <tspan x='64.10000000000002' y='1152.8' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">the</tspan>
27
+ </text>
28
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='322.99999999999994' y='976.8'><tspan x='354.99999999999994' y='976.8' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">N</tspan>
29
+ <tspan x='322.99999999999994' y='1152.8' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">dog</tspan>
30
+ </text>
31
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='821.3499999999999' y='554.4'><tspan x='821.3499999999999' y='554.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">S\NP</tspan>
32
+ <tspan x='882.3499999999999' y='642.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">&#62;</tspan>
33
+ </text>
34
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='570.3999999999999' y='976.8'><tspan x='570.3999999999999' y='976.8' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">(S\NP)\NP</tspan>
35
+ <tspan x='678.3999999999999' y='1152.8' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">bit</tspan>
36
+ </text>
37
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='999.8' y='976.8'><tspan x='1023.8' y='976.8' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">NP</tspan>
38
+ <tspan x='999.8' y='1152.8' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">John</tspan>
39
+ </text>
40
+ <line style='stroke:black; stroke-width:2;' x1='245.29999999999995' y1='444.4' x2='569.0749999999999' y2='275.0' />
41
+ <line style='stroke:black; stroke-width:2;' x1='892.8499999999999' y1='444.4' x2='569.0749999999999' y2='275.0' />
42
+ <line style='stroke:black; stroke-width:2;' x1='111.10000000000002' y1='866.8' x2='245.29999999999995' y2='697.4' />
43
+ <line style='stroke:black; stroke-width:2;' x1='379.49999999999994' y1='866.8' x2='245.29999999999995' y2='697.4' />
44
+ <line style='stroke:black; stroke-width:2;' x1='717.8999999999999' y1='866.8' x2='892.8499999999999' y2='697.4' />
45
+ <line style='stroke:black; stroke-width:2;' x1='1067.8' y1='866.8' x2='892.8499999999999' y2='697.4' />
46
+ <line style="stroke:black; stroke-width:2; " x1="33.60000000000002" y1="1042.8" x2="188.60000000000002" y2="1042.8"></line>
47
+ <line style="stroke:black; stroke-width:2; " x1="322.99999999999994" y1="1042.8" x2="435.99999999999994" y2="1042.8"></line>
48
+ <line style="stroke:black; stroke-width:2; " x1="570.3999999999999" y1="1042.8" x2="865.3999999999999" y2="1042.8"></line>
49
+ <line style="stroke:black; stroke-width:2; " x1="999.8" y1="1042.8" x2="1135.8" y2="1042.8"></line></svg>
@@ -0,0 +1,55 @@
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="1173.7999999999997" height="2064.0" viewBox="-20, -20, 1193.7999999999997, 2084.0" version="1.1" xmlns="http://www.w3.org/2000/svg">
4
+ <defs>
5
+ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="13.440000000000001" viewBox="0 0 13.440000000000001 13.440000000000001" refX="6.720000000000001" refY="0">
6
+ <polyline fill="none" stroke="black" stroke-width="1" points="0,13.440000000000001,6.720000000000001,0,13.440000000000001,13.440000000000001" />
7
+ </marker>
8
+ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
9
+ <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
10
+ </pattern>
11
+ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
12
+ <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
13
+ </pattern>
14
+ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
15
+ <line x1="0" y="0" x2="0" y2="10" stroke="black" stroke-width="4"></line>
16
+ </pattern>
17
+ </defs>
18
+ <rect x="-20" y="-20" width="1193.7999999999997" height="2084.0" stroke="none" fill="white" />"
19
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='755.9499999999999' y='132.0'><tspan x='755.9499999999999' y='132.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">S</tspan>
20
+ <tspan x='762.9499999999999' y='220.0' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">&#62;</tspan>
21
+ </text>
22
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='410.5999999999999' y='554.4'><tspan x='410.5999999999999' y='554.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">S/NP</tspan>
23
+ <tspan x='452.5999999999999' y='642.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">B</tspan>
24
+ <tspan x='494.5999999999999' y='646.4' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">&#62;</tspan>
25
+ </text>
26
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='125.29999999999995' y='976.8'><tspan x='125.29999999999995' y='976.8' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">S/(S\NP)</tspan>
27
+ <tspan x='218.29999999999995' y='1064.8' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">T</tspan>
28
+ <tspan x='257.29999999999995' y='1068.8' style="font-size: 70%; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">&#62;</tspan>
29
+ </text>
30
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='201.29999999999995' y='1399.2'><tspan x='201.29999999999995' y='1399.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">NP</tspan>
31
+ <tspan x='234.79999999999995' y='1487.2' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">&#62;</tspan>
32
+ </text>
33
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='33.60000000000002' y='1821.6000000000001'><tspan x='33.60000000000002' y='1821.6000000000001' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">NP/N</tspan>
34
+ <tspan x='64.10000000000002' y='1997.6000000000001' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">the</tspan>
35
+ </text>
36
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='323.0' y='1821.6000000000001'><tspan x='355.0' y='1821.6000000000001' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">N</tspan>
37
+ <tspan x='323.0' y='1997.6000000000001' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">dog</tspan>
38
+ </text>
39
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='570.4' y='976.8'><tspan x='570.4' y='976.8' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">(S\NP)/NP</tspan>
40
+ <tspan x='677.4' y='1152.8' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">bit</tspan>
41
+ </text>
42
+ <text white-space='pre' alignment-baseline='text-top' style='fill: black; font-size: 64px;' x='997.8' y='554.4'><tspan x='1021.8' y='554.4' style="" text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">NP</tspan>
43
+ <tspan x='997.8' y='730.4' style="font-style: italic; " text-decoration="" font-family="'Noto Serif', 'Noto Serif JP', OpenMoji, 'OpenMoji Color', 'OpenMoji Black', serif">John</tspan>
44
+ </text>
45
+ <line style='stroke:black; stroke-width:2;' x1='481.09999999999997' y1='444.4' x2='773.4499999999999' y2='275.0' />
46
+ <line style='stroke:black; stroke-width:2;' x1='1065.8' y1='444.4' x2='773.4499999999999' y2='275.0' />
47
+ <line style='stroke:black; stroke-width:2;' x1='245.29999999999995' y1='866.8' x2='481.09999999999997' y2='697.4' />
48
+ <line style='stroke:black; stroke-width:2;' x1='716.9' y1='866.8' x2='481.09999999999997' y2='697.4' />
49
+ <line style='stroke:black; stroke-width:2;' x1='245.29999999999995' y1='1289.2' x2='245.29999999999995' y2='1119.8' />
50
+ <line style='stroke:black; stroke-width:2;' x1='111.10000000000002' y1='1711.6000000000001' x2='245.29999999999995' y2='1542.2' />
51
+ <line style='stroke:black; stroke-width:2;' x1='379.5' y1='1711.6000000000001' x2='245.29999999999995' y2='1542.2' />
52
+ <line style="stroke:black; stroke-width:2; " x1="33.60000000000002" y1="1887.6000000000001" x2="188.60000000000002" y2="1887.6000000000001"></line>
53
+ <line style="stroke:black; stroke-width:2; " x1="323.0" y1="1887.6000000000001" x2="436.0" y2="1887.6000000000001"></line>
54
+ <line style="stroke:black; stroke-width:2; " x1="570.4" y1="1042.8" x2="863.4" y2="1042.8"></line>
55
+ <line style="stroke:black; stroke-width:2; " x1="997.8" y1="620.4" x2="1133.8" y2="620.4"></line></svg>