Skip to content
Snippets Groups Projects
Verified Commit a35f0cd8 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

added beginning of graphs!

parent e69c6ef3
No related branches found
No related tags found
No related merge requests found
Pipeline #18784 passed
---
title: "Graphes - Généralités"
date: "2022-05-03"
patat:
eval:
tai:
command: fish
fragment: false
replace: true
ccc:
command: fish
fragment: false
replace: true
images:
backend: auto
---
# Historique
**Un mini-peu d'histoire...**
## L. Euler, les 7 ponts de Koenigsberg:
* Existe-t-il une promenade sympa, passant **une seule fois** par les 7 ponts et revenant au point de départ?
![Les ponts c'est beau. Source: Wikipédia, <https://bit.ly/37h0yOG>](figs/Konigsberg_bridges.png){width=50%}
. . .
* Réponse: ben non!
# Utilisation quotidienne
## Réseau social
![Source, Wikipedia: <https://bit.ly/3kG6cgo>](figs/Social_Network.svg){width=40%}
* Chaque sommet est un individu.
* Chaque trait une relation d'amitié.
* Miam, Miam, Facebook.
# Utilisation quotidienne
## Moteurs de recherche
![Source, Wikipedia: <https://bit.ly/3kG6cgo>](figs/PageRanks-Example.svg){width=40%}
* Sommet est un site.
* Liens sortants;
* Liens entrants;
* Notion d'importance d'un site: combien de liens entrants, pondérés par l'importance du site.
* Miam, Miam, Google (PageRank).
# Introduction
## Définition, plus ou moins
* Un graphe est un ensemble de sommets, reliés par des lignes ou des flèches.
![Deux exemples de graphes.](figs/ex_graphes.png)
* Des sommets (numérotés 1 à 6);
* Connectés ou pas par des traits ou des flèches!
# Généralités
## Définitions
* Un **graphe** $G(V, E)$ est constitué
* $V$: un ensemble de sommets;
* $E$: un ensemble d'arêtes.
* Une **arête** relie une **paire** de sommets de $V$.
## Remarques
* Il y a **au plus** une arête $E$ par paire de sommets de $V$.
* La **complexité** d'un algorithme dans un graphe se mesure en terme de $|E|$ et $|V|$, le nombre d'éléments de $E$ et $V$ respectivement.
# Généralités
## Notations
* Une arête d'un graphe **non-orienté** est représentée par une paire **non-ordonnée** $(u,v)=(v,u)$, avec $u,v\in V$.
* Les arêtes ne sont pas orientées dans un graphe non-orienté (elles sont bi-directionnelles, peuvent être parcourues dans n'importe quel ordre).
## Exemple
::: columns
:::: column
![Un graphe non-orienté.](figs/ex_graphe_non_oriente.svg)
::::
:::: column
## Que valent $V$, $|V|$, $E$, et $|E|$?
. . .
\begin{align*}
V&=\{1, 2, 3, 4\},\\
|V|&=4,\\
E&=\{(1,2),(2,3),(2,4),(4,1)\},\\
|E|&=4.
\end{align*}
::::
:::
# Généralités
## Notations
* Une arête d'un graphe **orienté** est représentée par une paire **ordonnée** $(u,v)\neq(v,u)$, avec $u,v\in V$.
* Les arêtes sont orientées dans un graphe orienté (étonnant non?).
## Exemple
::: columns
:::: column
![Un graphe non-orienté.](figs/ex_graphe_oriente.svg)
::::
:::: column
## Que valent $V$, $|V|$, $E$, et $|E|$?
. . .
\begin{align*}
V&=\{1, 2, 3, 4\},\\
|V|&=4,\\
E&=\{(1,2),(2,3),(2,4),(4,1)\},\\
|E|&=4.
\end{align*}
::::
:::
slides/figs/Konigsberg_bridges.png

32.2 KiB

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" width="758.289" height="610.82623" id="svg2">
<defs id="defs4">
<marker refX="0" refY="0" orient="auto" style="overflow:visible" id="Arrow2Lstart">
<path d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.97309,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z " transform="matrix(1.1,0,0,1.1,1.1,0)" style="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round" id="path3495"/>
</marker>
<marker refX="0" refY="0" orient="auto" style="overflow:visible" id="Arrow2Lend">
<path d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.97309,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z " transform="matrix(-1.1,0,0,-1.1,-1.1,0)" style="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round" id="path3498"/>
</marker>
<linearGradient id="linearGradient3349">
<stop style="stop-color:#ffb26a;stop-opacity:1" offset="0" id="stop3351"/>
<stop style="stop-color:#e28a35;stop-opacity:1" offset="0.35802469" id="stop3355"/>
<stop style="stop-color:#d4761a;stop-opacity:1" offset="0.70477062" id="stop3357"/>
<stop style="stop-color:#c66200;stop-opacity:1" offset="1" id="stop3353"/>
</linearGradient>
<linearGradient id="linearGradient3309">
<stop style="stop-color:#5aff62;stop-opacity:1" offset="0" id="stop3311"/>
<stop style="stop-color:#2dba31;stop-opacity:1" offset="0.39197531" id="stop3337"/>
<stop style="stop-color:#179818;stop-opacity:1" offset="0.73727328" id="stop3339"/>
<stop style="stop-color:#017600;stop-opacity:1" offset="1" id="stop3313"/>
</linearGradient>
<linearGradient id="linearGradient3293">
<stop style="stop-color:#ff6a6a;stop-opacity:1" offset="0" id="stop3295"/>
<stop style="stop-color:#dc0000;stop-opacity:1" offset="1" id="stop3299"/>
</linearGradient>
<linearGradient id="linearGradient3273">
<stop style="stop-color:#6aa5ff;stop-opacity:1" offset="0" id="stop3275"/>
<stop style="stop-color:#3564ed;stop-opacity:1" offset="0.58333331" id="stop3281"/>
<stop style="stop-color:#0024dc;stop-opacity:1" offset="1" id="stop3279"/>
</linearGradient>
<linearGradient id="linearGradient3247">
<stop style="stop-color:#be6aff;stop-opacity:1" offset="0" id="stop3249"/>
<stop style="stop-color:#af35ed;stop-opacity:1" offset="0.68209875" id="stop3271"/>
<stop style="stop-color:#a000dc;stop-opacity:1" offset="1" id="stop3253"/>
</linearGradient>
<linearGradient id="linearGradient3229">
<stop style="stop-color:#fff38d;stop-opacity:1" offset="0" id="stop3231"/>
<stop style="stop-color:#d5be00;stop-opacity:1" offset="0.73148149" id="stop3237"/>
<stop style="stop-color:#ac9900;stop-opacity:1" offset="1" id="stop3233"/>
</linearGradient>
<radialGradient cx="284.82056" cy="139.85422" r="133.98128" fx="268.84122" fy="158.243" id="radialGradient3235" xlink:href="#linearGradient3293" gradientUnits="userSpaceOnUse" gradientTransform="matrix(4.5240304e-8,1.1446844,-1.1276156,4.4565708e-8,422.77925,-204.00852)"/>
<radialGradient cx="264.09863" cy="124.46253" r="134.00912" fx="244.02435" fy="144.21851" id="radialGradient3245" xlink:href="#linearGradient3349" gradientUnits="userSpaceOnUse" gradientTransform="matrix(-4.6009785e-8,1.1293934,-1.134048,-4.6199407e-8,405.24513,-173.80872)"/>
<radialGradient cx="255.48665" cy="122.76755" r="135.00706" fx="234.57149" fy="136.03662" id="radialGradient3265" xlink:href="#linearGradient3309" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0,1.138057,-1.1958962,0,402.3039,-167.99081)"/>
<radialGradient cx="255.48665" cy="122.76755" r="135.00706" fx="234.57149" fy="136.03662" id="radialGradient3269" xlink:href="#linearGradient3309" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0,1.138057,-1.1958962,0,402.3039,-167.99081)"/>
<radialGradient cx="259.91226" cy="119.38439" r="134.54617" fx="248.89748" fy="136.7305" id="radialGradient3291" xlink:href="#linearGradient3229" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0,1.1662539,-1.1637544,0,398.84637,-183.73929)"/>
<radialGradient cx="261.80862" cy="124.15582" r="135.13818" fx="244.07454" fy="136.66563" id="radialGradient3307" xlink:href="#linearGradient3273" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0,1.1348428,-1.1491215,0,404.47875,-172.95581)"/>
<radialGradient cx="257.15976" cy="116.63189" r="135.85207" fx="239.72411" fy="130.60069" id="radialGradient3347" xlink:href="#linearGradient3247" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0,1.184081,-1.182362,0,395.06087,-187.86609)"/>
<radialGradient cx="257.15976" cy="116.63189" r="135.85207" fx="239.72411" fy="130.60069" id="radialGradient3361" xlink:href="#linearGradient3247" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0,1.184081,-1.182362,0,395.06087,-187.86609)"/>
<radialGradient cx="257.15976" cy="116.63189" r="135.85207" fx="239.72411" fy="130.60069" id="radialGradient3365" xlink:href="#linearGradient3247" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0,1.184081,-1.182362,0,395.06087,-187.86609)"/>
<radialGradient cx="257.15976" cy="116.63189" r="135.85207" fx="239.72411" fy="130.60069" id="radialGradient3369" xlink:href="#linearGradient3247" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0,1.184081,-1.182362,0,395.06087,-187.86609)"/>
<radialGradient cx="257.15976" cy="116.63189" r="135.85207" fx="239.72411" fy="130.60069" id="radialGradient3373" xlink:href="#linearGradient3247" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0,1.184081,-1.182362,0,395.06087,-187.86609)"/>
<radialGradient cx="257.15976" cy="116.63189" r="135.85207" fx="239.72411" fy="130.60069" id="radialGradient3377" xlink:href="#linearGradient3349" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0,1.184081,-1.182362,0,395.06087,-187.86609)"/>
<radialGradient cx="284.82056" cy="139.85422" r="133.98128" fx="268.84122" fy="160.48532" id="radialGradient3381" xlink:href="#linearGradient3229" gradientUnits="userSpaceOnUse" gradientTransform="matrix(4.5240304e-8,1.1446844,-1.1276156,4.4565708e-8,422.77925,-204.00852)"/>
<radialGradient cx="257.15976" cy="116.63189" r="135.85207" fx="239.72411" fy="130.60069" id="radialGradient3387" xlink:href="#linearGradient3349" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0,1.184081,-1.182362,0,395.06087,-187.86609)"/>
<radialGradient cx="257.15976" cy="116.63189" r="135.85207" fx="239.72411" fy="130.60069" id="radialGradient3391" xlink:href="#linearGradient3349" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0,1.184081,-1.182362,0,395.06087,-187.86609)"/>
<radialGradient cx="257.15976" cy="116.63189" r="135.85207" fx="239.72411" fy="130.60069" id="radialGradient3395" xlink:href="#linearGradient3349" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0,1.184081,-1.182362,0,395.06087,-187.86609)"/>
<radialGradient cx="257.15976" cy="116.63189" r="135.85207" fx="239.72411" fy="130.60069" id="radialGradient3399" xlink:href="#linearGradient3349" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0,1.184081,-1.182362,0,395.06087,-187.86609)"/>
<radialGradient cx="255.48665" cy="122.76755" r="135.00706" fx="234.57149" fy="136.03662" id="radialGradient3403" xlink:href="#linearGradient3247" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0,1.138057,-1.1958962,0,402.3039,-167.99081)"/>
<radialGradient cx="264.09863" cy="124.46253" r="134.00912" fx="244.02435" fy="144.21851" id="radialGradient3407" xlink:href="#linearGradient3273" gradientUnits="userSpaceOnUse" gradientTransform="matrix(-4.6009785e-8,1.1293934,-1.134048,-4.6199407e-8,405.24513,-173.80872)"/>
<radialGradient cx="255.48665" cy="122.76755" r="135.00706" fx="234.57149" fy="136.03662" id="radialGradient3411" xlink:href="#linearGradient3247" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0,1.138057,-1.1958962,0,402.3039,-167.99081)"/>
<radialGradient cx="261.80862" cy="124.15582" r="135.13818" fx="244.07454" fy="136.66563" id="radialGradient3415" xlink:href="#linearGradient3309" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0,1.1348428,-1.1491215,0,404.47875,-172.95581)"/>
<radialGradient cx="259.91226" cy="119.38439" r="134.54617" fx="248.89748" fy="136.7305" id="radialGradient3423" xlink:href="#linearGradient3293" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0,1.1662539,-1.1637544,0,398.84637,-183.73929)"/>
<radialGradient cx="257.15976" cy="116.63189" r="135.85207" fx="239.72411" fy="130.60069" id="radialGradient3991" xlink:href="#linearGradient3247" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0,1.184081,-1.182362,0,395.06087,-187.86609)"/>
</defs>
<g transform="translate(9.3270943,38.019965)" id="layer1">
<path d="M 415.43549 141.40616 A 133.50146 133.50146 0 1 1 148.43256,141.40616 A 133.50146 133.50146 0 1 1 415.43549 141.40616 z" transform="matrix(1.0420872,0,0,1.0420872,-34.228477,-27.513081)" style="opacity:1;fill:url(#radialGradient3235);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.95961261;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path2236"/>
<path d="M 415.43549 141.40616 A 133.50146 133.50146 0 1 1 148.43256,141.40616 A 133.50146 133.50146 0 1 1 415.43549 141.40616 z" transform="matrix(0.9848946,0,0,0.9848946,339.30173,-45.305255)" style="opacity:1;fill:url(#radialGradient3245);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.01533711;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path3209"/>
<path d="M 415.43549 141.40616 A 133.50146 133.50146 0 1 1 148.43256,141.40616 A 133.50146 133.50146 0 1 1 415.43549 141.40616 z" transform="matrix(0.4785988,0,0,0.4785988,261.1922,309.13243)" style="opacity:1;fill:url(#radialGradient3291);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2.08943272;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path3211"/>
<path d="M 415.43549 141.40616 A 133.50146 133.50146 0 1 1 148.43256,141.40616 A 133.50146 133.50146 0 1 1 415.43549 141.40616 z" transform="matrix(0.3054893,0,0,0.3054893,-54.171652,91.386129)" style="opacity:1;fill:url(#radialGradient3307);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.27343702;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path3215"/>
<path d="M 415.43549 141.40616 A 133.50146 133.50146 0 1 1 148.43256,141.40616 A 133.50146 133.50146 0 1 1 415.43549 141.40616 z" transform="matrix(0.3320931,0,0,0.3320931,526.01789,245.30336)" style="opacity:1;fill:url(#radialGradient3265);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.01120377;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path3219"/>
<path d="M 415.43549 141.40616 A 133.50146 133.50146 0 1 1 148.43256,141.40616 A 133.50146 133.50146 0 1 1 415.43549 141.40616 z" transform="matrix(0.2127124,0,0,0.2127124,17.462513,474.30655)" style="opacity:1;fill:url(#radialGradient3347);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.70118332;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path3221"/>
<path d="M 415.43549 141.40616 A 133.50146 133.50146 0 1 1 148.43256,141.40616 A 133.50146 133.50146 0 1 1 415.43549 141.40616 z" transform="matrix(0.3320931,0,0,0.3320931,-53.659533,283.94852)" style="opacity:1;fill:url(#radialGradient3269);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.01120377;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path3267"/>
<path d="M 415.43549 141.40616 A 133.50146 133.50146 0 1 1 148.43256,141.40616 A 133.50146 133.50146 0 1 1 415.43549 141.40616 z" transform="matrix(0.2127124,0,0,0.2127124,125.4933,500.65552)" style="opacity:1;fill:url(#radialGradient3991);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.70118332;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path3359"/>
<path d="M 415.43549 141.40616 A 133.50146 133.50146 0 1 1 148.43256,141.40616 A 133.50146 133.50146 0 1 1 415.43549 141.40616 z" transform="matrix(0.2127124,0,0,0.2127124,241.42878,513.83001)" style="opacity:1;fill:url(#radialGradient3365);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.70118332;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path3363"/>
<path d="M 415.43549 141.40616 A 133.50146 133.50146 0 1 1 148.43256,141.40616 A 133.50146 133.50146 0 1 1 415.43549 141.40616 z" transform="matrix(0.2127124,0,0,0.2127124,456.61206,474.30655)" style="opacity:1;fill:url(#radialGradient3369);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.70118332;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path3367"/>
<path d="M 415.43549 141.40616 A 133.50146 133.50146 0 1 1 148.43256,141.40616 A 133.50146 133.50146 0 1 1 415.43549 141.40616 z" transform="matrix(0.2127124,0,0,0.2127124,518.9713,406.67752)" style="opacity:1;fill:url(#radialGradient3373);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.70118332;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path3371"/>
<path d="M 102.68236,500.31508 L 211.95242,269.69223" transform="translate(-13.928572,-21.423532)" style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" id="path3383"/>
<path d="M 204.397,524.40452 L 248.1742,279.9818" transform="translate(-13.928572,-21.423532)" style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" id="path3417"/>
<path d="M 312.74242,537.26661 L 287.18442,281.15417" transform="translate(-13.928572,-21.423532)" style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" id="path3419"/>
<path d="M 328.18707,540.24315 L 376.5138,454.88099" transform="translate(-13.928572,-21.423532)" style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" id="path3425"/>
<path d="M 342.6776,414.58263 L 208.22278,514.15796" style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" id="path3427"/>
<path d="M 335.20505,399.92746 L 103.7347,493.66339" style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker-start:none;stroke-opacity:1" id="path3434"/>
<path d="M 511.04867,505.3891 L 454.612,445.61887" transform="translate(-13.928572,-21.423532)" style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" id="path3441"/>
<path d="M 565.95317,449.46299 L 472.49937,418.16268" transform="translate(-13.928572,-21.423532)" style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" id="path3443"/>
<path d="M 593.51498,294.47483 L 400.50924,201.81565" transform="translate(-13.928572,-21.423532)" style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker-end:none;stroke-opacity:1" id="path3445"/>
<path d="M 85.979095,321.71028 L 171.04776,239.36382" transform="translate(-13.928572,-21.423532)" style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" id="path3447"/>
<path d="M 51.587471,308.52767 L 46.665047,198.26531" transform="translate(-13.928572,-21.423532)" style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" id="path3449"/>
<path d="M 366.23532,320.70275 L 325.48974,243.94334" style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker-start:none;marker-end:none;stroke-opacity:1" id="path3451"/>
<path d="M 582.64819,316.70656 L 560.85977,331.30705 C 554.64545,335.47128 548.94779,337.70621 539.52874,340.02811 L 459.46991,359.76354" style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" id="path3460"/>
<path d="M 575.73794,304.21047 L 488.86119,328.29044 C 477.1472,331.53726 472.75396,334.18277 463.70269,339.02269 L 451.71778,345.43128" style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" id="path3458"/>
<path d="M 400.95948,118.3756 L 464.95965,118.04655 C 472.45479,118.00802 476.49306,117.51338 481.05242,116.73679 L 487.38448,115.65825" style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" id="path3466"/>
<path d="M 396.73246,96.522041 L 405.92763,95.011984 C 410.75233,94.219658 414.97643,93.633648 421.17625,93.633648 L 484.06056,93.633648" style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker-end:none;stroke-opacity:1" id="path3468"/>
<path d="M 394.29768,189.0189 L 385.37585,179.83324 L 398.12314,181.05061 C 395.26295,182.57186 393.72788,185.79492 394.29768,189.0189 z " style="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round" id="path3680"/>
<path d="M 473.37011,89.196539 L 485.38858,93.616033 L 473.37011,98.035527 C 475.29016,95.42626 475.2791,91.856329 473.37011,89.196539 z " style="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round" id="path3695"/>
<path d="M 410.80437,122.75769 L 398.76334,118.40004 L 410.75892,113.91882 C 408.85232,116.53792 408.88173,120.10775 410.80437,122.75769 z " style="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round" id="path3712"/>
<path d="M 326.58289,255.4663 L 324.85153,242.7786 L 334.39012,251.32205 C 331.1852,250.84951 328.03716,252.53308 326.58289,255.4663 z " style="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round" id="path3724"/>
<path d="M 28.780558,187.71948 L 32.65965,175.51587 L 37.610751,187.32527 C 34.918449,185.5235 31.352564,185.69377 28.780558,187.71948 z " style="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round" id="path3736"/>
<path d="M 146.35192,222.18757 L 158.06113,217.00397 L 152.49958,228.53847 C 152.06437,225.32826 149.57347,222.77093 146.35192,222.18757 z " style="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round" id="path3748"/>
<path d="M 100.15985,358.54808 L 346.71991,389.2103" transform="translate(-13.928572,-21.423532)" style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" id="path3752"/>
<path d="M 94.96408,342.41547 L 83.582893,336.54657 L 96.054895,333.64405 C 93.827516,335.99642 93.397932,339.54043 94.96408,342.41547 z " style="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round" id="path3762"/>
<path d="M 467.29861,404.18818 L 457.30594,396.18056 L 470.10577,395.8068 C 467.45646,397.67119 466.33318,401.05982 467.29861,404.18818 z " style="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round" id="path3776"/>
<path d="M 444.79666,435.01453 L 439.75888,423.24184 L 451.22342,428.94621 C 448.00805,429.34153 445.41998,431.80047 444.79666,435.01453 z " style="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round" id="path3788"/>
<path d="M 353.87619,439.74774 L 363.63918,431.46164 L 361.57015,444.09867 C 360.24403,441.14296 357.13111,439.39531 353.87619,439.74774 z " style="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round" id="path3800"/>
<path d="M 331.44585,417.37928 L 343.73433,413.77811 L 336.70634,424.48244 C 336.69643,421.24288 334.5629,418.38061 331.44585,417.37928 z " style="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round" id="path3812"/>
<path d="M 323.63079,399.82743 L 336.42936,399.41266 L 326.9485,408.02014 C 327.74877,404.88097 326.39854,401.57621 323.63079,399.82743 z " style="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round" id="path3824"/>
<path d="M 190.10935,254.38925 L 199.24579,245.41702 L 198.09856,258.17081 C 196.5616,255.31904 193.33015,253.80173 190.10935,254.38925 z " style="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round" id="path3836"/>
<path d="M 228.06583,267.93473 L 234.53528,256.88386 L 236.76632,269.4933 C 234.5365,267.14325 231.02055,266.52465 228.06583,267.93473 z " style="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round" id="path3848"/>
<path d="M 269.90222,270.80885 L 273.10645,258.41093 L 278.69752,269.93115 C 275.91049,268.27969 272.3593,268.64519 269.90222,270.80885 z " style="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round" id="path3871"/>
<path d="M 564.25073,302.79003 L 577.013,303.83878 L 566.61166,311.30788 C 567.765,308.28056 566.8008,304.84329 564.25073,302.79003 z " style="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round" id="path3886"/>
<path d="M 470.91164,361.51296 L 458.18471,360.0985 L 468.79606,352.93088 C 467.55634,355.92387 468.42153,359.38739 470.91164,361.51296 z " style="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round" id="path3901"/>
<text x="76.673607" y="512.97437" style="font-size:24.31262589px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial" id="text3905" xml:space="preserve"><tspan x="76.673607" y="512.97437" id="tspan3907">1.6%</tspan></text>
<text x="578.18237" y="445.34531" style="font-size:24.31262589px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial" id="text3909" xml:space="preserve"><tspan x="578.18237" y="445.34531" id="tspan3911">1.6%</tspan></text>
<text x="515.82318" y="512.97437" style="font-size:24.31262589px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial" id="text3913" xml:space="preserve"><tspan x="515.82318" y="512.97437" id="tspan3915">1.6%</tspan></text>
<text x="300.63986" y="552.4978" style="font-size:24.31262589px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial" id="text3917" xml:space="preserve"><tspan x="300.63986" y="552.4978" id="tspan3919">1.6%</tspan></text>
<text x="184.70439" y="539.3233" style="font-size:24.31262589px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial" id="text3921" xml:space="preserve"><tspan x="184.70439" y="539.3233" id="tspan3923">1.6%</tspan></text>
<g transform="translate(0,0.5174147)" id="g3935">
<text x="39.683895" y="325.39902" style="font-size:24.31262589px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial" id="text3927" xml:space="preserve"><tspan x="39.683895" y="325.39902" id="tspan3929">D</tspan></text>
<text x="39.998489" y="352.47803" style="font-size:24.31262589px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial" id="text3931" xml:space="preserve"><tspan x="39.998489" y="352.47803" id="tspan3933">3.9%</tspan></text>
</g>
<g transform="translate(579.67742,-38.127745)" id="g3941">
<text x="39.683895" y="325.39902" style="font-size:24.31262589px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial" id="text3943" xml:space="preserve"><tspan x="39.683895" y="325.39902" id="tspan3945">F</tspan></text>
<text x="39.998489" y="352.47803" style="font-size:24.31262589px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial" id="text3947" xml:space="preserve"><tspan x="39.998489" y="352.47803" id="tspan3949">3.9%</tspan></text>
</g>
<g transform="translate(356.15667,46.418133)" id="g3951">
<text x="39.683895" y="325.39902" style="font-size:24.31262589px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial" id="text3953" xml:space="preserve"><tspan x="39.683895" y="325.39902" id="tspan3955">E</tspan></text>
<text x="39.998489" y="352.47803" style="font-size:24.31262589px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial" id="text3957" xml:space="preserve"><tspan x="39.998489" y="352.47803" id="tspan3959">8.1%</tspan></text>
</g>
<g transform="translate(577.00821,-236.42621)" id="g3961">
<text x="39.683895" y="325.39902" style="font-size:24.31262589px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial" id="text3963" xml:space="preserve"><tspan x="39.683895" y="325.39902" id="tspan3965">C</tspan></text>
<text x="39.998489" y="352.47803" style="font-size:24.31262589px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial" id="text3967" xml:space="preserve"><tspan x="39.998489" y="352.47803" id="tspan3969">34.3%</tspan></text>
</g>
<g transform="translate(221.31796,-210.54071)" id="g3971">
<text x="39.683895" y="325.39902" style="font-size:24.31262589px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial" id="text3973" xml:space="preserve"><tspan x="39.683895" y="325.39902" id="tspan3975">B</tspan></text>
<text x="39.998489" y="352.47803" style="font-size:24.31262589px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial" id="text3977" xml:space="preserve"><tspan x="39.998489" y="352.47803" id="tspan3979">38.4%</tspan></text>
</g>
<g transform="translate(-8.0126361,-195.80692)" id="g3981">
<text x="39.683895" y="325.39902" style="font-size:24.31262589px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial" id="text3983" xml:space="preserve"><tspan x="39.683895" y="325.39902" id="tspan3985">A</tspan></text>
<text x="39.998489" y="352.47803" style="font-size:24.31262589px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial" id="text3987" xml:space="preserve"><tspan x="39.998489" y="352.47803" id="tspan3989">3.3%</tspan></text>
</g>
</g>
</svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" width="680px" height="800px" viewBox="0 0 680 800" version="1.1">
<g stroke="#4B32E9" stroke-width="0.625" stroke-opacity="0.6">
<line x1="174" y1="88" x2="240" y2="87"/>
<line x1="174" y1="88" x2="162" y2="196"/>
<line x1="174" y1="88" x2="241" y2="195"/>
<line x1="240" y1="87" x2="162" y2="196"/>
<line x1="240" y1="87" x2="241" y2="195"/>
<line x1="207" y1="171" x2="240" y2="87"/>
<line x1="207" y1="171" x2="198" y2="195"/>
<line x1="207" y1="171" x2="189" y2="290"/>
<line x1="207" y1="171" x2="215" y2="290"/>
<line x1="162" y1="196" x2="241" y2="195"/>
<line x1="198" y1="195" x2="128" y2="221"/>
<line x1="198" y1="195" x2="215" y2="290"/>
<line x1="241" y1="195" x2="193" y2="322"/>
<line x1="128" y1="221" x2="189" y2="290"/>
<line x1="128" y1="221" x2="90" y2="298"/>
<line x1="128" y1="221" x2="61" y2="316"/>
<line x1="128" y1="221" x2="50" y2="382"/>
<line x1="128" y1="221" x2="175" y2="373"/>
<line x1="128" y1="221" x2="218" y2="374"/>
<line x1="128" y1="221" x2="103" y2="415"/>
<line x1="128" y1="221" x2="43" y2="440"/>
<line x1="128" y1="221" x2="218" y2="436"/>
<line x1="128" y1="221" x2="227" y2="412"/>
<line x1="128" y1="221" x2="110" y2="472"/>
<line x1="128" y1="221" x2="201" y2="457"/>
<line x1="128" y1="221" x2="206" y2="510"/>
<line x1="128" y1="221" x2="204" y2="541"/>
<line x1="128" y1="221" x2="243" y2="566"/>
<line x1="301" y1="192" x2="207" y2="251"/>
<line x1="301" y1="192" x2="189" y2="290"/>
<line x1="301" y1="192" x2="269" y2="329"/>
<line x1="155" y1="224" x2="305" y2="300"/>
<line x1="155" y1="224" x2="90" y2="298"/>
<line x1="155" y1="224" x2="20" y2="390"/>
<line x1="155" y1="224" x2="335" y2="405"/>
<line x1="155" y1="224" x2="105" y2="455"/>
<line x1="155" y1="224" x2="216" y2="420"/>
<line x1="155" y1="224" x2="218" y2="436"/>
<line x1="155" y1="224" x2="246" y2="420"/>
<line x1="155" y1="224" x2="258" y2="428"/>
<line x1="155" y1="224" x2="280" y2="456"/>
<line x1="155" y1="224" x2="172" y2="484"/>
<line x1="155" y1="224" x2="201" y2="457"/>
<line x1="155" y1="224" x2="39" y2="500"/>
<line x1="155" y1="224" x2="130" y2="549"/>
<line x1="155" y1="224" x2="243" y2="566"/>
<line x1="241" y1="226" x2="215" y2="290"/>
<line x1="241" y1="226" x2="149" y2="361"/>
<line x1="241" y1="226" x2="243" y2="350"/>
<line x1="241" y1="226" x2="20" y2="390"/>
<line x1="241" y1="226" x2="197" y2="369"/>
<line x1="241" y1="226" x2="142" y2="424"/>
<line x1="241" y1="226" x2="332" y2="457"/>
<line x1="241" y1="226" x2="293" y2="519"/>
<line x1="241" y1="226" x2="130" y2="549"/>
<line x1="72" y1="232" x2="215" y2="290"/>
<line x1="72" y1="232" x2="154" y2="334"/>
<line x1="207" y1="251" x2="174" y2="277"/>
<line x1="207" y1="251" x2="149" y2="361"/>
<line x1="207" y1="251" x2="20" y2="390"/>
<line x1="207" y1="251" x2="218" y2="374"/>
<line x1="207" y1="251" x2="70" y2="448"/>
<line x1="207" y1="251" x2="258" y2="428"/>
<line x1="207" y1="251" x2="236" y2="474"/>
<line x1="207" y1="251" x2="291" y2="483"/>
<line x1="207" y1="251" x2="39" y2="500"/>
<line x1="269" y1="253" x2="305" y2="300"/>
<line x1="269" y1="253" x2="90" y2="298"/>
<line x1="269" y1="253" x2="154" y2="334"/>
<line x1="269" y1="253" x2="193" y2="322"/>
<line x1="269" y1="253" x2="61" y2="316"/>
<line x1="269" y1="253" x2="218" y2="374"/>
<line x1="269" y1="253" x2="116" y2="410"/>
<line x1="269" y1="253" x2="191" y2="398"/>
<line x1="269" y1="253" x2="135" y2="444"/>
<line x1="269" y1="253" x2="190" y2="421"/>
<line x1="269" y1="253" x2="159" y2="477"/>
<line x1="269" y1="253" x2="39" y2="500"/>
<line x1="269" y1="253" x2="142" y2="576"/>
<line x1="88" y1="267" x2="288" y2="282"/>
<line x1="88" y1="267" x2="107" y2="337"/>
<line x1="88" y1="267" x2="269" y2="329"/>
<line x1="88" y1="267" x2="20" y2="390"/>
<line x1="88" y1="267" x2="191" y2="398"/>
<line x1="88" y1="267" x2="335" y2="405"/>
<line x1="88" y1="267" x2="291" y2="434"/>
<line x1="88" y1="267" x2="140" y2="479"/>
<line x1="88" y1="267" x2="243" y2="465"/>
<line x1="88" y1="267" x2="291" y2="483"/>
<line x1="88" y1="267" x2="146" y2="507"/>
<line x1="88" y1="267" x2="206" y2="510"/>
<line x1="88" y1="267" x2="234" y2="510"/>
<line x1="88" y1="267" x2="45" y2="531"/>
<line x1="88" y1="267" x2="162" y2="598"/>
<line x1="118" y1="270" x2="55" y2="303"/>
<line x1="118" y1="270" x2="149" y2="361"/>
<line x1="118" y1="270" x2="197" y2="369"/>
<line x1="118" y1="270" x2="186" y2="440"/>
<line x1="118" y1="270" x2="172" y2="484"/>
<line x1="118" y1="270" x2="186" y2="509"/>
<line x1="118" y1="270" x2="243" y2="566"/>
<line x1="174" y1="277" x2="20" y2="390"/>
<line x1="174" y1="277" x2="117" y2="376"/>
<line x1="174" y1="277" x2="175" y2="373"/>
<line x1="174" y1="277" x2="197" y2="369"/>
<line x1="174" y1="277" x2="240" y2="374"/>
<line x1="174" y1="277" x2="142" y2="424"/>
<line x1="174" y1="277" x2="301" y2="451"/>
<line x1="174" y1="277" x2="140" y2="479"/>
<line x1="174" y1="277" x2="243" y2="465"/>
<line x1="174" y1="277" x2="146" y2="507"/>
<line x1="174" y1="277" x2="186" y2="509"/>
<line x1="174" y1="277" x2="229" y2="496"/>
<line x1="174" y1="277" x2="234" y2="510"/>
<line x1="174" y1="277" x2="293" y2="519"/>
<line x1="174" y1="277" x2="272" y2="542"/>
<line x1="189" y1="290" x2="215" y2="290"/>
<line x1="189" y1="290" x2="154" y2="334"/>
<line x1="189" y1="290" x2="219" y2="322"/>
<line x1="189" y1="290" x2="240" y2="327"/>
<line x1="189" y1="290" x2="269" y2="329"/>
<line x1="189" y1="290" x2="243" y2="350"/>
<line x1="189" y1="290" x2="272" y2="357"/>
<line x1="189" y1="290" x2="301" y2="346"/>
<line x1="189" y1="290" x2="75" y2="383"/>
<line x1="189" y1="290" x2="117" y2="376"/>
<line x1="189" y1="290" x2="137" y2="382"/>
<line x1="189" y1="290" x2="175" y2="373"/>
<line x1="189" y1="290" x2="103" y2="415"/>
<line x1="189" y1="290" x2="116" y2="410"/>
<line x1="189" y1="290" x2="129" y2="400"/>
<line x1="189" y1="290" x2="191" y2="398"/>
<line x1="189" y1="290" x2="335" y2="405"/>
<line x1="189" y1="290" x2="43" y2="440"/>
<line x1="189" y1="290" x2="105" y2="455"/>
<line x1="189" y1="290" x2="186" y2="440"/>
<line x1="189" y1="290" x2="190" y2="421"/>
<line x1="189" y1="290" x2="218" y2="436"/>
<line x1="189" y1="290" x2="227" y2="412"/>
<line x1="189" y1="290" x2="291" y2="434"/>
<line x1="189" y1="290" x2="315" y2="435"/>
<line x1="189" y1="290" x2="280" y2="456"/>
<line x1="189" y1="290" x2="110" y2="472"/>
<line x1="189" y1="290" x2="140" y2="479"/>
<line x1="189" y1="290" x2="159" y2="477"/>
<line x1="189" y1="290" x2="167" y2="450"/>
<line x1="189" y1="290" x2="172" y2="484"/>
<line x1="189" y1="290" x2="236" y2="474"/>
<line x1="189" y1="290" x2="243" y2="465"/>
<line x1="189" y1="290" x2="291" y2="483"/>
<line x1="189" y1="290" x2="186" y2="509"/>
<line x1="189" y1="290" x2="206" y2="510"/>
<line x1="189" y1="290" x2="234" y2="510"/>
<line x1="189" y1="290" x2="263" y2="507"/>
<line x1="189" y1="290" x2="130" y2="549"/>
<line x1="189" y1="290" x2="272" y2="542"/>
<line x1="189" y1="290" x2="275" y2="527"/>
<line x1="215" y1="290" x2="219" y2="322"/>
<line x1="215" y1="290" x2="240" y2="327"/>
<line x1="215" y1="290" x2="149" y2="361"/>
<line x1="215" y1="290" x2="272" y2="357"/>
<line x1="215" y1="290" x2="301" y2="346"/>
<line x1="215" y1="290" x2="75" y2="383"/>
<line x1="215" y1="290" x2="137" y2="382"/>
<line x1="215" y1="290" x2="175" y2="373"/>
<line x1="215" y1="290" x2="191" y2="398"/>
<line x1="215" y1="290" x2="311" y2="405"/>
<line x1="215" y1="290" x2="105" y2="455"/>
<line x1="215" y1="290" x2="135" y2="444"/>
<line x1="215" y1="290" x2="190" y2="421"/>
<line x1="215" y1="290" x2="216" y2="420"/>
<line x1="215" y1="290" x2="218" y2="436"/>
<line x1="215" y1="290" x2="227" y2="412"/>
<line x1="215" y1="290" x2="246" y2="420"/>
<line x1="215" y1="290" x2="258" y2="428"/>
<line x1="215" y1="290" x2="315" y2="435"/>
<line x1="215" y1="290" x2="332" y2="457"/>
<line x1="215" y1="290" x2="159" y2="477"/>
<line x1="215" y1="290" x2="172" y2="484"/>
<line x1="215" y1="290" x2="201" y2="457"/>
<line x1="215" y1="290" x2="209" y2="480"/>
<line x1="215" y1="290" x2="236" y2="474"/>
<line x1="215" y1="290" x2="146" y2="507"/>
<line x1="215" y1="290" x2="206" y2="510"/>
<line x1="215" y1="290" x2="229" y2="496"/>
<line x1="215" y1="290" x2="234" y2="510"/>
<line x1="215" y1="290" x2="130" y2="549"/>
<line x1="215" y1="290" x2="275" y2="527"/>
<line x1="288" y1="282" x2="90" y2="298"/>
<line x1="288" y1="282" x2="193" y2="322"/>
<line x1="288" y1="282" x2="240" y2="327"/>
<line x1="288" y1="282" x2="50" y2="382"/>
<line x1="288" y1="282" x2="116" y2="410"/>
<line x1="288" y1="282" x2="142" y2="424"/>
<line x1="288" y1="282" x2="191" y2="398"/>
<line x1="288" y1="282" x2="332" y2="457"/>
<line x1="288" y1="282" x2="201" y2="457"/>
<line x1="288" y1="282" x2="186" y2="509"/>
<line x1="288" y1="282" x2="293" y2="519"/>
<line x1="288" y1="282" x2="169" y2="556"/>
<line x1="288" y1="282" x2="204" y2="541"/>
<line x1="288" y1="282" x2="162" y2="598"/>
<line x1="55" y1="303" x2="269" y2="397"/>
<line x1="55" y1="303" x2="43" y2="440"/>
<line x1="55" y1="303" x2="70" y2="448"/>
<line x1="55" y1="303" x2="258" y2="428"/>
<line x1="55" y1="303" x2="167" y2="450"/>
<line x1="55" y1="303" x2="243" y2="465"/>
<line x1="55" y1="303" x2="229" y2="496"/>
<line x1="55" y1="303" x2="45" y2="531"/>
<line x1="55" y1="303" x2="73" y2="532"/>
<line x1="55" y1="303" x2="94" y2="563"/>
<line x1="55" y1="303" x2="130" y2="549"/>
<line x1="55" y1="303" x2="204" y2="541"/>
<line x1="55" y1="303" x2="243" y2="566"/>
<line x1="55" y1="303" x2="272" y2="542"/>
<line x1="305" y1="300" x2="240" y2="327"/>
<line x1="305" y1="300" x2="61" y2="316"/>
<line x1="305" y1="300" x2="301" y2="346"/>
<line x1="305" y1="300" x2="137" y2="382"/>
<line x1="305" y1="300" x2="315" y2="381"/>
<line x1="305" y1="300" x2="43" y2="440"/>
<line x1="305" y1="300" x2="246" y2="420"/>
<line x1="305" y1="300" x2="258" y2="428"/>
<line x1="305" y1="300" x2="159" y2="477"/>
<line x1="305" y1="300" x2="172" y2="484"/>
<line x1="305" y1="300" x2="243" y2="465"/>
<line x1="90" y1="298" x2="218" y2="374"/>
<line x1="90" y1="298" x2="315" y2="381"/>
<line x1="90" y1="298" x2="13" y2="430"/>
<line x1="90" y1="298" x2="163" y2="413"/>
<line x1="90" y1="298" x2="43" y2="440"/>
<line x1="90" y1="298" x2="135" y2="444"/>
<line x1="90" y1="298" x2="186" y2="440"/>
<line x1="90" y1="298" x2="140" y2="479"/>
<line x1="90" y1="298" x2="201" y2="457"/>
<line x1="90" y1="298" x2="142" y2="576"/>
<line x1="107" y1="337" x2="154" y2="334"/>
<line x1="107" y1="337" x2="193" y2="322"/>
<line x1="107" y1="337" x2="106" y2="355"/>
<line x1="107" y1="337" x2="149" y2="361"/>
<line x1="107" y1="337" x2="243" y2="350"/>
<line x1="107" y1="337" x2="301" y2="346"/>
<line x1="107" y1="337" x2="175" y2="373"/>
<line x1="107" y1="337" x2="218" y2="374"/>
<line x1="107" y1="337" x2="129" y2="400"/>
<line x1="107" y1="337" x2="191" y2="398"/>
<line x1="107" y1="337" x2="269" y2="397"/>
<line x1="107" y1="337" x2="311" y2="405"/>
<line x1="107" y1="337" x2="105" y2="455"/>
<line x1="107" y1="337" x2="186" y2="440"/>
<line x1="107" y1="337" x2="190" y2="421"/>
<line x1="107" y1="337" x2="227" y2="412"/>
<line x1="107" y1="337" x2="246" y2="420"/>
<line x1="107" y1="337" x2="258" y2="428"/>
<line x1="107" y1="337" x2="291" y2="434"/>
<line x1="107" y1="337" x2="301" y2="451"/>
<line x1="107" y1="337" x2="332" y2="457"/>
<line x1="107" y1="337" x2="280" y2="456"/>
<line x1="107" y1="337" x2="110" y2="472"/>
<line x1="107" y1="337" x2="167" y2="450"/>
<line x1="107" y1="337" x2="209" y2="480"/>
<line x1="107" y1="337" x2="236" y2="474"/>
<line x1="107" y1="337" x2="291" y2="483"/>
<line x1="107" y1="337" x2="206" y2="510"/>
<line x1="107" y1="337" x2="293" y2="519"/>
<line x1="107" y1="337" x2="275" y2="527"/>
<line x1="154" y1="334" x2="219" y2="322"/>
<line x1="154" y1="334" x2="240" y2="327"/>
<line x1="154" y1="334" x2="243" y2="350"/>
<line x1="154" y1="334" x2="75" y2="383"/>
<line x1="154" y1="334" x2="117" y2="376"/>
<line x1="154" y1="334" x2="175" y2="373"/>
<line x1="154" y1="334" x2="197" y2="369"/>
<line x1="154" y1="334" x2="218" y2="374"/>
<line x1="154" y1="334" x2="315" y2="381"/>
<line x1="154" y1="334" x2="103" y2="415"/>
<line x1="154" y1="334" x2="116" y2="410"/>
<line x1="154" y1="334" x2="224" y2="393"/>
<line x1="154" y1="334" x2="269" y2="397"/>
<line x1="154" y1="334" x2="311" y2="405"/>
<line x1="154" y1="334" x2="335" y2="405"/>
<line x1="154" y1="334" x2="70" y2="448"/>
<line x1="154" y1="334" x2="135" y2="444"/>
<line x1="154" y1="334" x2="186" y2="440"/>
<line x1="154" y1="334" x2="190" y2="421"/>
<line x1="154" y1="334" x2="315" y2="435"/>
<line x1="154" y1="334" x2="301" y2="451"/>
<line x1="154" y1="334" x2="332" y2="457"/>
<line x1="154" y1="334" x2="280" y2="456"/>
<line x1="154" y1="334" x2="110" y2="472"/>
<line x1="154" y1="334" x2="209" y2="480"/>
<line x1="154" y1="334" x2="236" y2="474"/>
<line x1="154" y1="334" x2="146" y2="507"/>
<line x1="154" y1="334" x2="234" y2="510"/>
<line x1="154" y1="334" x2="263" y2="507"/>
<line x1="154" y1="334" x2="293" y2="519"/>
<line x1="154" y1="334" x2="312" y2="504"/>
<line x1="154" y1="334" x2="169" y2="556"/>
<line x1="154" y1="334" x2="243" y2="566"/>
<line x1="154" y1="334" x2="272" y2="542"/>
<line x1="193" y1="322" x2="219" y2="322"/>
<line x1="193" y1="322" x2="240" y2="327"/>
<line x1="193" y1="322" x2="269" y2="329"/>
<line x1="193" y1="322" x2="243" y2="350"/>
<line x1="193" y1="322" x2="272" y2="357"/>
<line x1="193" y1="322" x2="137" y2="382"/>
<line x1="193" y1="322" x2="218" y2="374"/>
<line x1="193" y1="322" x2="240" y2="374"/>
<line x1="193" y1="322" x2="315" y2="381"/>
<line x1="193" y1="322" x2="103" y2="415"/>
<line x1="193" y1="322" x2="116" y2="410"/>
<line x1="193" y1="322" x2="129" y2="400"/>
<line x1="193" y1="322" x2="142" y2="424"/>
<line x1="193" y1="322" x2="163" y2="413"/>
<line x1="193" y1="322" x2="191" y2="398"/>
<line x1="193" y1="322" x2="224" y2="393"/>
<line x1="193" y1="322" x2="269" y2="397"/>
<line x1="193" y1="322" x2="335" y2="405"/>
<line x1="193" y1="322" x2="70" y2="448"/>
<line x1="193" y1="322" x2="105" y2="455"/>
<line x1="193" y1="322" x2="135" y2="444"/>
<line x1="193" y1="322" x2="216" y2="420"/>
<line x1="193" y1="322" x2="218" y2="436"/>
<line x1="193" y1="322" x2="246" y2="420"/>
<line x1="193" y1="322" x2="258" y2="428"/>
<line x1="193" y1="322" x2="301" y2="451"/>
<line x1="193" y1="322" x2="140" y2="479"/>
<line x1="193" y1="322" x2="201" y2="457"/>
<line x1="193" y1="322" x2="209" y2="480"/>
<line x1="193" y1="322" x2="236" y2="474"/>
<line x1="193" y1="322" x2="206" y2="510"/>
<line x1="193" y1="322" x2="234" y2="510"/>
<line x1="193" y1="322" x2="130" y2="549"/>
<line x1="193" y1="322" x2="272" y2="542"/>
<line x1="193" y1="322" x2="275" y2="527"/>
<line x1="219" y1="322" x2="240" y2="327"/>
<line x1="219" y1="322" x2="195" y2="347"/>
<line x1="219" y1="322" x2="243" y2="350"/>
<line x1="219" y1="322" x2="272" y2="357"/>
<line x1="219" y1="322" x2="75" y2="383"/>
<line x1="219" y1="322" x2="137" y2="382"/>
<line x1="219" y1="322" x2="175" y2="373"/>
<line x1="219" y1="322" x2="197" y2="369"/>
<line x1="219" y1="322" x2="218" y2="374"/>
<line x1="219" y1="322" x2="240" y2="374"/>
<line x1="219" y1="322" x2="315" y2="381"/>
<line x1="219" y1="322" x2="142" y2="424"/>
<line x1="219" y1="322" x2="163" y2="413"/>
<line x1="219" y1="322" x2="311" y2="405"/>
<line x1="219" y1="322" x2="335" y2="405"/>
<line x1="219" y1="322" x2="43" y2="440"/>
<line x1="219" y1="322" x2="70" y2="448"/>
<line x1="219" y1="322" x2="135" y2="444"/>
<line x1="219" y1="322" x2="190" y2="421"/>
<line x1="219" y1="322" x2="227" y2="412"/>
<line x1="219" y1="322" x2="246" y2="420"/>
<line x1="219" y1="322" x2="258" y2="428"/>
<line x1="219" y1="322" x2="250" y2="440"/>
<line x1="219" y1="322" x2="301" y2="451"/>
<line x1="219" y1="322" x2="332" y2="457"/>
<line x1="219" y1="322" x2="140" y2="479"/>
<line x1="219" y1="322" x2="201" y2="457"/>
<line x1="219" y1="322" x2="209" y2="480"/>
<line x1="219" y1="322" x2="236" y2="474"/>
<line x1="219" y1="322" x2="243" y2="465"/>
<line x1="219" y1="322" x2="260" y2="471"/>
<line x1="219" y1="322" x2="291" y2="483"/>
<line x1="219" y1="322" x2="146" y2="507"/>
<line x1="219" y1="322" x2="186" y2="509"/>
<line x1="219" y1="322" x2="206" y2="510"/>
<line x1="219" y1="322" x2="234" y2="510"/>
<line x1="219" y1="322" x2="263" y2="507"/>
<line x1="219" y1="322" x2="312" y2="504"/>
<line x1="219" y1="322" x2="130" y2="549"/>
<line x1="219" y1="322" x2="275" y2="527"/>
<line x1="240" y1="327" x2="106" y2="355"/>
<line x1="240" y1="327" x2="243" y2="350"/>
<line x1="240" y1="327" x2="117" y2="376"/>
<line x1="240" y1="327" x2="175" y2="373"/>
<line x1="240" y1="327" x2="218" y2="374"/>
<line x1="240" y1="327" x2="240" y2="374"/>
<line x1="240" y1="327" x2="315" y2="381"/>
<line x1="240" y1="327" x2="129" y2="400"/>
<line x1="240" y1="327" x2="163" y2="413"/>
<line x1="240" y1="327" x2="191" y2="398"/>
<line x1="240" y1="327" x2="335" y2="405"/>
<line x1="240" y1="327" x2="190" y2="421"/>
<line x1="240" y1="327" x2="216" y2="420"/>
<line x1="240" y1="327" x2="227" y2="412"/>
<line x1="240" y1="327" x2="258" y2="428"/>
<line x1="240" y1="327" x2="291" y2="434"/>
<line x1="240" y1="327" x2="301" y2="451"/>
<line x1="240" y1="327" x2="280" y2="456"/>
<line x1="240" y1="327" x2="167" y2="450"/>
<line x1="240" y1="327" x2="209" y2="480"/>
<line x1="240" y1="327" x2="243" y2="465"/>
<line x1="240" y1="327" x2="260" y2="471"/>
<line x1="240" y1="327" x2="291" y2="483"/>
<line x1="240" y1="327" x2="186" y2="509"/>
<line x1="240" y1="327" x2="293" y2="519"/>
<line x1="240" y1="327" x2="275" y2="527"/>
<line x1="269" y1="329" x2="195" y2="347"/>
<line x1="269" y1="329" x2="272" y2="357"/>
<line x1="269" y1="329" x2="75" y2="383"/>
<line x1="269" y1="329" x2="117" y2="376"/>
<line x1="269" y1="329" x2="197" y2="369"/>
<line x1="269" y1="329" x2="218" y2="374"/>
<line x1="269" y1="329" x2="240" y2="374"/>
<line x1="269" y1="329" x2="129" y2="400"/>
<line x1="269" y1="329" x2="269" y2="397"/>
<line x1="269" y1="329" x2="311" y2="405"/>
<line x1="269" y1="329" x2="70" y2="448"/>
<line x1="269" y1="329" x2="105" y2="455"/>
<line x1="269" y1="329" x2="190" y2="421"/>
<line x1="269" y1="329" x2="218" y2="436"/>
<line x1="269" y1="329" x2="227" y2="412"/>
<line x1="269" y1="329" x2="258" y2="428"/>
<line x1="269" y1="329" x2="280" y2="456"/>
<line x1="269" y1="329" x2="140" y2="479"/>
<line x1="269" y1="329" x2="201" y2="457"/>
<line x1="269" y1="329" x2="236" y2="474"/>
<line x1="269" y1="329" x2="260" y2="471"/>
<line x1="269" y1="329" x2="291" y2="483"/>
<line x1="269" y1="329" x2="146" y2="507"/>
<line x1="269" y1="329" x2="186" y2="509"/>
<line x1="269" y1="329" x2="206" y2="510"/>
<line x1="269" y1="329" x2="229" y2="496"/>
<line x1="269" y1="329" x2="234" y2="510"/>
<line x1="269" y1="329" x2="130" y2="549"/>
<line x1="269" y1="329" x2="243" y2="566"/>
<line x1="269" y1="329" x2="272" y2="542"/>
<line x1="269" y1="329" x2="275" y2="527"/>
<line x1="61" y1="316" x2="195" y2="347"/>
<line x1="61" y1="316" x2="240" y2="374"/>
<line x1="61" y1="316" x2="103" y2="415"/>
<line x1="61" y1="316" x2="163" y2="413"/>
<line x1="61" y1="316" x2="70" y2="448"/>
<line x1="61" y1="316" x2="332" y2="457"/>
<line x1="61" y1="316" x2="159" y2="477"/>
<line x1="61" y1="316" x2="146" y2="507"/>
<line x1="49" y1="342" x2="272" y2="357"/>
<line x1="49" y1="342" x2="20" y2="390"/>
<line x1="49" y1="342" x2="50" y2="382"/>
<line x1="49" y1="342" x2="137" y2="382"/>
<line x1="49" y1="342" x2="191" y2="398"/>
<line x1="49" y1="342" x2="311" y2="405"/>
<line x1="49" y1="342" x2="190" y2="421"/>
<line x1="49" y1="342" x2="216" y2="420"/>
<line x1="49" y1="342" x2="218" y2="436"/>
<line x1="49" y1="342" x2="258" y2="428"/>
<line x1="49" y1="342" x2="236" y2="474"/>
<line x1="49" y1="342" x2="130" y2="549"/>
<line x1="49" y1="342" x2="243" y2="566"/>
<line x1="49" y1="342" x2="275" y2="527"/>
<line x1="106" y1="355" x2="195" y2="347"/>
<line x1="106" y1="355" x2="272" y2="357"/>
<line x1="106" y1="355" x2="301" y2="346"/>
<line x1="106" y1="355" x2="75" y2="383"/>
<line x1="106" y1="355" x2="218" y2="374"/>
<line x1="106" y1="355" x2="240" y2="374"/>
<line x1="106" y1="355" x2="224" y2="393"/>
<line x1="106" y1="355" x2="135" y2="444"/>
<line x1="106" y1="355" x2="216" y2="420"/>
<line x1="106" y1="355" x2="218" y2="436"/>
<line x1="106" y1="355" x2="227" y2="412"/>
<line x1="106" y1="355" x2="246" y2="420"/>
<line x1="106" y1="355" x2="258" y2="428"/>
<line x1="106" y1="355" x2="291" y2="434"/>
<line x1="106" y1="355" x2="315" y2="435"/>
<line x1="106" y1="355" x2="301" y2="451"/>
<line x1="106" y1="355" x2="332" y2="457"/>
<line x1="106" y1="355" x2="110" y2="472"/>
<line x1="106" y1="355" x2="140" y2="479"/>
<line x1="106" y1="355" x2="159" y2="477"/>
<line x1="106" y1="355" x2="167" y2="450"/>
<line x1="106" y1="355" x2="172" y2="484"/>
<line x1="106" y1="355" x2="201" y2="457"/>
<line x1="106" y1="355" x2="209" y2="480"/>
<line x1="106" y1="355" x2="236" y2="474"/>
<line x1="106" y1="355" x2="291" y2="483"/>
<line x1="106" y1="355" x2="186" y2="509"/>
<line x1="106" y1="355" x2="293" y2="519"/>
<line x1="106" y1="355" x2="312" y2="504"/>
<line x1="106" y1="355" x2="169" y2="556"/>
<line x1="106" y1="355" x2="243" y2="566"/>
<line x1="149" y1="361" x2="272" y2="357"/>
<line x1="149" y1="361" x2="301" y2="346"/>
<line x1="149" y1="361" x2="75" y2="383"/>
<line x1="149" y1="361" x2="117" y2="376"/>
<line x1="149" y1="361" x2="175" y2="373"/>
<line x1="149" y1="361" x2="240" y2="374"/>
<line x1="149" y1="361" x2="315" y2="381"/>
<line x1="149" y1="361" x2="103" y2="415"/>
<line x1="149" y1="361" x2="116" y2="410"/>
<line x1="149" y1="361" x2="163" y2="413"/>
<line x1="149" y1="361" x2="269" y2="397"/>
<line x1="149" y1="361" x2="311" y2="405"/>
<line x1="149" y1="361" x2="335" y2="405"/>
<line x1="149" y1="361" x2="70" y2="448"/>
<line x1="149" y1="361" x2="135" y2="444"/>
<line x1="149" y1="361" x2="186" y2="440"/>
<line x1="149" y1="361" x2="218" y2="436"/>
<line x1="149" y1="361" x2="246" y2="420"/>
<line x1="149" y1="361" x2="258" y2="428"/>
<line x1="149" y1="361" x2="250" y2="440"/>
<line x1="149" y1="361" x2="280" y2="456"/>
<line x1="149" y1="361" x2="140" y2="479"/>
<line x1="149" y1="361" x2="159" y2="477"/>
<line x1="149" y1="361" x2="167" y2="450"/>
<line x1="149" y1="361" x2="172" y2="484"/>
<line x1="149" y1="361" x2="201" y2="457"/>
<line x1="149" y1="361" x2="243" y2="465"/>
<line x1="149" y1="361" x2="260" y2="471"/>
<line x1="149" y1="361" x2="291" y2="483"/>
<line x1="149" y1="361" x2="186" y2="509"/>
<line x1="149" y1="361" x2="206" y2="510"/>
<line x1="149" y1="361" x2="234" y2="510"/>
<line x1="149" y1="361" x2="312" y2="504"/>
<line x1="149" y1="361" x2="130" y2="549"/>
<line x1="149" y1="361" x2="243" y2="566"/>
<line x1="195" y1="347" x2="243" y2="350"/>
<line x1="195" y1="347" x2="75" y2="383"/>
<line x1="195" y1="347" x2="175" y2="373"/>
<line x1="195" y1="347" x2="197" y2="369"/>
<line x1="195" y1="347" x2="218" y2="374"/>
<line x1="195" y1="347" x2="315" y2="381"/>
<line x1="195" y1="347" x2="129" y2="400"/>
<line x1="195" y1="347" x2="142" y2="424"/>
<line x1="195" y1="347" x2="163" y2="413"/>
<line x1="195" y1="347" x2="191" y2="398"/>
<line x1="195" y1="347" x2="269" y2="397"/>
<line x1="195" y1="347" x2="311" y2="405"/>
<line x1="195" y1="347" x2="70" y2="448"/>
<line x1="195" y1="347" x2="135" y2="444"/>
<line x1="195" y1="347" x2="186" y2="440"/>
<line x1="195" y1="347" x2="227" y2="412"/>
<line x1="195" y1="347" x2="246" y2="420"/>
<line x1="195" y1="347" x2="258" y2="428"/>
<line x1="195" y1="347" x2="250" y2="440"/>
<line x1="195" y1="347" x2="291" y2="434"/>
<line x1="195" y1="347" x2="301" y2="451"/>
<line x1="195" y1="347" x2="280" y2="456"/>
<line x1="195" y1="347" x2="140" y2="479"/>
<line x1="195" y1="347" x2="167" y2="450"/>
<line x1="195" y1="347" x2="243" y2="465"/>
<line x1="195" y1="347" x2="291" y2="483"/>
<line x1="195" y1="347" x2="146" y2="507"/>
<line x1="195" y1="347" x2="229" y2="496"/>
<line x1="195" y1="347" x2="234" y2="510"/>
<line x1="195" y1="347" x2="263" y2="507"/>
<line x1="195" y1="347" x2="293" y2="519"/>
<line x1="195" y1="347" x2="204" y2="541"/>
<line x1="195" y1="347" x2="243" y2="566"/>
<line x1="195" y1="347" x2="275" y2="527"/>
<line x1="243" y1="350" x2="272" y2="357"/>
<line x1="243" y1="350" x2="137" y2="382"/>
<line x1="243" y1="350" x2="175" y2="373"/>
<line x1="243" y1="350" x2="240" y2="374"/>
<line x1="243" y1="350" x2="315" y2="381"/>
<line x1="243" y1="350" x2="103" y2="415"/>
<line x1="243" y1="350" x2="142" y2="424"/>
<line x1="243" y1="350" x2="163" y2="413"/>
<line x1="243" y1="350" x2="269" y2="397"/>
<line x1="243" y1="350" x2="335" y2="405"/>
<line x1="243" y1="350" x2="105" y2="455"/>
<line x1="243" y1="350" x2="186" y2="440"/>
<line x1="243" y1="350" x2="246" y2="420"/>
<line x1="243" y1="350" x2="258" y2="428"/>
<line x1="243" y1="350" x2="250" y2="440"/>
<line x1="243" y1="350" x2="315" y2="435"/>
<line x1="243" y1="350" x2="301" y2="451"/>
<line x1="243" y1="350" x2="280" y2="456"/>
<line x1="243" y1="350" x2="140" y2="479"/>
<line x1="243" y1="350" x2="167" y2="450"/>
<line x1="243" y1="350" x2="201" y2="457"/>
<line x1="243" y1="350" x2="209" y2="480"/>
<line x1="243" y1="350" x2="236" y2="474"/>
<line x1="243" y1="350" x2="243" y2="465"/>
<line x1="243" y1="350" x2="146" y2="507"/>
<line x1="243" y1="350" x2="186" y2="509"/>
<line x1="243" y1="350" x2="206" y2="510"/>
<line x1="243" y1="350" x2="229" y2="496"/>
<line x1="243" y1="350" x2="312" y2="504"/>
<line x1="243" y1="350" x2="130" y2="549"/>
<line x1="243" y1="350" x2="169" y2="556"/>
<line x1="243" y1="350" x2="275" y2="527"/>
<line x1="272" y1="357" x2="75" y2="383"/>
<line x1="272" y1="357" x2="137" y2="382"/>
<line x1="272" y1="357" x2="240" y2="374"/>
<line x1="272" y1="357" x2="315" y2="381"/>
<line x1="272" y1="357" x2="116" y2="410"/>
<line x1="272" y1="357" x2="129" y2="400"/>
<line x1="272" y1="357" x2="142" y2="424"/>
<line x1="272" y1="357" x2="191" y2="398"/>
<line x1="272" y1="357" x2="224" y2="393"/>
<line x1="272" y1="357" x2="269" y2="397"/>
<line x1="272" y1="357" x2="335" y2="405"/>
<line x1="272" y1="357" x2="43" y2="440"/>
<line x1="272" y1="357" x2="70" y2="448"/>
<line x1="272" y1="357" x2="190" y2="421"/>
<line x1="272" y1="357" x2="216" y2="420"/>
<line x1="272" y1="357" x2="246" y2="420"/>
<line x1="272" y1="357" x2="258" y2="428"/>
<line x1="272" y1="357" x2="291" y2="434"/>
<line x1="272" y1="357" x2="280" y2="456"/>
<line x1="272" y1="357" x2="140" y2="479"/>
<line x1="272" y1="357" x2="167" y2="450"/>
<line x1="272" y1="357" x2="172" y2="484"/>
<line x1="272" y1="357" x2="291" y2="483"/>
<line x1="272" y1="357" x2="146" y2="507"/>
<line x1="272" y1="357" x2="206" y2="510"/>
<line x1="272" y1="357" x2="229" y2="496"/>
<line x1="272" y1="357" x2="293" y2="519"/>
<line x1="272" y1="357" x2="130" y2="549"/>
<line x1="272" y1="357" x2="169" y2="556"/>
<line x1="272" y1="357" x2="204" y2="541"/>
<line x1="272" y1="357" x2="243" y2="566"/>
<line x1="272" y1="357" x2="275" y2="527"/>
<line x1="301" y1="346" x2="75" y2="383"/>
<line x1="301" y1="346" x2="137" y2="382"/>
<line x1="301" y1="346" x2="197" y2="369"/>
<line x1="301" y1="346" x2="240" y2="374"/>
<line x1="301" y1="346" x2="315" y2="381"/>
<line x1="301" y1="346" x2="116" y2="410"/>
<line x1="301" y1="346" x2="191" y2="398"/>
<line x1="301" y1="346" x2="224" y2="393"/>
<line x1="301" y1="346" x2="269" y2="397"/>
<line x1="301" y1="346" x2="311" y2="405"/>
<line x1="301" y1="346" x2="43" y2="440"/>
<line x1="301" y1="346" x2="135" y2="444"/>
<line x1="301" y1="346" x2="186" y2="440"/>
<line x1="301" y1="346" x2="190" y2="421"/>
<line x1="301" y1="346" x2="216" y2="420"/>
<line x1="301" y1="346" x2="227" y2="412"/>
<line x1="301" y1="346" x2="246" y2="420"/>
<line x1="301" y1="346" x2="315" y2="435"/>
<line x1="301" y1="346" x2="301" y2="451"/>
<line x1="301" y1="346" x2="280" y2="456"/>
<line x1="301" y1="346" x2="140" y2="479"/>
<line x1="301" y1="346" x2="172" y2="484"/>
<line x1="301" y1="346" x2="243" y2="465"/>
<line x1="301" y1="346" x2="291" y2="483"/>
<line x1="301" y1="346" x2="186" y2="509"/>
<line x1="301" y1="346" x2="229" y2="496"/>
<line x1="301" y1="346" x2="263" y2="507"/>
<line x1="301" y1="346" x2="312" y2="504"/>
<line x1="301" y1="346" x2="130" y2="549"/>
<line x1="301" y1="346" x2="204" y2="541"/>
<line x1="20" y1="390" x2="13" y2="430"/>
<line x1="20" y1="390" x2="142" y2="424"/>
<line x1="20" y1="390" x2="167" y2="450"/>
<line x1="20" y1="390" x2="39" y2="500"/>
<line x1="20" y1="390" x2="206" y2="510"/>
<line x1="20" y1="390" x2="45" y2="531"/>
<line x1="50" y1="382" x2="163" y2="413"/>
<line x1="50" y1="382" x2="191" y2="398"/>
<line x1="50" y1="382" x2="216" y2="420"/>
<line x1="50" y1="382" x2="332" y2="457"/>
<line x1="50" y1="382" x2="201" y2="457"/>
<line x1="50" y1="382" x2="209" y2="480"/>
<line x1="50" y1="382" x2="260" y2="471"/>
<line x1="50" y1="382" x2="146" y2="507"/>
<line x1="50" y1="382" x2="186" y2="509"/>
<line x1="50" y1="382" x2="206" y2="510"/>
<line x1="75" y1="383" x2="175" y2="373"/>
<line x1="75" y1="383" x2="218" y2="374"/>
<line x1="75" y1="383" x2="116" y2="410"/>
<line x1="75" y1="383" x2="191" y2="398"/>
<line x1="75" y1="383" x2="224" y2="393"/>
<line x1="75" y1="383" x2="269" y2="397"/>
<line x1="75" y1="383" x2="311" y2="405"/>
<line x1="75" y1="383" x2="43" y2="440"/>
<line x1="75" y1="383" x2="105" y2="455"/>
<line x1="75" y1="383" x2="218" y2="436"/>
<line x1="75" y1="383" x2="258" y2="428"/>
<line x1="75" y1="383" x2="291" y2="434"/>
<line x1="75" y1="383" x2="315" y2="435"/>
<line x1="75" y1="383" x2="332" y2="457"/>
<line x1="75" y1="383" x2="110" y2="472"/>
<line x1="75" y1="383" x2="201" y2="457"/>
<line x1="75" y1="383" x2="209" y2="480"/>
<line x1="75" y1="383" x2="236" y2="474"/>
<line x1="75" y1="383" x2="146" y2="507"/>
<line x1="75" y1="383" x2="206" y2="510"/>
<line x1="75" y1="383" x2="263" y2="507"/>
<line x1="75" y1="383" x2="312" y2="504"/>
<line x1="75" y1="383" x2="204" y2="541"/>
<line x1="75" y1="383" x2="243" y2="566"/>
<line x1="75" y1="383" x2="272" y2="542"/>
<line x1="117" y1="376" x2="197" y2="369"/>
<line x1="117" y1="376" x2="218" y2="374"/>
<line x1="117" y1="376" x2="315" y2="381"/>
<line x1="117" y1="376" x2="103" y2="415"/>
<line x1="117" y1="376" x2="142" y2="424"/>
<line x1="117" y1="376" x2="163" y2="413"/>
<line x1="117" y1="376" x2="224" y2="393"/>
<line x1="117" y1="376" x2="269" y2="397"/>
<line x1="117" y1="376" x2="70" y2="448"/>
<line x1="117" y1="376" x2="186" y2="440"/>
<line x1="117" y1="376" x2="218" y2="436"/>
<line x1="117" y1="376" x2="250" y2="440"/>
<line x1="117" y1="376" x2="291" y2="434"/>
<line x1="117" y1="376" x2="315" y2="435"/>
<line x1="117" y1="376" x2="332" y2="457"/>
<line x1="117" y1="376" x2="280" y2="456"/>
<line x1="117" y1="376" x2="140" y2="479"/>
<line x1="117" y1="376" x2="159" y2="477"/>
<line x1="117" y1="376" x2="167" y2="450"/>
<line x1="117" y1="376" x2="201" y2="457"/>
<line x1="117" y1="376" x2="236" y2="474"/>
<line x1="117" y1="376" x2="291" y2="483"/>
<line x1="117" y1="376" x2="206" y2="510"/>
<line x1="117" y1="376" x2="229" y2="496"/>
<line x1="117" y1="376" x2="234" y2="510"/>
<line x1="117" y1="376" x2="263" y2="507"/>
<line x1="117" y1="376" x2="293" y2="519"/>
<line x1="117" y1="376" x2="312" y2="504"/>
<line x1="117" y1="376" x2="130" y2="549"/>
<line x1="117" y1="376" x2="275" y2="527"/>
<line x1="137" y1="382" x2="175" y2="373"/>
<line x1="137" y1="382" x2="129" y2="400"/>
<line x1="137" y1="382" x2="163" y2="413"/>
<line x1="137" y1="382" x2="43" y2="440"/>
<line x1="137" y1="382" x2="70" y2="448"/>
<line x1="137" y1="382" x2="105" y2="455"/>
<line x1="137" y1="382" x2="135" y2="444"/>
<line x1="137" y1="382" x2="190" y2="421"/>
<line x1="137" y1="382" x2="216" y2="420"/>
<line x1="137" y1="382" x2="227" y2="412"/>
<line x1="137" y1="382" x2="246" y2="420"/>
<line x1="137" y1="382" x2="258" y2="428"/>
<line x1="137" y1="382" x2="250" y2="440"/>
<line x1="137" y1="382" x2="315" y2="435"/>
<line x1="137" y1="382" x2="280" y2="456"/>
<line x1="137" y1="382" x2="110" y2="472"/>
<line x1="137" y1="382" x2="140" y2="479"/>
<line x1="137" y1="382" x2="159" y2="477"/>
<line x1="137" y1="382" x2="172" y2="484"/>
<line x1="137" y1="382" x2="209" y2="480"/>
<line x1="137" y1="382" x2="260" y2="471"/>
<line x1="137" y1="382" x2="291" y2="483"/>
<line x1="137" y1="382" x2="229" y2="496"/>
<line x1="137" y1="382" x2="263" y2="507"/>
<line x1="137" y1="382" x2="293" y2="519"/>
<line x1="137" y1="382" x2="130" y2="549"/>
<line x1="137" y1="382" x2="204" y2="541"/>
<line x1="137" y1="382" x2="275" y2="527"/>
<line x1="175" y1="373" x2="240" y2="374"/>
<line x1="175" y1="373" x2="103" y2="415"/>
<line x1="175" y1="373" x2="163" y2="413"/>
<line x1="175" y1="373" x2="224" y2="393"/>
<line x1="175" y1="373" x2="269" y2="397"/>
<line x1="175" y1="373" x2="311" y2="405"/>
<line x1="175" y1="373" x2="105" y2="455"/>
<line x1="175" y1="373" x2="190" y2="421"/>
<line x1="175" y1="373" x2="250" y2="440"/>
<line x1="175" y1="373" x2="301" y2="451"/>
<line x1="175" y1="373" x2="332" y2="457"/>
<line x1="175" y1="373" x2="140" y2="479"/>
<line x1="175" y1="373" x2="167" y2="450"/>
<line x1="175" y1="373" x2="236" y2="474"/>
<line x1="175" y1="373" x2="260" y2="471"/>
<line x1="175" y1="373" x2="291" y2="483"/>
<line x1="175" y1="373" x2="186" y2="509"/>
<line x1="175" y1="373" x2="263" y2="507"/>
<line x1="175" y1="373" x2="130" y2="549"/>
<line x1="175" y1="373" x2="204" y2="541"/>
<line x1="175" y1="373" x2="272" y2="542"/>
<line x1="175" y1="373" x2="275" y2="527"/>
<line x1="197" y1="369" x2="218" y2="374"/>
<line x1="197" y1="369" x2="103" y2="415"/>
<line x1="197" y1="369" x2="129" y2="400"/>
<line x1="197" y1="369" x2="142" y2="424"/>
<line x1="197" y1="369" x2="311" y2="405"/>
<line x1="197" y1="369" x2="335" y2="405"/>
<line x1="197" y1="369" x2="43" y2="440"/>
<line x1="197" y1="369" x2="70" y2="448"/>
<line x1="197" y1="369" x2="105" y2="455"/>
<line x1="197" y1="369" x2="135" y2="444"/>
<line x1="197" y1="369" x2="218" y2="436"/>
<line x1="197" y1="369" x2="227" y2="412"/>
<line x1="197" y1="369" x2="246" y2="420"/>
<line x1="197" y1="369" x2="258" y2="428"/>
<line x1="197" y1="369" x2="291" y2="434"/>
<line x1="197" y1="369" x2="280" y2="456"/>
<line x1="197" y1="369" x2="110" y2="472"/>
<line x1="197" y1="369" x2="159" y2="477"/>
<line x1="197" y1="369" x2="172" y2="484"/>
<line x1="197" y1="369" x2="291" y2="483"/>
<line x1="197" y1="369" x2="186" y2="509"/>
<line x1="197" y1="369" x2="206" y2="510"/>
<line x1="197" y1="369" x2="234" y2="510"/>
<line x1="197" y1="369" x2="263" y2="507"/>
<line x1="197" y1="369" x2="293" y2="519"/>
<line x1="197" y1="369" x2="204" y2="541"/>
<line x1="218" y1="374" x2="129" y2="400"/>
<line x1="218" y1="374" x2="142" y2="424"/>
<line x1="218" y1="374" x2="311" y2="405"/>
<line x1="218" y1="374" x2="335" y2="405"/>
<line x1="218" y1="374" x2="70" y2="448"/>
<line x1="218" y1="374" x2="135" y2="444"/>
<line x1="218" y1="374" x2="186" y2="440"/>
<line x1="218" y1="374" x2="216" y2="420"/>
<line x1="218" y1="374" x2="258" y2="428"/>
<line x1="218" y1="374" x2="315" y2="435"/>
<line x1="218" y1="374" x2="280" y2="456"/>
<line x1="218" y1="374" x2="159" y2="477"/>
<line x1="218" y1="374" x2="167" y2="450"/>
<line x1="218" y1="374" x2="172" y2="484"/>
<line x1="218" y1="374" x2="236" y2="474"/>
<line x1="218" y1="374" x2="243" y2="465"/>
<line x1="218" y1="374" x2="186" y2="509"/>
<line x1="218" y1="374" x2="206" y2="510"/>
<line x1="218" y1="374" x2="229" y2="496"/>
<line x1="218" y1="374" x2="234" y2="510"/>
<line x1="218" y1="374" x2="263" y2="507"/>
<line x1="218" y1="374" x2="312" y2="504"/>
<line x1="218" y1="374" x2="130" y2="549"/>
<line x1="218" y1="374" x2="169" y2="556"/>
<line x1="218" y1="374" x2="204" y2="541"/>
<line x1="218" y1="374" x2="272" y2="542"/>
<line x1="218" y1="374" x2="275" y2="527"/>
<line x1="240" y1="374" x2="142" y2="424"/>
<line x1="240" y1="374" x2="163" y2="413"/>
<line x1="240" y1="374" x2="269" y2="397"/>
<line x1="240" y1="374" x2="43" y2="440"/>
<line x1="240" y1="374" x2="105" y2="455"/>
<line x1="240" y1="374" x2="135" y2="444"/>
<line x1="240" y1="374" x2="186" y2="440"/>
<line x1="240" y1="374" x2="216" y2="420"/>
<line x1="240" y1="374" x2="227" y2="412"/>
<line x1="240" y1="374" x2="246" y2="420"/>
<line x1="240" y1="374" x2="315" y2="435"/>
<line x1="240" y1="374" x2="332" y2="457"/>
<line x1="240" y1="374" x2="110" y2="472"/>
<line x1="240" y1="374" x2="167" y2="450"/>
<line x1="240" y1="374" x2="236" y2="474"/>
<line x1="240" y1="374" x2="260" y2="471"/>
<line x1="240" y1="374" x2="146" y2="507"/>
<line x1="240" y1="374" x2="186" y2="509"/>
<line x1="240" y1="374" x2="206" y2="510"/>
<line x1="240" y1="374" x2="229" y2="496"/>
<line x1="240" y1="374" x2="263" y2="507"/>
<line x1="240" y1="374" x2="312" y2="504"/>
<line x1="240" y1="374" x2="130" y2="549"/>
<line x1="240" y1="374" x2="169" y2="556"/>
<line x1="240" y1="374" x2="243" y2="566"/>
<line x1="240" y1="374" x2="275" y2="527"/>
<line x1="282" y1="381" x2="163" y2="413"/>
<line x1="282" y1="381" x2="191" y2="398"/>
<line x1="282" y1="381" x2="216" y2="420"/>
<line x1="282" y1="381" x2="332" y2="457"/>
<line x1="282" y1="381" x2="201" y2="457"/>
<line x1="282" y1="381" x2="209" y2="480"/>
<line x1="282" y1="381" x2="260" y2="471"/>
<line x1="282" y1="381" x2="146" y2="507"/>
<line x1="282" y1="381" x2="186" y2="509"/>
<line x1="282" y1="381" x2="206" y2="510"/>
<line x1="282" y1="381" x2="392" y2="347"/>
<line x1="315" y1="381" x2="116" y2="410"/>
<line x1="315" y1="381" x2="142" y2="424"/>
<line x1="315" y1="381" x2="191" y2="398"/>
<line x1="315" y1="381" x2="43" y2="440"/>
<line x1="315" y1="381" x2="70" y2="448"/>
<line x1="315" y1="381" x2="135" y2="444"/>
<line x1="315" y1="381" x2="186" y2="440"/>
<line x1="315" y1="381" x2="190" y2="421"/>
<line x1="315" y1="381" x2="218" y2="436"/>
<line x1="315" y1="381" x2="227" y2="412"/>
<line x1="315" y1="381" x2="246" y2="420"/>
<line x1="315" y1="381" x2="258" y2="428"/>
<line x1="315" y1="381" x2="315" y2="435"/>
<line x1="315" y1="381" x2="332" y2="457"/>
<line x1="315" y1="381" x2="110" y2="472"/>
<line x1="315" y1="381" x2="140" y2="479"/>
<line x1="315" y1="381" x2="159" y2="477"/>
<line x1="315" y1="381" x2="167" y2="450"/>
<line x1="315" y1="381" x2="172" y2="484"/>
<line x1="315" y1="381" x2="236" y2="474"/>
<line x1="315" y1="381" x2="186" y2="509"/>
<line x1="315" y1="381" x2="206" y2="510"/>
<line x1="315" y1="381" x2="312" y2="504"/>
<line x1="315" y1="381" x2="130" y2="549"/>
<line x1="315" y1="381" x2="204" y2="541"/>
<line x1="13" y1="430" x2="135" y2="444"/>
<line x1="13" y1="430" x2="167" y2="450"/>
<line x1="13" y1="430" x2="243" y2="465"/>
<line x1="13" y1="430" x2="260" y2="471"/>
<line x1="13" y1="430" x2="263" y2="507"/>
<line x1="13" y1="430" x2="142" y2="576"/>
<line x1="13" y1="430" x2="162" y2="598"/>
<line x1="103" y1="415" x2="116" y2="410"/>
<line x1="103" y1="415" x2="129" y2="400"/>
<line x1="103" y1="415" x2="269" y2="397"/>
<line x1="103" y1="415" x2="43" y2="440"/>
<line x1="103" y1="415" x2="70" y2="448"/>
<line x1="103" y1="415" x2="135" y2="444"/>
<line x1="103" y1="415" x2="190" y2="421"/>
<line x1="103" y1="415" x2="216" y2="420"/>
<line x1="103" y1="415" x2="227" y2="412"/>
<line x1="103" y1="415" x2="246" y2="420"/>
<line x1="103" y1="415" x2="258" y2="428"/>
<line x1="103" y1="415" x2="250" y2="440"/>
<line x1="103" y1="415" x2="291" y2="434"/>
<line x1="103" y1="415" x2="315" y2="435"/>
<line x1="103" y1="415" x2="301" y2="451"/>
<line x1="103" y1="415" x2="280" y2="456"/>
<line x1="103" y1="415" x2="110" y2="472"/>
<line x1="103" y1="415" x2="140" y2="479"/>
<line x1="103" y1="415" x2="159" y2="477"/>
<line x1="103" y1="415" x2="172" y2="484"/>
<line x1="103" y1="415" x2="260" y2="471"/>
<line x1="103" y1="415" x2="186" y2="509"/>
<line x1="103" y1="415" x2="206" y2="510"/>
<line x1="103" y1="415" x2="293" y2="519"/>
<line x1="103" y1="415" x2="130" y2="549"/>
<line x1="103" y1="415" x2="169" y2="556"/>
<line x1="103" y1="415" x2="243" y2="566"/>
<line x1="103" y1="415" x2="272" y2="542"/>
<line x1="116" y1="410" x2="129" y2="400"/>
<line x1="116" y1="410" x2="163" y2="413"/>
<line x1="116" y1="410" x2="269" y2="397"/>
<line x1="116" y1="410" x2="311" y2="405"/>
<line x1="116" y1="410" x2="335" y2="405"/>
<line x1="116" y1="410" x2="43" y2="440"/>
<line x1="116" y1="410" x2="105" y2="455"/>
<line x1="116" y1="410" x2="186" y2="440"/>
<line x1="116" y1="410" x2="216" y2="420"/>
<line x1="116" y1="410" x2="218" y2="436"/>
<line x1="116" y1="410" x2="246" y2="420"/>
<line x1="116" y1="410" x2="258" y2="428"/>
<line x1="116" y1="410" x2="250" y2="440"/>
<line x1="116" y1="410" x2="291" y2="434"/>
<line x1="116" y1="410" x2="301" y2="451"/>
<line x1="116" y1="410" x2="332" y2="457"/>
<line x1="116" y1="410" x2="140" y2="479"/>
<line x1="116" y1="410" x2="172" y2="484"/>
<line x1="116" y1="410" x2="201" y2="457"/>
<line x1="116" y1="410" x2="236" y2="474"/>
<line x1="116" y1="410" x2="243" y2="465"/>
<line x1="116" y1="410" x2="186" y2="509"/>
<line x1="116" y1="410" x2="206" y2="510"/>
<line x1="116" y1="410" x2="229" y2="496"/>
<line x1="116" y1="410" x2="234" y2="510"/>
<line x1="116" y1="410" x2="312" y2="504"/>
<line x1="116" y1="410" x2="130" y2="549"/>
<line x1="116" y1="410" x2="169" y2="556"/>
<line x1="116" y1="410" x2="204" y2="541"/>
<line x1="116" y1="410" x2="272" y2="542"/>
<line x1="116" y1="410" x2="275" y2="527"/>
<line x1="129" y1="400" x2="142" y2="424"/>
<line x1="129" y1="400" x2="224" y2="393"/>
<line x1="129" y1="400" x2="269" y2="397"/>
<line x1="129" y1="400" x2="335" y2="405"/>
<line x1="129" y1="400" x2="105" y2="455"/>
<line x1="129" y1="400" x2="135" y2="444"/>
<line x1="129" y1="400" x2="216" y2="420"/>
<line x1="129" y1="400" x2="227" y2="412"/>
<line x1="129" y1="400" x2="291" y2="434"/>
<line x1="129" y1="400" x2="315" y2="435"/>
<line x1="129" y1="400" x2="110" y2="472"/>
<line x1="129" y1="400" x2="140" y2="479"/>
<line x1="129" y1="400" x2="159" y2="477"/>
<line x1="129" y1="400" x2="172" y2="484"/>
<line x1="129" y1="400" x2="201" y2="457"/>
<line x1="129" y1="400" x2="209" y2="480"/>
<line x1="129" y1="400" x2="243" y2="465"/>
<line x1="129" y1="400" x2="260" y2="471"/>
<line x1="129" y1="400" x2="146" y2="507"/>
<line x1="129" y1="400" x2="206" y2="510"/>
<line x1="129" y1="400" x2="234" y2="510"/>
<line x1="129" y1="400" x2="243" y2="566"/>
<line x1="142" y1="424" x2="163" y2="413"/>
<line x1="142" y1="424" x2="224" y2="393"/>
<line x1="142" y1="424" x2="311" y2="405"/>
<line x1="142" y1="424" x2="335" y2="405"/>
<line x1="142" y1="424" x2="43" y2="440"/>
<line x1="142" y1="424" x2="105" y2="455"/>
<line x1="142" y1="424" x2="135" y2="444"/>
<line x1="142" y1="424" x2="186" y2="440"/>
<line x1="142" y1="424" x2="218" y2="436"/>
<line x1="142" y1="424" x2="227" y2="412"/>
<line x1="142" y1="424" x2="258" y2="428"/>
<line x1="142" y1="424" x2="291" y2="434"/>
<line x1="142" y1="424" x2="315" y2="435"/>
<line x1="142" y1="424" x2="301" y2="451"/>
<line x1="142" y1="424" x2="332" y2="457"/>
<line x1="142" y1="424" x2="280" y2="456"/>
<line x1="142" y1="424" x2="140" y2="479"/>
<line x1="142" y1="424" x2="159" y2="477"/>
<line x1="142" y1="424" x2="201" y2="457"/>
<line x1="142" y1="424" x2="209" y2="480"/>
<line x1="142" y1="424" x2="291" y2="483"/>
<line x1="142" y1="424" x2="186" y2="509"/>
<line x1="142" y1="424" x2="206" y2="510"/>
<line x1="142" y1="424" x2="263" y2="507"/>
<line x1="142" y1="424" x2="312" y2="504"/>
<line x1="142" y1="424" x2="204" y2="541"/>
<line x1="163" y1="413" x2="224" y2="393"/>
<line x1="163" y1="413" x2="269" y2="397"/>
<line x1="163" y1="413" x2="135" y2="444"/>
<line x1="163" y1="413" x2="190" y2="421"/>
<line x1="163" y1="413" x2="227" y2="412"/>
<line x1="163" y1="413" x2="246" y2="420"/>
<line x1="163" y1="413" x2="250" y2="440"/>
<line x1="163" y1="413" x2="291" y2="434"/>
<line x1="163" y1="413" x2="280" y2="456"/>
<line x1="163" y1="413" x2="110" y2="472"/>
<line x1="163" y1="413" x2="140" y2="479"/>
<line x1="163" y1="413" x2="159" y2="477"/>
<line x1="163" y1="413" x2="172" y2="484"/>
<line x1="163" y1="413" x2="260" y2="471"/>
<line x1="163" y1="413" x2="291" y2="483"/>
<line x1="163" y1="413" x2="146" y2="507"/>
<line x1="163" y1="413" x2="186" y2="509"/>
<line x1="163" y1="413" x2="206" y2="510"/>
<line x1="163" y1="413" x2="234" y2="510"/>
<line x1="163" y1="413" x2="263" y2="507"/>
<line x1="163" y1="413" x2="293" y2="519"/>
<line x1="163" y1="413" x2="312" y2="504"/>
<line x1="163" y1="413" x2="130" y2="549"/>
<line x1="163" y1="413" x2="243" y2="566"/>
<line x1="163" y1="413" x2="272" y2="542"/>
<line x1="191" y1="398" x2="269" y2="397"/>
<line x1="191" y1="398" x2="311" y2="405"/>
<line x1="191" y1="398" x2="43" y2="440"/>
<line x1="191" y1="398" x2="70" y2="448"/>
<line x1="191" y1="398" x2="105" y2="455"/>
<line x1="191" y1="398" x2="216" y2="420"/>
<line x1="191" y1="398" x2="246" y2="420"/>
<line x1="191" y1="398" x2="291" y2="434"/>
<line x1="191" y1="398" x2="315" y2="435"/>
<line x1="191" y1="398" x2="332" y2="457"/>
<line x1="191" y1="398" x2="159" y2="477"/>
<line x1="191" y1="398" x2="260" y2="471"/>
<line x1="191" y1="398" x2="291" y2="483"/>
<line x1="191" y1="398" x2="229" y2="496"/>
<line x1="191" y1="398" x2="234" y2="510"/>
<line x1="191" y1="398" x2="312" y2="504"/>
<line x1="191" y1="398" x2="130" y2="549"/>
<line x1="191" y1="398" x2="275" y2="527"/>
<line x1="224" y1="393" x2="311" y2="405"/>
<line x1="224" y1="393" x2="43" y2="440"/>
<line x1="224" y1="393" x2="105" y2="455"/>
<line x1="224" y1="393" x2="135" y2="444"/>
<line x1="224" y1="393" x2="216" y2="420"/>
<line x1="224" y1="393" x2="218" y2="436"/>
<line x1="224" y1="393" x2="258" y2="428"/>
<line x1="224" y1="393" x2="291" y2="434"/>
<line x1="224" y1="393" x2="110" y2="472"/>
<line x1="224" y1="393" x2="140" y2="479"/>
<line x1="224" y1="393" x2="159" y2="477"/>
<line x1="224" y1="393" x2="167" y2="450"/>
<line x1="224" y1="393" x2="172" y2="484"/>
<line x1="224" y1="393" x2="236" y2="474"/>
<line x1="224" y1="393" x2="186" y2="509"/>
<line x1="224" y1="393" x2="206" y2="510"/>
<line x1="224" y1="393" x2="263" y2="507"/>
<line x1="224" y1="393" x2="293" y2="519"/>
<line x1="224" y1="393" x2="130" y2="549"/>
<line x1="224" y1="393" x2="204" y2="541"/>
<line x1="224" y1="393" x2="275" y2="527"/>
<line x1="269" y1="397" x2="335" y2="405"/>
<line x1="269" y1="397" x2="70" y2="448"/>
<line x1="269" y1="397" x2="105" y2="455"/>
<line x1="269" y1="397" x2="135" y2="444"/>
<line x1="269" y1="397" x2="227" y2="412"/>
<line x1="269" y1="397" x2="246" y2="420"/>
<line x1="269" y1="397" x2="258" y2="428"/>
<line x1="269" y1="397" x2="301" y2="451"/>
<line x1="269" y1="397" x2="332" y2="457"/>
<line x1="269" y1="397" x2="280" y2="456"/>
<line x1="269" y1="397" x2="140" y2="479"/>
<line x1="269" y1="397" x2="159" y2="477"/>
<line x1="269" y1="397" x2="201" y2="457"/>
<line x1="269" y1="397" x2="209" y2="480"/>
<line x1="269" y1="397" x2="243" y2="465"/>
<line x1="269" y1="397" x2="146" y2="507"/>
<line x1="269" y1="397" x2="186" y2="509"/>
<line x1="269" y1="397" x2="229" y2="496"/>
<line x1="269" y1="397" x2="263" y2="507"/>
<line x1="269" y1="397" x2="312" y2="504"/>
<line x1="269" y1="397" x2="130" y2="549"/>
<line x1="269" y1="397" x2="169" y2="556"/>
<line x1="269" y1="397" x2="204" y2="541"/>
<line x1="269" y1="397" x2="243" y2="566"/>
<line x1="269" y1="397" x2="275" y2="527"/>
<line x1="311" y1="405" x2="43" y2="440"/>
<line x1="311" y1="405" x2="70" y2="448"/>
<line x1="311" y1="405" x2="135" y2="444"/>
<line x1="311" y1="405" x2="186" y2="440"/>
<line x1="311" y1="405" x2="218" y2="436"/>
<line x1="311" y1="405" x2="246" y2="420"/>
<line x1="311" y1="405" x2="250" y2="440"/>
<line x1="311" y1="405" x2="291" y2="434"/>
<line x1="311" y1="405" x2="301" y2="451"/>
<line x1="311" y1="405" x2="280" y2="456"/>
<line x1="311" y1="405" x2="172" y2="484"/>
<line x1="311" y1="405" x2="201" y2="457"/>
<line x1="311" y1="405" x2="236" y2="474"/>
<line x1="311" y1="405" x2="243" y2="465"/>
<line x1="311" y1="405" x2="260" y2="471"/>
<line x1="311" y1="405" x2="146" y2="507"/>
<line x1="311" y1="405" x2="186" y2="509"/>
<line x1="311" y1="405" x2="263" y2="507"/>
<line x1="311" y1="405" x2="130" y2="549"/>
<line x1="311" y1="405" x2="204" y2="541"/>
<line x1="311" y1="405" x2="243" y2="566"/>
<line x1="311" y1="405" x2="272" y2="542"/>
<line x1="311" y1="405" x2="275" y2="527"/>
<line x1="311" y1="405" x2="399" y2="451"/>
<line x1="311" y1="405" x2="425" y2="481"/>
<line x1="311" y1="405" x2="437" y2="457"/>
<line x1="311" y1="405" x2="444" y2="428"/>
<line x1="311" y1="405" x2="443" y2="408"/>
<line x1="311" y1="405" x2="429" y2="387"/>
<line x1="311" y1="405" x2="392" y2="347"/>
<line x1="311" y1="405" x2="440" y2="348"/>
<line x1="311" y1="405" x2="437" y2="369"/>
<line x1="335" y1="405" x2="70" y2="448"/>
<line x1="335" y1="405" x2="135" y2="444"/>
<line x1="335" y1="405" x2="186" y2="440"/>
<line x1="335" y1="405" x2="190" y2="421"/>
<line x1="335" y1="405" x2="218" y2="436"/>
<line x1="335" y1="405" x2="227" y2="412"/>
<line x1="335" y1="405" x2="258" y2="428"/>
<line x1="335" y1="405" x2="250" y2="440"/>
<line x1="335" y1="405" x2="301" y2="451"/>
<line x1="335" y1="405" x2="332" y2="457"/>
<line x1="335" y1="405" x2="280" y2="456"/>
<line x1="335" y1="405" x2="110" y2="472"/>
<line x1="335" y1="405" x2="140" y2="479"/>
<line x1="335" y1="405" x2="159" y2="477"/>
<line x1="335" y1="405" x2="167" y2="450"/>
<line x1="335" y1="405" x2="243" y2="465"/>
<line x1="335" y1="405" x2="291" y2="483"/>
<line x1="335" y1="405" x2="186" y2="509"/>
<line x1="335" y1="405" x2="229" y2="496"/>
<line x1="335" y1="405" x2="204" y2="541"/>
<line x1="335" y1="405" x2="272" y2="542"/>
<line x1="43" y1="440" x2="70" y2="448"/>
<line x1="43" y1="440" x2="105" y2="455"/>
<line x1="43" y1="440" x2="135" y2="444"/>
<line x1="43" y1="440" x2="218" y2="436"/>
<line x1="43" y1="440" x2="227" y2="412"/>
<line x1="43" y1="440" x2="250" y2="440"/>
<line x1="43" y1="440" x2="291" y2="434"/>
<line x1="43" y1="440" x2="301" y2="451"/>
<line x1="43" y1="440" x2="280" y2="456"/>
<line x1="43" y1="440" x2="159" y2="477"/>
<line x1="43" y1="440" x2="201" y2="457"/>
<line x1="43" y1="440" x2="209" y2="480"/>
<line x1="43" y1="440" x2="243" y2="465"/>
<line x1="43" y1="440" x2="186" y2="509"/>
<line x1="43" y1="440" x2="206" y2="510"/>
<line x1="43" y1="440" x2="229" y2="496"/>
<line x1="43" y1="440" x2="293" y2="519"/>
<line x1="43" y1="440" x2="243" y2="566"/>
<line x1="43" y1="440" x2="275" y2="527"/>
<line x1="70" y1="448" x2="105" y2="455"/>
<line x1="70" y1="448" x2="135" y2="444"/>
<line x1="70" y1="448" x2="218" y2="436"/>
<line x1="70" y1="448" x2="250" y2="440"/>
<line x1="70" y1="448" x2="291" y2="434"/>
<line x1="70" y1="448" x2="332" y2="457"/>
<line x1="70" y1="448" x2="280" y2="456"/>
<line x1="70" y1="448" x2="110" y2="472"/>
<line x1="70" y1="448" x2="140" y2="479"/>
<line x1="70" y1="448" x2="159" y2="477"/>
<line x1="70" y1="448" x2="172" y2="484"/>
<line x1="70" y1="448" x2="209" y2="480"/>
<line x1="70" y1="448" x2="291" y2="483"/>
<line x1="70" y1="448" x2="206" y2="510"/>
<line x1="70" y1="448" x2="293" y2="519"/>
<line x1="70" y1="448" x2="312" y2="504"/>
<line x1="70" y1="448" x2="130" y2="549"/>
<line x1="70" y1="448" x2="243" y2="566"/>
<line x1="70" y1="448" x2="275" y2="527"/>
<line x1="105" y1="455" x2="190" y2="421"/>
<line x1="105" y1="455" x2="218" y2="436"/>
<line x1="105" y1="455" x2="227" y2="412"/>
<line x1="105" y1="455" x2="315" y2="435"/>
<line x1="105" y1="455" x2="332" y2="457"/>
<line x1="105" y1="455" x2="280" y2="456"/>
<line x1="105" y1="455" x2="159" y2="477"/>
<line x1="105" y1="455" x2="167" y2="450"/>
<line x1="105" y1="455" x2="172" y2="484"/>
<line x1="105" y1="455" x2="201" y2="457"/>
<line x1="105" y1="455" x2="243" y2="465"/>
<line x1="105" y1="455" x2="260" y2="471"/>
<line x1="105" y1="455" x2="146" y2="507"/>
<line x1="105" y1="455" x2="229" y2="496"/>
<line x1="105" y1="455" x2="234" y2="510"/>
<line x1="105" y1="455" x2="263" y2="507"/>
<line x1="105" y1="455" x2="293" y2="519"/>
<line x1="105" y1="455" x2="312" y2="504"/>
<line x1="105" y1="455" x2="130" y2="549"/>
<line x1="105" y1="455" x2="204" y2="541"/>
<line x1="105" y1="455" x2="243" y2="566"/>
<line x1="105" y1="455" x2="272" y2="542"/>
<line x1="105" y1="455" x2="275" y2="527"/>
<line x1="135" y1="444" x2="190" y2="421"/>
<line x1="135" y1="444" x2="216" y2="420"/>
<line x1="135" y1="444" x2="246" y2="420"/>
<line x1="135" y1="444" x2="258" y2="428"/>
<line x1="135" y1="444" x2="291" y2="434"/>
<line x1="135" y1="444" x2="301" y2="451"/>
<line x1="135" y1="444" x2="332" y2="457"/>
<line x1="135" y1="444" x2="280" y2="456"/>
<line x1="135" y1="444" x2="172" y2="484"/>
<line x1="135" y1="444" x2="201" y2="457"/>
<line x1="135" y1="444" x2="236" y2="474"/>
<line x1="135" y1="444" x2="243" y2="465"/>
<line x1="135" y1="444" x2="260" y2="471"/>
<line x1="135" y1="444" x2="146" y2="507"/>
<line x1="135" y1="444" x2="186" y2="509"/>
<line x1="135" y1="444" x2="206" y2="510"/>
<line x1="135" y1="444" x2="263" y2="507"/>
<line x1="135" y1="444" x2="293" y2="519"/>
<line x1="135" y1="444" x2="130" y2="549"/>
<line x1="135" y1="444" x2="169" y2="556"/>
<line x1="186" y1="440" x2="190" y2="421"/>
<line x1="186" y1="440" x2="246" y2="420"/>
<line x1="186" y1="440" x2="258" y2="428"/>
<line x1="186" y1="440" x2="301" y2="451"/>
<line x1="186" y1="440" x2="332" y2="457"/>
<line x1="186" y1="440" x2="140" y2="479"/>
<line x1="186" y1="440" x2="167" y2="450"/>
<line x1="186" y1="440" x2="236" y2="474"/>
<line x1="186" y1="440" x2="291" y2="483"/>
<line x1="186" y1="440" x2="186" y2="509"/>
<line x1="186" y1="440" x2="206" y2="510"/>
<line x1="186" y1="440" x2="263" y2="507"/>
<line x1="186" y1="440" x2="293" y2="519"/>
<line x1="186" y1="440" x2="312" y2="504"/>
<line x1="186" y1="440" x2="130" y2="549"/>
<line x1="186" y1="440" x2="169" y2="556"/>
<line x1="186" y1="440" x2="204" y2="541"/>
<line x1="186" y1="440" x2="272" y2="542"/>
<line x1="186" y1="440" x2="275" y2="527"/>
<line x1="190" y1="421" x2="216" y2="420"/>
<line x1="190" y1="421" x2="258" y2="428"/>
<line x1="190" y1="421" x2="250" y2="440"/>
<line x1="190" y1="421" x2="315" y2="435"/>
<line x1="190" y1="421" x2="301" y2="451"/>
<line x1="190" y1="421" x2="110" y2="472"/>
<line x1="190" y1="421" x2="140" y2="479"/>
<line x1="190" y1="421" x2="159" y2="477"/>
<line x1="190" y1="421" x2="167" y2="450"/>
<line x1="190" y1="421" x2="201" y2="457"/>
<line x1="190" y1="421" x2="209" y2="480"/>
<line x1="190" y1="421" x2="260" y2="471"/>
<line x1="190" y1="421" x2="206" y2="510"/>
<line x1="190" y1="421" x2="234" y2="510"/>
<line x1="190" y1="421" x2="263" y2="507"/>
<line x1="190" y1="421" x2="293" y2="519"/>
<line x1="190" y1="421" x2="312" y2="504"/>
<line x1="190" y1="421" x2="130" y2="549"/>
<line x1="190" y1="421" x2="169" y2="556"/>
<line x1="190" y1="421" x2="243" y2="566"/>
<line x1="190" y1="421" x2="275" y2="527"/>
<line x1="216" y1="420" x2="218" y2="436"/>
<line x1="216" y1="420" x2="227" y2="412"/>
<line x1="216" y1="420" x2="246" y2="420"/>
<line x1="216" y1="420" x2="258" y2="428"/>
<line x1="216" y1="420" x2="250" y2="440"/>
<line x1="216" y1="420" x2="291" y2="434"/>
<line x1="216" y1="420" x2="315" y2="435"/>
<line x1="216" y1="420" x2="280" y2="456"/>
<line x1="216" y1="420" x2="110" y2="472"/>
<line x1="216" y1="420" x2="159" y2="477"/>
<line x1="216" y1="420" x2="167" y2="450"/>
<line x1="216" y1="420" x2="172" y2="484"/>
<line x1="216" y1="420" x2="209" y2="480"/>
<line x1="216" y1="420" x2="243" y2="465"/>
<line x1="216" y1="420" x2="291" y2="483"/>
<line x1="216" y1="420" x2="186" y2="509"/>
<line x1="216" y1="420" x2="229" y2="496"/>
<line x1="216" y1="420" x2="263" y2="507"/>
<line x1="216" y1="420" x2="293" y2="519"/>
<line x1="216" y1="420" x2="312" y2="504"/>
<line x1="216" y1="420" x2="130" y2="549"/>
<line x1="216" y1="420" x2="169" y2="556"/>
<line x1="216" y1="420" x2="204" y2="541"/>
<line x1="216" y1="420" x2="243" y2="566"/>
<line x1="218" y1="436" x2="227" y2="412"/>
<line x1="218" y1="436" x2="258" y2="428"/>
<line x1="218" y1="436" x2="250" y2="440"/>
<line x1="218" y1="436" x2="291" y2="434"/>
<line x1="218" y1="436" x2="315" y2="435"/>
<line x1="218" y1="436" x2="280" y2="456"/>
<line x1="218" y1="436" x2="159" y2="477"/>
<line x1="218" y1="436" x2="167" y2="450"/>
<line x1="218" y1="436" x2="172" y2="484"/>
<line x1="218" y1="436" x2="201" y2="457"/>
<line x1="218" y1="436" x2="209" y2="480"/>
<line x1="218" y1="436" x2="260" y2="471"/>
<line x1="218" y1="436" x2="229" y2="496"/>
<line x1="218" y1="436" x2="263" y2="507"/>
<line x1="218" y1="436" x2="169" y2="556"/>
<line x1="218" y1="436" x2="204" y2="541"/>
<line x1="227" y1="412" x2="315" y2="435"/>
<line x1="227" y1="412" x2="140" y2="479"/>
<line x1="227" y1="412" x2="159" y2="477"/>
<line x1="227" y1="412" x2="167" y2="450"/>
<line x1="227" y1="412" x2="201" y2="457"/>
<line x1="227" y1="412" x2="209" y2="480"/>
<line x1="227" y1="412" x2="243" y2="465"/>
<line x1="227" y1="412" x2="260" y2="471"/>
<line x1="227" y1="412" x2="186" y2="509"/>
<line x1="227" y1="412" x2="206" y2="510"/>
<line x1="227" y1="412" x2="263" y2="507"/>
<line x1="227" y1="412" x2="312" y2="504"/>
<line x1="227" y1="412" x2="130" y2="549"/>
<line x1="227" y1="412" x2="243" y2="566"/>
<line x1="227" y1="412" x2="272" y2="542"/>
<line x1="227" y1="412" x2="275" y2="527"/>
<line x1="246" y1="420" x2="258" y2="428"/>
<line x1="246" y1="420" x2="250" y2="440"/>
<line x1="246" y1="420" x2="291" y2="434"/>
<line x1="246" y1="420" x2="332" y2="457"/>
<line x1="246" y1="420" x2="110" y2="472"/>
<line x1="246" y1="420" x2="140" y2="479"/>
<line x1="246" y1="420" x2="167" y2="450"/>
<line x1="246" y1="420" x2="172" y2="484"/>
<line x1="246" y1="420" x2="146" y2="507"/>
<line x1="246" y1="420" x2="186" y2="509"/>
<line x1="246" y1="420" x2="229" y2="496"/>
<line x1="246" y1="420" x2="234" y2="510"/>
<line x1="246" y1="420" x2="130" y2="549"/>
<line x1="246" y1="420" x2="243" y2="566"/>
<line x1="246" y1="420" x2="272" y2="542"/>
<line x1="258" y1="428" x2="250" y2="440"/>
<line x1="258" y1="428" x2="315" y2="435"/>
<line x1="258" y1="428" x2="301" y2="451"/>
<line x1="258" y1="428" x2="110" y2="472"/>
<line x1="258" y1="428" x2="140" y2="479"/>
<line x1="258" y1="428" x2="167" y2="450"/>
<line x1="258" y1="428" x2="172" y2="484"/>
<line x1="258" y1="428" x2="236" y2="474"/>
<line x1="258" y1="428" x2="243" y2="465"/>
<line x1="258" y1="428" x2="260" y2="471"/>
<line x1="258" y1="428" x2="291" y2="483"/>
<line x1="258" y1="428" x2="186" y2="509"/>
<line x1="258" y1="428" x2="206" y2="510"/>
<line x1="258" y1="428" x2="229" y2="496"/>
<line x1="258" y1="428" x2="234" y2="510"/>
<line x1="258" y1="428" x2="293" y2="519"/>
<line x1="258" y1="428" x2="312" y2="504"/>
<line x1="258" y1="428" x2="169" y2="556"/>
<line x1="258" y1="428" x2="243" y2="566"/>
<line x1="258" y1="428" x2="272" y2="542"/>
<line x1="250" y1="440" x2="301" y2="451"/>
<line x1="250" y1="440" x2="332" y2="457"/>
<line x1="250" y1="440" x2="110" y2="472"/>
<line x1="250" y1="440" x2="172" y2="484"/>
<line x1="250" y1="440" x2="260" y2="471"/>
<line x1="250" y1="440" x2="146" y2="507"/>
<line x1="250" y1="440" x2="186" y2="509"/>
<line x1="250" y1="440" x2="206" y2="510"/>
<line x1="250" y1="440" x2="234" y2="510"/>
<line x1="250" y1="440" x2="263" y2="507"/>
<line x1="250" y1="440" x2="293" y2="519"/>
<line x1="250" y1="440" x2="130" y2="549"/>
<line x1="250" y1="440" x2="243" y2="566"/>
<line x1="291" y1="434" x2="301" y2="451"/>
<line x1="291" y1="434" x2="140" y2="479"/>
<line x1="291" y1="434" x2="159" y2="477"/>
<line x1="291" y1="434" x2="167" y2="450"/>
<line x1="291" y1="434" x2="236" y2="474"/>
<line x1="291" y1="434" x2="146" y2="507"/>
<line x1="291" y1="434" x2="186" y2="509"/>
<line x1="291" y1="434" x2="206" y2="510"/>
<line x1="291" y1="434" x2="293" y2="519"/>
<line x1="291" y1="434" x2="204" y2="541"/>
<line x1="291" y1="434" x2="272" y2="542"/>
<line x1="315" y1="435" x2="301" y2="451"/>
<line x1="315" y1="435" x2="332" y2="457"/>
<line x1="315" y1="435" x2="280" y2="456"/>
<line x1="315" y1="435" x2="110" y2="472"/>
<line x1="315" y1="435" x2="167" y2="450"/>
<line x1="315" y1="435" x2="172" y2="484"/>
<line x1="315" y1="435" x2="243" y2="465"/>
<line x1="315" y1="435" x2="146" y2="507"/>
<line x1="315" y1="435" x2="229" y2="496"/>
<line x1="315" y1="435" x2="234" y2="510"/>
<line x1="315" y1="435" x2="293" y2="519"/>
<line x1="315" y1="435" x2="312" y2="504"/>
<line x1="315" y1="435" x2="169" y2="556"/>
<line x1="315" y1="435" x2="204" y2="541"/>
<line x1="315" y1="435" x2="243" y2="566"/>
<line x1="315" y1="435" x2="272" y2="542"/>
<line x1="315" y1="435" x2="275" y2="527"/>
<line x1="315" y1="435" x2="399" y2="451"/>
<line x1="301" y1="451" x2="332" y2="457"/>
<line x1="301" y1="451" x2="280" y2="456"/>
<line x1="301" y1="451" x2="167" y2="450"/>
<line x1="301" y1="451" x2="172" y2="484"/>
<line x1="301" y1="451" x2="260" y2="471"/>
<line x1="301" y1="451" x2="146" y2="507"/>
<line x1="301" y1="451" x2="186" y2="509"/>
<line x1="301" y1="451" x2="234" y2="510"/>
<line x1="301" y1="451" x2="130" y2="549"/>
<line x1="301" y1="451" x2="272" y2="542"/>
<line x1="332" y1="457" x2="280" y2="456"/>
<line x1="332" y1="457" x2="140" y2="479"/>
<line x1="332" y1="457" x2="167" y2="450"/>
<line x1="332" y1="457" x2="201" y2="457"/>
<line x1="332" y1="457" x2="209" y2="480"/>
<line x1="332" y1="457" x2="260" y2="471"/>
<line x1="332" y1="457" x2="291" y2="483"/>
<line x1="332" y1="457" x2="146" y2="507"/>
<line x1="332" y1="457" x2="206" y2="510"/>
<line x1="332" y1="457" x2="234" y2="510"/>
<line x1="332" y1="457" x2="293" y2="519"/>
<line x1="332" y1="457" x2="130" y2="549"/>
<line x1="332" y1="457" x2="169" y2="556"/>
<line x1="332" y1="457" x2="204" y2="541"/>
<line x1="332" y1="457" x2="243" y2="566"/>
<line x1="332" y1="457" x2="272" y2="542"/>
<line x1="280" y1="456" x2="140" y2="479"/>
<line x1="280" y1="456" x2="159" y2="477"/>
<line x1="280" y1="456" x2="172" y2="484"/>
<line x1="280" y1="456" x2="209" y2="480"/>
<line x1="280" y1="456" x2="236" y2="474"/>
<line x1="280" y1="456" x2="243" y2="465"/>
<line x1="280" y1="456" x2="291" y2="483"/>
<line x1="280" y1="456" x2="146" y2="507"/>
<line x1="280" y1="456" x2="130" y2="549"/>
<line x1="280" y1="456" x2="272" y2="542"/>
<line x1="280" y1="456" x2="275" y2="527"/>
<line x1="110" y1="472" x2="140" y2="479"/>
<line x1="110" y1="472" x2="159" y2="477"/>
<line x1="110" y1="472" x2="167" y2="450"/>
<line x1="110" y1="472" x2="172" y2="484"/>
<line x1="110" y1="472" x2="201" y2="457"/>
<line x1="110" y1="472" x2="260" y2="471"/>
<line x1="110" y1="472" x2="291" y2="483"/>
<line x1="110" y1="472" x2="146" y2="507"/>
<line x1="110" y1="472" x2="229" y2="496"/>
<line x1="110" y1="472" x2="234" y2="510"/>
<line x1="110" y1="472" x2="263" y2="507"/>
<line x1="110" y1="472" x2="94" y2="563"/>
<line x1="110" y1="472" x2="169" y2="556"/>
<line x1="110" y1="472" x2="204" y2="541"/>
<line x1="140" y1="479" x2="167" y2="450"/>
<line x1="140" y1="479" x2="236" y2="474"/>
<line x1="140" y1="479" x2="243" y2="465"/>
<line x1="140" y1="479" x2="146" y2="507"/>
<line x1="140" y1="479" x2="186" y2="509"/>
<line x1="140" y1="479" x2="206" y2="510"/>
<line x1="140" y1="479" x2="234" y2="510"/>
<line x1="140" y1="479" x2="263" y2="507"/>
<line x1="140" y1="479" x2="293" y2="519"/>
<line x1="140" y1="479" x2="312" y2="504"/>
<line x1="140" y1="479" x2="169" y2="556"/>
<line x1="140" y1="479" x2="204" y2="541"/>
<line x1="140" y1="479" x2="243" y2="566"/>
<line x1="140" y1="479" x2="272" y2="542"/>
<line x1="159" y1="477" x2="172" y2="484"/>
<line x1="159" y1="477" x2="209" y2="480"/>
<line x1="159" y1="477" x2="236" y2="474"/>
<line x1="159" y1="477" x2="243" y2="465"/>
<line x1="159" y1="477" x2="234" y2="510"/>
<line x1="159" y1="477" x2="263" y2="507"/>
<line x1="159" y1="477" x2="204" y2="541"/>
<line x1="159" y1="477" x2="243" y2="566"/>
<line x1="167" y1="450" x2="172" y2="484"/>
<line x1="167" y1="450" x2="236" y2="474"/>
<line x1="167" y1="450" x2="243" y2="465"/>
<line x1="167" y1="450" x2="260" y2="471"/>
<line x1="167" y1="450" x2="186" y2="509"/>
<line x1="167" y1="450" x2="206" y2="510"/>
<line x1="167" y1="450" x2="263" y2="507"/>
<line x1="167" y1="450" x2="312" y2="504"/>
<line x1="167" y1="450" x2="130" y2="549"/>
<line x1="167" y1="450" x2="169" y2="556"/>
<line x1="167" y1="450" x2="275" y2="527"/>
<line x1="172" y1="484" x2="243" y2="465"/>
<line x1="172" y1="484" x2="260" y2="471"/>
<line x1="172" y1="484" x2="291" y2="483"/>
<line x1="172" y1="484" x2="186" y2="509"/>
<line x1="172" y1="484" x2="206" y2="510"/>
<line x1="172" y1="484" x2="293" y2="519"/>
<line x1="172" y1="484" x2="130" y2="549"/>
<line x1="172" y1="484" x2="169" y2="556"/>
<line x1="172" y1="484" x2="243" y2="566"/>
<line x1="172" y1="484" x2="272" y2="542"/>
<line x1="172" y1="484" x2="275" y2="527"/>
<line x1="201" y1="457" x2="146" y2="507"/>
<line x1="201" y1="457" x2="206" y2="510"/>
<line x1="201" y1="457" x2="229" y2="496"/>
<line x1="201" y1="457" x2="263" y2="507"/>
<line x1="201" y1="457" x2="293" y2="519"/>
<line x1="201" y1="457" x2="169" y2="556"/>
<line x1="201" y1="457" x2="204" y2="541"/>
<line x1="209" y1="480" x2="236" y2="474"/>
<line x1="209" y1="480" x2="260" y2="471"/>
<line x1="209" y1="480" x2="291" y2="483"/>
<line x1="209" y1="480" x2="146" y2="507"/>
<line x1="209" y1="480" x2="229" y2="496"/>
<line x1="209" y1="480" x2="234" y2="510"/>
<line x1="209" y1="480" x2="293" y2="519"/>
<line x1="209" y1="480" x2="243" y2="566"/>
<line x1="209" y1="480" x2="275" y2="527"/>
<line x1="236" y1="474" x2="260" y2="471"/>
<line x1="236" y1="474" x2="146" y2="507"/>
<line x1="236" y1="474" x2="186" y2="509"/>
<line x1="236" y1="474" x2="206" y2="510"/>
<line x1="236" y1="474" x2="229" y2="496"/>
<line x1="236" y1="474" x2="263" y2="507"/>
<line x1="236" y1="474" x2="293" y2="519"/>
<line x1="236" y1="474" x2="204" y2="541"/>
<line x1="236" y1="474" x2="272" y2="542"/>
<line x1="243" y1="465" x2="291" y2="483"/>
<line x1="243" y1="465" x2="206" y2="510"/>
<line x1="243" y1="465" x2="229" y2="496"/>
<line x1="243" y1="465" x2="263" y2="507"/>
<line x1="243" y1="465" x2="293" y2="519"/>
<line x1="243" y1="465" x2="312" y2="504"/>
<line x1="243" y1="465" x2="243" y2="566"/>
<line x1="243" y1="465" x2="272" y2="542"/>
<line x1="243" y1="465" x2="275" y2="527"/>
<line x1="260" y1="471" x2="291" y2="483"/>
<line x1="260" y1="471" x2="186" y2="509"/>
<line x1="260" y1="471" x2="206" y2="510"/>
<line x1="260" y1="471" x2="263" y2="507"/>
<line x1="260" y1="471" x2="130" y2="549"/>
<line x1="260" y1="471" x2="272" y2="542"/>
<line x1="260" y1="471" x2="275" y2="527"/>
<line x1="291" y1="483" x2="146" y2="507"/>
<line x1="291" y1="483" x2="186" y2="509"/>
<line x1="291" y1="483" x2="206" y2="510"/>
<line x1="291" y1="483" x2="229" y2="496"/>
<line x1="291" y1="483" x2="234" y2="510"/>
<line x1="291" y1="483" x2="293" y2="519"/>
<line x1="291" y1="483" x2="130" y2="549"/>
<line x1="291" y1="483" x2="204" y2="541"/>
<line x1="291" y1="483" x2="243" y2="566"/>
<line x1="291" y1="483" x2="272" y2="542"/>
<line x1="291" y1="483" x2="275" y2="527"/>
<line x1="39" y1="500" x2="206" y2="510"/>
<line x1="146" y1="507" x2="186" y2="509"/>
<line x1="146" y1="507" x2="206" y2="510"/>
<line x1="146" y1="507" x2="263" y2="507"/>
<line x1="146" y1="507" x2="293" y2="519"/>
<line x1="146" y1="507" x2="130" y2="549"/>
<line x1="146" y1="507" x2="169" y2="556"/>
<line x1="146" y1="507" x2="204" y2="541"/>
<line x1="146" y1="507" x2="243" y2="566"/>
<line x1="186" y1="509" x2="263" y2="507"/>
<line x1="186" y1="509" x2="293" y2="519"/>
<line x1="186" y1="509" x2="130" y2="549"/>
<line x1="186" y1="509" x2="169" y2="556"/>
<line x1="186" y1="509" x2="204" y2="541"/>
<line x1="186" y1="509" x2="272" y2="542"/>
<line x1="206" y1="510" x2="229" y2="496"/>
<line x1="206" y1="510" x2="293" y2="519"/>
<line x1="206" y1="510" x2="130" y2="549"/>
<line x1="206" y1="510" x2="169" y2="556"/>
<line x1="206" y1="510" x2="243" y2="566"/>
<line x1="229" y1="496" x2="263" y2="507"/>
<line x1="229" y1="496" x2="312" y2="504"/>
<line x1="229" y1="496" x2="130" y2="549"/>
<line x1="229" y1="496" x2="243" y2="566"/>
<line x1="229" y1="496" x2="162" y2="598"/>
<line x1="229" y1="496" x2="272" y2="542"/>
<line x1="234" y1="510" x2="312" y2="504"/>
<line x1="234" y1="510" x2="272" y2="542"/>
<line x1="263" y1="507" x2="293" y2="519"/>
<line x1="263" y1="507" x2="312" y2="504"/>
<line x1="263" y1="507" x2="130" y2="549"/>
<line x1="263" y1="507" x2="272" y2="542"/>
<line x1="263" y1="507" x2="275" y2="527"/>
<line x1="263" y1="507" x2="263" y2="605"/>
<line x1="293" y1="519" x2="312" y2="504"/>
<line x1="293" y1="519" x2="204" y2="541"/>
<line x1="293" y1="519" x2="243" y2="566"/>
<line x1="293" y1="519" x2="275" y2="527"/>
<line x1="312" y1="504" x2="130" y2="549"/>
<line x1="312" y1="504" x2="169" y2="556"/>
<line x1="45" y1="531" x2="142" y2="576"/>
<line x1="45" y1="531" x2="204" y2="541"/>
<line x1="45" y1="531" x2="272" y2="542"/>
<line x1="73" y1="532" x2="243" y2="566"/>
<line x1="73" y1="532" x2="275" y2="527"/>
<line x1="130" y1="549" x2="169" y2="556"/>
<line x1="130" y1="549" x2="204" y2="541"/>
<line x1="130" y1="549" x2="272" y2="542"/>
<line x1="130" y1="549" x2="275" y2="527"/>
<line x1="142" y1="576" x2="243" y2="566"/>
<line x1="169" y1="556" x2="204" y2="541"/>
<line x1="169" y1="556" x2="243" y2="566"/>
<line x1="169" y1="556" x2="272" y2="542"/>
<line x1="204" y1="541" x2="275" y2="527"/>
<line x1="162" y1="598" x2="272" y2="542"/>
<line x1="272" y1="542" x2="275" y2="527"/>
<line x1="357" y1="283" x2="272" y2="357"/>
<line x1="263" y1="605" x2="146" y2="507"/>
<line x1="263" y1="605" x2="209" y2="719"/>
<line x1="263" y1="605" x2="257" y2="716"/>
<line x1="263" y1="605" x2="308" y2="707"/>
<line x1="263" y1="605" x2="357" y2="687"/>
<line x1="209" y1="719" x2="257" y2="716"/>
<line x1="209" y1="719" x2="328" y2="783"/>
<line x1="257" y1="716" x2="308" y2="707"/>
<line x1="257" y1="716" x2="357" y2="687"/>
<line x1="308" y1="707" x2="357" y2="687"/>
<line x1="427" y1="753" x2="451" y2="743"/>
<line x1="427" y1="753" x2="484" y2="741"/>
<line x1="427" y1="753" x2="479" y2="697"/>
<line x1="427" y1="753" x2="525" y2="719"/>
<line x1="427" y1="753" x2="514" y2="672"/>
<line x1="427" y1="753" x2="555" y2="683"/>
<line x1="427" y1="753" x2="563" y2="647"/>
<line x1="451" y1="743" x2="484" y2="741"/>
<line x1="451" y1="743" x2="479" y2="697"/>
<line x1="451" y1="743" x2="525" y2="719"/>
<line x1="451" y1="743" x2="514" y2="672"/>
<line x1="451" y1="743" x2="555" y2="683"/>
<line x1="451" y1="743" x2="563" y2="647"/>
<line x1="484" y1="741" x2="479" y2="697"/>
<line x1="484" y1="741" x2="525" y2="719"/>
<line x1="484" y1="741" x2="514" y2="672"/>
<line x1="484" y1="741" x2="555" y2="683"/>
<line x1="484" y1="741" x2="563" y2="647"/>
<line x1="479" y1="697" x2="525" y2="719"/>
<line x1="479" y1="697" x2="514" y2="672"/>
<line x1="479" y1="697" x2="555" y2="683"/>
<line x1="479" y1="697" x2="563" y2="647"/>
<line x1="525" y1="719" x2="514" y2="672"/>
<line x1="525" y1="719" x2="555" y2="683"/>
<line x1="525" y1="719" x2="563" y2="647"/>
<line x1="514" y1="672" x2="555" y2="683"/>
<line x1="514" y1="672" x2="563" y2="647"/>
<line x1="555" y1="683" x2="563" y2="647"/>
<line x1="399" y1="451" x2="425" y2="481"/>
<line x1="399" y1="451" x2="437" y2="457"/>
<line x1="399" y1="451" x2="444" y2="428"/>
<line x1="399" y1="451" x2="443" y2="408"/>
<line x1="399" y1="451" x2="429" y2="387"/>
<line x1="399" y1="451" x2="424" y2="326"/>
<line x1="399" y1="451" x2="440" y2="348"/>
<line x1="399" y1="451" x2="437" y2="369"/>
<line x1="399" y1="451" x2="508" y2="329"/>
<line x1="399" y1="451" x2="513" y2="362"/>
<line x1="399" y1="451" x2="516" y2="386"/>
<line x1="399" y1="451" x2="516" y2="416"/>
<line x1="399" y1="451" x2="511" y2="443"/>
<line x1="399" y1="451" x2="502" y2="483"/>
<line x1="399" y1="451" x2="571" y2="439"/>
<line x1="399" y1="451" x2="570" y2="362"/>
<line x1="425" y1="481" x2="437" y2="457"/>
<line x1="425" y1="481" x2="444" y2="428"/>
<line x1="425" y1="481" x2="443" y2="408"/>
<line x1="425" y1="481" x2="429" y2="387"/>
<line x1="425" y1="481" x2="392" y2="347"/>
<line x1="425" y1="481" x2="424" y2="326"/>
<line x1="425" y1="481" x2="440" y2="348"/>
<line x1="425" y1="481" x2="437" y2="369"/>
<line x1="425" y1="481" x2="508" y2="329"/>
<line x1="425" y1="481" x2="513" y2="362"/>
<line x1="425" y1="481" x2="516" y2="386"/>
<line x1="425" y1="481" x2="516" y2="416"/>
<line x1="425" y1="481" x2="511" y2="443"/>
<line x1="425" y1="481" x2="502" y2="483"/>
<line x1="425" y1="481" x2="571" y2="439"/>
<line x1="425" y1="481" x2="570" y2="362"/>
<line x1="437" y1="457" x2="444" y2="428"/>
<line x1="437" y1="457" x2="443" y2="408"/>
<line x1="437" y1="457" x2="429" y2="387"/>
<line x1="437" y1="457" x2="392" y2="347"/>
<line x1="437" y1="457" x2="424" y2="326"/>
<line x1="437" y1="457" x2="440" y2="348"/>
<line x1="437" y1="457" x2="437" y2="369"/>
<line x1="437" y1="457" x2="508" y2="329"/>
<line x1="437" y1="457" x2="513" y2="362"/>
<line x1="437" y1="457" x2="516" y2="386"/>
<line x1="437" y1="457" x2="516" y2="416"/>
<line x1="437" y1="457" x2="511" y2="443"/>
<line x1="437" y1="457" x2="502" y2="483"/>
<line x1="437" y1="457" x2="571" y2="439"/>
<line x1="437" y1="457" x2="570" y2="362"/>
<line x1="444" y1="428" x2="443" y2="408"/>
<line x1="444" y1="428" x2="429" y2="387"/>
<line x1="444" y1="428" x2="392" y2="347"/>
<line x1="444" y1="428" x2="424" y2="326"/>
<line x1="444" y1="428" x2="440" y2="348"/>
<line x1="444" y1="428" x2="437" y2="369"/>
<line x1="444" y1="428" x2="508" y2="329"/>
<line x1="444" y1="428" x2="513" y2="362"/>
<line x1="444" y1="428" x2="516" y2="386"/>
<line x1="444" y1="428" x2="516" y2="416"/>
<line x1="444" y1="428" x2="511" y2="443"/>
<line x1="444" y1="428" x2="502" y2="483"/>
<line x1="444" y1="428" x2="571" y2="439"/>
<line x1="444" y1="428" x2="570" y2="362"/>
<line x1="443" y1="408" x2="429" y2="387"/>
<line x1="443" y1="408" x2="392" y2="347"/>
<line x1="443" y1="408" x2="424" y2="326"/>
<line x1="443" y1="408" x2="440" y2="348"/>
<line x1="443" y1="408" x2="437" y2="369"/>
<line x1="443" y1="408" x2="508" y2="329"/>
<line x1="443" y1="408" x2="513" y2="362"/>
<line x1="443" y1="408" x2="516" y2="386"/>
<line x1="443" y1="408" x2="516" y2="416"/>
<line x1="443" y1="408" x2="511" y2="443"/>
<line x1="443" y1="408" x2="502" y2="483"/>
<line x1="443" y1="408" x2="571" y2="439"/>
<line x1="443" y1="408" x2="570" y2="362"/>
<line x1="429" y1="387" x2="392" y2="347"/>
<line x1="429" y1="387" x2="424" y2="326"/>
<line x1="429" y1="387" x2="440" y2="348"/>
<line x1="429" y1="387" x2="437" y2="369"/>
<line x1="429" y1="387" x2="508" y2="329"/>
<line x1="429" y1="387" x2="513" y2="362"/>
<line x1="429" y1="387" x2="516" y2="386"/>
<line x1="429" y1="387" x2="516" y2="416"/>
<line x1="429" y1="387" x2="511" y2="443"/>
<line x1="429" y1="387" x2="502" y2="483"/>
<line x1="429" y1="387" x2="571" y2="439"/>
<line x1="429" y1="387" x2="570" y2="362"/>
<line x1="392" y1="347" x2="424" y2="326"/>
<line x1="392" y1="347" x2="440" y2="348"/>
<line x1="392" y1="347" x2="437" y2="369"/>
<line x1="392" y1="347" x2="508" y2="329"/>
<line x1="392" y1="347" x2="513" y2="362"/>
<line x1="392" y1="347" x2="516" y2="386"/>
<line x1="392" y1="347" x2="516" y2="416"/>
<line x1="392" y1="347" x2="511" y2="443"/>
<line x1="392" y1="347" x2="502" y2="483"/>
<line x1="392" y1="347" x2="571" y2="439"/>
<line x1="392" y1="347" x2="570" y2="362"/>
<line x1="424" y1="326" x2="440" y2="348"/>
<line x1="424" y1="326" x2="437" y2="369"/>
<line x1="424" y1="326" x2="508" y2="329"/>
<line x1="424" y1="326" x2="513" y2="362"/>
<line x1="424" y1="326" x2="516" y2="386"/>
<line x1="424" y1="326" x2="516" y2="416"/>
<line x1="424" y1="326" x2="511" y2="443"/>
<line x1="424" y1="326" x2="502" y2="483"/>
<line x1="424" y1="326" x2="571" y2="439"/>
<line x1="424" y1="326" x2="570" y2="362"/>
<line x1="424" y1="326" x2="475" y2="233"/>
<line x1="440" y1="348" x2="437" y2="369"/>
<line x1="440" y1="348" x2="508" y2="329"/>
<line x1="440" y1="348" x2="513" y2="362"/>
<line x1="440" y1="348" x2="516" y2="386"/>
<line x1="440" y1="348" x2="516" y2="416"/>
<line x1="440" y1="348" x2="511" y2="443"/>
<line x1="440" y1="348" x2="502" y2="483"/>
<line x1="440" y1="348" x2="571" y2="439"/>
<line x1="440" y1="348" x2="570" y2="362"/>
<line x1="437" y1="369" x2="508" y2="329"/>
<line x1="437" y1="369" x2="513" y2="362"/>
<line x1="437" y1="369" x2="516" y2="386"/>
<line x1="437" y1="369" x2="516" y2="416"/>
<line x1="437" y1="369" x2="511" y2="443"/>
<line x1="437" y1="369" x2="502" y2="483"/>
<line x1="437" y1="369" x2="571" y2="439"/>
<line x1="437" y1="369" x2="570" y2="362"/>
<line x1="508" y1="329" x2="513" y2="362"/>
<line x1="508" y1="329" x2="516" y2="386"/>
<line x1="508" y1="329" x2="516" y2="416"/>
<line x1="508" y1="329" x2="511" y2="443"/>
<line x1="508" y1="329" x2="502" y2="483"/>
<line x1="508" y1="329" x2="571" y2="439"/>
<line x1="508" y1="329" x2="570" y2="362"/>
<line x1="513" y1="362" x2="516" y2="386"/>
<line x1="513" y1="362" x2="516" y2="416"/>
<line x1="513" y1="362" x2="511" y2="443"/>
<line x1="513" y1="362" x2="502" y2="483"/>
<line x1="513" y1="362" x2="571" y2="439"/>
<line x1="513" y1="362" x2="570" y2="362"/>
<line x1="516" y1="386" x2="516" y2="416"/>
<line x1="516" y1="386" x2="511" y2="443"/>
<line x1="516" y1="386" x2="502" y2="483"/>
<line x1="516" y1="386" x2="571" y2="439"/>
<line x1="516" y1="386" x2="570" y2="362"/>
<line x1="516" y1="416" x2="511" y2="443"/>
<line x1="516" y1="416" x2="502" y2="483"/>
<line x1="516" y1="416" x2="571" y2="439"/>
<line x1="516" y1="416" x2="570" y2="362"/>
<line x1="511" y1="443" x2="502" y2="483"/>
<line x1="511" y1="443" x2="571" y2="439"/>
<line x1="511" y1="443" x2="570" y2="362"/>
<line x1="502" y1="483" x2="571" y2="439"/>
<line x1="502" y1="483" x2="570" y2="362"/>
<line x1="571" y1="439" x2="570" y2="362"/>
<line x1="475" y1="233" x2="486" y2="126"/>
<line x1="475" y1="233" x2="519" y2="154"/>
<line x1="475" y1="233" x2="544" y2="176"/>
<line x1="475" y1="233" x2="583" y2="204"/>
<line x1="475" y1="233" x2="606" y2="228"/>
<line x1="475" y1="233" x2="580" y2="186"/>
<line x1="475" y1="233" x2="592" y2="142"/>
<line x1="475" y1="233" x2="564" y2="117"/>
<line x1="475" y1="233" x2="531" y2="100"/>
<line x1="475" y1="233" x2="490" y2="82"/>
<line x1="486" y1="126" x2="519" y2="154"/>
<line x1="486" y1="126" x2="544" y2="176"/>
<line x1="486" y1="126" x2="583" y2="204"/>
<line x1="486" y1="126" x2="606" y2="228"/>
<line x1="486" y1="126" x2="580" y2="186"/>
<line x1="486" y1="126" x2="592" y2="142"/>
<line x1="486" y1="126" x2="564" y2="117"/>
<line x1="486" y1="126" x2="531" y2="100"/>
<line x1="486" y1="126" x2="490" y2="82"/>
<line x1="519" y1="154" x2="544" y2="176"/>
<line x1="519" y1="154" x2="583" y2="204"/>
<line x1="519" y1="154" x2="606" y2="228"/>
<line x1="519" y1="154" x2="580" y2="186"/>
<line x1="519" y1="154" x2="592" y2="142"/>
<line x1="519" y1="154" x2="564" y2="117"/>
<line x1="519" y1="154" x2="531" y2="100"/>
<line x1="519" y1="154" x2="490" y2="82"/>
<line x1="544" y1="176" x2="583" y2="204"/>
<line x1="544" y1="176" x2="606" y2="228"/>
<line x1="544" y1="176" x2="580" y2="186"/>
<line x1="544" y1="176" x2="592" y2="142"/>
<line x1="544" y1="176" x2="564" y2="117"/>
<line x1="544" y1="176" x2="531" y2="100"/>
<line x1="544" y1="176" x2="490" y2="82"/>
<line x1="583" y1="204" x2="606" y2="228"/>
<line x1="583" y1="204" x2="580" y2="186"/>
<line x1="583" y1="204" x2="592" y2="142"/>
<line x1="583" y1="204" x2="564" y2="117"/>
<line x1="583" y1="204" x2="531" y2="100"/>
<line x1="583" y1="204" x2="490" y2="82"/>
<line x1="606" y1="228" x2="580" y2="186"/>
<line x1="606" y1="228" x2="592" y2="142"/>
<line x1="606" y1="228" x2="564" y2="117"/>
<line x1="606" y1="228" x2="531" y2="100"/>
<line x1="606" y1="228" x2="490" y2="82"/>
<line x1="580" y1="186" x2="592" y2="142"/>
<line x1="580" y1="186" x2="564" y2="117"/>
<line x1="580" y1="186" x2="531" y2="100"/>
<line x1="580" y1="186" x2="490" y2="82"/>
<line x1="592" y1="142" x2="564" y2="117"/>
<line x1="592" y1="142" x2="531" y2="100"/>
<line x1="592" y1="142" x2="490" y2="82"/>
<line x1="564" y1="117" x2="531" y2="100"/>
<line x1="564" y1="117" x2="490" y2="82"/>
<line x1="531" y1="100" x2="490" y2="82"/>
<line x1="667" y1="450" x2="670" y2="414"/>
<line x1="667" y1="450" x2="667" y2="340"/>
<line x1="670" y1="414" x2="672" y2="374"/>
<line x1="672" y1="374" x2="667" y2="340"/>
<line x1="667" y1="340" x2="651" y2="279"/>
<line x1="372" y1="28" x2="301" y2="15"/>
</g>
<g stroke="white" stroke-width="0.5" stroke-opacity="0.8" fill="black">
<circle cx="174" cy="88" r="4"/>
<circle cx="240" cy="87" r="4"/>
<circle cx="207" cy="171" r="4"/>
<circle cx="162" cy="196" r="4"/>
<circle cx="198" cy="195" r="4"/>
<circle cx="241" cy="195" r="4"/>
<circle cx="128" cy="221" r="4"/>
<circle cx="301" cy="192" r="4"/>
<circle cx="155" cy="224" r="4"/>
<circle cx="241" cy="226" r="4"/>
<circle cx="72" cy="232" r="4"/>
<circle cx="207" cy="251" r="4"/>
<circle cx="269" cy="253" r="4"/>
<circle cx="88" cy="267" r="4"/>
<circle cx="118" cy="270" r="4"/>
<circle cx="174" cy="277" r="4"/>
<circle cx="189" cy="290" r="4"/>
<circle cx="215" cy="290" r="4"/>
<circle cx="288" cy="282" r="4"/>
<circle cx="55" cy="303" r="4"/>
<circle cx="305" cy="300" r="4"/>
<circle cx="90" cy="298" r="4"/>
<circle cx="107" cy="337" r="4"/>
<circle cx="154" cy="334" r="4"/>
<circle cx="193" cy="322" r="4"/>
<circle cx="219" cy="322" r="4"/>
<circle cx="240" cy="327" r="4"/>
<circle cx="269" cy="329" r="4"/>
<circle cx="61" cy="316" r="4"/>
<circle cx="49" cy="342" r="4"/>
<circle cx="106" cy="355" r="4"/>
<circle cx="149" cy="361" r="4"/>
<circle cx="195" cy="347" r="4"/>
<circle cx="243" cy="350" r="4"/>
<circle cx="272" cy="357" r="4"/>
<circle cx="301" cy="346" r="4"/>
<circle cx="20" cy="390" r="4"/>
<circle cx="50" cy="382" r="4"/>
<circle cx="75" cy="383" r="4"/>
<circle cx="117" cy="376" r="4"/>
<circle cx="137" cy="382" r="4"/>
<circle cx="175" cy="373" r="4"/>
<circle cx="197" cy="369" r="4"/>
<circle cx="218" cy="374" r="4"/>
<circle cx="240" cy="374" r="4"/>
<circle cx="282" cy="381" r="4"/>
<circle cx="315" cy="381" r="4"/>
<circle cx="13" cy="430" r="4"/>
<circle cx="103" cy="415" r="4"/>
<circle cx="116" cy="410" r="4"/>
<circle cx="129" cy="400" r="4"/>
<circle cx="142" cy="424" r="4"/>
<circle cx="163" cy="413" r="4"/>
<circle cx="191" cy="398" r="4"/>
<circle cx="269" cy="397" r="4"/>
<circle cx="311" cy="405" r="4"/>
<circle cx="335" cy="405" r="4"/>
<circle cx="43" cy="440" r="4"/>
<circle cx="70" cy="448" r="4"/>
<circle cx="105" cy="455" r="4"/>
<circle cx="135" cy="444" r="4"/>
<circle cx="186" cy="440" r="4"/>
<circle cx="190" cy="421" r="4"/>
<circle cx="216" cy="420" r="4"/>
<circle cx="218" cy="436" r="4"/>
<circle cx="227" cy="412" r="4"/>
<circle cx="246" cy="420" r="4"/>
<circle cx="258" cy="428" r="4"/>
<circle cx="250" cy="440" r="4"/>
<circle cx="291" cy="434" r="4"/>
<circle cx="315" cy="435" r="4"/>
<circle cx="301" cy="451" r="4"/>
<circle cx="332" cy="457" r="4"/>
<circle cx="280" cy="456" r="4"/>
<circle cx="110" cy="472" r="4"/>
<circle cx="140" cy="479" r="4"/>
<circle cx="159" cy="477" r="4"/>
<circle cx="167" cy="450" r="4"/>
<circle cx="172" cy="484" r="4"/>
<circle cx="201" cy="457" r="4"/>
<circle cx="209" cy="480" r="4"/>
<circle cx="236" cy="474" r="4"/>
<circle cx="243" cy="465" r="4"/>
<circle cx="260" cy="471" r="4"/>
<circle cx="291" cy="483" r="4"/>
<circle cx="39" cy="500" r="4"/>
<circle cx="146" cy="507" r="4"/>
<circle cx="186" cy="509" r="4"/>
<circle cx="206" cy="510" r="4"/>
<circle cx="229" cy="496" r="4"/>
<circle cx="234" cy="510" r="4"/>
<circle cx="263" cy="507" r="4"/>
<circle cx="293" cy="519" r="4"/>
<circle cx="312" cy="504" r="4"/>
<circle cx="45" cy="531" r="4"/>
<circle cx="73" cy="532" r="4"/>
<circle cx="94" cy="563" r="4"/>
<circle cx="130" cy="549" r="4"/>
<circle cx="142" cy="576" r="4"/>
<circle cx="169" cy="556" r="4"/>
<circle cx="204" cy="541" r="4"/>
<circle cx="243" cy="566" r="4"/>
<circle cx="162" cy="598" r="4"/>
<circle cx="272" cy="542" r="4"/>
<circle cx="275" cy="527" r="4"/>
<circle cx="357" cy="283" r="4"/>
<circle cx="263" cy="605" r="4"/>
<circle cx="209" cy="719" r="4"/>
<circle cx="257" cy="716" r="4"/>
<circle cx="308" cy="707" r="4"/>
<circle cx="357" cy="687" r="4"/>
<circle cx="328" cy="783" r="4"/>
<circle cx="307" cy="790" r="4"/>
<circle cx="427" cy="753" r="4"/>
<circle cx="451" cy="743" r="4"/>
<circle cx="484" cy="741" r="4"/>
<circle cx="479" cy="697" r="4"/>
<circle cx="525" cy="719" r="4"/>
<circle cx="514" cy="672" r="4"/>
<circle cx="555" cy="683" r="4"/>
<circle cx="563" cy="647" r="4"/>
<circle cx="399" cy="451" r="4"/>
<circle cx="425" cy="481" r="4"/>
<circle cx="437" cy="457" r="4"/>
<circle cx="444" cy="428" r="4"/>
<circle cx="443" cy="408" r="4"/>
<circle cx="429" cy="387" r="4"/>
<circle cx="392" cy="347" r="4"/>
<circle cx="424" cy="326" r="4"/>
<circle cx="440" cy="348" r="4"/>
<circle cx="437" cy="369" r="4"/>
<circle cx="508" cy="329" r="4"/>
<circle cx="513" cy="362" r="4"/>
<circle cx="516" cy="386" r="4"/>
<circle cx="516" cy="416" r="4"/>
<circle cx="511" cy="443" r="4"/>
<circle cx="502" cy="483" r="4"/>
<circle cx="571" cy="439" r="4"/>
<circle cx="570" cy="362" r="4"/>
<circle cx="475" cy="233" r="4"/>
<circle cx="486" cy="126" r="4"/>
<circle cx="519" cy="154" r="4"/>
<circle cx="544" cy="176" r="4"/>
<circle cx="583" cy="204" r="4"/>
<circle cx="606" cy="228" r="4"/>
<circle cx="580" cy="186" r="4"/>
<circle cx="592" cy="142" r="4"/>
<circle cx="564" cy="117" r="4"/>
<circle cx="531" cy="100" r="4"/>
<circle cx="490" cy="82" r="4"/>
<circle cx="595" cy="618" r="4"/>
<circle cx="611" cy="598" r="4"/>
<circle cx="632" cy="560" r="4"/>
<circle cx="643" cy="535" r="4"/>
<circle cx="656" cy="501" r="4"/>
<circle cx="667" cy="450" r="4"/>
<circle cx="670" cy="414" r="4"/>
<circle cx="672" cy="374" r="4"/>
<circle cx="667" cy="340" r="4"/>
<circle cx="651" cy="279" r="4"/>
<circle cx="424" cy="48" r="4"/>
<circle cx="393" cy="36" r="4"/>
<circle cx="372" cy="28" r="4"/>
<circle cx="301" cy="15" r="4"/>
<circle cx="224" cy="393" r="4" fill="yellow"/>
</g>
</svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="42.597916mm"
height="42.597916mm"
viewBox="0 0 42.597916 42.597916"
version="1.1"
id="svg5"
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04, custom)"
sodipodi:docname="empty_board.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview7"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:document-units="mm"
showgrid="true"
inkscape:zoom="0.67081229"
inkscape:cx="46.21263"
inkscape:cy="18.634125"
inkscape:window-width="1920"
inkscape:window-height="1050"
inkscape:window-x="0"
inkscape:window-y="30"
inkscape:window-maximized="1"
inkscape:current-layer="layer1"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0">
<inkscape:grid
type="xygrid"
id="grid824"
originx="-26.326041"
originy="-42.201041" />
</sodipodi:namedview>
<defs
id="defs2" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.326042,-42.201042)">
<path
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 26.458333,42.333333 H 68.791666"
id="path859" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 26.458333,42.333333 V 84.666666"
id="path861" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 26.458333,84.666666 H 68.791666 V 42.333333"
id="path863" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 31.75,42.333333 V 84.666666"
id="path865" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 37.041667,42.333334 V 84.666667"
id="path865-3" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 47.625,42.333333 V 84.666666"
id="path865-6" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 52.916667,42.333333 V 84.666669"
id="path865-7" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 58.208333,42.333333 V 84.666669"
id="path865-5" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 63.5,42.333337 v 42.33333"
id="path865-35" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 42.333333,42.333333 V 84.666666"
id="path865-62" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 26.458327,79.375 h 42.33333"
id="path865-9" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 26.458328,74.083333 H 68.791657"
id="path865-3-1" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 26.458327,63.5 h 42.33333"
id="path865-6-2" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 26.458327,58.208333 h 42.33334"
id="path865-7-7" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 26.458327,52.916667 h 42.33334"
id="path865-5-0" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 26.458331,47.624996 H 68.791657"
id="path865-35-9" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 26.458327,68.791667 h 42.33333"
id="path865-62-3" />
</g>
</svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="84.931252mm"
height="46.831249mm"
viewBox="0 0 84.931252 46.831249"
version="1.1"
id="svg2537"
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04, custom)"
sodipodi:docname="ex_graphe_non_oriente.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview2539"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:document-units="mm"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="0.67081229"
inkscape:cx="144.60081"
inkscape:cy="27.578505"
inkscape:window-width="464"
inkscape:window-height="1022"
inkscape:window-x="1442"
inkscape:window-y="44"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs2534" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-5.6538963,-145.0027)">
<image
width="84.931252"
height="46.831249"
preserveAspectRatio="none"
xlink:href="data:image/png;base64,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
"
id="image2606"
x="5.6538963"
y="145.0027" />
</g>
</svg>
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="8499.000000pt" height="4627.000000pt" viewBox="0 0 8499.000000 4627.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.16, written by Peter Selinger 2001-2019
</metadata>
<g transform="translate(0.000000,4627.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M42095 46260 c-1181 -77 -2248 -435 -3220 -1083 -1110 -739 -1979
-1826 -2458 -3072 -793 -2069 -464 -4433 862 -6193 618 -820 1373 -1449 2306
-1923 l190 -96 3 -9107 2 -9106 -711 0 -710 0 888 -1770 c488 -973 891 -1770
894 -1770 3 0 402 797 886 1770 l882 1770 -710 0 -709 0 0 8970 0 8969 48 -15
c433 -136 921 -230 1432 -276 190 -17 810 -17 1000 0 215 19 515 59 683 91 81
15 147 26 147 25 0 -2 -319 -645 -709 -1429 l-709 -1425 709 0 709 0 0 -9226
0 -9226 -27 6 c-181 38 -522 84 -793 108 -188 16 -840 16 -1020 0 -888 -82
-1612 -271 -2365 -619 -963 -445 -1845 -1169 -2464 -2021 -575 -793 -944
-1693 -1080 -2637 -45 -311 -55 -455 -55 -835 0 -380 10 -524 55 -835 216
-1498 1016 -2870 2247 -3853 878 -701 1931 -1164 3072 -1351 401 -66 651 -85
1095 -85 387 0 528 8 860 49 960 121 1916 455 2695 943 695 435 1322 1017
1789 1660 575 793 944 1693 1080 2637 45 311 55 455 55 835 0 380 -10 524 -55
835 -121 843 -434 1667 -905 2382 -263 400 -521 711 -880 1063 -851 832 -1871
1384 -3099 1675 l-140 34 323 0 322 1 0 9230 0 9230 711 0 711 0 -757 1506
c-416 828 -755 1507 -753 1509 2 3 77 29 165 60 806 276 1556 717 2198 1290
502 448 968 1021 1309 1610 138 239 359 705 432 913 11 33 23 51 31 48 12 -5
20915 -11466 20922 -11472 2 -2 -150 -281 -337 -621 -331 -603 -339 -618 -313
-621 14 -2 882 -36 1928 -76 1046 -39 1904 -74 1907 -77 3 -3 -32 -88 -78
-190 -916 -2023 -730 -4382 491 -6232 950 -1440 2465 -2460 4143 -2791 1113
-220 2252 -149 3320 207 742 247 1373 590 1985 1078 223 178 353 295 565 508
738 743 1278 1637 1585 2626 634 2042 235 4233 -1080 5921 -893 1148 -2135
1955 -3545 2303 -477 118 -916 176 -1425 188 -1439 34 -2853 -421 -4015 -1291
-755 -565 -1390 -1303 -1835 -2134 -33 -61 -62 -108 -66 -104 -3 4 -498 717
-1099 1585 -601 867 -1096 1577 -1099 1577 -4 0 -159 -277 -345 -616 -271
-492 -342 -614 -355 -609 -12 5 -21038 11532 -21048 11539 -1 1 13 71 32 155
271 1212 183 2503 -252 3671 -653 1754 -2065 3168 -3808 3813 -556 205 -1121
330 -1750 387 -158 14 -725 21 -890 10z m880 -270 c831 -75 1569 -282 2292
-643 1395 -699 2503 -1943 3045 -3421 356 -973 464 -2047 307 -3071 -19 -128
-88 -487 -95 -494 -1 -1 -46 20 -98 48 l-95 52 -43 -78 c-227 -411 -295 -539
-292 -545 2 -3 74 -44 159 -90 85 -45 155 -88 155 -95 0 -6 -20 -62 -44 -125
-247 -637 -611 -1243 -1071 -1783 -164 -192 -488 -516 -680 -680 -622 -530
-1297 -913 -2075 -1176 -63 -22 -121 -39 -130 -39 -10 0 -40 49 -85 140 -38
77 -72 140 -75 140 -3 0 -48 -86 -100 -190 -90 -182 -96 -191 -130 -200 -70
-19 -389 -80 -515 -99 -908 -138 -1871 -69 -2735 196 -63 19 -130 39 -147 44
l-33 10 0 124 0 125 -313 0 -313 0 -175 88 c-872 442 -1617 1063 -2192 1827
-1359 1804 -1628 4209 -703 6280 322 720 839 1446 1409 1977 1091 1016 2406
1587 3892 1688 162 11 719 5 880 -10z m36020 -17990 c831 -75 1569 -282 2292
-643 1687 -845 2929 -2470 3297 -4317 324 -1623 6 -3288 -888 -4645 -240 -364
-494 -675 -810 -991 -316 -316 -627 -570 -991 -810 -1198 -789 -2660 -1136
-4104 -974 -1408 159 -2703 787 -3716 1804 -302 303 -557 616 -791 971 -969
1472 -1263 3331 -795 5041 394 1441 1301 2700 2546 3533 923 617 1949 964
3080 1041 162 11 719 5 880 -10z m-36170 -16000 c926 -55 1781 -282 2598 -691
878 -439 1696 -1150 2253 -1959 561 -813 880 -1671 986 -2653 32 -292 32 -822
0 -1114 -106 -981 -425 -1840 -986 -2653 -614 -891 -1537 -1655 -2526 -2090
-1078 -475 -2250 -657 -3395 -529 -1718 191 -3250 1027 -4280 2334 -1072 1360
-1464 3084 -1081 4752 237 1031 771 1985 1549 2765 1108 1110 2582 1753 4227
1841 139 8 501 6 655 -3z"/>
<path d="M42440 41583 c-184 -18 -542 -78 -667 -112 l-43 -12 0 -400 0 -400
102 3 102 3 53 250 c37 170 59 254 70 262 27 21 154 70 249 98 151 44 269 58
438 52 170 -5 267 -26 376 -79 93 -45 204 -159 252 -259 74 -152 105 -349 94
-579 -18 -336 -73 -574 -191 -815 -106 -216 -230 -379 -490 -644 -184 -188
-248 -247 -848 -790 l-347 -314 0 -229 0 -228 1270 0 1270 0 0 240 0 240
-1063 2 -1063 3 141 126 c77 70 282 249 455 399 413 358 570 501 765 695 378
377 572 698 657 1088 31 140 33 478 4 602 -106 459 -465 731 -1048 794 -89 10
-454 13 -538 4z"/>
<path d="M77803 23584 c-192 -20 -386 -57 -565 -105 l-38 -10 0 -399 0 -400
103 0 103 0 53 254 54 254 76 35 c88 41 200 77 321 103 119 26 422 27 531 1
248 -58 396 -206 461 -462 26 -104 36 -386 18 -518 -46 -340 -214 -532 -516
-591 -63 -13 -480 -46 -573 -46 -20 0 -21 -4 -21 -130 l0 -130 38 0 c117 -1
539 -32 610 -45 208 -40 340 -102 453 -216 124 -123 187 -274 209 -500 15
-148 -1 -361 -37 -504 -38 -154 -114 -289 -211 -375 -104 -93 -277 -163 -467
-189 -113 -16 -358 -13 -482 5 -207 31 -482 114 -502 152 -5 9 -36 134 -70
277 -34 143 -66 270 -71 283 -9 21 -16 22 -104 22 -52 0 -97 -3 -99 -7 -2 -5
4 -201 14 -437 12 -303 20 -431 29 -436 18 -11 374 -79 500 -95 319 -39 770
-45 982 -11 341 54 591 169 784 361 93 93 150 173 206 292 136 291 139 714 7
993 -141 297 -418 471 -874 548 l-110 19 60 12 c249 49 455 156 598 311 176
190 262 497 228 812 -23 209 -82 365 -189 500 -162 203 -427 327 -797 372
-160 20 -535 20 -712 0z"/>
<path d="M41787 5370 l-1017 -1429 2 -203 3 -203 928 -3 927 -2 0 -455 0 -455
265 0 265 0 0 455 0 455 283 2 282 3 0 220 0 220 -282 3 -283 2 0 1410 0 1410
-177 0 -178 0 -1018 -1430z m843 -345 l0 -1045 -751 0 c-597 0 -749 3 -743 13
37 60 1478 2077 1485 2077 5 0 9 -432 9 -1045z"/>
<path d="M32170 38258 c10 -24 143 -315 294 -648 151 -333 272 -606 268 -608
-4 -1 -5015 -2272 -11137 -5046 l-11130 -5044 -45 34 c-1011 768 -2142 1201
-3425 1314 -66 6 -237 13 -380 17 -1439 34 -2871 -425 -4010 -1284 -718 -542
-1284 -1179 -1737 -1958 -1295 -2224 -1127 -5059 421 -7113 676 -897 1563
-1602 2576 -2050 1467 -649 3138 -728 4665 -219 742 247 1373 590 1985 1078
223 178 353 295 565 508 398 401 742 849 1024 1336 142 246 358 704 437 928
13 37 26 67 29 66 3 0 439 -580 969 -1290 530 -709 966 -1289 970 -1289 3 0
147 282 319 626 200 401 317 624 326 622 7 -2 4688 -2349 10403 -5216 5714
-2866 10394 -5212 10399 -5212 5 0 80 141 166 314 l157 314 -10402 5218
c-5721 2869 -10404 5219 -10407 5221 -2 2 138 289 312 637 l317 633 -1672 7
c-920 4 -1673 9 -1674 10 -1 1 4 26 12 56 28 104 84 376 109 530 242 1482 -36
3004 -782 4285 -267 459 -551 838 -930 1242 l-112 121 177 80 c98 44 5040
2284 10983 4977 5943 2693 10810 4899 10815 4901 6 2 140 -284 300 -636 159
-352 294 -639 299 -637 10 3 2494 3060 2491 3065 -2 2 -3891 152 -3952 152 -8
0 -6 -13 7 -42z m-25185 -10258 c831 -75 1569 -282 2292 -643 103 -52 244
-127 313 -167 135 -78 422 -265 535 -348 l69 -52 -92 -42 c-51 -23 -92 -45
-92 -50 0 -8 279 -629 286 -637 2 -2 114 47 250 108 l248 112 79 -78 c109
-108 286 -305 408 -453 1185 -1443 1658 -3312 1303 -5145 -28 -144 -66 -312
-89 -392 l-16 -53 -174 0 -175 0 125 -167 c97 -129 124 -171 119 -187 -4 -12
-33 -93 -66 -181 -252 -678 -621 -1304 -1103 -1870 -164 -192 -488 -516 -680
-680 -195 -166 -428 -341 -640 -481 -1198 -789 -2660 -1136 -4104 -974 -1408
159 -2703 787 -3716 1804 -1077 1080 -1700 2479 -1795 4026 -66 1081 180 2239
677 3190 554 1059 1338 1894 2353 2508 197 119 623 330 850 420 627 251 1265
395 1955 442 162 11 719 5 880 -10z"/>
<path d="M5803 22407 l-602 -342 -1 -82 c0 -46 1 -83 3 -83 1 0 189 67 417
149 l415 149 3 -1691 c1 -930 0 -1693 -3 -1695 -3 -3 -194 -24 -425 -46 l-420
-41 0 -82 0 -83 1115 0 1115 0 0 83 0 83 -392 37 c-216 21 -408 41 -425 44
l-33 5 0 1969 0 1969 -82 -1 -83 0 -602 -342z"/>
</g>
</svg>
slides/figs/ex_graphes.png

