3133 lines
257 KiB
HTML
3133 lines
257 KiB
HTML
<!doctype html>
|
|
<html
|
|
lang="en-us"
|
|
dir="ltr"
|
|
>
|
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link rel="preconnect" href="https://cdn.jsdelivr.net">
|
|
<link rel="dns-prefetch" href="https://cdn.jsdelivr.net">
|
|
<title>
|
|
Hugo Diagrams | Thomas Internet Garden
|
|
</title>
|
|
|
|
<link rel="canonical" href="http://localhost:1313/gedanken/diagrams/" />
|
|
|
|
|
|
<meta property="og:title" content="Hugo Diagrams" />
|
|
|
|
<meta
|
|
property="og:type"
|
|
content="article"
|
|
/>
|
|
<meta property="og:url" content="http://localhost:1313/gedanken/diagrams/" />
|
|
|
|
<meta name="twitter:card" content="summary" />
|
|
<meta name="twitter:title" content="Hugo Diagrams" />
|
|
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "Article",
|
|
"headline": "Hugo Diagrams",
|
|
"url": "http:\/\/localhost:1313\/gedanken\/diagrams\/",
|
|
"datePublished": "2022-10-25T17:12:11\u002b07:00",
|
|
"dateModified": "2022-10-25T17:12:11\u002b07:00"
|
|
}
|
|
</script>
|
|
<link rel="apple-touch-icon" sizes="57x57" href="/favicon_io/apple-icon-57x57.png">
|
|
<link rel="apple-touch-icon" sizes="60x60" href="/favicon_io/apple-icon-60x60.png">
|
|
<link rel="apple-touch-icon" sizes="72x72" href="/favicon_io/apple-icon-72x72.png">
|
|
<link rel="apple-touch-icon" sizes="76x76" href="/favicon_io/apple-icon-76x76.png">
|
|
<link rel="apple-touch-icon" sizes="114x114" href="/favicon_io/apple-icon-114x114.png">
|
|
<link rel="apple-touch-icon" sizes="120x120" href="/favicon_io/apple-icon-120x120.png">
|
|
<link rel="apple-touch-icon" sizes="144x144" href="/favicon_io/apple-icon-144x144.png">
|
|
<link rel="apple-touch-icon" sizes="152x152" href="/favicon_io/apple-icon-152x152.png">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/favicon_io/apple-icon-180x180.png">
|
|
<link rel="icon" type="image/png" sizes="192x192" href="/favicon_io/android-icon-192x192.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon_io/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="96x96" href="/favicon_io/favicon-96x96.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon_io/favicon-16x16.png">
|
|
<link rel="manifest" href="/favicon_io/manifest.json">
|
|
<meta name="msapplication-TileColor" content="#ffffff">
|
|
<meta name="msapplication-TileImage" content="/favicon_io/ms-icon-144x144.png">
|
|
<meta name="theme-color" content="#ffffff">
|
|
|
|
<link rel="stylesheet" href="/css/main.css">
|
|
<link rel="stylesheet" href="/css/custom.css">
|
|
|
|
|
|
</head>
|
|
<body>
|
|
<a href="#main-content" class="skip-link">Skip to content</a>
|
|
<header role="banner"><nav class="path-nav" aria-label="Breadcrumb">
|
|
<ol>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<li>
|
|
/
|
|
<a href="/">Thomas Internet Garden</a>
|
|
/
|
|
</li>
|
|
|
|
|
|
<li>
|
|
|
|
<a href="/gedanken/">Gedanken</a>
|
|
/
|
|
</li>
|
|
|
|
|
|
<li class="current">
|
|
|
|
<a href="/gedanken/diagrams/">Hugo Diagrams</a>
|
|
|
|
</li>
|
|
|
|
</ol>
|
|
</nav>
|
|
|
|
|
|
|
|
</header>
|
|
<main id="main-content" role="main">
|
|
<h1>Hugo Diagrams</h1>
|
|
|
|
<div class="terms-list">
|
|
<ul>
|
|
<li><a href="/tags/hugo/">#Hugo</a></li>
|
|
<li><a href="/tags/tech/">#Tech</a></li>
|
|
<li><a href="/tags/diagrams/">#Diagrams</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<details class="toc" open>
|
|
<summary class="toc-title">Table of contents</summary>
|
|
<nav class="toc-content">
|
|
<nav id="TableOfContents">
|
|
<ol>
|
|
<li><a href="#goat-diagrams-ascii">GoAT Diagrams (Ascii)</a></li>
|
|
<li><a href="#goat-diagrams-examples">GoAT Diagrams Examples</a>
|
|
<ol>
|
|
<li><a href="#graphics">Graphics</a></li>
|
|
<li><a href="#complex">Complex</a></li>
|
|
<li><a href="#process">Process</a></li>
|
|
<li><a href="#file-tree">File tree</a></li>
|
|
<li><a href="#sequence-diagram">Sequence Diagram</a></li>
|
|
<li><a href="#flowchart">Flowchart</a></li>
|
|
<li><a href="#table">Table</a></li>
|
|
</ol>
|
|
</li>
|
|
</ol>
|
|
</nav>
|
|
</nav>
|
|
</details>
|
|
|
|
|
|
|
|
<p>Hugo version >= 0.93.0</p>
|
|
|
|
|
|
<h2 id="goat-diagrams-ascii">
|
|
GoAT Diagrams (Ascii)
|
|
</h2>
|
|
<p>Hugo! supports <a href="https://github.com/bep/goat">GoAT</a> natively. This means that this code block:</p>
|
|
<div class="highlight"><pre tabindex="0" style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"><code class="language-fallback" data-lang="fallback"><span style="display:flex;"><span>```goat
|
|
</span></span><span style="display:flex;"><span> . . . .--- 1 .-- 1 / 1
|
|
</span></span><span style="display:flex;"><span> / \ | | .---+ .-+ +
|
|
</span></span><span style="display:flex;"><span> / \ .---+---. .--+--. | '--- 2 | '-- 2 / \ 2
|
|
</span></span><span style="display:flex;"><span> + + | | | | ---+ ---+ +
|
|
</span></span><span style="display:flex;"><span> / \ / \ .-+-. .-+-. .+. .+. | .--- 3 | .-- 3 \ / 3
|
|
</span></span><span style="display:flex;"><span> / \ / \ | | | | | | | | '---+ '-+ +
|
|
</span></span><span style="display:flex;"><span> 1 2 3 4 1 2 3 4 1 2 3 4 '--- 4 '-- 4 \ 4
|
|
</span></span><span style="display:flex;"><span>
|
|
</span></span><span style="display:flex;"><span>```
|
|
</span></span></code></pre></div><p>Will be rendered as:</p>
|
|
|
|
|
|
|
|
<div class="goat svg-container ">
|
|
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
font-family="Menlo,Lucida Console,monospace"
|
|
|
|
viewBox="0 0 712 137"
|
|
>
|
|
<g transform='translate(8,16)'>
|
|
<path d='M 472,16 L 496,16' fill='none' stroke='currentColor'></path>
|
|
<path d='M 608,16 L 616,16' fill='none' stroke='currentColor'></path>
|
|
<path d='M 440,32 L 472,32' fill='none' stroke='currentColor'></path>
|
|
<path d='M 584,32 L 592,32' fill='none' stroke='currentColor'></path>
|
|
<path d='M 176,48 L 208,48' fill='none' stroke='currentColor'></path>
|
|
<path d='M 208,48 L 240,48' fill='none' stroke='currentColor'></path>
|
|
<path d='M 328,48 L 344,48' fill='none' stroke='currentColor'></path>
|
|
<path d='M 344,48 L 360,48' fill='none' stroke='currentColor'></path>
|
|
<path d='M 472,48 L 496,48' fill='none' stroke='currentColor'></path>
|
|
<path d='M 608,48 L 616,48' fill='none' stroke='currentColor'></path>
|
|
<path d='M 416,64 L 440,64' fill='none' stroke='currentColor'></path>
|
|
<path d='M 544,64 L 568,64' fill='none' stroke='currentColor'></path>
|
|
<path d='M 160,80 L 176,80' fill='none' stroke='currentColor'></path>
|
|
<path d='M 176,80 L 192,80' fill='none' stroke='currentColor'></path>
|
|
<path d='M 224,80 L 240,80' fill='none' stroke='currentColor'></path>
|
|
<path d='M 240,80 L 256,80' fill='none' stroke='currentColor'></path>
|
|
<path d='M 472,80 L 496,80' fill='none' stroke='currentColor'></path>
|
|
<path d='M 608,80 L 616,80' fill='none' stroke='currentColor'></path>
|
|
<path d='M 440,96 L 472,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 584,96 L 592,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 472,112 L 496,112' fill='none' stroke='currentColor'></path>
|
|
<path d='M 608,112 L 616,112' fill='none' stroke='currentColor'></path>
|
|
<path d='M 160,80 L 160,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 176,48 L 176,80' fill='none' stroke='currentColor'></path>
|
|
<path d='M 192,80 L 192,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 208,16 L 208,48' fill='none' stroke='currentColor'></path>
|
|
<path d='M 224,80 L 224,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 240,48 L 240,80' fill='none' stroke='currentColor'></path>
|
|
<path d='M 256,80 L 256,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 312,64 L 312,80' fill='none' stroke='currentColor'></path>
|
|
<path d='M 344,16 L 344,48' fill='none' stroke='currentColor'></path>
|
|
<path d='M 376,64 L 376,80' fill='none' stroke='currentColor'></path>
|
|
<path d='M 440,32 L 440,64' fill='none' stroke='currentColor'></path>
|
|
<path d='M 440,64 L 440,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 472,16 L 472,32' fill='none' stroke='currentColor'></path>
|
|
<path d='M 472,32 L 472,48' fill='none' stroke='currentColor'></path>
|
|
<path d='M 472,80 L 472,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 472,96 L 472,112' fill='none' stroke='currentColor'></path>
|
|
<path d='M 568,48 L 568,64' fill='none' stroke='currentColor'></path>
|
|
<path d='M 568,64 L 568,80' fill='none' stroke='currentColor'></path>
|
|
<path d='M 40,96 L 56,64' fill='none' stroke='currentColor'></path>
|
|
<path d='M 56,64 L 80,16' fill='none' stroke='currentColor'></path>
|
|
<path d='M 88,96 L 104,64' fill='none' stroke='currentColor'></path>
|
|
<path d='M 656,64 L 672,32' fill='none' stroke='currentColor'></path>
|
|
<path d='M 672,32 L 680,16' fill='none' stroke='currentColor'></path>
|
|
<path d='M 672,96 L 680,80' fill='none' stroke='currentColor'></path>
|
|
<path d='M 56,64 L 72,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 80,16 L 104,64' fill='none' stroke='currentColor'></path>
|
|
<path d='M 104,64 L 120,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 656,64 L 672,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 672,96 L 680,112' fill='none' stroke='currentColor'></path>
|
|
<path d='M 672,32 L 680,48' fill='none' stroke='currentColor'></path>
|
|
<path d='M 608,16 A 16,16 0 0,0 592,32' fill='none' stroke='currentColor'></path>
|
|
<path d='M 584,32 A 16,16 0 0,0 568,48' fill='none' stroke='currentColor'></path>
|
|
<path d='M 328,48 A 16,16 0 0,0 312,64' fill='none' stroke='currentColor'></path>
|
|
<path d='M 360,48 A 16,16 0 0,1 376,64' fill='none' stroke='currentColor'></path>
|
|
<path d='M 592,32 A 16,16 0 0,0 608,48' fill='none' stroke='currentColor'></path>
|
|
<path d='M 312,80 A 16,16 0 0,0 296,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 312,80 A 16,16 0 0,1 328,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 376,80 A 16,16 0 0,0 360,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 376,80 A 16,16 0 0,1 392,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 608,80 A 16,16 0 0,0 592,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 568,80 A 16,16 0 0,0 584,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 592,96 A 16,16 0 0,0 608,112' fill='none' stroke='currentColor'></path>
|
|
<text text-anchor='middle' x='40' y='116' fill='currentColor' style='font-size:1em'>1</text>
|
|
<text text-anchor='middle' x='72' y='116' fill='currentColor' style='font-size:1em'>2</text>
|
|
<text text-anchor='middle' x='88' y='116' fill='currentColor' style='font-size:1em'>3</text>
|
|
<text text-anchor='middle' x='120' y='116' fill='currentColor' style='font-size:1em'>4</text>
|
|
<text text-anchor='middle' x='160' y='116' fill='currentColor' style='font-size:1em'>1</text>
|
|
<text text-anchor='middle' x='192' y='116' fill='currentColor' style='font-size:1em'>2</text>
|
|
<text text-anchor='middle' x='224' y='116' fill='currentColor' style='font-size:1em'>3</text>
|
|
<text text-anchor='middle' x='256' y='116' fill='currentColor' style='font-size:1em'>4</text>
|
|
<text text-anchor='middle' x='296' y='116' fill='currentColor' style='font-size:1em'>1</text>
|
|
<text text-anchor='middle' x='328' y='116' fill='currentColor' style='font-size:1em'>2</text>
|
|
<text text-anchor='middle' x='360' y='116' fill='currentColor' style='font-size:1em'>3</text>
|
|
<text text-anchor='middle' x='392' y='116' fill='currentColor' style='font-size:1em'>4</text>
|
|
<text text-anchor='middle' x='512' y='20' fill='currentColor' style='font-size:1em'>1</text>
|
|
<text text-anchor='middle' x='512' y='52' fill='currentColor' style='font-size:1em'>2</text>
|
|
<text text-anchor='middle' x='512' y='84' fill='currentColor' style='font-size:1em'>3</text>
|
|
<text text-anchor='middle' x='512' y='116' fill='currentColor' style='font-size:1em'>4</text>
|
|
<text text-anchor='middle' x='632' y='20' fill='currentColor' style='font-size:1em'>1</text>
|
|
<text text-anchor='middle' x='632' y='52' fill='currentColor' style='font-size:1em'>2</text>
|
|
<text text-anchor='middle' x='632' y='84' fill='currentColor' style='font-size:1em'>3</text>
|
|
<text text-anchor='middle' x='632' y='116' fill='currentColor' style='font-size:1em'>4</text>
|
|
<text text-anchor='middle' x='696' y='20' fill='currentColor' style='font-size:1em'>1</text>
|
|
<text text-anchor='middle' x='696' y='52' fill='currentColor' style='font-size:1em'>2</text>
|
|
<text text-anchor='middle' x='696' y='84' fill='currentColor' style='font-size:1em'>3</text>
|
|
<text text-anchor='middle' x='696' y='116' fill='currentColor' style='font-size:1em'>4</text>
|
|
</g>
|
|
|
|
</svg>
|
|
|
|
</div>
|
|
|
|
|
|
<h2 id="goat-diagrams-examples">
|
|
GoAT Diagrams Examples
|
|
</h2>
|
|
|
|
|
|
<h3 id="graphics">
|
|
Graphics
|
|
</h3>
|
|
|
|
|
|
|
|
<div class="goat svg-container ">
|
|
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
font-family="Menlo,Lucida Console,monospace"
|
|
|
|
viewBox="0 0 712 185"
|
|
>
|
|
<g transform='translate(8,16)'>
|
|
<path d='M 40,32 L 104,32' fill='none' stroke='currentColor'></path>
|
|
<path d='M 24,64 L 88,64' fill='none' stroke='currentColor'></path>
|
|
<path d='M 520,64 L 584,64' fill='none' stroke='currentColor'></path>
|
|
<path d='M 584,64 L 648,64' fill='none' stroke='currentColor'></path>
|
|
<path d='M 320,80 L 352,80' fill='none' stroke='currentColor'></path>
|
|
<path d='M 368,80 L 408,80' fill='none' stroke='currentColor'></path>
|
|
<path d='M 40,96 L 80,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 96,96 L 104,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 168,96 L 216,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 528,96 L 592,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 24,128 L 88,128' fill='none' stroke='currentColor'></path>
|
|
<path d='M 288,144 L 440,144' fill='none' stroke='currentColor'></path>
|
|
<path d='M 640,144 L 688,144' fill='none' stroke='currentColor'></path>
|
|
<path d='M 24,64 L 24,128' fill='none' stroke='currentColor'></path>
|
|
<path d='M 40,32 L 40,48' fill='none' stroke='currentColor'></path>
|
|
<path d='M 40,80 L 40,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 88,64 L 88,128' fill='none' stroke='currentColor'></path>
|
|
<path d='M 104,32 L 104,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 168,48 L 168,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 504,128 L 504,160' fill='none' stroke='currentColor'></path>
|
|
<path d='M 24,64 L 40,32' fill='none' stroke='currentColor'></path>
|
|
<path d='M 24,128 L 40,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 88,64 L 104,32' fill='none' stroke='currentColor'></path>
|
|
<path d='M 88,128 L 104,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 152,128 L 168,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 288,144 L 320,80' fill='none' stroke='currentColor'></path>
|
|
<path d='M 472,32 L 480,16' fill='none' stroke='currentColor'></path>
|
|
<path d='M 504,128 L 520,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 592,48 L 616,0' fill='none' stroke='currentColor'></path>
|
|
<path d='M 640,144 L 664,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 328,16 L 368,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 408,80 L 440,144' fill='none' stroke='currentColor'></path>
|
|
<path d='M 472,32 L 480,48' fill='none' stroke='currentColor'></path>
|
|
<path d='M 560,16 L 584,64' fill='none' stroke='currentColor'></path>
|
|
<path d='M 664,96 L 688,144' fill='none' stroke='currentColor'></path>
|
|
<path d='M 40,48 L 40,56' fill='none' stroke='currentColor'></path>
|
|
<path d='M 40,72 L 40,80' fill='none' stroke='currentColor'></path>
|
|
<polygon points='164.000000,128.000000 152.000000,122.400002 152.000000,133.600006' fill='currentColor' transform='rotate(120.000000, 152.000000, 128.000000)'></polygon>
|
|
<polygon points='176.000000,48.000000 164.000000,42.400002 164.000000,53.599998' fill='currentColor' transform='rotate(270.000000, 168.000000, 48.000000)'></polygon>
|
|
<polygon points='224.000000,96.000000 212.000000,90.400002 212.000000,101.599998' fill='currentColor' transform='rotate(0.000000, 216.000000, 96.000000)'></polygon>
|
|
<polygon points='380.000000,96.000000 368.000000,90.400002 368.000000,101.599998' fill='currentColor' transform='rotate(60.000000, 368.000000, 96.000000)'></polygon>
|
|
<polygon points='512.000000,160.000000 500.000000,154.399994 500.000000,165.600006' fill='currentColor' transform='rotate(90.000000, 504.000000, 160.000000)'></polygon>
|
|
<polygon points='536.000000,96.000000 524.000000,90.400002 524.000000,101.599998' fill='currentColor' transform='rotate(180.000000, 528.000000, 96.000000)'></polygon>
|
|
<polygon points='572.000000,16.000000 560.000000,10.400000 560.000000,21.600000' fill='currentColor' transform='rotate(240.000000, 560.000000, 16.000000)'></polygon>
|
|
<polygon points='604.000000,48.000000 592.000000,42.400002 592.000000,53.599998' fill='currentColor' transform='rotate(120.000000, 592.000000, 48.000000)'></polygon>
|
|
<path d='M 512,96 A 16,16 0 0,0 496,112' fill='none' stroke='currentColor'></path>
|
|
<path d='M 512,96 A 16,16 0 0,1 528,112' fill='none' stroke='currentColor'></path>
|
|
<path d='M 496,112 A 16,16 0 0,0 512,128' fill='none' stroke='currentColor'></path>
|
|
<path d='M 528,112 A 16,16 0 0,1 512,128' fill='none' stroke='currentColor'></path>
|
|
<circle cx='24' cy='64' r='6' stroke='currentColor' fill='currentColor'></circle>
|
|
<circle cx='24' cy='128' r='6' stroke='currentColor' fill='currentColor'></circle>
|
|
<circle cx='40' cy='32' r='6' stroke='currentColor' fill='currentColor'></circle>
|
|
<circle cx='40' cy='96' r='6' stroke='currentColor' fill='currentColor'></circle>
|
|
<circle cx='88' cy='64' r='6' stroke='currentColor' fill='currentColor'></circle>
|
|
<circle cx='88' cy='128' r='6' stroke='currentColor' fill='currentColor'></circle>
|
|
<circle cx='104' cy='32' r='6' stroke='currentColor' fill='currentColor'></circle>
|
|
<circle cx='104' cy='96' r='6' stroke='currentColor' fill='currentColor'></circle>
|
|
<circle cx='288' cy='144' r='6' stroke='currentColor' fill='currentColor'></circle>
|
|
<circle cx='320' cy='80' r='6' stroke='currentColor' fill='currentColor'></circle>
|
|
<circle cx='328' cy='16' r='6' stroke='currentColor' fill='currentColor'></circle>
|
|
<circle cx='376' cy='112' r='6' stroke='currentColor' fill='#fff'></circle>
|
|
<circle cx='408' cy='80' r='6' stroke='currentColor' fill='currentColor'></circle>
|
|
<circle cx='440' cy='144' r='6' stroke='currentColor' fill='currentColor'></circle>
|
|
<circle cx='584' cy='64' r='6' stroke='currentColor' fill='currentColor'></circle>
|
|
<circle cx='640' cy='144' r='6' stroke='currentColor' fill='#fff'></circle>
|
|
<circle cx='664' cy='96' r='6' stroke='currentColor' fill='#fff'></circle>
|
|
<circle cx='688' cy='144' r='6' stroke='currentColor' fill='#fff'></circle>
|
|
<text text-anchor='middle' x='16' y='52' fill='currentColor' style='font-size:1em'>1</text>
|
|
<text text-anchor='middle' x='16' y='148' fill='currentColor' style='font-size:1em'>5</text>
|
|
<text text-anchor='middle' x='32' y='20' fill='currentColor' style='font-size:1em'>0</text>
|
|
<text text-anchor='middle' x='48' y='84' fill='currentColor' style='font-size:1em'>4</text>
|
|
<text text-anchor='middle' x='80' y='52' fill='currentColor' style='font-size:1em'>2</text>
|
|
<text text-anchor='middle' x='80' y='148' fill='currentColor' style='font-size:1em'>6</text>
|
|
<text text-anchor='middle' x='96' y='20' fill='currentColor' style='font-size:1em'>3</text>
|
|
<text text-anchor='middle' x='112' y='84' fill='currentColor' style='font-size:1em'>7</text>
|
|
<text text-anchor='middle' x='136' y='148' fill='currentColor' style='font-size:1em'>+</text>
|
|
<text text-anchor='middle' x='144' y='148' fill='currentColor' style='font-size:1em'>z</text>
|
|
<text text-anchor='middle' x='160' y='36' fill='currentColor' style='font-size:1em'>+</text>
|
|
<text text-anchor='middle' x='168' y='36' fill='currentColor' style='font-size:1em'>y</text>
|
|
<text text-anchor='middle' x='232' y='100' fill='currentColor' style='font-size:1em'>+</text>
|
|
<text text-anchor='middle' x='240' y='100' fill='currentColor' style='font-size:1em'>x</text>
|
|
<text text-anchor='middle' x='264' y='148' fill='currentColor' style='font-size:1em'>v</text>
|
|
<text text-anchor='middle' x='272' y='148' fill='currentColor' style='font-size:1em'>1</text>
|
|
<text text-anchor='middle' x='304' y='68' fill='currentColor' style='font-size:1em'>v</text>
|
|
<text text-anchor='middle' x='312' y='20' fill='currentColor' style='font-size:1em'>P</text>
|
|
<text text-anchor='middle' x='312' y='68' fill='currentColor' style='font-size:1em'>0</text>
|
|
<text text-anchor='middle' x='384' y='100' fill='currentColor' style='font-size:1em'>X</text>
|
|
<text text-anchor='middle' x='416' y='68' fill='currentColor' style='font-size:1em'>v</text>
|
|
<text text-anchor='middle' x='424' y='68' fill='currentColor' style='font-size:1em'>3</text>
|
|
<text text-anchor='middle' x='448' y='20' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='456' y='20' fill='currentColor' style='font-size:1em'>y</text>
|
|
<text text-anchor='middle' x='456' y='148' fill='currentColor' style='font-size:1em'>v</text>
|
|
<text text-anchor='middle' x='464' y='20' fill='currentColor' style='font-size:1em'>e</text>
|
|
<text text-anchor='middle' x='464' y='148' fill='currentColor' style='font-size:1em'>2</text>
|
|
<text text-anchor='middle' x='544' y='116' fill='currentColor' style='font-size:1em'>R</text>
|
|
<text text-anchor='middle' x='552' y='116' fill='currentColor' style='font-size:1em'>e</text>
|
|
<text text-anchor='middle' x='560' y='116' fill='currentColor' style='font-size:1em'>f</text>
|
|
<text text-anchor='middle' x='568' y='116' fill='currentColor' style='font-size:1em'>r</text>
|
|
<text text-anchor='middle' x='576' y='116' fill='currentColor' style='font-size:1em'>a</text>
|
|
<text text-anchor='middle' x='584' y='116' fill='currentColor' style='font-size:1em'>c</text>
|
|
<text text-anchor='middle' x='592' y='116' fill='currentColor' style='font-size:1em'>t</text>
|
|
<text text-anchor='middle' x='600' y='116' fill='currentColor' style='font-size:1em'>i</text>
|
|
<text text-anchor='middle' x='608' y='116' fill='currentColor' style='font-size:1em'>o</text>
|
|
<text text-anchor='middle' x='616' y='116' fill='currentColor' style='font-size:1em'>n</text>
|
|
<text text-anchor='middle' x='624' y='36' fill='currentColor' style='font-size:1em'>R</text>
|
|
<text text-anchor='middle' x='632' y='36' fill='currentColor' style='font-size:1em'>e</text>
|
|
<text text-anchor='middle' x='640' y='36' fill='currentColor' style='font-size:1em'>f</text>
|
|
<text text-anchor='middle' x='648' y='36' fill='currentColor' style='font-size:1em'>l</text>
|
|
<text text-anchor='middle' x='656' y='36' fill='currentColor' style='font-size:1em'>e</text>
|
|
<text text-anchor='middle' x='664' y='36' fill='currentColor' style='font-size:1em'>c</text>
|
|
<text text-anchor='middle' x='672' y='36' fill='currentColor' style='font-size:1em'>t</text>
|
|
<text text-anchor='middle' x='680' y='36' fill='currentColor' style='font-size:1em'>i</text>
|
|
<text text-anchor='middle' x='688' y='36' fill='currentColor' style='font-size:1em'>o</text>
|
|
<text text-anchor='middle' x='696' y='36' fill='currentColor' style='font-size:1em'>n</text>
|
|
</g>
|
|
|
|
</svg>
|
|
|
|
</div>
|
|
|
|
|
|
<h3 id="complex">
|
|
Complex
|
|
</h3>
|
|
|
|
|
|
|
|
<div class="goat svg-container ">
|
|
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
font-family="Menlo,Lucida Console,monospace"
|
|
|
|
viewBox="0 0 752 393"
|
|
>
|
|
<g transform='translate(8,16)'>
|
|
<path d='M 0,0 L 160,0' fill='none' stroke='currentColor'></path>
|
|
<path d='M 568,0 L 600,0' fill='none' stroke='currentColor'></path>
|
|
<path d='M 184,16 L 208,16' fill='none' stroke='currentColor'></path>
|
|
<path d='M 280,16 L 304,16' fill='none' stroke='currentColor'></path>
|
|
<path d='M 232,32 L 256,32' fill='none' stroke='currentColor'></path>
|
|
<path d='M 472,32 L 496,32' fill='none' stroke='currentColor'></path>
|
|
<path d='M 0,48 L 160,48' fill='none' stroke='currentColor'></path>
|
|
<path d='M 536,64 L 568,64' fill='none' stroke='currentColor'></path>
|
|
<path d='M 568,64 L 584,64' fill='none' stroke='currentColor'></path>
|
|
<path d='M 24,80 L 160,80' fill='none' stroke='currentColor'></path>
|
|
<path d='M 192,80 L 240,80' fill='none' stroke='currentColor'></path>
|
|
<path d='M 288,80 L 376,80' fill='none' stroke='currentColor'></path>
|
|
<path d='M 456,80 L 520,80' fill='none' stroke='currentColor'></path>
|
|
<path d='M 192,112 L 200,112' fill='none' stroke='currentColor'></path>
|
|
<path d='M 232,112 L 240,112' fill='none' stroke='currentColor'></path>
|
|
<path d='M 464,112 L 488,112' fill='none' stroke='currentColor'></path>
|
|
<path d='M 488,112 L 512,112' fill='none' stroke='currentColor'></path>
|
|
<path d='M 568,112 L 584,112' fill='none' stroke='currentColor'></path>
|
|
<path d='M 584,112 L 600,112' fill='none' stroke='currentColor'></path>
|
|
<path d='M 664,112 L 736,112' fill='none' stroke='currentColor'></path>
|
|
<path d='M 8,128 L 32,128' fill='none' stroke='currentColor'></path>
|
|
<path d='M 32,128 L 136,128' fill='none' stroke='currentColor'></path>
|
|
<path d='M 136,128 L 144,128' fill='none' stroke='currentColor'></path>
|
|
<path d='M 184,128 L 192,128' fill='none' stroke='currentColor'></path>
|
|
<path d='M 264,128 L 328,128' fill='none' stroke='currentColor'></path>
|
|
<path d='M 328,128 L 400,128' fill='none' stroke='currentColor'></path>
|
|
<path d='M 232,144 L 248,144' fill='none' stroke='currentColor'></path>
|
|
<path d='M 456,144 L 520,144' fill='none' stroke='currentColor'></path>
|
|
<path d='M 648,144 L 664,144' fill='none' stroke='currentColor'></path>
|
|
<path d='M 664,144 L 720,144' fill='none' stroke='currentColor'></path>
|
|
<path d='M 40,160 L 128,160' fill='none' stroke='currentColor'></path>
|
|
<path d='M 128,176 L 152,176' fill='none' stroke='currentColor'></path>
|
|
<path d='M 224,176 L 248,176' fill='none' stroke='currentColor'></path>
|
|
<path d='M 288,176 L 384,176' fill='none' stroke='currentColor'></path>
|
|
<path d='M 504,176 L 528,176' fill='none' stroke='currentColor'></path>
|
|
<path d='M 576,176 L 600,176' fill='none' stroke='currentColor'></path>
|
|
<path d='M 8,192 L 160,192' fill='none' stroke='currentColor'></path>
|
|
<path d='M 304,192 L 368,192' fill='none' stroke='currentColor'></path>
|
|
<path d='M 384,192 L 408,192' fill='none' stroke='currentColor'></path>
|
|
<path d='M 160,208 L 192,208' fill='none' stroke='currentColor'></path>
|
|
<path d='M 248,208 L 280,208' fill='none' stroke='currentColor'></path>
|
|
<path d='M 304,224 L 368,224' fill='none' stroke='currentColor'></path>
|
|
<path d='M 392,224 L 408,224' fill='none' stroke='currentColor'></path>
|
|
<path d='M 8,240 L 160,240' fill='none' stroke='currentColor'></path>
|
|
<path d='M 208,240 L 232,240' fill='none' stroke='currentColor'></path>
|
|
<path d='M 288,240 L 312,240' fill='none' stroke='currentColor'></path>
|
|
<path d='M 312,240 L 384,240' fill='none' stroke='currentColor'></path>
|
|
<path d='M 440,240 L 464,240' fill='none' stroke='currentColor'></path>
|
|
<path d='M 480,240 L 504,240' fill='none' stroke='currentColor'></path>
|
|
<path d='M 688,240 L 696,240' fill='none' stroke='currentColor'></path>
|
|
<path d='M 32,256 L 64,256' fill='none' stroke='currentColor'></path>
|
|
<path d='M 64,256 L 112,256' fill='none' stroke='currentColor'></path>
|
|
<path d='M 536,256 L 552,256' fill='none' stroke='currentColor'></path>
|
|
<path d='M 112,288 L 152,288' fill='none' stroke='currentColor'></path>
|
|
<path d='M 216,288 L 232,288' fill='none' stroke='currentColor'></path>
|
|
<path d='M 232,288 L 248,288' fill='none' stroke='currentColor'></path>
|
|
<path d='M 440,288 L 464,288' fill='none' stroke='currentColor'></path>
|
|
<path d='M 480,288 L 504,288' fill='none' stroke='currentColor'></path>
|
|
<path d='M 536,288 L 544,288' fill='none' stroke='currentColor'></path>
|
|
<path d='M 568,288 L 584,288' fill='none' stroke='currentColor'></path>
|
|
<path d='M 688,288 L 720,288' fill='none' stroke='currentColor'></path>
|
|
<path d='M 8,304 L 32,304' fill='none' stroke='currentColor'></path>
|
|
<path d='M 32,304 L 64,304' fill='none' stroke='currentColor'></path>
|
|
<path d='M 64,304 L 112,304' fill='none' stroke='currentColor'></path>
|
|
<path d='M 688,320 L 720,320' fill='none' stroke='currentColor'></path>
|
|
<path d='M 152,336 L 176,336' fill='none' stroke='currentColor'></path>
|
|
<path d='M 176,336 L 240,336' fill='none' stroke='currentColor'></path>
|
|
<path d='M 312,352 L 344,352' fill='none' stroke='currentColor'></path>
|
|
<path d='M 344,352 L 376,352' fill='none' stroke='currentColor'></path>
|
|
<path d='M 376,352 L 392,352' fill='none' stroke='currentColor'></path>
|
|
<path d='M 152,368 L 224,368' fill='none' stroke='currentColor'></path>
|
|
<path d='M 224,368 L 240,368' fill='none' stroke='currentColor'></path>
|
|
<path d='M 624,368 L 640,368' fill='none' stroke='currentColor'></path>
|
|
<path d='M 160,24 L 184,24' fill='none' stroke='currentColor'></path>
|
|
<path d='M 208,24 L 232,24' fill='none' stroke='currentColor'></path>
|
|
<path d='M 256,24 L 280,24' fill='none' stroke='currentColor'></path>
|
|
<path d='M 0,0 L 0,48' fill='none' stroke='currentColor'></path>
|
|
<path d='M 8,96 L 8,128' fill='none' stroke='currentColor'></path>
|
|
<path d='M 8,192 L 8,240' fill='none' stroke='currentColor'></path>
|
|
<path d='M 32,128 L 32,176' fill='none' stroke='currentColor'></path>
|
|
<path d='M 32,256 L 32,304' fill='none' stroke='currentColor'></path>
|
|
<path d='M 64,256 L 64,304' fill='none' stroke='currentColor'></path>
|
|
<path d='M 112,256 L 112,288' fill='none' stroke='currentColor'></path>
|
|
<path d='M 112,288 L 112,304' fill='none' stroke='currentColor'></path>
|
|
<path d='M 136,128 L 136,160' fill='none' stroke='currentColor'></path>
|
|
<path d='M 160,0 L 160,48' fill='none' stroke='currentColor'></path>
|
|
<path d='M 160,80 L 160,112' fill='none' stroke='currentColor'></path>
|
|
<path d='M 160,192 L 160,208' fill='none' stroke='currentColor'></path>
|
|
<path d='M 160,208 L 160,240' fill='none' stroke='currentColor'></path>
|
|
<path d='M 168,144 L 168,160' fill='none' stroke='currentColor'></path>
|
|
<path d='M 176,288 L 176,320' fill='none' stroke='currentColor'></path>
|
|
<path d='M 176,320 L 176,336' fill='none' stroke='currentColor'></path>
|
|
<path d='M 208,144 L 208,160' fill='none' stroke='currentColor'></path>
|
|
<path d='M 232,272 L 232,288' fill='none' stroke='currentColor'></path>
|
|
<path d='M 232,288 L 232,304' fill='none' stroke='currentColor'></path>
|
|
<path d='M 288,176 L 288,240' fill='none' stroke='currentColor'></path>
|
|
<path d='M 304,192 L 304,224' fill='none' stroke='currentColor'></path>
|
|
<path d='M 312,240 L 312,272' fill='none' stroke='currentColor'></path>
|
|
<path d='M 328,128 L 328,160' fill='none' stroke='currentColor'></path>
|
|
<path d='M 344,256 L 344,272' fill='none' stroke='currentColor'></path>
|
|
<path d='M 368,192 L 368,224' fill='none' stroke='currentColor'></path>
|
|
<path d='M 384,0 L 384,32' fill='none' stroke='currentColor'></path>
|
|
<path d='M 384,176 L 384,192' fill='none' stroke='currentColor'></path>
|
|
<path d='M 384,192 L 384,240' fill='none' stroke='currentColor'></path>
|
|
<path d='M 440,240 L 440,288' fill='none' stroke='currentColor'></path>
|
|
<path d='M 456,80 L 456,144' fill='none' stroke='currentColor'></path>
|
|
<path d='M 464,240 L 464,288' fill='none' stroke='currentColor'></path>
|
|
<path d='M 472,328 L 472,344' fill='none' stroke='currentColor'></path>
|
|
<path d='M 480,240 L 480,288' fill='none' stroke='currentColor'></path>
|
|
<path d='M 480,328 L 480,344' fill='none' stroke='currentColor'></path>
|
|
<path d='M 488,96 L 488,112' fill='none' stroke='currentColor'></path>
|
|
<path d='M 488,112 L 488,128' fill='none' stroke='currentColor'></path>
|
|
<path d='M 504,240 L 504,288' fill='none' stroke='currentColor'></path>
|
|
<path d='M 520,80 L 520,144' fill='none' stroke='currentColor'></path>
|
|
<path d='M 552,224 L 552,256' fill='none' stroke='currentColor'></path>
|
|
<path d='M 568,0 L 568,48' fill='none' stroke='currentColor'></path>
|
|
<path d='M 568,80 L 568,112' fill='none' stroke='currentColor'></path>
|
|
<path d='M 584,64 L 584,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 584,128 L 584,144' fill='none' stroke='currentColor'></path>
|
|
<path d='M 600,0 L 600,112' fill='none' stroke='currentColor'></path>
|
|
<path d='M 600,256 L 600,272' fill='none' stroke='currentColor'></path>
|
|
<path d='M 632,336 L 632,352' fill='none' stroke='currentColor'></path>
|
|
<path d='M 664,144 L 664,176' fill='none' stroke='currentColor'></path>
|
|
<path d='M 664,176 L 664,192' fill='none' stroke='currentColor'></path>
|
|
<path d='M 664,288 L 664,304' fill='none' stroke='currentColor'></path>
|
|
<path d='M 688,288 L 688,320' fill='none' stroke='currentColor'></path>
|
|
<path d='M 704,336 L 704,352' fill='none' stroke='currentColor'></path>
|
|
<path d='M 712,160 L 712,224' fill='none' stroke='currentColor'></path>
|
|
<path d='M 720,288 L 720,320' fill='none' stroke='currentColor'></path>
|
|
<path d='M 264,128 L 288,80' fill='none' stroke='currentColor'></path>
|
|
<path d='M 232,240 L 248,208' fill='none' stroke='currentColor'></path>
|
|
<path d='M 224,304 L 232,288' fill='none' stroke='currentColor'></path>
|
|
<path d='M 232,288 L 240,272' fill='none' stroke='currentColor'></path>
|
|
<path d='M 336,368 L 344,352' fill='none' stroke='currentColor'></path>
|
|
<path d='M 344,352 L 352,336' fill='none' stroke='currentColor'></path>
|
|
<path d='M 480,288 L 504,240' fill='none' stroke='currentColor'></path>
|
|
<path d='M 552,224 L 576,176' fill='none' stroke='currentColor'></path>
|
|
<path d='M 648,144 L 664,112' fill='none' stroke='currentColor'></path>
|
|
<path d='M 640,240 L 664,192' fill='none' stroke='currentColor'></path>
|
|
<path d='M 720,144 L 736,112' fill='none' stroke='currentColor'></path>
|
|
<path d='M 664,288 L 688,240' fill='none' stroke='currentColor'></path>
|
|
<path d='M 192,208 L 208,240' fill='none' stroke='currentColor'></path>
|
|
<path d='M 224,272 L 232,288' fill='none' stroke='currentColor'></path>
|
|
<path d='M 232,288 L 240,304' fill='none' stroke='currentColor'></path>
|
|
<path d='M 440,240 L 464,288' fill='none' stroke='currentColor'></path>
|
|
<path d='M 376,80 L 400,128' fill='none' stroke='currentColor'></path>
|
|
<path d='M 552,256 L 568,288' fill='none' stroke='currentColor'></path>
|
|
<path d='M 528,176 L 552,224' fill='none' stroke='currentColor'></path>
|
|
<path d='M 640,240 L 664,288' fill='none' stroke='currentColor'></path>
|
|
<path d='M 664,192 L 688,240' fill='none' stroke='currentColor'></path>
|
|
<path d='M 136,160 L 136,168' fill='none' stroke='currentColor'></path>
|
|
<path d='M 184,16 L 184,24' fill='none' stroke='currentColor'></path>
|
|
<path d='M 208,16 L 208,24' fill='none' stroke='currentColor'></path>
|
|
<path d='M 232,24 L 232,32' fill='none' stroke='currentColor'></path>
|
|
<path d='M 256,24 L 256,32' fill='none' stroke='currentColor'></path>
|
|
<path d='M 280,16 L 280,24' fill='none' stroke='currentColor'></path>
|
|
<path d='M 488,88 L 488,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 488,128 L 488,136' fill='none' stroke='currentColor'></path>
|
|
<polygon points='16.000000,304.000000 4.000000,298.399994 4.000000,309.600006' fill='currentColor' transform='rotate(180.000000, 8.000000, 304.000000)'></polygon>
|
|
<polygon points='48.000000,160.000000 36.000000,154.399994 36.000000,165.600006' fill='currentColor' transform='rotate(180.000000, 40.000000, 160.000000)'></polygon>
|
|
<polygon points='136.000000,160.000000 124.000000,154.399994 124.000000,165.600006' fill='currentColor' transform='rotate(0.000000, 128.000000, 160.000000)'></polygon>
|
|
<polygon points='136.000000,176.000000 124.000000,170.399994 124.000000,181.600006' fill='currentColor' transform='rotate(180.000000, 128.000000, 176.000000)'></polygon>
|
|
<polygon points='160.000000,288.000000 148.000000,282.399994 148.000000,293.600006' fill='currentColor' transform='rotate(0.000000, 152.000000, 288.000000)'></polygon>
|
|
<path d='M 176,320 L 176,328' fill='none' stroke='currentColor'></path>
|
|
<polygon points='192.000000,320.000000 180.000000,314.399994 180.000000,325.600006' fill='currentColor' transform='rotate(90.000000, 176.000000, 320.000000)'></polygon>
|
|
<polygon points='288.000000,208.000000 276.000000,202.399994 276.000000,213.600006' fill='currentColor' transform='rotate(0.000000, 280.000000, 208.000000)'></polygon>
|
|
<polygon points='312.000000,16.000000 300.000000,10.400000 300.000000,21.600000' fill='currentColor' transform='rotate(0.000000, 304.000000, 16.000000)'></polygon>
|
|
<polygon points='320.000000,352.000000 308.000000,346.399994 308.000000,357.600006' fill='currentColor' transform='rotate(180.000000, 312.000000, 352.000000)'></polygon>
|
|
<path d='M 328,160 L 328,168' fill='none' stroke='currentColor'></path>
|
|
<polygon points='344.000000,160.000000 332.000000,154.399994 332.000000,165.600006' fill='currentColor' transform='rotate(90.000000, 328.000000, 160.000000)'></polygon>
|
|
<path d='M 344,248 L 344,256' fill='none' stroke='currentColor'></path>
|
|
<polygon points='360.000000,256.000000 348.000000,250.399994 348.000000,261.600006' fill='currentColor' transform='rotate(270.000000, 344.000000, 256.000000)'></polygon>
|
|
<polygon points='384.000000,352.000000 372.000000,346.399994 372.000000,357.600006' fill='currentColor' transform='rotate(180.000000, 376.000000, 352.000000)'></polygon>
|
|
<polygon points='392.000000,0.000000 380.000000,-5.600000 380.000000,5.600000' fill='currentColor' transform='rotate(270.000000, 384.000000, 0.000000)'></polygon>
|
|
<polygon points='392.000000,32.000000 380.000000,26.400000 380.000000,37.599998' fill='currentColor' transform='rotate(90.000000, 384.000000, 32.000000)'></polygon>
|
|
<polygon points='400.000000,224.000000 388.000000,218.399994 388.000000,229.600006' fill='currentColor' transform='rotate(180.000000, 392.000000, 224.000000)'></polygon>
|
|
<polygon points='480.000000,32.000000 468.000000,26.400000 468.000000,37.599998' fill='currentColor' transform='rotate(180.000000, 472.000000, 32.000000)'></polygon>
|
|
<path d='M 632,352 L 632,360' fill='none' stroke='currentColor'></path>
|
|
<polygon points='648.000000,352.000000 636.000000,346.399994 636.000000,357.600006' fill='currentColor' transform='rotate(90.000000, 632.000000, 352.000000)'></polygon>
|
|
<path d='M 664,176 L 664,184' fill='none' stroke='currentColor'></path>
|
|
<polygon points='680.000000,176.000000 668.000000,170.399994 668.000000,181.600006' fill='currentColor' transform='rotate(90.000000, 664.000000, 176.000000)'></polygon>
|
|
<path d='M 704,328 L 704,336' fill='none' stroke='currentColor'></path>
|
|
<polygon points='720.000000,336.000000 708.000000,330.399994 708.000000,341.600006' fill='currentColor' transform='rotate(270.000000, 704.000000, 336.000000)'></polygon>
|
|
<path d='M 712,152 L 712,160' fill='none' stroke='currentColor'></path>
|
|
<polygon points='728.000000,160.000000 716.000000,154.399994 716.000000,165.600006' fill='currentColor' transform='rotate(270.000000, 712.000000, 160.000000)'></polygon>
|
|
<path d='M 448,16 A 16,16 0 0,0 432,32' fill='none' stroke='currentColor'></path>
|
|
<path d='M 448,16 A 16,16 0 0,1 464,32' fill='none' stroke='currentColor'></path>
|
|
<path d='M 432,32 A 16,16 0 0,0 448,48' fill='none' stroke='currentColor'></path>
|
|
<path d='M 464,32 A 16,16 0 0,1 448,48' fill='none' stroke='currentColor'></path>
|
|
<path d='M 24,80 A 16,16 0 0,0 8,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 192,80 A 16,16 0 0,0 176,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 240,80 A 16,16 0 0,1 256,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 176,96 A 16,16 0 0,0 192,112' fill='none' stroke='currentColor'></path>
|
|
<path d='M 200,112 A 16,16 0 0,1 216,128' fill='none' stroke='currentColor'></path>
|
|
<path d='M 232,112 A 16,16 0 0,0 216,128' fill='none' stroke='currentColor'></path>
|
|
<path d='M 256,96 A 16,16 0 0,1 240,112' fill='none' stroke='currentColor'></path>
|
|
<path d='M 160,112 A 16,16 0 0,1 144,128' fill='none' stroke='currentColor'></path>
|
|
<path d='M 184,128 A 16,16 0 0,0 168,144' fill='none' stroke='currentColor'></path>
|
|
<path d='M 192,128 A 16,16 0 0,1 208,144' fill='none' stroke='currentColor'></path>
|
|
<path d='M 216,128 A 16,16 0 0,0 232,144' fill='none' stroke='currentColor'></path>
|
|
<path d='M 248,144 A 16,16 0 0,1 264,160' fill='none' stroke='currentColor'></path>
|
|
<path d='M 168,160 A 16,16 0 0,1 152,176' fill='none' stroke='currentColor'></path>
|
|
<path d='M 208,160 A 16,16 0 0,0 224,176' fill='none' stroke='currentColor'></path>
|
|
<path d='M 264,160 A 16,16 0 0,1 248,176' fill='none' stroke='currentColor'></path>
|
|
<path d='M 408,192 A 16,16 0 0,1 424,208' fill='none' stroke='currentColor'></path>
|
|
<path d='M 424,208 A 16,16 0 0,1 408,224' fill='none' stroke='currentColor'></path>
|
|
<path d='M 584,240 A 16,16 0 0,0 568,256' fill='none' stroke='currentColor'></path>
|
|
<path d='M 584,240 A 16,16 0 0,1 600,256' fill='none' stroke='currentColor'></path>
|
|
<path d='M 712,224 A 16,16 0 0,1 696,240' fill='none' stroke='currentColor'></path>
|
|
<path d='M 536,256 A 16,16 0 0,0 520,272' fill='none' stroke='currentColor'></path>
|
|
<path d='M 312,272 A 16,16 0 0,0 328,288' fill='none' stroke='currentColor'></path>
|
|
<path d='M 344,272 A 16,16 0 0,1 328,288' fill='none' stroke='currentColor'></path>
|
|
<path d='M 520,272 A 16,16 0 0,0 536,288' fill='none' stroke='currentColor'></path>
|
|
<path d='M 600,272 A 16,16 0 0,1 584,288' fill='none' stroke='currentColor'></path>
|
|
<path d='M 648,320 A 16,16 0 0,0 632,336' fill='none' stroke='currentColor'></path>
|
|
<path d='M 664,304 A 16,16 0 0,1 648,320' fill='none' stroke='currentColor'></path>
|
|
<path d='M 24,336 A 16,16 0 0,0 8,352' fill='none' stroke='currentColor'></path>
|
|
<path d='M 24,336 A 16,16 0 0,1 40,352' fill='none' stroke='currentColor'></path>
|
|
<path d='M 152,336 A 16,16 0 0,0 136,352' fill='none' stroke='currentColor'></path>
|
|
<path d='M 240,336 A 16,16 0 0,1 256,352' fill='none' stroke='currentColor'></path>
|
|
<path d='M 8,352 A 16,16 0 0,0 24,368' fill='none' stroke='currentColor'></path>
|
|
<path d='M 40,352 A 16,16 0 0,1 24,368' fill='none' stroke='currentColor'></path>
|
|
<path d='M 136,352 A 16,16 0 0,0 152,368' fill='none' stroke='currentColor'></path>
|
|
<path d='M 256,352 A 16,16 0 0,1 240,368' fill='none' stroke='currentColor'></path>
|
|
<circle cx='176' cy='288' r='6' stroke='currentColor' fill='#fff'></circle>
|
|
<circle cx='232' cy='288' r='6' stroke='currentColor' fill='#fff'></circle>
|
|
<circle cx='448' cy='32' r='6' stroke='currentColor' fill='currentColor'></circle>
|
|
<circle cx='536' cy='64' r='6' stroke='currentColor' fill='currentColor'></circle>
|
|
<path d='M 568,48 L 568,56' fill='none' stroke='currentColor'></path>
|
|
<path d='M 568,72 L 568,80' fill='none' stroke='currentColor'></path>
|
|
<path d='M 568,56 A 9,9 0 0,0 568,72' fill='none' stroke='currentColor'></path>
|
|
<path d='M 584,96 L 584,104' fill='none' stroke='currentColor'></path>
|
|
<path d='M 584,120 L 584,128' fill='none' stroke='currentColor'></path>
|
|
<path d='M 584,104 A 9,9 0 0,1 584,120' fill='none' stroke='currentColor'></path>
|
|
<text text-anchor='middle' x='24' y='116' fill='currentColor' style='font-size:1em'>&</text>
|
|
<text text-anchor='middle' x='40' y='20' fill='currentColor' style='font-size:1em'>A</text>
|
|
<text text-anchor='middle' x='40' y='100' fill='currentColor' style='font-size:1em'>M</text>
|
|
<text text-anchor='middle' x='40' y='116' fill='currentColor' style='font-size:1em'>S</text>
|
|
<text text-anchor='middle' x='40' y='212' fill='currentColor' style='font-size:1em'>i</text>
|
|
<text text-anchor='middle' x='40' y='228' fill='currentColor' style='font-size:1em'>o</text>
|
|
<text text-anchor='middle' x='48' y='100' fill='currentColor' style='font-size:1em'>i</text>
|
|
<text text-anchor='middle' x='48' y='116' fill='currentColor' style='font-size:1em'>q</text>
|
|
<text text-anchor='middle' x='48' y='212' fill='currentColor' style='font-size:1em'>f</text>
|
|
<text text-anchor='middle' x='48' y='228' fill='currentColor' style='font-size:1em'>b</text>
|
|
<text text-anchor='middle' x='56' y='20' fill='currentColor' style='font-size:1em'>B</text>
|
|
<text text-anchor='middle' x='56' y='100' fill='currentColor' style='font-size:1em'>x</text>
|
|
<text text-anchor='middle' x='56' y='116' fill='currentColor' style='font-size:1em'>u</text>
|
|
<text text-anchor='middle' x='56' y='228' fill='currentColor' style='font-size:1em'>j</text>
|
|
<text text-anchor='middle' x='64' y='20' fill='currentColor' style='font-size:1em'>o</text>
|
|
<text text-anchor='middle' x='64' y='100' fill='currentColor' style='font-size:1em'>e</text>
|
|
<text text-anchor='middle' x='64' y='116' fill='currentColor' style='font-size:1em'>a</text>
|
|
<text text-anchor='middle' x='64' y='212' fill='currentColor' style='font-size:1em'>(</text>
|
|
<text text-anchor='middle' x='64' y='228' fill='currentColor' style='font-size:1em'>-</text>
|
|
<text text-anchor='middle' x='72' y='20' fill='currentColor' style='font-size:1em'>x</text>
|
|
<text text-anchor='middle' x='72' y='100' fill='currentColor' style='font-size:1em'>d</text>
|
|
<text text-anchor='middle' x='72' y='116' fill='currentColor' style='font-size:1em'>r</text>
|
|
<text text-anchor='middle' x='72' y='212' fill='currentColor' style='font-size:1em'>a</text>
|
|
<text text-anchor='middle' x='72' y='228' fill='currentColor' style='font-size:1em'>></text>
|
|
<text text-anchor='middle' x='80' y='116' fill='currentColor' style='font-size:1em'>e</text>
|
|
<text text-anchor='middle' x='80' y='228' fill='currentColor' style='font-size:1em'>f</text>
|
|
<text text-anchor='middle' x='88' y='100' fill='currentColor' style='font-size:1em'>R</text>
|
|
<text text-anchor='middle' x='88' y='212' fill='currentColor' style='font-size:1em'>></text>
|
|
<text text-anchor='middle' x='88' y='228' fill='currentColor' style='font-size:1em'>c</text>
|
|
<text text-anchor='middle' x='96' y='100' fill='currentColor' style='font-size:1em'>o</text>
|
|
<text text-anchor='middle' x='96' y='116' fill='currentColor' style='font-size:1em'>C</text>
|
|
<text text-anchor='middle' x='96' y='228' fill='currentColor' style='font-size:1em'>n</text>
|
|
<text text-anchor='middle' x='104' y='100' fill='currentColor' style='font-size:1em'>u</text>
|
|
<text text-anchor='middle' x='104' y='116' fill='currentColor' style='font-size:1em'>o</text>
|
|
<text text-anchor='middle' x='104' y='212' fill='currentColor' style='font-size:1em'>b</text>
|
|
<text text-anchor='middle' x='104' y='228' fill='currentColor' style='font-size:1em'>(</text>
|
|
<text text-anchor='middle' x='112' y='100' fill='currentColor' style='font-size:1em'>n</text>
|
|
<text text-anchor='middle' x='112' y='116' fill='currentColor' style='font-size:1em'>r</text>
|
|
<text text-anchor='middle' x='112' y='212' fill='currentColor' style='font-size:1em'>)</text>
|
|
<text text-anchor='middle' x='112' y='228' fill='currentColor' style='font-size:1em'>)</text>
|
|
<text text-anchor='middle' x='120' y='100' fill='currentColor' style='font-size:1em'>d</text>
|
|
<text text-anchor='middle' x='120' y='116' fill='currentColor' style='font-size:1em'>n</text>
|
|
<text text-anchor='middle' x='128' y='100' fill='currentColor' style='font-size:1em'>e</text>
|
|
<text text-anchor='middle' x='128' y='116' fill='currentColor' style='font-size:1em'>e</text>
|
|
<text text-anchor='middle' x='128' y='276' fill='currentColor' style='font-size:1em'>J</text>
|
|
<text text-anchor='middle' x='136' y='100' fill='currentColor' style='font-size:1em'>d</text>
|
|
<text text-anchor='middle' x='136' y='116' fill='currentColor' style='font-size:1em'>r</text>
|
|
<text text-anchor='middle' x='136' y='276' fill='currentColor' style='font-size:1em'>o</text>
|
|
<text text-anchor='middle' x='144' y='116' fill='currentColor' style='font-size:1em'>s</text>
|
|
<text text-anchor='middle' x='144' y='276' fill='currentColor' style='font-size:1em'>i</text>
|
|
<text text-anchor='middle' x='152' y='276' fill='currentColor' style='font-size:1em'>n</text>
|
|
<text text-anchor='middle' x='168' y='356' fill='currentColor' style='font-size:1em'>N</text>
|
|
<text text-anchor='middle' x='176' y='356' fill='currentColor' style='font-size:1em'>o</text>
|
|
<text text-anchor='middle' x='184' y='68' fill='currentColor' style='font-size:1em'>R</text>
|
|
<text text-anchor='middle' x='184' y='196' fill='currentColor' style='font-size:1em'>D</text>
|
|
<text text-anchor='middle' x='184' y='356' fill='currentColor' style='font-size:1em'>t</text>
|
|
<text text-anchor='middle' x='192' y='68' fill='currentColor' style='font-size:1em'>o</text>
|
|
<text text-anchor='middle' x='192' y='196' fill='currentColor' style='font-size:1em'>i</text>
|
|
<text text-anchor='middle' x='200' y='68' fill='currentColor' style='font-size:1em'>u</text>
|
|
<text text-anchor='middle' x='200' y='196' fill='currentColor' style='font-size:1em'>a</text>
|
|
<text text-anchor='middle' x='200' y='356' fill='currentColor' style='font-size:1em'>a</text>
|
|
<text text-anchor='middle' x='208' y='68' fill='currentColor' style='font-size:1em'>n</text>
|
|
<text text-anchor='middle' x='208' y='196' fill='currentColor' style='font-size:1em'>g</text>
|
|
<text text-anchor='middle' x='216' y='68' fill='currentColor' style='font-size:1em'>d</text>
|
|
<text text-anchor='middle' x='216' y='356' fill='currentColor' style='font-size:1em'>d</text>
|
|
<text text-anchor='middle' x='224' y='196' fill='currentColor' style='font-size:1em'>l</text>
|
|
<text text-anchor='middle' x='224' y='356' fill='currentColor' style='font-size:1em'>o</text>
|
|
<text text-anchor='middle' x='232' y='196' fill='currentColor' style='font-size:1em'>i</text>
|
|
<text text-anchor='middle' x='232' y='356' fill='currentColor' style='font-size:1em'>t</text>
|
|
<text text-anchor='middle' x='240' y='196' fill='currentColor' style='font-size:1em'>n</text>
|
|
<text text-anchor='middle' x='248' y='196' fill='currentColor' style='font-size:1em'>e</text>
|
|
<text text-anchor='middle' x='296' y='100' fill='currentColor' style='font-size:1em'>D</text>
|
|
<text text-anchor='middle' x='304' y='100' fill='currentColor' style='font-size:1em'>i</text>
|
|
<text text-anchor='middle' x='312' y='100' fill='currentColor' style='font-size:1em'>a</text>
|
|
<text text-anchor='middle' x='320' y='100' fill='currentColor' style='font-size:1em'>g</text>
|
|
<text text-anchor='middle' x='328' y='100' fill='currentColor' style='font-size:1em'>o</text>
|
|
<text text-anchor='middle' x='336' y='100' fill='currentColor' style='font-size:1em'>n</text>
|
|
<text text-anchor='middle' x='344' y='100' fill='currentColor' style='font-size:1em'>a</text>
|
|
<text text-anchor='middle' x='352' y='100' fill='currentColor' style='font-size:1em'>l</text>
|
|
<text text-anchor='middle' x='360' y='100' fill='currentColor' style='font-size:1em'>s</text>
|
|
<text text-anchor='middle' x='360' y='276' fill='currentColor' style='font-size:1em'>C</text>
|
|
<text text-anchor='middle' x='360' y='292' fill='currentColor' style='font-size:1em'>V</text>
|
|
<text text-anchor='middle' x='368' y='276' fill='currentColor' style='font-size:1em'>u</text>
|
|
<text text-anchor='middle' x='368' y='292' fill='currentColor' style='font-size:1em'>e</text>
|
|
<text text-anchor='middle' x='376' y='276' fill='currentColor' style='font-size:1em'>r</text>
|
|
<text text-anchor='middle' x='376' y='292' fill='currentColor' style='font-size:1em'>r</text>
|
|
<text text-anchor='middle' x='384' y='276' fill='currentColor' style='font-size:1em'>v</text>
|
|
<text text-anchor='middle' x='384' y='292' fill='currentColor' style='font-size:1em'>t</text>
|
|
<text text-anchor='middle' x='392' y='276' fill='currentColor' style='font-size:1em'>e</text>
|
|
<text text-anchor='middle' x='392' y='292' fill='currentColor' style='font-size:1em'>i</text>
|
|
<text text-anchor='middle' x='400' y='276' fill='currentColor' style='font-size:1em'>d</text>
|
|
<text text-anchor='middle' x='400' y='292' fill='currentColor' style='font-size:1em'>c</text>
|
|
<text text-anchor='middle' x='408' y='292' fill='currentColor' style='font-size:1em'>a</text>
|
|
<text text-anchor='middle' x='416' y='292' fill='currentColor' style='font-size:1em'>l</text>
|
|
<text text-anchor='middle' x='416' y='324' fill='currentColor' style='font-size:1em'>n</text>
|
|
<text text-anchor='middle' x='424' y='324' fill='currentColor' style='font-size:1em'>o</text>
|
|
<text text-anchor='middle' x='432' y='324' fill='currentColor' style='font-size:1em'>t</text>
|
|
<text text-anchor='middle' x='432' y='356' fill='currentColor' style='font-size:1em'>A</text>
|
|
<text text-anchor='middle' x='432' y='372' fill='currentColor' style='font-size:1em'>N</text>
|
|
<text text-anchor='middle' x='440' y='212' fill='currentColor' style='font-size:1em'>C</text>
|
|
<text text-anchor='middle' x='440' y='324' fill='currentColor' style='font-size:1em'>:</text>
|
|
<text text-anchor='middle' x='440' y='372' fill='currentColor' style='font-size:1em'>o</text>
|
|
<text text-anchor='middle' x='448' y='212' fill='currentColor' style='font-size:1em'>u</text>
|
|
<text text-anchor='middle' x='448' y='324' fill='currentColor' style='font-size:1em'>l</text>
|
|
<text text-anchor='middle' x='448' y='356' fill='currentColor' style='font-size:1em'>d</text>
|
|
<text text-anchor='middle' x='448' y='372' fill='currentColor' style='font-size:1em'>r</text>
|
|
<text text-anchor='middle' x='456' y='212' fill='currentColor' style='font-size:1em'>r</text>
|
|
<text text-anchor='middle' x='456' y='324' fill='currentColor' style='font-size:1em'>i</text>
|
|
<text text-anchor='middle' x='456' y='340' fill='currentColor' style='font-size:1em'>A</text>
|
|
<text text-anchor='middle' x='456' y='356' fill='currentColor' style='font-size:1em'>a</text>
|
|
<text text-anchor='middle' x='456' y='372' fill='currentColor' style='font-size:1em'>/</text>
|
|
<text text-anchor='middle' x='464' y='164' fill='currentColor' style='font-size:1em'>I</text>
|
|
<text text-anchor='middle' x='464' y='212' fill='currentColor' style='font-size:1em'>v</text>
|
|
<text text-anchor='middle' x='464' y='324' fill='currentColor' style='font-size:1em'>n</text>
|
|
<text text-anchor='middle' x='464' y='356' fill='currentColor' style='font-size:1em'>s</text>
|
|
<text text-anchor='middle' x='464' y='372' fill='currentColor' style='font-size:1em'>i</text>
|
|
<text text-anchor='middle' x='472' y='164' fill='currentColor' style='font-size:1em'>n</text>
|
|
<text text-anchor='middle' x='472' y='212' fill='currentColor' style='font-size:1em'>e</text>
|
|
<text text-anchor='middle' x='472' y='324' fill='currentColor' style='font-size:1em'>e</text>
|
|
<text text-anchor='middle' x='472' y='356' fill='currentColor' style='font-size:1em'>h</text>
|
|
<text text-anchor='middle' x='472' y='372' fill='currentColor' style='font-size:1em'>s</text>
|
|
<text text-anchor='middle' x='480' y='164' fill='currentColor' style='font-size:1em'>t</text>
|
|
<text text-anchor='middle' x='480' y='212' fill='currentColor' style='font-size:1em'>d</text>
|
|
<text text-anchor='middle' x='480' y='356' fill='currentColor' style='font-size:1em'>-</text>
|
|
<text text-anchor='middle' x='488' y='164' fill='currentColor' style='font-size:1em'>e</text>
|
|
<text text-anchor='middle' x='488' y='356' fill='currentColor' style='font-size:1em'>-</text>
|
|
<text text-anchor='middle' x='488' y='372' fill='currentColor' style='font-size:1em'>t</text>
|
|
<text text-anchor='middle' x='496' y='164' fill='currentColor' style='font-size:1em'>r</text>
|
|
<text text-anchor='middle' x='496' y='212' fill='currentColor' style='font-size:1em'>l</text>
|
|
<text text-anchor='middle' x='496' y='340' fill='currentColor' style='font-size:1em'>B</text>
|
|
<text text-anchor='middle' x='496' y='356' fill='currentColor' style='font-size:1em'>i</text>
|
|
<text text-anchor='middle' x='496' y='372' fill='currentColor' style='font-size:1em'>h</text>
|
|
<text text-anchor='middle' x='504' y='164' fill='currentColor' style='font-size:1em'>i</text>
|
|
<text text-anchor='middle' x='504' y='212' fill='currentColor' style='font-size:1em'>i</text>
|
|
<text text-anchor='middle' x='504' y='356' fill='currentColor' style='font-size:1em'>s</text>
|
|
<text text-anchor='middle' x='504' y='372' fill='currentColor' style='font-size:1em'>i</text>
|
|
<text text-anchor='middle' x='512' y='164' fill='currentColor' style='font-size:1em'>o</text>
|
|
<text text-anchor='middle' x='512' y='212' fill='currentColor' style='font-size:1em'>n</text>
|
|
<text text-anchor='middle' x='512' y='324' fill='currentColor' style='font-size:1em'>'</text>
|
|
<text text-anchor='middle' x='512' y='372' fill='currentColor' style='font-size:1em'>s</text>
|
|
<text text-anchor='middle' x='520' y='164' fill='currentColor' style='font-size:1em'>r</text>
|
|
<text text-anchor='middle' x='520' y='212' fill='currentColor' style='font-size:1em'>e</text>
|
|
<text text-anchor='middle' x='520' y='324' fill='currentColor' style='font-size:1em'>q</text>
|
|
<text text-anchor='middle' x='520' y='356' fill='currentColor' style='font-size:1em'>n</text>
|
|
<text text-anchor='middle' x='520' y='372' fill='currentColor' style='font-size:1em'>.</text>
|
|
<text text-anchor='middle' x='528' y='324' fill='currentColor' style='font-size:1em'>u</text>
|
|
<text text-anchor='middle' x='528' y='340' fill='currentColor' style='font-size:1em'>*</text>
|
|
<text text-anchor='middle' x='528' y='356' fill='currentColor' style='font-size:1em'>o</text>
|
|
<text text-anchor='middle' x='536' y='324' fill='currentColor' style='font-size:1em'>o</text>
|
|
<text text-anchor='middle' x='536' y='340' fill='currentColor' style='font-size:1em'>b</text>
|
|
<text text-anchor='middle' x='536' y='356' fill='currentColor' style='font-size:1em'>t</text>
|
|
<text text-anchor='middle' x='544' y='324' fill='currentColor' style='font-size:1em'>t</text>
|
|
<text text-anchor='middle' x='544' y='340' fill='currentColor' style='font-size:1em'>o</text>
|
|
<text text-anchor='middle' x='552' y='324' fill='currentColor' style='font-size:1em'>e</text>
|
|
<text text-anchor='middle' x='552' y='340' fill='currentColor' style='font-size:1em'>l</text>
|
|
<text text-anchor='middle' x='552' y='356' fill='currentColor' style='font-size:1em'>a</text>
|
|
<text text-anchor='middle' x='560' y='324' fill='currentColor' style='font-size:1em'>s</text>
|
|
<text text-anchor='middle' x='560' y='340' fill='currentColor' style='font-size:1em'>d</text>
|
|
<text text-anchor='middle' x='568' y='324' fill='currentColor' style='font-size:1em'>'</text>
|
|
<text text-anchor='middle' x='568' y='340' fill='currentColor' style='font-size:1em'>*</text>
|
|
<text text-anchor='middle' x='568' y='356' fill='currentColor' style='font-size:1em'>l</text>
|
|
<text text-anchor='middle' x='576' y='356' fill='currentColor' style='font-size:1em'>i</text>
|
|
<text text-anchor='middle' x='584' y='356' fill='currentColor' style='font-size:1em'>n</text>
|
|
<text text-anchor='middle' x='592' y='356' fill='currentColor' style='font-size:1em'>e</text>
|
|
<text text-anchor='middle' x='648' y='244' fill='currentColor' style='font-size:1em'>D</text>
|
|
<text text-anchor='middle' x='656' y='244' fill='currentColor' style='font-size:1em'>o</text>
|
|
<text text-anchor='middle' x='664' y='244' fill='currentColor' style='font-size:1em'>n</text>
|
|
<text text-anchor='middle' x='672' y='132' fill='currentColor' style='font-size:1em'>S</text>
|
|
<text text-anchor='middle' x='672' y='244' fill='currentColor' style='font-size:1em'>e</text>
|
|
<text text-anchor='middle' x='680' y='132' fill='currentColor' style='font-size:1em'>e</text>
|
|
<text text-anchor='middle' x='680' y='244' fill='currentColor' style='font-size:1em'>?</text>
|
|
<text text-anchor='middle' x='688' y='132' fill='currentColor' style='font-size:1em'>a</text>
|
|
<text text-anchor='middle' x='696' y='132' fill='currentColor' style='font-size:1em'>r</text>
|
|
<text text-anchor='middle' x='704' y='132' fill='currentColor' style='font-size:1em'>c</text>
|
|
<text text-anchor='middle' x='704' y='308' fill='currentColor' style='font-size:1em'>3</text>
|
|
<text text-anchor='middle' x='712' y='132' fill='currentColor' style='font-size:1em'>h</text>
|
|
</g>
|
|
|
|
</svg>
|
|
|
|
</div>
|
|
|
|
|
|
<h3 id="process">
|
|
Process
|
|
</h3>
|
|
|
|
|
|
|
|
<div class="goat svg-container ">
|
|
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
font-family="Menlo,Lucida Console,monospace"
|
|
|
|
viewBox="0 0 728 233"
|
|
>
|
|
<g transform='translate(8,16)'>
|
|
<path d='M 32,16 L 96,16' fill='none' stroke='currentColor'></path>
|
|
<path d='M 392,32 L 408,32' fill='none' stroke='currentColor'></path>
|
|
<path d='M 408,32 L 472,32' fill='none' stroke='currentColor'></path>
|
|
<path d='M 472,32 L 488,32' fill='none' stroke='currentColor'></path>
|
|
<path d='M 32,48 L 64,48' fill='none' stroke='currentColor'></path>
|
|
<path d='M 64,48 L 96,48' fill='none' stroke='currentColor'></path>
|
|
<path d='M 152,48 L 200,48' fill='none' stroke='currentColor'></path>
|
|
<path d='M 224,64 L 272,64' fill='none' stroke='currentColor'></path>
|
|
<path d='M 336,64 L 384,64' fill='none' stroke='currentColor'></path>
|
|
<path d='M 488,64 L 520,64' fill='none' stroke='currentColor'></path>
|
|
<path d='M 640,64 L 672,64' fill='none' stroke='currentColor'></path>
|
|
<path d='M 152,80 L 200,80' fill='none' stroke='currentColor'></path>
|
|
<path d='M 32,96 L 112,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 392,96 L 408,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 408,96 L 440,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 440,96 L 472,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 472,96 L 488,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 16,128 L 64,128' fill='none' stroke='currentColor'></path>
|
|
<path d='M 64,128 L 96,128' fill='none' stroke='currentColor'></path>
|
|
<path d='M 16,176 L 112,176' fill='none' stroke='currentColor'></path>
|
|
<path d='M 256,176 L 304,176' fill='none' stroke='currentColor'></path>
|
|
<path d='M 304,176 L 352,176' fill='none' stroke='currentColor'></path>
|
|
<path d='M 112,192 L 248,192' fill='none' stroke='currentColor'></path>
|
|
<path d='M 360,192 L 416,192' fill='none' stroke='currentColor'></path>
|
|
<path d='M 16,208 L 112,208' fill='none' stroke='currentColor'></path>
|
|
<path d='M 256,208 L 352,208' fill='none' stroke='currentColor'></path>
|
|
<path d='M 540,40 L 628,40' fill='none' stroke='currentColor'></path>
|
|
<path d='M 540,88 L 628,88' fill='none' stroke='currentColor'></path>
|
|
<path d='M 16,176 L 16,208' fill='none' stroke='currentColor'></path>
|
|
<path d='M 64,48 L 64,80' fill='none' stroke='currentColor'></path>
|
|
<path d='M 64,128 L 64,160' fill='none' stroke='currentColor'></path>
|
|
<path d='M 112,176 L 112,192' fill='none' stroke='currentColor'></path>
|
|
<path d='M 112,192 L 112,208' fill='none' stroke='currentColor'></path>
|
|
<path d='M 256,176 L 256,208' fill='none' stroke='currentColor'></path>
|
|
<path d='M 304,144 L 304,176' fill='none' stroke='currentColor'></path>
|
|
<path d='M 352,176 L 352,208' fill='none' stroke='currentColor'></path>
|
|
<path d='M 392,32 L 392,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 408,32 L 408,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 472,32 L 472,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 488,32 L 488,64' fill='none' stroke='currentColor'></path>
|
|
<path d='M 488,64 L 488,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 16,128 L 32,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 96,128 L 112,96' fill='none' stroke='currentColor'></path>
|
|
<path d='M 272,64 L 304,0' fill='none' stroke='currentColor'></path>
|
|
<path d='M 304,128 L 336,64' fill='none' stroke='currentColor'></path>
|
|
<path d='M 528,64 L 540,40' fill='none' stroke='currentColor'></path>
|
|
<path d='M 628,88 L 640,64' fill='none' stroke='currentColor'></path>
|
|
<path d='M 272,64 L 304,128' fill='none' stroke='currentColor'></path>
|
|
<path d='M 304,0 L 336,64' fill='none' stroke='currentColor'></path>
|
|
<path d='M 528,64 L 540,88' fill='none' stroke='currentColor'></path>
|
|
<path d='M 628,40 L 640,64' fill='none' stroke='currentColor'></path>
|
|
<path d='M 64,80 L 64,88' fill='none' stroke='currentColor'></path>
|
|
<polygon points='80.000000,80.000000 68.000000,74.400002 68.000000,85.599998' fill='currentColor' transform='rotate(90.000000, 64.000000, 80.000000)'></polygon>
|
|
<path d='M 64,160 L 64,168' fill='none' stroke='currentColor'></path>
|
|
<polygon points='80.000000,160.000000 68.000000,154.399994 68.000000,165.600006' fill='currentColor' transform='rotate(90.000000, 64.000000, 160.000000)'></polygon>
|
|
<polygon points='232.000000,64.000000 220.000000,58.400002 220.000000,69.599998' fill='currentColor' transform='rotate(180.000000, 224.000000, 64.000000)'></polygon>
|
|
<polygon points='256.000000,192.000000 244.000000,186.399994 244.000000,197.600006' fill='currentColor' transform='rotate(0.000000, 248.000000, 192.000000)'></polygon>
|
|
<path d='M 304,136 L 304,144' fill='none' stroke='currentColor'></path>
|
|
<polygon points='320.000000,144.000000 308.000000,138.399994 308.000000,149.600006' fill='currentColor' transform='rotate(270.000000, 304.000000, 144.000000)'></polygon>
|
|
<polygon points='368.000000,192.000000 356.000000,186.399994 356.000000,197.600006' fill='currentColor' transform='rotate(180.000000, 360.000000, 192.000000)'></polygon>
|
|
<polygon points='392.000000,64.000000 380.000000,58.400002 380.000000,69.599998' fill='currentColor' transform='rotate(0.000000, 384.000000, 64.000000)'></polygon>
|
|
<polygon points='528.000000,64.000000 516.000000,58.400002 516.000000,69.599998' fill='currentColor' transform='rotate(0.000000, 520.000000, 64.000000)'></polygon>
|
|
<polygon points='680.000000,64.000000 668.000000,58.400002 668.000000,69.599998' fill='currentColor' transform='rotate(0.000000, 672.000000, 64.000000)'></polygon>
|
|
<path d='M 32,16 A 16,16 0 0,0 16,32' fill='none' stroke='currentColor'></path>
|
|
<path d='M 96,16 A 16,16 0 0,1 112,32' fill='none' stroke='currentColor'></path>
|
|
<path d='M 16,32 A 16,16 0 0,0 32,48' fill='none' stroke='currentColor'></path>
|
|
<path d='M 112,32 A 16,16 0 0,1 96,48' fill='none' stroke='currentColor'></path>
|
|
<path d='M 152,48 A 16,16 0 0,0 136,64' fill='none' stroke='currentColor'></path>
|
|
<path d='M 200,48 A 16,16 0 0,1 216,64' fill='none' stroke='currentColor'></path>
|
|
<path d='M 696,48 A 16,16 0 0,0 680,64' fill='none' stroke='currentColor'></path>
|
|
<path d='M 696,48 A 16,16 0 0,1 712,64' fill='none' stroke='currentColor'></path>
|
|
<path d='M 136,64 A 16,16 0 0,0 152,80' fill='none' stroke='currentColor'></path>
|
|
<path d='M 216,64 A 16,16 0 0,1 200,80' fill='none' stroke='currentColor'></path>
|
|
<path d='M 680,64 A 16,16 0 0,0 696,80' fill='none' stroke='currentColor'></path>
|
|
<path d='M 712,64 A 16,16 0 0,1 696,80' fill='none' stroke='currentColor'></path>
|
|
<path d='M 432,176 A 16,16 0 0,0 416,192' fill='none' stroke='currentColor'></path>
|
|
<path d='M 432,176 A 16,16 0 0,1 448,192' fill='none' stroke='currentColor'></path>
|
|
<path d='M 416,192 A 16,16 0 0,0 432,208' fill='none' stroke='currentColor'></path>
|
|
<path d='M 448,192 A 16,16 0 0,1 432,208' fill='none' stroke='currentColor'></path>
|
|
<text text-anchor='middle' x='40' y='196' fill='currentColor' style='font-size:1em'>P</text>
|
|
<text text-anchor='middle' x='48' y='36' fill='currentColor' style='font-size:1em'>S</text>
|
|
<text text-anchor='middle' x='48' y='116' fill='currentColor' style='font-size:1em'>I</text>
|
|
<text text-anchor='middle' x='48' y='196' fill='currentColor' style='font-size:1em'>R</text>
|
|
<text text-anchor='middle' x='56' y='36' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='56' y='116' fill='currentColor' style='font-size:1em'>N</text>
|
|
<text text-anchor='middle' x='56' y='196' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='64' y='36' fill='currentColor' style='font-size:1em'>A</text>
|
|
<text text-anchor='middle' x='64' y='116' fill='currentColor' style='font-size:1em'>P</text>
|
|
<text text-anchor='middle' x='64' y='196' fill='currentColor' style='font-size:1em'>C</text>
|
|
<text text-anchor='middle' x='72' y='36' fill='currentColor' style='font-size:1em'>R</text>
|
|
<text text-anchor='middle' x='72' y='116' fill='currentColor' style='font-size:1em'>U</text>
|
|
<text text-anchor='middle' x='72' y='196' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='80' y='36' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='80' y='116' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='80' y='196' fill='currentColor' style='font-size:1em'>S</text>
|
|
<text text-anchor='middle' x='88' y='196' fill='currentColor' style='font-size:1em'>S</text>
|
|
<text text-anchor='middle' x='168' y='68' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='176' y='68' fill='currentColor' style='font-size:1em'>N</text>
|
|
<text text-anchor='middle' x='184' y='68' fill='currentColor' style='font-size:1em'>D</text>
|
|
<text text-anchor='middle' x='248' y='52' fill='currentColor' style='font-size:1em'>A</text>
|
|
<text text-anchor='middle' x='280' y='68' fill='currentColor' style='font-size:1em'>C</text>
|
|
<text text-anchor='middle' x='280' y='196' fill='currentColor' style='font-size:1em'>P</text>
|
|
<text text-anchor='middle' x='288' y='68' fill='currentColor' style='font-size:1em'>H</text>
|
|
<text text-anchor='middle' x='288' y='196' fill='currentColor' style='font-size:1em'>R</text>
|
|
<text text-anchor='middle' x='296' y='68' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='296' y='196' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='304' y='68' fill='currentColor' style='font-size:1em'>I</text>
|
|
<text text-anchor='middle' x='304' y='196' fill='currentColor' style='font-size:1em'>C</text>
|
|
<text text-anchor='middle' x='312' y='68' fill='currentColor' style='font-size:1em'>C</text>
|
|
<text text-anchor='middle' x='312' y='196' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='320' y='68' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='320' y='196' fill='currentColor' style='font-size:1em'>S</text>
|
|
<text text-anchor='middle' x='328' y='196' fill='currentColor' style='font-size:1em'>S</text>
|
|
<text text-anchor='middle' x='360' y='52' fill='currentColor' style='font-size:1em'>B</text>
|
|
<text text-anchor='middle' x='416' y='52' fill='currentColor' style='font-size:1em'>C</text>
|
|
<text text-anchor='middle' x='416' y='84' fill='currentColor' style='font-size:1em'>P</text>
|
|
<text text-anchor='middle' x='424' y='52' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='424' y='84' fill='currentColor' style='font-size:1em'>R</text>
|
|
<text text-anchor='middle' x='432' y='52' fill='currentColor' style='font-size:1em'>M</text>
|
|
<text text-anchor='middle' x='432' y='84' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='432' y='196' fill='currentColor' style='font-size:1em'>X</text>
|
|
<text text-anchor='middle' x='440' y='52' fill='currentColor' style='font-size:1em'>P</text>
|
|
<text text-anchor='middle' x='440' y='84' fill='currentColor' style='font-size:1em'>C</text>
|
|
<text text-anchor='middle' x='448' y='52' fill='currentColor' style='font-size:1em'>L</text>
|
|
<text text-anchor='middle' x='448' y='84' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='456' y='52' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='456' y='84' fill='currentColor' style='font-size:1em'>S</text>
|
|
<text text-anchor='middle' x='464' y='52' fill='currentColor' style='font-size:1em'>X</text>
|
|
<text text-anchor='middle' x='464' y='84' fill='currentColor' style='font-size:1em'>S</text>
|
|
<text text-anchor='middle' x='544' y='68' fill='currentColor' style='font-size:1em'>P</text>
|
|
<text text-anchor='middle' x='552' y='68' fill='currentColor' style='font-size:1em'>R</text>
|
|
<text text-anchor='middle' x='560' y='68' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='568' y='68' fill='currentColor' style='font-size:1em'>P</text>
|
|
<text text-anchor='middle' x='576' y='68' fill='currentColor' style='font-size:1em'>A</text>
|
|
<text text-anchor='middle' x='584' y='68' fill='currentColor' style='font-size:1em'>R</text>
|
|
<text text-anchor='middle' x='592' y='68' fill='currentColor' style='font-size:1em'>A</text>
|
|
<text text-anchor='middle' x='600' y='68' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='608' y='68' fill='currentColor' style='font-size:1em'>I</text>
|
|
<text text-anchor='middle' x='616' y='68' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='624' y='68' fill='currentColor' style='font-size:1em'>N</text>
|
|
<text text-anchor='middle' x='696' y='68' fill='currentColor' style='font-size:1em'>X</text>
|
|
</g>
|
|
|
|
</svg>
|
|
|
|
</div>
|
|
|
|
|
|
<h3 id="file-tree">
|
|
File tree
|
|
</h3>
|
|
<p>Created from <a href="https://arthursonzogni.com/Diagon/#Tree">https://arthursonzogni.com/Diagon/#Tree</a></p>
|
|
|
|
|
|
|
|
<div class="goat svg-container ">
|
|
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
font-family="Menlo,Lucida Console,monospace"
|
|
|
|
width="300"
|
|
|
|
>
|
|
<g transform='translate(8,16)'>
|
|
<text text-anchor='middle' x='0' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='8' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='16' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='24' y='4' fill='currentColor' style='font-size:1em'>L</text>
|
|
<text text-anchor='middle' x='32' y='4' fill='currentColor' style='font-size:1em'>i</text>
|
|
<text text-anchor='middle' x='40' y='4' fill='currentColor' style='font-size:1em'>n</text>
|
|
<text text-anchor='middle' x='48' y='4' fill='currentColor' style='font-size:1em'>u</text>
|
|
<text text-anchor='middle' x='56' y='4' fill='currentColor' style='font-size:1em'>x</text>
|
|
<text text-anchor='middle' x='64' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='72' y='4' fill='currentColor' style='font-size:1em'>┬</text>
|
|
<text text-anchor='middle' x='72' y='20' fill='currentColor' style='font-size:1em'>├</text>
|
|
<text text-anchor='middle' x='72' y='36' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='72' y='52' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='72' y='68' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='72' y='84' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='72' y='100' fill='currentColor' style='font-size:1em'>├</text>
|
|
<text text-anchor='middle' x='72' y='116' fill='currentColor' style='font-size:1em'>└</text>
|
|
<text text-anchor='middle' x='80' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='80' y='20' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='80' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='80' y='116' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='88' y='4' fill='currentColor' style='font-size:1em'>A</text>
|
|
<text text-anchor='middle' x='88' y='20' fill='currentColor' style='font-size:1em'>D</text>
|
|
<text text-anchor='middle' x='88' y='100' fill='currentColor' style='font-size:1em'>C</text>
|
|
<text text-anchor='middle' x='88' y='116' fill='currentColor' style='font-size:1em'>F</text>
|
|
<text text-anchor='middle' x='96' y='4' fill='currentColor' style='font-size:1em'>n</text>
|
|
<text text-anchor='middle' x='96' y='20' fill='currentColor' style='font-size:1em'>e</text>
|
|
<text text-anchor='middle' x='96' y='100' fill='currentColor' style='font-size:1em'>e</text>
|
|
<text text-anchor='middle' x='96' y='116' fill='currentColor' style='font-size:1em'>e</text>
|
|
<text text-anchor='middle' x='104' y='4' fill='currentColor' style='font-size:1em'>d</text>
|
|
<text text-anchor='middle' x='104' y='20' fill='currentColor' style='font-size:1em'>b</text>
|
|
<text text-anchor='middle' x='104' y='100' fill='currentColor' style='font-size:1em'>n</text>
|
|
<text text-anchor='middle' x='104' y='116' fill='currentColor' style='font-size:1em'>d</text>
|
|
<text text-anchor='middle' x='112' y='4' fill='currentColor' style='font-size:1em'>r</text>
|
|
<text text-anchor='middle' x='112' y='20' fill='currentColor' style='font-size:1em'>i</text>
|
|
<text text-anchor='middle' x='112' y='100' fill='currentColor' style='font-size:1em'>t</text>
|
|
<text text-anchor='middle' x='112' y='116' fill='currentColor' style='font-size:1em'>o</text>
|
|
<text text-anchor='middle' x='120' y='4' fill='currentColor' style='font-size:1em'>o</text>
|
|
<text text-anchor='middle' x='120' y='20' fill='currentColor' style='font-size:1em'>a</text>
|
|
<text text-anchor='middle' x='120' y='100' fill='currentColor' style='font-size:1em'>o</text>
|
|
<text text-anchor='middle' x='120' y='116' fill='currentColor' style='font-size:1em'>r</text>
|
|
<text text-anchor='middle' x='128' y='4' fill='currentColor' style='font-size:1em'>i</text>
|
|
<text text-anchor='middle' x='128' y='20' fill='currentColor' style='font-size:1em'>n</text>
|
|
<text text-anchor='middle' x='128' y='100' fill='currentColor' style='font-size:1em'>s</text>
|
|
<text text-anchor='middle' x='128' y='116' fill='currentColor' style='font-size:1em'>a</text>
|
|
<text text-anchor='middle' x='136' y='4' fill='currentColor' style='font-size:1em'>d</text>
|
|
<text text-anchor='middle' x='136' y='20' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='144' y='20' fill='currentColor' style='font-size:1em'>┬</text>
|
|
<text text-anchor='middle' x='144' y='36' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='144' y='52' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='144' y='68' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='144' y='84' fill='currentColor' style='font-size:1em'>└</text>
|
|
<text text-anchor='middle' x='152' y='20' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='152' y='84' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='160' y='20' fill='currentColor' style='font-size:1em'>U</text>
|
|
<text text-anchor='middle' x='160' y='84' fill='currentColor' style='font-size:1em'>M</text>
|
|
<text text-anchor='middle' x='168' y='20' fill='currentColor' style='font-size:1em'>b</text>
|
|
<text text-anchor='middle' x='168' y='84' fill='currentColor' style='font-size:1em'>i</text>
|
|
<text text-anchor='middle' x='176' y='20' fill='currentColor' style='font-size:1em'>u</text>
|
|
<text text-anchor='middle' x='176' y='84' fill='currentColor' style='font-size:1em'>n</text>
|
|
<text text-anchor='middle' x='184' y='20' fill='currentColor' style='font-size:1em'>n</text>
|
|
<text text-anchor='middle' x='184' y='84' fill='currentColor' style='font-size:1em'>t</text>
|
|
<text text-anchor='middle' x='192' y='20' fill='currentColor' style='font-size:1em'>t</text>
|
|
<text text-anchor='middle' x='200' y='20' fill='currentColor' style='font-size:1em'>u</text>
|
|
<text text-anchor='middle' x='208' y='20' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='216' y='20' fill='currentColor' style='font-size:1em'>┬</text>
|
|
<text text-anchor='middle' x='216' y='36' fill='currentColor' style='font-size:1em'>├</text>
|
|
<text text-anchor='middle' x='216' y='52' fill='currentColor' style='font-size:1em'>├</text>
|
|
<text text-anchor='middle' x='216' y='68' fill='currentColor' style='font-size:1em'>└</text>
|
|
<text text-anchor='middle' x='224' y='20' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='224' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='224' y='52' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='224' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='232' y='20' fill='currentColor' style='font-size:1em'>L</text>
|
|
<text text-anchor='middle' x='232' y='36' fill='currentColor' style='font-size:1em'>K</text>
|
|
<text text-anchor='middle' x='232' y='52' fill='currentColor' style='font-size:1em'>X</text>
|
|
<text text-anchor='middle' x='232' y='68' fill='currentColor' style='font-size:1em'>X</text>
|
|
<text text-anchor='middle' x='240' y='20' fill='currentColor' style='font-size:1em'>u</text>
|
|
<text text-anchor='middle' x='240' y='36' fill='currentColor' style='font-size:1em'>u</text>
|
|
<text text-anchor='middle' x='240' y='52' fill='currentColor' style='font-size:1em'>u</text>
|
|
<text text-anchor='middle' x='240' y='68' fill='currentColor' style='font-size:1em'>u</text>
|
|
<text text-anchor='middle' x='248' y='20' fill='currentColor' style='font-size:1em'>b</text>
|
|
<text text-anchor='middle' x='248' y='36' fill='currentColor' style='font-size:1em'>b</text>
|
|
<text text-anchor='middle' x='248' y='52' fill='currentColor' style='font-size:1em'>b</text>
|
|
<text text-anchor='middle' x='248' y='68' fill='currentColor' style='font-size:1em'>b</text>
|
|
<text text-anchor='middle' x='256' y='20' fill='currentColor' style='font-size:1em'>u</text>
|
|
<text text-anchor='middle' x='256' y='36' fill='currentColor' style='font-size:1em'>u</text>
|
|
<text text-anchor='middle' x='256' y='52' fill='currentColor' style='font-size:1em'>u</text>
|
|
<text text-anchor='middle' x='256' y='68' fill='currentColor' style='font-size:1em'>u</text>
|
|
<text text-anchor='middle' x='264' y='20' fill='currentColor' style='font-size:1em'>n</text>
|
|
<text text-anchor='middle' x='264' y='36' fill='currentColor' style='font-size:1em'>n</text>
|
|
<text text-anchor='middle' x='264' y='52' fill='currentColor' style='font-size:1em'>n</text>
|
|
<text text-anchor='middle' x='264' y='68' fill='currentColor' style='font-size:1em'>n</text>
|
|
<text text-anchor='middle' x='272' y='20' fill='currentColor' style='font-size:1em'>t</text>
|
|
<text text-anchor='middle' x='272' y='36' fill='currentColor' style='font-size:1em'>t</text>
|
|
<text text-anchor='middle' x='272' y='52' fill='currentColor' style='font-size:1em'>t</text>
|
|
<text text-anchor='middle' x='272' y='68' fill='currentColor' style='font-size:1em'>t</text>
|
|
<text text-anchor='middle' x='280' y='20' fill='currentColor' style='font-size:1em'>u</text>
|
|
<text text-anchor='middle' x='280' y='36' fill='currentColor' style='font-size:1em'>u</text>
|
|
<text text-anchor='middle' x='280' y='52' fill='currentColor' style='font-size:1em'>u</text>
|
|
<text text-anchor='middle' x='280' y='68' fill='currentColor' style='font-size:1em'>u</text>
|
|
</g>
|
|
|
|
</svg>
|
|
|
|
</div>
|
|
|
|
|
|
<h3 id="sequence-diagram">
|
|
Sequence Diagram
|
|
</h3>
|
|
<p><a href="https://arthursonzogni.com/Diagon/#Sequence">https://arthursonzogni.com/Diagon/#Sequence</a></p>
|
|
|
|
|
|
|
|
<div class="goat svg-container w-40">
|
|
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
font-family="Menlo,Lucida Console,monospace"
|
|
|
|
viewBox="0 0 160 201"
|
|
>
|
|
<g transform='translate(8,16)'>
|
|
<text text-anchor='middle' x='0' y='4' fill='currentColor' style='font-size:1em'>┌</text>
|
|
<text text-anchor='middle' x='0' y='20' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='0' y='36' fill='currentColor' style='font-size:1em'>└</text>
|
|
<text text-anchor='middle' x='0' y='148' fill='currentColor' style='font-size:1em'>┌</text>
|
|
<text text-anchor='middle' x='0' y='164' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='0' y='180' fill='currentColor' style='font-size:1em'>└</text>
|
|
<text text-anchor='middle' x='8' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='8' y='20' fill='currentColor' style='font-size:1em'>A</text>
|
|
<text text-anchor='middle' x='8' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='8' y='148' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='8' y='164' fill='currentColor' style='font-size:1em'>A</text>
|
|
<text text-anchor='middle' x='8' y='180' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='16' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='16' y='20' fill='currentColor' style='font-size:1em'>l</text>
|
|
<text text-anchor='middle' x='16' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='16' y='148' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='16' y='164' fill='currentColor' style='font-size:1em'>l</text>
|
|
<text text-anchor='middle' x='16' y='180' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='24' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='24' y='20' fill='currentColor' style='font-size:1em'>i</text>
|
|
<text text-anchor='middle' x='24' y='36' fill='currentColor' style='font-size:1em'>┬</text>
|
|
<text text-anchor='middle' x='24' y='52' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='24' y='68' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='24' y='84' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='24' y='100' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='24' y='116' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='24' y='132' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='24' y='148' fill='currentColor' style='font-size:1em'>┴</text>
|
|
<text text-anchor='middle' x='24' y='164' fill='currentColor' style='font-size:1em'>i</text>
|
|
<text text-anchor='middle' x='24' y='180' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='32' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='32' y='20' fill='currentColor' style='font-size:1em'>c</text>
|
|
<text text-anchor='middle' x='32' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='32' y='84' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='32' y='116' fill='currentColor' style='font-size:1em'>H</text>
|
|
<text text-anchor='middle' x='32' y='132' fill='currentColor' style='font-size:1em'><</text>
|
|
<text text-anchor='middle' x='32' y='148' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='32' y='164' fill='currentColor' style='font-size:1em'>c</text>
|
|
<text text-anchor='middle' x='32' y='180' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='40' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='40' y='20' fill='currentColor' style='font-size:1em'>e</text>
|
|
<text text-anchor='middle' x='40' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='40' y='68' fill='currentColor' style='font-size:1em'>H</text>
|
|
<text text-anchor='middle' x='40' y='84' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='40' y='116' fill='currentColor' style='font-size:1em'>e</text>
|
|
<text text-anchor='middle' x='40' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='40' y='148' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='40' y='164' fill='currentColor' style='font-size:1em'>e</text>
|
|
<text text-anchor='middle' x='40' y='180' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='48' y='4' fill='currentColor' style='font-size:1em'>┐</text>
|
|
<text text-anchor='middle' x='48' y='20' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='48' y='36' fill='currentColor' style='font-size:1em'>┘</text>
|
|
<text text-anchor='middle' x='48' y='68' fill='currentColor' style='font-size:1em'>e</text>
|
|
<text text-anchor='middle' x='48' y='84' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='48' y='116' fill='currentColor' style='font-size:1em'>l</text>
|
|
<text text-anchor='middle' x='48' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='48' y='148' fill='currentColor' style='font-size:1em'>┐</text>
|
|
<text text-anchor='middle' x='48' y='164' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='48' y='180' fill='currentColor' style='font-size:1em'>┘</text>
|
|
<text text-anchor='middle' x='56' y='68' fill='currentColor' style='font-size:1em'>l</text>
|
|
<text text-anchor='middle' x='56' y='84' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='56' y='116' fill='currentColor' style='font-size:1em'>l</text>
|
|
<text text-anchor='middle' x='56' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='64' y='68' fill='currentColor' style='font-size:1em'>l</text>
|
|
<text text-anchor='middle' x='64' y='84' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='64' y='116' fill='currentColor' style='font-size:1em'>o</text>
|
|
<text text-anchor='middle' x='64' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='72' y='68' fill='currentColor' style='font-size:1em'>o</text>
|
|
<text text-anchor='middle' x='72' y='84' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='72' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='80' y='84' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='80' y='116' fill='currentColor' style='font-size:1em'>A</text>
|
|
<text text-anchor='middle' x='80' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='88' y='68' fill='currentColor' style='font-size:1em'>B</text>
|
|
<text text-anchor='middle' x='88' y='84' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='88' y='116' fill='currentColor' style='font-size:1em'>l</text>
|
|
<text text-anchor='middle' x='88' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='96' y='68' fill='currentColor' style='font-size:1em'>o</text>
|
|
<text text-anchor='middle' x='96' y='84' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='96' y='116' fill='currentColor' style='font-size:1em'>i</text>
|
|
<text text-anchor='middle' x='96' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='104' y='68' fill='currentColor' style='font-size:1em'>b</text>
|
|
<text text-anchor='middle' x='104' y='84' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='104' y='116' fill='currentColor' style='font-size:1em'>c</text>
|
|
<text text-anchor='middle' x='104' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='112' y='4' fill='currentColor' style='font-size:1em'>┌</text>
|
|
<text text-anchor='middle' x='112' y='20' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='112' y='36' fill='currentColor' style='font-size:1em'>└</text>
|
|
<text text-anchor='middle' x='112' y='68' fill='currentColor' style='font-size:1em'>!</text>
|
|
<text text-anchor='middle' x='112' y='84' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='112' y='116' fill='currentColor' style='font-size:1em'>e</text>
|
|
<text text-anchor='middle' x='112' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='112' y='148' fill='currentColor' style='font-size:1em'>┌</text>
|
|
<text text-anchor='middle' x='112' y='164' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='112' y='180' fill='currentColor' style='font-size:1em'>└</text>
|
|
<text text-anchor='middle' x='120' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='120' y='20' fill='currentColor' style='font-size:1em'>B</text>
|
|
<text text-anchor='middle' x='120' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='120' y='84' fill='currentColor' style='font-size:1em'>></text>
|
|
<text text-anchor='middle' x='120' y='116' fill='currentColor' style='font-size:1em'>!</text>
|
|
<text text-anchor='middle' x='120' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='120' y='148' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='120' y='164' fill='currentColor' style='font-size:1em'>B</text>
|
|
<text text-anchor='middle' x='120' y='180' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='128' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='128' y='20' fill='currentColor' style='font-size:1em'>o</text>
|
|
<text text-anchor='middle' x='128' y='36' fill='currentColor' style='font-size:1em'>┬</text>
|
|
<text text-anchor='middle' x='128' y='52' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='128' y='68' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='128' y='84' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='128' y='100' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='128' y='116' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='128' y='132' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='128' y='148' fill='currentColor' style='font-size:1em'>┴</text>
|
|
<text text-anchor='middle' x='128' y='164' fill='currentColor' style='font-size:1em'>o</text>
|
|
<text text-anchor='middle' x='128' y='180' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='136' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='136' y='20' fill='currentColor' style='font-size:1em'>b</text>
|
|
<text text-anchor='middle' x='136' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='136' y='148' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='136' y='164' fill='currentColor' style='font-size:1em'>b</text>
|
|
<text text-anchor='middle' x='136' y='180' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='144' y='4' fill='currentColor' style='font-size:1em'>┐</text>
|
|
<text text-anchor='middle' x='144' y='20' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='144' y='36' fill='currentColor' style='font-size:1em'>┘</text>
|
|
<text text-anchor='middle' x='144' y='148' fill='currentColor' style='font-size:1em'>┐</text>
|
|
<text text-anchor='middle' x='144' y='164' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='144' y='180' fill='currentColor' style='font-size:1em'>┘</text>
|
|
</g>
|
|
|
|
</svg>
|
|
|
|
</div>
|
|
|
|
|
|
<h3 id="flowchart">
|
|
Flowchart
|
|
</h3>
|
|
<p><a href="https://arthursonzogni.com/Diagon/#Flowchart">https://arthursonzogni.com/Diagon/#Flowchart</a></p>
|
|
|
|
|
|
|
|
<div class="goat svg-container ">
|
|
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
font-family="Menlo,Lucida Console,monospace"
|
|
|
|
viewBox="0 0 664 601"
|
|
>
|
|
<g transform='translate(8,16)'>
|
|
<path d='M 24,8 L 152,8' fill='none' stroke='currentColor'></path>
|
|
<path d='M 16,104 L 72,104' fill='none' stroke='currentColor'></path>
|
|
<path d='M 328,104 L 496,104' fill='none' stroke='currentColor'></path>
|
|
<path d='M 24,200 L 72,200' fill='none' stroke='currentColor'></path>
|
|
<path d='M 336,200 L 392,200' fill='none' stroke='currentColor'></path>
|
|
<path d='M -4,136 L 4,120' fill='none' stroke='currentColor'></path>
|
|
<path d='M -4,136 L 4,152' fill='none' stroke='currentColor'></path>
|
|
<path d='M 4,40 L 12,24' fill='none' stroke='currentColor'></path>
|
|
<path d='M 4,40 L 12,56' fill='none' stroke='currentColor'></path>
|
|
<path d='M 4,120 L 12,104' fill='none' stroke='currentColor'></path>
|
|
<path d='M 4,152 L 12,168' fill='none' stroke='currentColor'></path>
|
|
<path d='M 4,232 L 12,216' fill='none' stroke='currentColor'></path>
|
|
<path d='M 4,232 L 12,248' fill='none' stroke='currentColor'></path>
|
|
<path d='M 12,24 L 20,8' fill='none' stroke='currentColor'></path>
|
|
<path d='M 12,56 L 20,72' fill='none' stroke='currentColor'></path>
|
|
<text text-anchor='middle' x='16' y='132' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='16' y='148' fill='currentColor' style='font-size:1em'>L</text>
|
|
<text text-anchor='middle' x='16' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<path d='M 12,216 L 20,200' fill='none' stroke='currentColor'></path>
|
|
<path d='M 12,248 L 20,264' fill='none' stroke='currentColor'></path>
|
|
<text text-anchor='middle' x='24' y='36' fill='currentColor' style='font-size:1em'>D</text>
|
|
<text text-anchor='middle' x='24' y='52' fill='currentColor' style='font-size:1em'>F</text>
|
|
<text text-anchor='middle' x='24' y='68' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='24' y='132' fill='currentColor' style='font-size:1em'>K</text>
|
|
<text text-anchor='middle' x='24' y='148' fill='currentColor' style='font-size:1em'>I</text>
|
|
<text text-anchor='middle' x='24' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='24' y='228' fill='currentColor' style='font-size:1em'>B</text>
|
|
<text text-anchor='middle' x='24' y='244' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='24' y='260' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='32' y='36' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='32' y='52' fill='currentColor' style='font-size:1em'>L</text>
|
|
<text text-anchor='middle' x='32' y='68' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='32' y='132' fill='currentColor' style='font-size:1em'>A</text>
|
|
<text text-anchor='middle' x='32' y='148' fill='currentColor' style='font-size:1em'>N</text>
|
|
<text text-anchor='middle' x='32' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='32' y='228' fill='currentColor' style='font-size:1em'>U</text>
|
|
<text text-anchor='middle' x='32' y='244' fill='currentColor' style='font-size:1em'>N</text>
|
|
<text text-anchor='middle' x='32' y='260' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='40' y='52' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='40' y='68' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='40' y='132' fill='currentColor' style='font-size:1em'>Y</text>
|
|
<text text-anchor='middle' x='40' y='148' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='40' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='40' y='228' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='40' y='244' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='40' y='260' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='40' y='340' fill='currentColor' style='font-size:1em'>┌</text>
|
|
<text text-anchor='middle' x='40' y='356' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='40' y='372' fill='currentColor' style='font-size:1em'>└</text>
|
|
<text text-anchor='middle' x='48' y='36' fill='currentColor' style='font-size:1em'>Y</text>
|
|
<text text-anchor='middle' x='48' y='52' fill='currentColor' style='font-size:1em'>W</text>
|
|
<text text-anchor='middle' x='48' y='68' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='48' y='132' fill='currentColor' style='font-size:1em'>,</text>
|
|
<text text-anchor='middle' x='48' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='48' y='244' fill='currentColor' style='font-size:1em'>S</text>
|
|
<text text-anchor='middle' x='48' y='260' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='48' y='340' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='48' y='356' fill='currentColor' style='font-size:1em'>I</text>
|
|
<text text-anchor='middle' x='48' y='372' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='56' y='36' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='56' y='68' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='56' y='148' fill='currentColor' style='font-size:1em'>L</text>
|
|
<text text-anchor='middle' x='56' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='56' y='228' fill='currentColor' style='font-size:1em'>Y</text>
|
|
<text text-anchor='middle' x='56' y='260' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='56' y='292' fill='currentColor' style='font-size:1em'>┌</text>
|
|
<text text-anchor='middle' x='56' y='308' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='56' y='324' fill='currentColor' style='font-size:1em'>└</text>
|
|
<text text-anchor='middle' x='56' y='340' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='56' y='372' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='64' y='36' fill='currentColor' style='font-size:1em'>U</text>
|
|
<text text-anchor='middle' x='64' y='52' fill='currentColor' style='font-size:1em'>C</text>
|
|
<text text-anchor='middle' x='64' y='68' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='64' y='132' fill='currentColor' style='font-size:1em'>Y</text>
|
|
<text text-anchor='middle' x='64' y='148' fill='currentColor' style='font-size:1em'>A</text>
|
|
<text text-anchor='middle' x='64' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='64' y='228' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='64' y='244' fill='currentColor' style='font-size:1em'>L</text>
|
|
<text text-anchor='middle' x='64' y='260' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='64' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='64' y='308' fill='currentColor' style='font-size:1em'>L</text>
|
|
<text text-anchor='middle' x='64' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='64' y='340' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='64' y='356' fill='currentColor' style='font-size:1em'>H</text>
|
|
<text text-anchor='middle' x='64' y='372' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='72' y='52' fill='currentColor' style='font-size:1em'>H</text>
|
|
<text text-anchor='middle' x='72' y='68' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='72' y='132' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='72' y='148' fill='currentColor' style='font-size:1em'>B</text>
|
|
<text text-anchor='middle' x='72' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='72' y='228' fill='currentColor' style='font-size:1em'>U</text>
|
|
<text text-anchor='middle' x='72' y='244' fill='currentColor' style='font-size:1em'>A</text>
|
|
<text text-anchor='middle' x='72' y='260' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='72' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='72' y='308' fill='currentColor' style='font-size:1em'>I</text>
|
|
<text text-anchor='middle' x='72' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='72' y='340' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='72' y='356' fill='currentColor' style='font-size:1em'>A</text>
|
|
<text text-anchor='middle' x='72' y='372' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='80' y='36' fill='currentColor' style='font-size:1em'>U</text>
|
|
<text text-anchor='middle' x='80' y='52' fill='currentColor' style='font-size:1em'>A</text>
|
|
<text text-anchor='middle' x='80' y='68' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='80' y='100' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='80' y='132' fill='currentColor' style='font-size:1em'>U</text>
|
|
<text text-anchor='middle' x='80' y='148' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='80' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='80' y='196' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='80' y='244' fill='currentColor' style='font-size:1em'>B</text>
|
|
<text text-anchor='middle' x='80' y='260' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='80' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='80' y='308' fill='currentColor' style='font-size:1em'>S</text>
|
|
<text text-anchor='middle' x='80' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='80' y='340' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='80' y='356' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='80' y='372' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='88' y='36' fill='currentColor' style='font-size:1em'>N</text>
|
|
<text text-anchor='middle' x='88' y='52' fill='currentColor' style='font-size:1em'>R</text>
|
|
<text text-anchor='middle' x='88' y='68' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='88' y='84' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='88' y='100' fill='currentColor' style='font-size:1em'>▽</text>
|
|
<text text-anchor='middle' x='88' y='148' fill='currentColor' style='font-size:1em'>L</text>
|
|
<text text-anchor='middle' x='88' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='88' y='180' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='88' y='196' fill='currentColor' style='font-size:1em'>▽</text>
|
|
<text text-anchor='middle' x='88' y='228' fill='currentColor' style='font-size:1em'>S</text>
|
|
<text text-anchor='middle' x='88' y='244' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='88' y='260' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='88' y='276' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='88' y='292' fill='currentColor' style='font-size:1em'>▽</text>
|
|
<text text-anchor='middle' x='88' y='308' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='88' y='324' fill='currentColor' style='font-size:1em'>┬</text>
|
|
<text text-anchor='middle' x='88' y='340' fill='currentColor' style='font-size:1em'>▽</text>
|
|
<text text-anchor='middle' x='88' y='356' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='88' y='372' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='96' y='36' fill='currentColor' style='font-size:1em'>D</text>
|
|
<text text-anchor='middle' x='96' y='52' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='96' y='68' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='96' y='84' fill='currentColor' style='font-size:1em'>n</text>
|
|
<text text-anchor='middle' x='96' y='100' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='96' y='132' fill='currentColor' style='font-size:1em'>S</text>
|
|
<text text-anchor='middle' x='96' y='148' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='96' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='96' y='180' fill='currentColor' style='font-size:1em'>n</text>
|
|
<text text-anchor='middle' x='96' y='196' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='96' y='228' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='96' y='244' fill='currentColor' style='font-size:1em'>L</text>
|
|
<text text-anchor='middle' x='96' y='260' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='96' y='276' fill='currentColor' style='font-size:1em'>n</text>
|
|
<text text-anchor='middle' x='96' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='96' y='308' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='96' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='96' y='340' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='96' y='372' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='104' y='36' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='104' y='52' fill='currentColor' style='font-size:1em'>S</text>
|
|
<text text-anchor='middle' x='104' y='68' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='104' y='84' fill='currentColor' style='font-size:1em'>o</text>
|
|
<text text-anchor='middle' x='104' y='100' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='104' y='132' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='104' y='148' fill='currentColor' style='font-size:1em'>D</text>
|
|
<text text-anchor='middle' x='104' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='104' y='180' fill='currentColor' style='font-size:1em'>o</text>
|
|
<text text-anchor='middle' x='104' y='196' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='104' y='228' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='104' y='244' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='104' y='260' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='104' y='276' fill='currentColor' style='font-size:1em'>o</text>
|
|
<text text-anchor='middle' x='104' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='104' y='308' fill='currentColor' style='font-size:1em'>N</text>
|
|
<text text-anchor='middle' x='104' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='104' y='340' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='104' y='356' fill='currentColor' style='font-size:1em'>Y</text>
|
|
<text text-anchor='middle' x='104' y='372' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='112' y='36' fill='currentColor' style='font-size:1em'>R</text>
|
|
<text text-anchor='middle' x='112' y='52' fill='currentColor' style='font-size:1em'>?</text>
|
|
<text text-anchor='middle' x='112' y='68' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='112' y='100' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='112' y='132' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='112' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='112' y='196' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='112' y='244' fill='currentColor' style='font-size:1em'>D</text>
|
|
<text text-anchor='middle' x='112' y='260' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='112' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='112' y='308' fill='currentColor' style='font-size:1em'>.</text>
|
|
<text text-anchor='middle' x='112' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='112' y='340' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='112' y='356' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='112' y='372' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='120' y='36' fill='currentColor' style='font-size:1em'>S</text>
|
|
<text text-anchor='middle' x='120' y='68' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='120' y='100' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='120' y='148' fill='currentColor' style='font-size:1em'>'</text>
|
|
<text text-anchor='middle' x='120' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='120' y='196' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='120' y='228' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='120' y='260' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='120' y='292' fill='currentColor' style='font-size:1em'>┐</text>
|
|
<text text-anchor='middle' x='120' y='308' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='120' y='324' fill='currentColor' style='font-size:1em'>┘</text>
|
|
<text text-anchor='middle' x='120' y='340' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='120' y='356' fill='currentColor' style='font-size:1em'>U</text>
|
|
<text text-anchor='middle' x='120' y='372' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='128' y='36' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='128' y='68' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='128' y='100' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='128' y='132' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='128' y='148' fill='currentColor' style='font-size:1em'>Y</text>
|
|
<text text-anchor='middle' x='128' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='128' y='196' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='128' y='228' fill='currentColor' style='font-size:1em'>H</text>
|
|
<text text-anchor='middle' x='128' y='244' fill='currentColor' style='font-size:1em'>'</text>
|
|
<text text-anchor='middle' x='128' y='260' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='128' y='340' fill='currentColor' style='font-size:1em'>┐</text>
|
|
<text text-anchor='middle' x='128' y='356' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='128' y='372' fill='currentColor' style='font-size:1em'>┘</text>
|
|
<text text-anchor='middle' x='136' y='36' fill='currentColor' style='font-size:1em'>A</text>
|
|
<text text-anchor='middle' x='136' y='68' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='136' y='100' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='136' y='132' fill='currentColor' style='font-size:1em'>H</text>
|
|
<text text-anchor='middle' x='136' y='148' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='136' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='136' y='196' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='136' y='228' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='136' y='244' fill='currentColor' style='font-size:1em'>N</text>
|
|
<text text-anchor='middle' x='136' y='260' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='144' y='36' fill='currentColor' style='font-size:1em'>N</text>
|
|
<text text-anchor='middle' x='144' y='68' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='144' y='100' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='144' y='132' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='144' y='148' fill='currentColor' style='font-size:1em'>S</text>
|
|
<text text-anchor='middle' x='144' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='144' y='196' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='144' y='244' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='144' y='260' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='152' y='36' fill='currentColor' style='font-size:1em'>D</text>
|
|
<text text-anchor='middle' x='152' y='68' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='152' y='100' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='152' y='148' fill='currentColor' style='font-size:1em'>'</text>
|
|
<text text-anchor='middle' x='152' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='152' y='196' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='152' y='244' fill='currentColor' style='font-size:1em'>'</text>
|
|
<text text-anchor='middle' x='152' y='260' fill='currentColor' style='font-size:1em'>_</text>
|
|
<path d='M 156,8 L 164,24' fill='none' stroke='currentColor'></path>
|
|
<path d='M 156,72 L 164,56' fill='none' stroke='currentColor'></path>
|
|
<text text-anchor='middle' x='160' y='100' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='160' y='148' fill='currentColor' style='font-size:1em'>?</text>
|
|
<text text-anchor='middle' x='160' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='160' y='196' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='160' y='244' fill='currentColor' style='font-size:1em'>?</text>
|
|
<text text-anchor='middle' x='160' y='260' fill='currentColor' style='font-size:1em'>_</text>
|
|
<path d='M 164,24 L 172,40' fill='none' stroke='currentColor'></path>
|
|
<path d='M 164,56 L 172,40' fill='none' stroke='currentColor'></path>
|
|
<path d='M 164,104 L 172,120' fill='none' stroke='currentColor'></path>
|
|
<path d='M 164,168 L 172,152' fill='none' stroke='currentColor'></path>
|
|
<path d='M 164,200 L 172,216' fill='none' stroke='currentColor'></path>
|
|
<path d='M 164,264 L 172,248' fill='none' stroke='currentColor'></path>
|
|
<text text-anchor='middle' x='176' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='176' y='52' fill='currentColor' style='font-size:1em'>y</text>
|
|
<path d='M 172,120 L 180,136' fill='none' stroke='currentColor'></path>
|
|
<path d='M 172,152 L 180,136' fill='none' stroke='currentColor'></path>
|
|
<path d='M 172,216 L 180,232' fill='none' stroke='currentColor'></path>
|
|
<path d='M 172,248 L 180,232' fill='none' stroke='currentColor'></path>
|
|
<text text-anchor='middle' x='184' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='184' y='52' fill='currentColor' style='font-size:1em'>e</text>
|
|
<text text-anchor='middle' x='184' y='132' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='184' y='148' fill='currentColor' style='font-size:1em'>y</text>
|
|
<text text-anchor='middle' x='184' y='228' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='184' y='244' fill='currentColor' style='font-size:1em'>y</text>
|
|
<text text-anchor='middle' x='192' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='192' y='52' fill='currentColor' style='font-size:1em'>s</text>
|
|
<text text-anchor='middle' x='192' y='132' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='192' y='148' fill='currentColor' style='font-size:1em'>e</text>
|
|
<text text-anchor='middle' x='192' y='228' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='192' y='244' fill='currentColor' style='font-size:1em'>e</text>
|
|
<text text-anchor='middle' x='200' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='200' y='132' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='200' y='148' fill='currentColor' style='font-size:1em'>s</text>
|
|
<text text-anchor='middle' x='200' y='228' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='200' y='244' fill='currentColor' style='font-size:1em'>s</text>
|
|
<text text-anchor='middle' x='208' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='208' y='132' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='208' y='212' fill='currentColor' style='font-size:1em'>┌</text>
|
|
<text text-anchor='middle' x='208' y='228' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='208' y='244' fill='currentColor' style='font-size:1em'>└</text>
|
|
<text text-anchor='middle' x='216' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='216' y='132' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='216' y='212' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='216' y='228' fill='currentColor' style='font-size:1em'>W</text>
|
|
<text text-anchor='middle' x='216' y='244' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='224' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='224' y='132' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='224' y='212' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='224' y='228' fill='currentColor' style='font-size:1em'>A</text>
|
|
<text text-anchor='middle' x='224' y='244' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='232' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='232' y='132' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='232' y='212' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='232' y='228' fill='currentColor' style='font-size:1em'>I</text>
|
|
<text text-anchor='middle' x='232' y='244' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='240' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='240' y='132' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='240' y='212' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='240' y='228' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='240' y='244' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='248' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='248' y='132' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='248' y='212' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='248' y='228' fill='currentColor' style='font-size:1em'>,</text>
|
|
<text text-anchor='middle' x='248' y='244' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='256' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='256' y='132' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='256' y='212' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='256' y='244' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='264' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='264' y='132' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='264' y='212' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='264' y='228' fill='currentColor' style='font-size:1em'>W</text>
|
|
<text text-anchor='middle' x='264' y='244' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='272' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='272' y='132' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='272' y='212' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='272' y='228' fill='currentColor' style='font-size:1em'>H</text>
|
|
<text text-anchor='middle' x='272' y='244' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='280' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='280' y='132' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='280' y='212' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='280' y='228' fill='currentColor' style='font-size:1em'>A</text>
|
|
<text text-anchor='middle' x='280' y='244' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='288' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='288' y='132' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='288' y='212' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='288' y='228' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='288' y='244' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='296' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='296' y='132' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='296' y='212' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='296' y='228' fill='currentColor' style='font-size:1em'>?</text>
|
|
<text text-anchor='middle' x='296' y='244' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='304' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='304' y='132' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='304' y='212' fill='currentColor' style='font-size:1em'>┐</text>
|
|
<text text-anchor='middle' x='304' y='228' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='304' y='244' fill='currentColor' style='font-size:1em'>┘</text>
|
|
<text text-anchor='middle' x='312' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<path d='M 308,136 L 316,120' fill='none' stroke='currentColor'></path>
|
|
<path d='M 308,136 L 316,152' fill='none' stroke='currentColor'></path>
|
|
<text text-anchor='middle' x='320' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<path d='M 316,120 L 324,104' fill='none' stroke='currentColor'></path>
|
|
<path d='M 316,152 L 324,168' fill='none' stroke='currentColor'></path>
|
|
<path d='M 316,232 L 324,216' fill='none' stroke='currentColor'></path>
|
|
<path d='M 316,232 L 324,248' fill='none' stroke='currentColor'></path>
|
|
<text text-anchor='middle' x='328' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='328' y='148' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='328' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<path d='M 324,216 L 332,200' fill='none' stroke='currentColor'></path>
|
|
<path d='M 324,248 L 332,264' fill='none' stroke='currentColor'></path>
|
|
<text text-anchor='middle' x='336' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='336' y='148' fill='currentColor' style='font-size:1em'>H</text>
|
|
<text text-anchor='middle' x='336' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='336' y='228' fill='currentColor' style='font-size:1em'>B</text>
|
|
<text text-anchor='middle' x='336' y='244' fill='currentColor' style='font-size:1em'>F</text>
|
|
<text text-anchor='middle' x='336' y='260' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='344' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='344' y='148' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='344' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='344' y='228' fill='currentColor' style='font-size:1em'>U</text>
|
|
<text text-anchor='middle' x='344' y='244' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='344' y='260' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='352' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='352' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='352' y='228' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='352' y='244' fill='currentColor' style='font-size:1em'>L</text>
|
|
<text text-anchor='middle' x='352' y='260' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='360' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='360' y='132' fill='currentColor' style='font-size:1em'>A</text>
|
|
<text text-anchor='middle' x='360' y='148' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='360' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='360' y='244' fill='currentColor' style='font-size:1em'>L</text>
|
|
<text text-anchor='middle' x='360' y='260' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='368' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='368' y='132' fill='currentColor' style='font-size:1em'>N</text>
|
|
<text text-anchor='middle' x='368' y='148' fill='currentColor' style='font-size:1em'>N</text>
|
|
<text text-anchor='middle' x='368' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='368' y='228' fill='currentColor' style='font-size:1em'>Y</text>
|
|
<text text-anchor='middle' x='368' y='244' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='368' y='260' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='376' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='376' y='132' fill='currentColor' style='font-size:1em'>D</text>
|
|
<text text-anchor='middle' x='376' y='148' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='376' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='376' y='228' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='376' y='244' fill='currentColor' style='font-size:1em'>W</text>
|
|
<text text-anchor='middle' x='376' y='260' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='384' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='384' y='148' fill='currentColor' style='font-size:1em'>S</text>
|
|
<text text-anchor='middle' x='384' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='384' y='228' fill='currentColor' style='font-size:1em'>U</text>
|
|
<text text-anchor='middle' x='384' y='244' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='384' y='260' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='392' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='392' y='132' fill='currentColor' style='font-size:1em'>Y</text>
|
|
<text text-anchor='middle' x='392' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='392' y='244' fill='currentColor' style='font-size:1em'>D</text>
|
|
<text text-anchor='middle' x='392' y='260' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='400' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='400' y='132' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='400' y='148' fill='currentColor' style='font-size:1em'>L</text>
|
|
<text text-anchor='middle' x='400' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='400' y='196' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='400' y='228' fill='currentColor' style='font-size:1em'>J</text>
|
|
<text text-anchor='middle' x='400' y='260' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='408' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='408' y='132' fill='currentColor' style='font-size:1em'>U</text>
|
|
<text text-anchor='middle' x='408' y='148' fill='currentColor' style='font-size:1em'>A</text>
|
|
<text text-anchor='middle' x='408' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='408' y='180' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='408' y='196' fill='currentColor' style='font-size:1em'>▽</text>
|
|
<text text-anchor='middle' x='408' y='228' fill='currentColor' style='font-size:1em'>U</text>
|
|
<text text-anchor='middle' x='408' y='244' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='408' y='260' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='408' y='276' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='408' y='292' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='408' y='308' fill='currentColor' style='font-size:1em'>└</text>
|
|
<text text-anchor='middle' x='416' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='416' y='148' fill='currentColor' style='font-size:1em'>B</text>
|
|
<text text-anchor='middle' x='416' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='416' y='180' fill='currentColor' style='font-size:1em'>n</text>
|
|
<text text-anchor='middle' x='416' y='196' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='416' y='228' fill='currentColor' style='font-size:1em'>S</text>
|
|
<text text-anchor='middle' x='416' y='244' fill='currentColor' style='font-size:1em'>H</text>
|
|
<text text-anchor='middle' x='416' y='260' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='416' y='276' fill='currentColor' style='font-size:1em'>n</text>
|
|
<text text-anchor='middle' x='416' y='308' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='416' y='324' fill='currentColor' style='font-size:1em'>┌</text>
|
|
<text text-anchor='middle' x='416' y='340' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='416' y='356' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='416' y='372' fill='currentColor' style='font-size:1em'>└</text>
|
|
<text text-anchor='middle' x='424' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='424' y='132' fill='currentColor' style='font-size:1em'>C</text>
|
|
<text text-anchor='middle' x='424' y='148' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='424' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='424' y='180' fill='currentColor' style='font-size:1em'>o</text>
|
|
<text text-anchor='middle' x='424' y='196' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='424' y='228' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='424' y='244' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='424' y='260' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='424' y='276' fill='currentColor' style='font-size:1em'>o</text>
|
|
<text text-anchor='middle' x='424' y='308' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='424' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='424' y='340' fill='currentColor' style='font-size:1em'>(</text>
|
|
<text text-anchor='middle' x='424' y='356' fill='currentColor' style='font-size:1em'>A</text>
|
|
<text text-anchor='middle' x='424' y='372' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='432' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='432' y='132' fill='currentColor' style='font-size:1em'>A</text>
|
|
<text text-anchor='middle' x='432' y='148' fill='currentColor' style='font-size:1em'>L</text>
|
|
<text text-anchor='middle' x='432' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='432' y='196' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='432' y='244' fill='currentColor' style='font-size:1em'>M</text>
|
|
<text text-anchor='middle' x='432' y='260' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='432' y='308' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='432' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='432' y='340' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='432' y='372' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='432' y='388' fill='currentColor' style='font-size:1em'>┌</text>
|
|
<text text-anchor='middle' x='432' y='404' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='432' y='420' fill='currentColor' style='font-size:1em'>└</text>
|
|
<text text-anchor='middle' x='440' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='440' y='132' fill='currentColor' style='font-size:1em'>N</text>
|
|
<text text-anchor='middle' x='440' y='148' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='440' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='440' y='196' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='440' y='260' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='440' y='308' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='440' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='440' y='340' fill='currentColor' style='font-size:1em'>H</text>
|
|
<text text-anchor='middle' x='440' y='356' fill='currentColor' style='font-size:1em'>Q</text>
|
|
<text text-anchor='middle' x='440' y='372' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='440' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='440' y='404' fill='currentColor' style='font-size:1em'>S</text>
|
|
<text text-anchor='middle' x='440' y='420' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='448' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='448' y='148' fill='currentColor' style='font-size:1em'>D</text>
|
|
<text text-anchor='middle' x='448' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='448' y='196' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='448' y='244' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='448' y='260' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='448' y='308' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='448' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='448' y='340' fill='currentColor' style='font-size:1em'>A</text>
|
|
<text text-anchor='middle' x='448' y='356' fill='currentColor' style='font-size:1em'>U</text>
|
|
<text text-anchor='middle' x='448' y='372' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='448' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='448' y='404' fill='currentColor' style='font-size:1em'>C</text>
|
|
<text text-anchor='middle' x='448' y='420' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='456' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='456' y='132' fill='currentColor' style='font-size:1em'>S</text>
|
|
<text text-anchor='middle' x='456' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='456' y='196' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='456' y='244' fill='currentColor' style='font-size:1em'>W</text>
|
|
<text text-anchor='middle' x='456' y='260' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='456' y='308' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='456' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='456' y='340' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='456' y='356' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='456' y='372' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='456' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='456' y='404' fill='currentColor' style='font-size:1em'>R</text>
|
|
<text text-anchor='middle' x='456' y='420' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='464' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='464' y='132' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='464' y='148' fill='currentColor' style='font-size:1em'>'</text>
|
|
<text text-anchor='middle' x='464' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='464' y='196' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='464' y='244' fill='currentColor' style='font-size:1em'>I</text>
|
|
<text text-anchor='middle' x='464' y='260' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='464' y='308' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='464' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='464' y='356' fill='currentColor' style='font-size:1em'>S</text>
|
|
<text text-anchor='middle' x='464' y='372' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='464' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='464' y='404' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='464' y='420' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='472' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='472' y='132' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='472' y='148' fill='currentColor' style='font-size:1em'>N</text>
|
|
<text text-anchor='middle' x='472' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='472' y='196' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='472' y='244' fill='currentColor' style='font-size:1em'>C</text>
|
|
<text text-anchor='middle' x='472' y='260' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='472' y='308' fill='currentColor' style='font-size:1em'>┬</text>
|
|
<text text-anchor='middle' x='472' y='324' fill='currentColor' style='font-size:1em'>▽</text>
|
|
<text text-anchor='middle' x='472' y='340' fill='currentColor' style='font-size:1em'>W</text>
|
|
<text text-anchor='middle' x='472' y='356' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='472' y='372' fill='currentColor' style='font-size:1em'>┬</text>
|
|
<text text-anchor='middle' x='472' y='388' fill='currentColor' style='font-size:1em'>▽</text>
|
|
<text text-anchor='middle' x='472' y='404' fill='currentColor' style='font-size:1em'>W</text>
|
|
<text text-anchor='middle' x='472' y='420' fill='currentColor' style='font-size:1em'>┬</text>
|
|
<text text-anchor='middle' x='472' y='436' fill='currentColor' style='font-size:1em'>└</text>
|
|
<text text-anchor='middle' x='480' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='480' y='148' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='480' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='480' y='196' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='480' y='244' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='480' y='260' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='480' y='308' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='480' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='480' y='340' fill='currentColor' style='font-size:1em'>A</text>
|
|
<text text-anchor='middle' x='480' y='356' fill='currentColor' style='font-size:1em'>I</text>
|
|
<text text-anchor='middle' x='480' y='372' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='480' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='480' y='420' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='480' y='436' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='488' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='488' y='148' fill='currentColor' style='font-size:1em'>'</text>
|
|
<text text-anchor='middle' x='488' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='488' y='196' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='488' y='244' fill='currentColor' style='font-size:1em'>?</text>
|
|
<text text-anchor='middle' x='488' y='260' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='488' y='308' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='488' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='488' y='340' fill='currentColor' style='font-size:1em'>S</text>
|
|
<text text-anchor='middle' x='488' y='356' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='488' y='372' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='488' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='488' y='404' fill='currentColor' style='font-size:1em'>I</text>
|
|
<text text-anchor='middle' x='488' y='420' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='488' y='436' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='488' y='532' fill='currentColor' style='font-size:1em'>┌</text>
|
|
<text text-anchor='middle' x='488' y='548' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='488' y='564' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='488' y='580' fill='currentColor' style='font-size:1em'>└</text>
|
|
<text text-anchor='middle' x='496' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='496' y='148' fill='currentColor' style='font-size:1em'>?</text>
|
|
<text text-anchor='middle' x='496' y='164' fill='currentColor' style='font-size:1em'>_</text>
|
|
<path d='M 492,200 L 500,216' fill='none' stroke='currentColor'></path>
|
|
<path d='M 492,264 L 500,248' fill='none' stroke='currentColor'></path>
|
|
<text text-anchor='middle' x='496' y='308' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='496' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='496' y='340' fill='currentColor' style='font-size:1em'>N</text>
|
|
<text text-anchor='middle' x='496' y='356' fill='currentColor' style='font-size:1em'>N</text>
|
|
<text text-anchor='middle' x='496' y='372' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='496' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='496' y='404' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='496' y='420' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='496' y='436' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='496' y='532' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='496' y='548' fill='currentColor' style='font-size:1em'>H</text>
|
|
<text text-anchor='middle' x='496' y='564' fill='currentColor' style='font-size:1em'>I</text>
|
|
<text text-anchor='middle' x='496' y='580' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='504' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<path d='M 500,104 L 508,120' fill='none' stroke='currentColor'></path>
|
|
<path d='M 500,168 L 508,152' fill='none' stroke='currentColor'></path>
|
|
<path d='M 500,216 L 508,232' fill='none' stroke='currentColor'></path>
|
|
<path d='M 500,248 L 508,232' fill='none' stroke='currentColor'></path>
|
|
<text text-anchor='middle' x='504' y='308' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='504' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='504' y='340' fill='currentColor' style='font-size:1em'>'</text>
|
|
<text text-anchor='middle' x='504' y='356' fill='currentColor' style='font-size:1em'>)</text>
|
|
<text text-anchor='middle' x='504' y='372' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='504' y='388' fill='currentColor' style='font-size:1em'>┐</text>
|
|
<text text-anchor='middle' x='504' y='404' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='504' y='420' fill='currentColor' style='font-size:1em'>┘</text>
|
|
<text text-anchor='middle' x='504' y='436' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='504' y='484' fill='currentColor' style='font-size:1em'>┌</text>
|
|
<text text-anchor='middle' x='504' y='500' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='504' y='516' fill='currentColor' style='font-size:1em'>└</text>
|
|
<text text-anchor='middle' x='504' y='532' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='504' y='548' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='504' y='564' fill='currentColor' style='font-size:1em'>N</text>
|
|
<text text-anchor='middle' x='504' y='580' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='512' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<path d='M 508,120 L 516,136' fill='none' stroke='currentColor'></path>
|
|
<path d='M 508,152 L 516,136' fill='none' stroke='currentColor'></path>
|
|
<text text-anchor='middle' x='512' y='228' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='512' y='244' fill='currentColor' style='font-size:1em'>y</text>
|
|
<text text-anchor='middle' x='512' y='308' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='512' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='512' y='340' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='512' y='372' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='512' y='436' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='512' y='484' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='512' y='500' fill='currentColor' style='font-size:1em'>L</text>
|
|
<text text-anchor='middle' x='512' y='516' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='512' y='532' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='512' y='548' fill='currentColor' style='font-size:1em'>Y</text>
|
|
<text text-anchor='middle' x='512' y='564' fill='currentColor' style='font-size:1em'>S</text>
|
|
<text text-anchor='middle' x='512' y='580' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='520' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='520' y='132' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='520' y='148' fill='currentColor' style='font-size:1em'>y</text>
|
|
<text text-anchor='middle' x='520' y='228' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='520' y='244' fill='currentColor' style='font-size:1em'>e</text>
|
|
<text text-anchor='middle' x='520' y='308' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='520' y='324' fill='currentColor' style='font-size:1em'>┐</text>
|
|
<text text-anchor='middle' x='520' y='340' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='520' y='356' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='520' y='372' fill='currentColor' style='font-size:1em'>┘</text>
|
|
<text text-anchor='middle' x='520' y='436' fill='currentColor' style='font-size:1em'>┬</text>
|
|
<text text-anchor='middle' x='520' y='452' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='520' y='468' fill='currentColor' style='font-size:1em'>└</text>
|
|
<text text-anchor='middle' x='520' y='484' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='520' y='500' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='520' y='516' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='520' y='532' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='520' y='548' fill='currentColor' style='font-size:1em'>,</text>
|
|
<text text-anchor='middle' x='520' y='564' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='520' y='580' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='528' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='528' y='132' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='528' y='148' fill='currentColor' style='font-size:1em'>e</text>
|
|
<text text-anchor='middle' x='528' y='228' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='528' y='244' fill='currentColor' style='font-size:1em'>s</text>
|
|
<text text-anchor='middle' x='528' y='308' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='528' y='436' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='528' y='468' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='528' y='484' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='528' y='500' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='528' y='516' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='528' y='532' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='528' y='564' fill='currentColor' style='font-size:1em'>A</text>
|
|
<text text-anchor='middle' x='528' y='580' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='536' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='536' y='132' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='536' y='148' fill='currentColor' style='font-size:1em'>s</text>
|
|
<text text-anchor='middle' x='536' y='244' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='536' y='260' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='536' y='276' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='536' y='292' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='536' y='308' fill='currentColor' style='font-size:1em'>┘</text>
|
|
<text text-anchor='middle' x='536' y='436' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='536' y='468' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='536' y='484' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='536' y='500' fill='currentColor' style='font-size:1em'>'</text>
|
|
<text text-anchor='middle' x='536' y='516' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='536' y='532' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='536' y='548' fill='currentColor' style='font-size:1em'>I</text>
|
|
<text text-anchor='middle' x='536' y='564' fill='currentColor' style='font-size:1em'>L</text>
|
|
<text text-anchor='middle' x='536' y='580' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='544' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='544' y='116' fill='currentColor' style='font-size:1em'>┌</text>
|
|
<text text-anchor='middle' x='544' y='132' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='544' y='148' fill='currentColor' style='font-size:1em'>└</text>
|
|
<text text-anchor='middle' x='544' y='436' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='544' y='468' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='544' y='484' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='544' y='500' fill='currentColor' style='font-size:1em'>S</text>
|
|
<text text-anchor='middle' x='544' y='516' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='544' y='532' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='544' y='564' fill='currentColor' style='font-size:1em'>L</text>
|
|
<text text-anchor='middle' x='544' y='580' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='552' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='552' y='116' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='552' y='132' fill='currentColor' style='font-size:1em'>G</text>
|
|
<text text-anchor='middle' x='552' y='148' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='552' y='436' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='552' y='468' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='552' y='484' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='552' y='516' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='552' y='532' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='552' y='548' fill='currentColor' style='font-size:1em'>S</text>
|
|
<text text-anchor='middle' x='552' y='564' fill='currentColor' style='font-size:1em'>I</text>
|
|
<text text-anchor='middle' x='552' y='580' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='560' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='560' y='116' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='560' y='132' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='560' y='148' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='560' y='436' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='560' y='468' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='560' y='484' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='560' y='500' fill='currentColor' style='font-size:1em'>G</text>
|
|
<text text-anchor='middle' x='560' y='516' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='560' y='532' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='560' y='548' fill='currentColor' style='font-size:1em'>H</text>
|
|
<text text-anchor='middle' x='560' y='564' fill='currentColor' style='font-size:1em'>N</text>
|
|
<text text-anchor='middle' x='560' y='580' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='568' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='568' y='116' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='568' y='132' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='568' y='148' fill='currentColor' style='font-size:1em'>┬</text>
|
|
<text text-anchor='middle' x='568' y='164' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='568' y='180' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='568' y='196' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='568' y='212' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='568' y='228' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='568' y='244' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='568' y='260' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='568' y='276' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='568' y='292' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='568' y='308' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='568' y='324' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='568' y='340' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='568' y='356' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='568' y='372' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='568' y='388' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='568' y='404' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='568' y='420' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='568' y='436' fill='currentColor' style='font-size:1em'>┘</text>
|
|
<text text-anchor='middle' x='568' y='468' fill='currentColor' style='font-size:1em'>┬</text>
|
|
<text text-anchor='middle' x='568' y='484' fill='currentColor' style='font-size:1em'>▽</text>
|
|
<text text-anchor='middle' x='568' y='500' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='568' y='516' fill='currentColor' style='font-size:1em'>┬</text>
|
|
<text text-anchor='middle' x='568' y='532' fill='currentColor' style='font-size:1em'>▽</text>
|
|
<text text-anchor='middle' x='568' y='548' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='568' y='564' fill='currentColor' style='font-size:1em'>G</text>
|
|
<text text-anchor='middle' x='568' y='580' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='576' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='576' y='116' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='576' y='132' fill='currentColor' style='font-size:1em'>D</text>
|
|
<text text-anchor='middle' x='576' y='148' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='576' y='468' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='576' y='484' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='576' y='516' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='576' y='532' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='576' y='548' fill='currentColor' style='font-size:1em'>U</text>
|
|
<text text-anchor='middle' x='576' y='580' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='584' y='36' fill='currentColor' style='font-size:1em'>_</text>
|
|
<text text-anchor='middle' x='584' y='116' fill='currentColor' style='font-size:1em'>┐</text>
|
|
<text text-anchor='middle' x='584' y='132' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='584' y='148' fill='currentColor' style='font-size:1em'>┘</text>
|
|
<text text-anchor='middle' x='584' y='468' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='584' y='484' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='584' y='500' fill='currentColor' style='font-size:1em'>D</text>
|
|
<text text-anchor='middle' x='584' y='516' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='584' y='532' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='584' y='548' fill='currentColor' style='font-size:1em'>L</text>
|
|
<text text-anchor='middle' x='584' y='564' fill='currentColor' style='font-size:1em'>F</text>
|
|
<text text-anchor='middle' x='584' y='580' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='592' y='20' fill='currentColor' style='font-size:1em'>┌</text>
|
|
<text text-anchor='middle' x='592' y='36' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='592' y='52' fill='currentColor' style='font-size:1em'>└</text>
|
|
<text text-anchor='middle' x='592' y='468' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='592' y='484' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='592' y='500' fill='currentColor' style='font-size:1em'>R</text>
|
|
<text text-anchor='middle' x='592' y='516' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='592' y='532' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='592' y='548' fill='currentColor' style='font-size:1em'>D</text>
|
|
<text text-anchor='middle' x='592' y='564' fill='currentColor' style='font-size:1em'>R</text>
|
|
<text text-anchor='middle' x='592' y='580' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='600' y='20' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='600' y='36' fill='currentColor' style='font-size:1em'>G</text>
|
|
<text text-anchor='middle' x='600' y='52' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='600' y='468' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='600' y='484' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='600' y='500' fill='currentColor' style='font-size:1em'>I</text>
|
|
<text text-anchor='middle' x='600' y='516' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='600' y='532' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='600' y='564' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='600' y='580' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='608' y='20' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='608' y='36' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='608' y='52' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='608' y='468' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='608' y='484' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='608' y='500' fill='currentColor' style='font-size:1em'>N</text>
|
|
<text text-anchor='middle' x='608' y='516' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='608' y='532' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='608' y='548' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='608' y='564' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='608' y='580' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='616' y='20' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='616' y='36' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='616' y='52' fill='currentColor' style='font-size:1em'>┬</text>
|
|
<text text-anchor='middle' x='616' y='68' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='616' y='84' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='616' y='100' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='616' y='116' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='616' y='132' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='616' y='148' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='616' y='164' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='616' y='180' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='616' y='196' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='616' y='212' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='616' y='228' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='616' y='244' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='616' y='260' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='616' y='276' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='616' y='292' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='616' y='308' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='616' y='324' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='616' y='340' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='616' y='356' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='616' y='372' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='616' y='388' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='616' y='404' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='616' y='420' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='616' y='436' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='616' y='452' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='616' y='468' fill='currentColor' style='font-size:1em'>┘</text>
|
|
<text text-anchor='middle' x='616' y='484' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='616' y='500' fill='currentColor' style='font-size:1em'>G</text>
|
|
<text text-anchor='middle' x='616' y='516' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='616' y='532' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='616' y='548' fill='currentColor' style='font-size:1em'>R</text>
|
|
<text text-anchor='middle' x='616' y='564' fill='currentColor' style='font-size:1em'>B</text>
|
|
<text text-anchor='middle' x='616' y='580' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='624' y='20' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='624' y='36' fill='currentColor' style='font-size:1em'>D</text>
|
|
<text text-anchor='middle' x='624' y='52' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='624' y='484' fill='currentColor' style='font-size:1em'>┐</text>
|
|
<text text-anchor='middle' x='624' y='500' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='624' y='516' fill='currentColor' style='font-size:1em'>┘</text>
|
|
<text text-anchor='middle' x='624' y='532' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='624' y='548' fill='currentColor' style='font-size:1em'>Y</text>
|
|
<text text-anchor='middle' x='624' y='564' fill='currentColor' style='font-size:1em'>S</text>
|
|
<text text-anchor='middle' x='624' y='580' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='632' y='20' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='632' y='36' fill='currentColor' style='font-size:1em'>!</text>
|
|
<text text-anchor='middle' x='632' y='52' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='632' y='532' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='632' y='564' fill='currentColor' style='font-size:1em'>D</text>
|
|
<text text-anchor='middle' x='632' y='580' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='640' y='20' fill='currentColor' style='font-size:1em'>┐</text>
|
|
<text text-anchor='middle' x='640' y='36' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='640' y='52' fill='currentColor' style='font-size:1em'>┘</text>
|
|
<text text-anchor='middle' x='640' y='532' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='640' y='564' fill='currentColor' style='font-size:1em'>!</text>
|
|
<text text-anchor='middle' x='640' y='580' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='648' y='532' fill='currentColor' style='font-size:1em'>┐</text>
|
|
<text text-anchor='middle' x='648' y='548' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='648' y='564' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='648' y='580' fill='currentColor' style='font-size:1em'>┘</text>
|
|
</g>
|
|
|
|
</svg>
|
|
|
|
</div>
|
|
|
|
|
|
<h3 id="table">
|
|
Table
|
|
</h3>
|
|
<p><a href="https://arthursonzogni.com/Diagon/#Table">https://arthursonzogni.com/Diagon/#Table</a></p>
|
|
|
|
|
|
|
|
<div class="goat svg-container w-80 dark-blue">
|
|
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
font-family="Menlo,Lucida Console,monospace"
|
|
|
|
viewBox="0 0 408 409"
|
|
>
|
|
<g transform='translate(8,16)'>
|
|
<text text-anchor='middle' x='0' y='4' fill='currentColor' style='font-size:1em'>┌</text>
|
|
<text text-anchor='middle' x='0' y='20' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='0' y='36' fill='currentColor' style='font-size:1em'>├</text>
|
|
<text text-anchor='middle' x='0' y='52' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='0' y='68' fill='currentColor' style='font-size:1em'>├</text>
|
|
<text text-anchor='middle' x='0' y='84' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='0' y='100' fill='currentColor' style='font-size:1em'>├</text>
|
|
<text text-anchor='middle' x='0' y='116' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='0' y='132' fill='currentColor' style='font-size:1em'>├</text>
|
|
<text text-anchor='middle' x='0' y='148' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='0' y='164' fill='currentColor' style='font-size:1em'>├</text>
|
|
<text text-anchor='middle' x='0' y='180' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='0' y='196' fill='currentColor' style='font-size:1em'>├</text>
|
|
<text text-anchor='middle' x='0' y='212' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='0' y='228' fill='currentColor' style='font-size:1em'>├</text>
|
|
<text text-anchor='middle' x='0' y='244' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='0' y='260' fill='currentColor' style='font-size:1em'>├</text>
|
|
<text text-anchor='middle' x='0' y='276' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='0' y='292' fill='currentColor' style='font-size:1em'>├</text>
|
|
<text text-anchor='middle' x='0' y='308' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='0' y='324' fill='currentColor' style='font-size:1em'>├</text>
|
|
<text text-anchor='middle' x='0' y='340' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='0' y='356' fill='currentColor' style='font-size:1em'>├</text>
|
|
<text text-anchor='middle' x='0' y='372' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='0' y='388' fill='currentColor' style='font-size:1em'>└</text>
|
|
<text text-anchor='middle' x='8' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='8' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='8' y='52' fill='currentColor' style='font-size:1em'>S</text>
|
|
<text text-anchor='middle' x='8' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='8' y='84' fill='currentColor' style='font-size:1em'>P</text>
|
|
<text text-anchor='middle' x='8' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='8' y='116' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='8' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='8' y='148' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='8' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='8' y='180' fill='currentColor' style='font-size:1em'>F</text>
|
|
<text text-anchor='middle' x='8' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='8' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='8' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='8' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='8' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='8' y='340' fill='currentColor' style='font-size:1em'>I</text>
|
|
<text text-anchor='middle' x='8' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='8' y='372' fill='currentColor' style='font-size:1em'>L</text>
|
|
<text text-anchor='middle' x='8' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='16' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='16' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='16' y='52' fill='currentColor' style='font-size:1em'>Y</text>
|
|
<text text-anchor='middle' x='16' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='16' y='84' fill='currentColor' style='font-size:1em'>R</text>
|
|
<text text-anchor='middle' x='16' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='16' y='116' fill='currentColor' style='font-size:1em'>X</text>
|
|
<text text-anchor='middle' x='16' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='16' y='148' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='16' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='16' y='180' fill='currentColor' style='font-size:1em'>A</text>
|
|
<text text-anchor='middle' x='16' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='16' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='16' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='16' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='16' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='16' y='340' fill='currentColor' style='font-size:1em'>D</text>
|
|
<text text-anchor='middle' x='16' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='16' y='372' fill='currentColor' style='font-size:1em'>I</text>
|
|
<text text-anchor='middle' x='16' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='24' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='24' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='24' y='52' fill='currentColor' style='font-size:1em'>N</text>
|
|
<text text-anchor='middle' x='24' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='24' y='84' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='24' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='24' y='116' fill='currentColor' style='font-size:1em'>P</text>
|
|
<text text-anchor='middle' x='24' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='24' y='148' fill='currentColor' style='font-size:1em'>R</text>
|
|
<text text-anchor='middle' x='24' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='24' y='180' fill='currentColor' style='font-size:1em'>C</text>
|
|
<text text-anchor='middle' x='24' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='24' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='24' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='24' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='24' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='24' y='340' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='24' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='24' y='372' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='24' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='32' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='32' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='32' y='52' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='32' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='32' y='84' fill='currentColor' style='font-size:1em'>D</text>
|
|
<text text-anchor='middle' x='32' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='32' y='116' fill='currentColor' style='font-size:1em'>R</text>
|
|
<text text-anchor='middle' x='32' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='32' y='148' fill='currentColor' style='font-size:1em'>M</text>
|
|
<text text-anchor='middle' x='32' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='32' y='180' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='32' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='32' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='32' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='32' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='32' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='32' y='340' fill='currentColor' style='font-size:1em'>N</text>
|
|
<text text-anchor='middle' x='32' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='32' y='372' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='32' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='40' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='40' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='40' y='52' fill='currentColor' style='font-size:1em'>A</text>
|
|
<text text-anchor='middle' x='40' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='40' y='84' fill='currentColor' style='font-size:1em'>U</text>
|
|
<text text-anchor='middle' x='40' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='40' y='116' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='40' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='40' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='40' y='180' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='40' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='40' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='40' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='40' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='40' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='40' y='340' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='40' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='40' y='372' fill='currentColor' style='font-size:1em'>R</text>
|
|
<text text-anchor='middle' x='40' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='48' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='48' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='48' y='52' fill='currentColor' style='font-size:1em'>X</text>
|
|
<text text-anchor='middle' x='48' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='48' y='84' fill='currentColor' style='font-size:1em'>C</text>
|
|
<text text-anchor='middle' x='48' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='48' y='116' fill='currentColor' style='font-size:1em'>S</text>
|
|
<text text-anchor='middle' x='48' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='48' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='48' y='180' fill='currentColor' style='font-size:1em'>R</text>
|
|
<text text-anchor='middle' x='48' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='48' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='48' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='48' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='48' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='48' y='340' fill='currentColor' style='font-size:1em'>I</text>
|
|
<text text-anchor='middle' x='48' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='48' y='372' fill='currentColor' style='font-size:1em'>A</text>
|
|
<text text-anchor='middle' x='48' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='56' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='56' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='56' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='56' y='84' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='56' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='56' y='116' fill='currentColor' style='font-size:1em'>S</text>
|
|
<text text-anchor='middle' x='56' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='56' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='56' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='56' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='56' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='56' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='56' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='56' y='340' fill='currentColor' style='font-size:1em'>F</text>
|
|
<text text-anchor='middle' x='56' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='56' y='372' fill='currentColor' style='font-size:1em'>L</text>
|
|
<text text-anchor='middle' x='56' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='64' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='64' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='64' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='64' y='84' fill='currentColor' style='font-size:1em'>I</text>
|
|
<text text-anchor='middle' x='64' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='64' y='116' fill='currentColor' style='font-size:1em'>I</text>
|
|
<text text-anchor='middle' x='64' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='64' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='64' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='64' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='64' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='64' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='64' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='64' y='340' fill='currentColor' style='font-size:1em'>I</text>
|
|
<text text-anchor='middle' x='64' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='64' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='72' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='72' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='72' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='72' y='84' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='72' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='72' y='116' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='72' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='72' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='72' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='72' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='72' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='72' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='72' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='72' y='340' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='72' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='72' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='80' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='80' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='80' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='80' y='84' fill='currentColor' style='font-size:1em'>N</text>
|
|
<text text-anchor='middle' x='80' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='80' y='116' fill='currentColor' style='font-size:1em'>N</text>
|
|
<text text-anchor='middle' x='80' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='80' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='80' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='80' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='80' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='80' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='80' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='80' y='340' fill='currentColor' style='font-size:1em'>R</text>
|
|
<text text-anchor='middle' x='80' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='80' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='88' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='88' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='88' y='52' fill='currentColor' style='font-size:1em'>:</text>
|
|
<text text-anchor='middle' x='88' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='88' y='84' fill='currentColor' style='font-size:1em'>:</text>
|
|
<text text-anchor='middle' x='88' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='88' y='116' fill='currentColor' style='font-size:1em'>:</text>
|
|
<text text-anchor='middle' x='88' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='88' y='148' fill='currentColor' style='font-size:1em'>:</text>
|
|
<text text-anchor='middle' x='88' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='88' y='180' fill='currentColor' style='font-size:1em'>:</text>
|
|
<text text-anchor='middle' x='88' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='88' y='212' fill='currentColor' style='font-size:1em'>|</text>
|
|
<text text-anchor='middle' x='88' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='88' y='244' fill='currentColor' style='font-size:1em'>|</text>
|
|
<text text-anchor='middle' x='88' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='88' y='276' fill='currentColor' style='font-size:1em'>|</text>
|
|
<text text-anchor='middle' x='88' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='88' y='308' fill='currentColor' style='font-size:1em'>|</text>
|
|
<text text-anchor='middle' x='88' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='88' y='340' fill='currentColor' style='font-size:1em'>:</text>
|
|
<text text-anchor='middle' x='88' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='88' y='372' fill='currentColor' style='font-size:1em'>:</text>
|
|
<text text-anchor='middle' x='88' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='96' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='96' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='96' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='96' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='96' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='96' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='96' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='96' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='96' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='96' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='96' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='96' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='96' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='104' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='104' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='104' y='52' fill='currentColor' style='font-size:1em'>{</text>
|
|
<text text-anchor='middle' x='104' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='104' y='84' fill='currentColor' style='font-size:1em'>I</text>
|
|
<text text-anchor='middle' x='104' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='104' y='116' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='104' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='104' y='148' fill='currentColor' style='font-size:1em'>F</text>
|
|
<text text-anchor='middle' x='104' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='104' y='180' fill='currentColor' style='font-size:1em'>I</text>
|
|
<text text-anchor='middle' x='104' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='104' y='212' fill='currentColor' style='font-size:1em'>L</text>
|
|
<text text-anchor='middle' x='104' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='104' y='244' fill='currentColor' style='font-size:1em'>"</text>
|
|
<text text-anchor='middle' x='104' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='104' y='276' fill='currentColor' style='font-size:1em'>"</text>
|
|
<text text-anchor='middle' x='104' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='104' y='308' fill='currentColor' style='font-size:1em'>"</text>
|
|
<text text-anchor='middle' x='104' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='104' y='340' fill='currentColor' style='font-size:1em'>l</text>
|
|
<text text-anchor='middle' x='104' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='104' y='372' fill='currentColor' style='font-size:1em'>"</text>
|
|
<text text-anchor='middle' x='104' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='112' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='112' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='112' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='112' y='84' fill='currentColor' style='font-size:1em'>D</text>
|
|
<text text-anchor='middle' x='112' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='112' y='116' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='112' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='112' y='148' fill='currentColor' style='font-size:1em'>A</text>
|
|
<text text-anchor='middle' x='112' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='112' y='180' fill='currentColor' style='font-size:1em'>D</text>
|
|
<text text-anchor='middle' x='112' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='112' y='212' fill='currentColor' style='font-size:1em'>I</text>
|
|
<text text-anchor='middle' x='112' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='112' y='244' fill='currentColor' style='font-size:1em'>[</text>
|
|
<text text-anchor='middle' x='112' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='112' y='276' fill='currentColor' style='font-size:1em'>(</text>
|
|
<text text-anchor='middle' x='112' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='112' y='308' fill='currentColor' style='font-size:1em'>{</text>
|
|
<text text-anchor='middle' x='112' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='112' y='340' fill='currentColor' style='font-size:1em'>e</text>
|
|
<text text-anchor='middle' x='112' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='112' y='372' fill='currentColor' style='font-size:1em'>"</text>
|
|
<text text-anchor='middle' x='112' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='120' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='120' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='120' y='52' fill='currentColor' style='font-size:1em'>P</text>
|
|
<text text-anchor='middle' x='120' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='120' y='84' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='120' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='120' y='116' fill='currentColor' style='font-size:1em'>R</text>
|
|
<text text-anchor='middle' x='120' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='120' y='148' fill='currentColor' style='font-size:1em'>C</text>
|
|
<text text-anchor='middle' x='120' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='120' y='180' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='120' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='120' y='212' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='120' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='120' y='244' fill='currentColor' style='font-size:1em'>"</text>
|
|
<text text-anchor='middle' x='120' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='120' y='276' fill='currentColor' style='font-size:1em'>"</text>
|
|
<text text-anchor='middle' x='120' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='120' y='308' fill='currentColor' style='font-size:1em'>"</text>
|
|
<text text-anchor='middle' x='120' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='120' y='340' fill='currentColor' style='font-size:1em'>t</text>
|
|
<text text-anchor='middle' x='120' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='120' y='372' fill='currentColor' style='font-size:1em'>"</text>
|
|
<text text-anchor='middle' x='120' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='128' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='128' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='128' y='52' fill='currentColor' style='font-size:1em'>R</text>
|
|
<text text-anchor='middle' x='128' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='128' y='84' fill='currentColor' style='font-size:1em'>N</text>
|
|
<text text-anchor='middle' x='128' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='128' y='116' fill='currentColor' style='font-size:1em'>M</text>
|
|
<text text-anchor='middle' x='128' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='128' y='148' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='128' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='128' y='180' fill='currentColor' style='font-size:1em'>N</text>
|
|
<text text-anchor='middle' x='128' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='128' y='212' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='128' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='128' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='128' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='128' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='128' y='340' fill='currentColor' style='font-size:1em'>t</text>
|
|
<text text-anchor='middle' x='128' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='128' y='372' fill='currentColor' style='font-size:1em'>"</text>
|
|
<text text-anchor='middle' x='128' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='136' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='136' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='136' y='52' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='136' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='136' y='84' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='136' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='136' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='136' y='148' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='136' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='136' y='180' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='136' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='136' y='212' fill='currentColor' style='font-size:1em'>R</text>
|
|
<text text-anchor='middle' x='136' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='136' y='244' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='136' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='136' y='276' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='136' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='136' y='308' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='136' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='136' y='340' fill='currentColor' style='font-size:1em'>e</text>
|
|
<text text-anchor='middle' x='136' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='136' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='144' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='144' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='144' y='52' fill='currentColor' style='font-size:1em'>D</text>
|
|
<text text-anchor='middle' x='144' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='144' y='84' fill='currentColor' style='font-size:1em'>I</text>
|
|
<text text-anchor='middle' x='144' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='144' y='116' fill='currentColor' style='font-size:1em'>{</text>
|
|
<text text-anchor='middle' x='144' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='144' y='148' fill='currentColor' style='font-size:1em'>R</text>
|
|
<text text-anchor='middle' x='144' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='144' y='180' fill='currentColor' style='font-size:1em'>I</text>
|
|
<text text-anchor='middle' x='144' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='144' y='212' fill='currentColor' style='font-size:1em'>A</text>
|
|
<text text-anchor='middle' x='144' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='144' y='244' fill='currentColor' style='font-size:1em'>X</text>
|
|
<text text-anchor='middle' x='144' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='144' y='276' fill='currentColor' style='font-size:1em'>X</text>
|
|
<text text-anchor='middle' x='144' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='144' y='308' fill='currentColor' style='font-size:1em'>X</text>
|
|
<text text-anchor='middle' x='144' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='144' y='340' fill='currentColor' style='font-size:1em'>r</text>
|
|
<text text-anchor='middle' x='144' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='144' y='372' fill='currentColor' style='font-size:1em'>c</text>
|
|
<text text-anchor='middle' x='144' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='152' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='152' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='152' y='52' fill='currentColor' style='font-size:1em'>U</text>
|
|
<text text-anchor='middle' x='152' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='152' y='84' fill='currentColor' style='font-size:1em'>F</text>
|
|
<text text-anchor='middle' x='152' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='152' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='152' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='152' y='180' fill='currentColor' style='font-size:1em'>F</text>
|
|
<text text-anchor='middle' x='152' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='152' y='212' fill='currentColor' style='font-size:1em'>L</text>
|
|
<text text-anchor='middle' x='152' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='152' y='244' fill='currentColor' style='font-size:1em'>P</text>
|
|
<text text-anchor='middle' x='152' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='152' y='276' fill='currentColor' style='font-size:1em'>P</text>
|
|
<text text-anchor='middle' x='152' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='152' y='308' fill='currentColor' style='font-size:1em'>P</text>
|
|
<text text-anchor='middle' x='152' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='152' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='152' y='372' fill='currentColor' style='font-size:1em'>h</text>
|
|
<text text-anchor='middle' x='152' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='160' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='160' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='160' y='52' fill='currentColor' style='font-size:1em'>C</text>
|
|
<text text-anchor='middle' x='160' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='160' y='84' fill='currentColor' style='font-size:1em'>I</text>
|
|
<text text-anchor='middle' x='160' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='160' y='116' fill='currentColor' style='font-size:1em'>"</text>
|
|
<text text-anchor='middle' x='160' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='160' y='148' fill='currentColor' style='font-size:1em'>{</text>
|
|
<text text-anchor='middle' x='160' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='160' y='180' fill='currentColor' style='font-size:1em'>I</text>
|
|
<text text-anchor='middle' x='160' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='160' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='160' y='244' fill='currentColor' style='font-size:1em'>R</text>
|
|
<text text-anchor='middle' x='160' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='160' y='276' fill='currentColor' style='font-size:1em'>R</text>
|
|
<text text-anchor='middle' x='160' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='160' y='308' fill='currentColor' style='font-size:1em'>R</text>
|
|
<text text-anchor='middle' x='160' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='160' y='340' fill='currentColor' style='font-size:1em'>{</text>
|
|
<text text-anchor='middle' x='160' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='160' y='372' fill='currentColor' style='font-size:1em'>a</text>
|
|
<text text-anchor='middle' x='160' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='168' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='168' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='168' y='52' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='168' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='168' y='84' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='168' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='168' y='116' fill='currentColor' style='font-size:1em'>|</text>
|
|
<text text-anchor='middle' x='168' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='168' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='168' y='180' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='168' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='168' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='168' y='244' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='168' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='168' y='276' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='168' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='168' y='308' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='168' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='168' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='168' y='372' fill='currentColor' style='font-size:1em'>r</text>
|
|
<text text-anchor='middle' x='168' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='176' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='176' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='176' y='52' fill='currentColor' style='font-size:1em'>I</text>
|
|
<text text-anchor='middle' x='176' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='176' y='84' fill='currentColor' style='font-size:1em'>R</text>
|
|
<text text-anchor='middle' x='176' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='176' y='116' fill='currentColor' style='font-size:1em'>"</text>
|
|
<text text-anchor='middle' x='176' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='176' y='148' fill='currentColor' style='font-size:1em'>F</text>
|
|
<text text-anchor='middle' x='176' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='176' y='180' fill='currentColor' style='font-size:1em'>R</text>
|
|
<text text-anchor='middle' x='176' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='176' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='176' y='244' fill='currentColor' style='font-size:1em'>S</text>
|
|
<text text-anchor='middle' x='176' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='176' y='276' fill='currentColor' style='font-size:1em'>S</text>
|
|
<text text-anchor='middle' x='176' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='176' y='308' fill='currentColor' style='font-size:1em'>S</text>
|
|
<text text-anchor='middle' x='176' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='176' y='340' fill='currentColor' style='font-size:1em'>l</text>
|
|
<text text-anchor='middle' x='176' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='176' y='372' fill='currentColor' style='font-size:1em'>a</text>
|
|
<text text-anchor='middle' x='176' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='184' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='184' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='184' y='52' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='184' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='184' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='184' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='184' y='148' fill='currentColor' style='font-size:1em'>A</text>
|
|
<text text-anchor='middle' x='184' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='184' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='184' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='184' y='244' fill='currentColor' style='font-size:1em'>S</text>
|
|
<text text-anchor='middle' x='184' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='184' y='276' fill='currentColor' style='font-size:1em'>S</text>
|
|
<text text-anchor='middle' x='184' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='184' y='308' fill='currentColor' style='font-size:1em'>S</text>
|
|
<text text-anchor='middle' x='184' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='184' y='340' fill='currentColor' style='font-size:1em'>e</text>
|
|
<text text-anchor='middle' x='184' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='184' y='372' fill='currentColor' style='font-size:1em'>c</text>
|
|
<text text-anchor='middle' x='184' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='192' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='192' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='192' y='52' fill='currentColor' style='font-size:1em'>N</text>
|
|
<text text-anchor='middle' x='192' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='192' y='84' fill='currentColor' style='font-size:1em'>"</text>
|
|
<text text-anchor='middle' x='192' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='192' y='116' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='192' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='192' y='148' fill='currentColor' style='font-size:1em'>C</text>
|
|
<text text-anchor='middle' x='192' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='192' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='192' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='192' y='244' fill='currentColor' style='font-size:1em'>I</text>
|
|
<text text-anchor='middle' x='192' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='192' y='276' fill='currentColor' style='font-size:1em'>I</text>
|
|
<text text-anchor='middle' x='192' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='192' y='308' fill='currentColor' style='font-size:1em'>I</text>
|
|
<text text-anchor='middle' x='192' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='192' y='340' fill='currentColor' style='font-size:1em'>t</text>
|
|
<text text-anchor='middle' x='192' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='192' y='372' fill='currentColor' style='font-size:1em'>t</text>
|
|
<text text-anchor='middle' x='192' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='200' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='200' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='200' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='200' y='84' fill='currentColor' style='font-size:1em'>=</text>
|
|
<text text-anchor='middle' x='200' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='200' y='116' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='200' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='200' y='148' fill='currentColor' style='font-size:1em'>T</text>
|
|
<text text-anchor='middle' x='200' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='200' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='200' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='200' y='244' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='200' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='200' y='276' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='200' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='200' y='308' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='200' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='200' y='340' fill='currentColor' style='font-size:1em'>t</text>
|
|
<text text-anchor='middle' x='200' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='200' y='372' fill='currentColor' style='font-size:1em'>e</text>
|
|
<text text-anchor='middle' x='200' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='208' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='208' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='208' y='52' fill='currentColor' style='font-size:1em'>}</text>
|
|
<text text-anchor='middle' x='208' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='208' y='84' fill='currentColor' style='font-size:1em'>"</text>
|
|
<text text-anchor='middle' x='208' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='208' y='116' fill='currentColor' style='font-size:1em'>R</text>
|
|
<text text-anchor='middle' x='208' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='208' y='148' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='208' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='208' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='208' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='208' y='244' fill='currentColor' style='font-size:1em'>N</text>
|
|
<text text-anchor='middle' x='208' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='208' y='276' fill='currentColor' style='font-size:1em'>N</text>
|
|
<text text-anchor='middle' x='208' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='208' y='308' fill='currentColor' style='font-size:1em'>N</text>
|
|
<text text-anchor='middle' x='208' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='208' y='340' fill='currentColor' style='font-size:1em'>e</text>
|
|
<text text-anchor='middle' x='208' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='208' y='372' fill='currentColor' style='font-size:1em'>r</text>
|
|
<text text-anchor='middle' x='208' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='216' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='216' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='216' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='216' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='216' y='116' fill='currentColor' style='font-size:1em'>M</text>
|
|
<text text-anchor='middle' x='216' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='216' y='148' fill='currentColor' style='font-size:1em'>R</text>
|
|
<text text-anchor='middle' x='216' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='216' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='216' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='216' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='216' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='216' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='216' y='340' fill='currentColor' style='font-size:1em'>r</text>
|
|
<text text-anchor='middle' x='216' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='216' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='224' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='224' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='224' y='52' fill='currentColor' style='font-size:1em'>.</text>
|
|
<text text-anchor='middle' x='224' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='224' y='84' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='224' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='224' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='224' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='224' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='224' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='224' y='244' fill='currentColor' style='font-size:1em'>"</text>
|
|
<text text-anchor='middle' x='224' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='224' y='276' fill='currentColor' style='font-size:1em'>"</text>
|
|
<text text-anchor='middle' x='224' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='224' y='308' fill='currentColor' style='font-size:1em'>"</text>
|
|
<text text-anchor='middle' x='224' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='224' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='224' y='372' fill='currentColor' style='font-size:1em'>{</text>
|
|
<text text-anchor='middle' x='224' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='232' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='232' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='232' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='232' y='84' fill='currentColor' style='font-size:1em'>X</text>
|
|
<text text-anchor='middle' x='232' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='232' y='116' fill='currentColor' style='font-size:1em'>}</text>
|
|
<text text-anchor='middle' x='232' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='232' y='148' fill='currentColor' style='font-size:1em'>}</text>
|
|
<text text-anchor='middle' x='232' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='232' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='232' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='232' y='244' fill='currentColor' style='font-size:1em'>]</text>
|
|
<text text-anchor='middle' x='232' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='232' y='276' fill='currentColor' style='font-size:1em'>)</text>
|
|
<text text-anchor='middle' x='232' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='232' y='308' fill='currentColor' style='font-size:1em'>}</text>
|
|
<text text-anchor='middle' x='232' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='232' y='340' fill='currentColor' style='font-size:1em'>}</text>
|
|
<text text-anchor='middle' x='232' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='232' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='240' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='240' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='240' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='240' y='84' fill='currentColor' style='font-size:1em'>P</text>
|
|
<text text-anchor='middle' x='240' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='240' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='240' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='240' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='240' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='240' y='244' fill='currentColor' style='font-size:1em'>"</text>
|
|
<text text-anchor='middle' x='240' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='240' y='276' fill='currentColor' style='font-size:1em'>"</text>
|
|
<text text-anchor='middle' x='240' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='240' y='308' fill='currentColor' style='font-size:1em'>"</text>
|
|
<text text-anchor='middle' x='240' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='240' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='240' y='372' fill='currentColor' style='font-size:1em'>c</text>
|
|
<text text-anchor='middle' x='240' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='248' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='248' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='248' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='248' y='84' fill='currentColor' style='font-size:1em'>R</text>
|
|
<text text-anchor='middle' x='248' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='248' y='116' fill='currentColor' style='font-size:1em'>.</text>
|
|
<text text-anchor='middle' x='248' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='248' y='148' fill='currentColor' style='font-size:1em'>.</text>
|
|
<text text-anchor='middle' x='248' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='248' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='248' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='248' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='248' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='248' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='248' y='340' fill='currentColor' style='font-size:1em'>.</text>
|
|
<text text-anchor='middle' x='248' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='248' y='372' fill='currentColor' style='font-size:1em'>h</text>
|
|
<text text-anchor='middle' x='248' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='256' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='256' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='256' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='256' y='84' fill='currentColor' style='font-size:1em'>E</text>
|
|
<text text-anchor='middle' x='256' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='256' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='256' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='256' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='256' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='256' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='256' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='256' y='308' fill='currentColor' style='font-size:1em'>.</text>
|
|
<text text-anchor='middle' x='256' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='256' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='256' y='372' fill='currentColor' style='font-size:1em'>a</text>
|
|
<text text-anchor='middle' x='256' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='264' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='264' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='264' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='264' y='84' fill='currentColor' style='font-size:1em'>S</text>
|
|
<text text-anchor='middle' x='264' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='264' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='264' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='264' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='264' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='264' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='264' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='264' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='264' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='264' y='372' fill='currentColor' style='font-size:1em'>r</text>
|
|
<text text-anchor='middle' x='264' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='272' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='272' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='272' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='272' y='84' fill='currentColor' style='font-size:1em'>S</text>
|
|
<text text-anchor='middle' x='272' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='272' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='272' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='272' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='272' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='272' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='272' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='272' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='272' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='272' y='372' fill='currentColor' style='font-size:1em'>a</text>
|
|
<text text-anchor='middle' x='272' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='280' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='280' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='280' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='280' y='84' fill='currentColor' style='font-size:1em'>I</text>
|
|
<text text-anchor='middle' x='280' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='280' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='280' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='280' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='280' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='280' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='280' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='280' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='280' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='280' y='372' fill='currentColor' style='font-size:1em'>c</text>
|
|
<text text-anchor='middle' x='280' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='288' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='288' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='288' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='288' y='84' fill='currentColor' style='font-size:1em'>O</text>
|
|
<text text-anchor='middle' x='288' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='288' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='288' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='288' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='288' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='288' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='288' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='288' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='288' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='288' y='372' fill='currentColor' style='font-size:1em'>t</text>
|
|
<text text-anchor='middle' x='288' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='296' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='296' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='296' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='296' y='84' fill='currentColor' style='font-size:1em'>N</text>
|
|
<text text-anchor='middle' x='296' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='296' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='296' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='296' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='296' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='296' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='296' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='296' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='296' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='296' y='372' fill='currentColor' style='font-size:1em'>e</text>
|
|
<text text-anchor='middle' x='296' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='304' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='304' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='304' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='304' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='304' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='304' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='304' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='304' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='304' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='304' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='304' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='304' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='304' y='372' fill='currentColor' style='font-size:1em'>r</text>
|
|
<text text-anchor='middle' x='304' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='312' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='312' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='312' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='312' y='84' fill='currentColor' style='font-size:1em'>"</text>
|
|
<text text-anchor='middle' x='312' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='312' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='312' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='312' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='312' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='312' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='312' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='312' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='312' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='312' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='320' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='320' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='320' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='320' y='84' fill='currentColor' style='font-size:1em'>.</text>
|
|
<text text-anchor='middle' x='320' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='320' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='320' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='320' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='320' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='320' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='320' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='320' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='320' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='320' y='372' fill='currentColor' style='font-size:1em'>}</text>
|
|
<text text-anchor='middle' x='320' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='328' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='328' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='328' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='328' y='84' fill='currentColor' style='font-size:1em'>"</text>
|
|
<text text-anchor='middle' x='328' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='328' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='328' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='328' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='328' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='328' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='328' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='328' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='328' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='328' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='336' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='336' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='336' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='336' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='336' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='336' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='336' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='336' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='336' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='336' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='336' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='336' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='336' y='372' fill='currentColor' style='font-size:1em'>"</text>
|
|
<text text-anchor='middle' x='336' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='344' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='344' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='344' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='344' y='84' fill='currentColor' style='font-size:1em'>.</text>
|
|
<text text-anchor='middle' x='344' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='344' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='344' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='344' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='344' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='344' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='344' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='344' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='344' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='344' y='372' fill='currentColor' style='font-size:1em'>"</text>
|
|
<text text-anchor='middle' x='344' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='352' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='352' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='352' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='352' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='352' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='352' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='352' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='352' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='352' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='352' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='352' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='352' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='352' y='372' fill='currentColor' style='font-size:1em'>"</text>
|
|
<text text-anchor='middle' x='352' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='360' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='360' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='360' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='360' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='360' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='360' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='360' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='360' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='360' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='360' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='360' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='360' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='360' y='372' fill='currentColor' style='font-size:1em'>"</text>
|
|
<text text-anchor='middle' x='360' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='368' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='368' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='368' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='368' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='368' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='368' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='368' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='368' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='368' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='368' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='368' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='368' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='368' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='376' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='376' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='376' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='376' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='376' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='376' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='376' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='376' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='376' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='376' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='376' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='376' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='376' y='372' fill='currentColor' style='font-size:1em'>.</text>
|
|
<text text-anchor='middle' x='376' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='384' y='4' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='384' y='36' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='384' y='52' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='384' y='68' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='384' y='84' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='384' y='100' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='384' y='116' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='384' y='132' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='384' y='148' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='384' y='164' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='384' y='180' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='384' y='196' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='384' y='228' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='384' y='260' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='384' y='292' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='384' y='324' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='384' y='340' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='384' y='356' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='384' y='372' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='384' y='388' fill='currentColor' style='font-size:1em'>─</text>
|
|
<text text-anchor='middle' x='392' y='4' fill='currentColor' style='font-size:1em'>┐</text>
|
|
<text text-anchor='middle' x='392' y='20' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='392' y='36' fill='currentColor' style='font-size:1em'>┤</text>
|
|
<text text-anchor='middle' x='392' y='68' fill='currentColor' style='font-size:1em'>┤</text>
|
|
<text text-anchor='middle' x='392' y='100' fill='currentColor' style='font-size:1em'>┤</text>
|
|
<text text-anchor='middle' x='392' y='132' fill='currentColor' style='font-size:1em'>┤</text>
|
|
<text text-anchor='middle' x='392' y='164' fill='currentColor' style='font-size:1em'>┤</text>
|
|
<text text-anchor='middle' x='392' y='196' fill='currentColor' style='font-size:1em'>┤</text>
|
|
<text text-anchor='middle' x='392' y='212' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='392' y='228' fill='currentColor' style='font-size:1em'>┤</text>
|
|
<text text-anchor='middle' x='392' y='244' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='392' y='260' fill='currentColor' style='font-size:1em'>┤</text>
|
|
<text text-anchor='middle' x='392' y='276' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='392' y='292' fill='currentColor' style='font-size:1em'>┤</text>
|
|
<text text-anchor='middle' x='392' y='308' fill='currentColor' style='font-size:1em'>│</text>
|
|
<text text-anchor='middle' x='392' y='324' fill='currentColor' style='font-size:1em'>┤</text>
|
|
<text text-anchor='middle' x='392' y='356' fill='currentColor' style='font-size:1em'>┤</text>
|
|
<text text-anchor='middle' x='392' y='388' fill='currentColor' style='font-size:1em'>┘</text>
|
|
</g>
|
|
|
|
</svg>
|
|
|
|
</div>
|
|
|
|
<div class="time">
|
|
<time datetime="2022-10-25">2022-10-25 </time>
|
|
|
|
|
|
|
|
<span class="reading-time"> · 12 min read</span>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="comments">
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="terminal-nav">
|
|
<div class="back-nav">
|
|
|
|
<a href="/gedanken/" class="back-link">../</a>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</main>
|
|
<footer role="contentinfo"><p role="contentinfo">
|
|
© Copyright 2026 ·
|
|
Thomas
|
|
</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|