25.7 KiB

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="210mm"
height="297mm"
viewBox="0 0 210 297"
version="1.1"
id="svg5"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20, custom)"
sodipodi:docname="soubly_linked_list.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview7"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="0.47433592"
inkscape:cx="-18.973895"
inkscape:cy="673.57328"
inkscape:window-width="1920"
inkscape:window-height="1080"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs2">
<marker
style="overflow:visible;"
id="Arrow2Lend"
refX="0.0"
refY="0.0"
orient="auto"
inkscape:stockid="Arrow2Lend"
inkscape:isstock="true">
<path
transform="scale(1.1) rotate(180) translate(1,0)"
d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
style="stroke:context-stroke;fill-rule:evenodd;fill:context-stroke;stroke-width:0.62500000;stroke-linejoin:round;"
id="path5453" />
</marker>
<marker
style="overflow:visible"
id="Arrow2Lend-6"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Lend"
inkscape:isstock="true">
<path
transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
style="fill:context-stroke;fill-rule:evenodd;stroke:context-stroke;stroke-width:0.625;stroke-linejoin:round"
id="path5453-2" />
</marker>
<marker
style="overflow:visible"
id="Arrow2Lend-1"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Lend"
inkscape:isstock="true">
<path
transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
style="fill:context-stroke;fill-rule:evenodd;stroke:context-stroke;stroke-width:0.625;stroke-linejoin:round"
id="path5453-27" />
</marker>
<marker
style="overflow:visible"
id="Arrow2Lend-6-9"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Lend"
inkscape:isstock="true">
<path
transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
style="fill:context-stroke;fill-rule:evenodd;stroke:context-stroke;stroke-width:0.625;stroke-linejoin:round"
id="path5453-2-3" />
</marker>
<marker
style="overflow:visible"
id="Arrow2Lend-6-9-0"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Lend"
inkscape:isstock="true">
<path
transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
style="fill:context-stroke;fill-rule:evenodd;stroke:context-stroke;stroke-width:0.625;stroke-linejoin:round"
id="path5453-2-3-6" />
</marker>
<marker
style="overflow:visible"
id="Arrow2Lend-61"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Lend"
inkscape:isstock="true">
<path
transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
style="fill:context-stroke;fill-rule:evenodd;stroke:context-stroke;stroke-width:0.625;stroke-linejoin:round"
id="path5453-8" />
</marker>
</defs>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<image
width="149.48958"
height="33.866665"
preserveAspectRatio="none"
xlink:href="data:image/png;base64,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
JMl+3d8yRL9281xyKXTXz6/69VADDZ1OZ7e86DQY9Ipl4u6n17nLaf369Yl2dnbXe1/Vfvv2bbq5
zbRnCzYdrZbVldsqc/dT1w2tHTN9s37k4ePFWY+sr5wfMWJEi6TufnJwcChFCOEIIdza2vpuenp6
gKz3TSZ3xChprSV5l8Ts2bMvQ60Vt9aS/MxjMpmpRK0tLS0f7dy5M7L3HTIqc/eTktZamv26d27o
ffeTqHc5EcuamJjU3759m048V1P71FLokZonT56MLcof+hEaNptNd3FxKfx0S+we1nNDX2HbG146
SfVlJxmHMnm+82KC40efiXo7+GDXug8WGPxceuoXD8PNx9LWqp1u/P3PR9Y1x48vGutkXfgk78o7
6taj6moKLzm0+3zz25fvmeSovfxlUVkYhlF6H5mRd3uGBmotKqj18Km1paXlY+J7RBkGMf03qLWo
hPVrcY7QEMsuXLjwrNALhWtra8eIG2iio6Mjvby8zoj3lqgiTdx0MplzI/N3t4YebS2LKaZ3u54b
6ziv25FyMMImOu/UTc83582/MsngjTrHJUtyTc596nDa9EPc3zfw5GebZyQUr46Kym9B5vLeC2mL
i4sLv3v37gTl/ZJDCGotmujo6Eio9fCo9caNGxPu3LkzMSwsbL9yBhqEoNaiEdav29radMUNNM7O
zpeWLVt2XGiosbOzqxA30PReFvShodWlpYG6EEKIpKbeo65F6aCQULeallYHau/odSStk3SbddO2
R0Ozh4QQrmbCeGanfYd/q677DXk1fTC95wsTl6ur60VJrUuuVLTWkuTk5FQs7zZIBNRaKAaDwVLe
MNML1FooYf2ay+UaiBtomExm2tq1a/cJDTXE3SuSCDQ1NTUqlUgl9sU92FpwnPRyAU188rSJFbdL
rk3HEFJHXc0afP2322ZaqD+USBuAbECthw+o9fABtRbL6NGjn4obaIihZ0S6+0kSgWbLli07BF3j
tSXzFggnySMF0tNOamD9Mel+8wOz8ooa27ceVZKrG8hjbz5pGNdWetO+8YHBmxevGM+6Wf/QsvXS
AyevsOTMyC8Tx+5M5YcyOh9i077fEjeLghrkvRdAFFDr4UN1a60cn6uypLq1liXi4Im4gQYhhAa9
YrmMXefK/PZsyevc5WRiYlLfd9nly5cfmeo0v2rpf87clNWV25Kco0Se25DUQ5nnflKEfYP5gAZ+
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
"
id="image17"
x="34.115768"
y="103.36547" />
<g
id="g5395">
<rect
style="fill:none;stroke:#000205;stroke-width:1;stroke-linecap:square"
id="rect43"
width="26.817299"
height="21.512512"
x="43.79332"
y="162.83534" />
<rect
style="fill:none;stroke:#000205;stroke-width:1;stroke-linecap:square"
id="rect984-3"
width="19.720016"
height="21.512497"
x="70.592087"
y="162.83534" />
<rect
style="fill:none;stroke:#000205;stroke-width:1;stroke-linecap:square"
id="rect984-3-5"
width="19.720016"
height="21.512497"
x="24.073303"
y="162.83536" />
<text
xml:space="preserve"
style="font-size:7.05556px;line-height:0;font-family:sans-serif;letter-spacing:0px;stroke-width:0.264583"
x="49.381596"
y="170.55223"
id="text2533"><tspan
sodipodi:role="line"
id="tspan2531"
style="font-size:7.05556px;stroke-width:0.264583"
x="49.381596"
y="170.55223">data</tspan></text>
<text
xml:space="preserve"
style="font-size:7.05556px;line-height:0;font-family:sans-serif;letter-spacing:0px;stroke-width:0.264583"
x="72.400902"
y="176.01866"
id="text2533-6"><tspan
sodipodi:role="line"
id="tspan2531-7"
style="font-size:7.05556px;stroke-width:0.264583"
x="72.400902"
y="176.01866">next</tspan></text>
<text
xml:space="preserve"
style="font-size:7.05556px;line-height:0;font-family:sans-serif;letter-spacing:0px;stroke-width:0.264583"
x="25.847668"
y="174.83356"
id="text2533-5"><tspan
sodipodi:role="line"
id="tspan2531-3"
style="font-size:7.05556px;stroke-width:0.264583"
x="25.847668"
y="174.83356">prev</tspan></text>
</g>
<path
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#Arrow2Lend)"
d="M 32.566534,179.81541 H 7.1177008"
id="path5430"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#Arrow2Lend-61)"
d="M 116.74076,179.81541 H 91.291929"
id="path5430-7"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#Arrow2Lend-6-9)"
d="m 17.083982,167.73425 14.6467,0"
id="path5430-9-6"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#Arrow2Lend-6-9-0)"
d="M 85.331043,167.73425 H 99.97774"
id="path5430-9-6-2"
sodipodi:nodetypes="cc" />
</g>
</svg>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment