Created
April 25, 2018 11:46
-
-
Save pixeltrix/3afecec0cd0b683da7c4b5b6627002e0 to your computer and use it in GitHub Desktop.
Routing FSM for https://petition.parliament.uk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>FSM</title> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.css" type="text/css"> | |
<style> | |
body { | |
font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif; | |
margin: 0; | |
} | |
h1 { | |
font-size: 2.0em; font-weight: bold; text-align: center; | |
color: white; background-color: black; | |
padding: 5px 0; | |
margin: 0 0 20px; | |
} | |
h2 { | |
text-align: center; | |
display: none; | |
font-size: 0.5em; | |
} | |
.clearfix {display: inline-block; } | |
.input { overflow: show;} | |
.instruction { color: #666; padding: 0 30px 20px; font-size: 0.9em} | |
.instruction p { padding: 0 0 5px; } | |
.instruction li { padding: 0 10px 5px; } | |
.form { background: #EEE; padding: 20px 30px; border-radius: 5px; margin-left: auto; margin-right: auto; width: 500px; margin-bottom: 20px} | |
.form p, .form form { text-align: center } | |
.form form {padding: 0 10px 5px; } | |
.form .fun_routes { font-size: 0.9em;} | |
.form .fun_routes a { margin: 0 5px 0 0; } | |
</style> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.4.8/d3.min.js" type="text/javascript"></script> | |
</head> | |
<body> | |
<div id="wrapper"> | |
<h1>Routes FSM with NFA simulation</h1> | |
<div class="instruction form"> | |
<p> | |
Type a route in to the box and click "simulate". | |
</p> | |
<form onsubmit="return match(this.route.value);"> | |
<input type="text" size="30" name="route" value="/articles/new" /> | |
<button>simulate</button> | |
<input type="reset" value="reset" onclick="return reset_graph();"/> | |
</form> | |
<p class="fun_routes"> | |
Some fun routes to try: | |
<a href="#" onclick="document.forms[0].elements[0].value=this.text.replace(/^\s+|\s+$/g,''); return match(this.text.replace(/^\s+|\s+$/g,''));"> | |
/petitions/omg/sponsors.json | |
</a> | |
<a href="#" onclick="document.forms[0].elements[0].value=this.text.replace(/^\s+|\s+$/g,''); return match(this.text.replace(/^\s+|\s+$/g,''));"> | |
/ping.xml | |
</a> | |
<a href="#" onclick="document.forms[0].elements[0].value=this.text.replace(/^\s+|\s+$/g,''); return match(this.text.replace(/^\s+|\s+$/g,''));"> | |
/admin/signatures/38/validate.xml | |
</a> | |
</p> | |
</div> | |
<div class='chart' id='chart-2'> | |
<!-- Generated by graphviz version 2.38.0 (20140413.2041) | |
--> | |
<!-- Title: nfa Pages: 1 --> | |
<svg | |
viewBox="0.00 0.00 2241.42 5097.32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> | |
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 5093.32)"> | |
<title>nfa</title> | |
<polygon fill="white" stroke="none" points="-4,4 -4,-5093.32 2237.42,-5093.32 2237.42,4 -4,4"/> | |
<!-- 1 --> | |
<g id="node1" class="node"><title>1</title> | |
<ellipse fill="none" stroke="black" cx="97.8896" cy="-3387.37" rx="18" ry="18"/> | |
<ellipse fill="none" stroke="black" cx="97.8896" cy="-3387.37" rx="22" ry="22"/> | |
<text text-anchor="middle" x="97.8896" y="-3383.17" font-family="Times,serif" font-size="14.00">1</text> | |
</g> | |
<!-- 2 --> | |
<g id="node2" class="node"><title>2</title> | |
<ellipse fill="none" stroke="black" cx="297.813" cy="-5023.37" rx="18" ry="18"/> | |
<ellipse fill="none" stroke="black" cx="297.813" cy="-5023.37" rx="22" ry="22"/> | |
<text text-anchor="middle" x="297.813" y="-5019.17" font-family="Times,serif" font-size="14.00">2</text> | |
</g> | |
<!-- 1->2 --> | |
<g id="edge2" class="edge"><title>1->2</title> | |
<path fill="none" stroke="black" d="M99.0719,-3409.49C100.579,-3586.21 111.586,-4763.86 137.89,-4833.37 165.694,-4906.85 234.745,-4972.21 272.016,-5003.63"/> | |
<polygon fill="black" stroke="black" points="269.963,-5006.47 279.895,-5010.16 274.431,-5001.08 269.963,-5006.47"/> | |
<text text-anchor="middle" x="197.376" y="-4993.17" font-family="Times,serif" font-size="14.00">help</text> | |
</g> | |
<!-- 3 --> | |
<g id="node3" class="node"><title>3</title> | |
<ellipse fill="none" stroke="black" cx="297.813" cy="-4942.37" rx="18" ry="18"/> | |
<ellipse fill="none" stroke="black" cx="297.813" cy="-4942.37" rx="22" ry="22"/> | |
<text text-anchor="middle" x="297.813" y="-4938.17" font-family="Times,serif" font-size="14.00">3</text> | |
</g> | |
<!-- 1->3 --> | |
<g id="edge3" class="edge"><title>1->3</title> | |
<path fill="none" stroke="black" d="M98.7177,-3409.39C97.5794,-3569.22 92.503,-4548.46 137.89,-4671.37 167.124,-4750.54 220.784,-4743.08 256.862,-4819.37 273.556,-4854.67 260.709,-4868.98 274.862,-4905.37 276.214,-4908.85 277.874,-4912.38 279.67,-4915.8"/> | |
<polygon fill="black" stroke="black" points="276.645,-4917.57 284.624,-4924.54 282.733,-4914.11 276.645,-4917.57"/> | |
<text text-anchor="middle" x="197.376" y="-4822.17" font-family="Times,serif" font-size="14.00">privacy</text> | |
</g> | |
<!-- 4 --> | |
<g id="node4" class="node"><title>4</title> | |
<ellipse fill="none" stroke="black" cx="297.813" cy="-4874.37" rx="18" ry="18"/> | |
<ellipse fill="none" stroke="black" cx="297.813" cy="-4874.37" rx="22" ry="22"/> | |
<text text-anchor="middle" x="297.813" y="-4870.17" font-family="Times,serif" font-size="14.00">4</text> | |
</g> | |
<!-- 1->4 --> | |
<g id="edge4" class="edge"><title>1->4</title> | |
<path fill="none" stroke="black" d="M98.9222,-3409.52C99.3036,-3496.32 103.113,-3821.56 137.89,-4086.37 171.643,-4343.39 206.953,-4402.99 256.862,-4657.37 269.781,-4723.21 283.724,-4800.54 291.241,-4842.82"/> | |
<polygon fill="black" stroke="black" points="287.816,-4843.55 293.01,-4852.78 294.708,-4842.32 287.816,-4843.55"/> | |
<text text-anchor="middle" x="197.376" y="-4660.17" font-family="Times,serif" font-size="14.00">feedback</text> | |
</g> | |
<!-- 5 --> | |
<g id="node5" class="node"><title>5</title> | |
<ellipse fill="none" stroke="black" cx="297.813" cy="-4165.37" rx="18" ry="18"/> | |
<ellipse fill="none" stroke="black" cx="297.813" cy="-4165.37" rx="22" ry="22"/> | |
<text text-anchor="middle" x="297.813" y="-4161.17" font-family="Times,serif" font-size="14.00">5</text> | |
</g> | |
<!-- 1->5 --> | |
<g id="edge5" class="edge"><title>1->5</title> | |
<path fill="none" stroke="black" d="M99.7385,-3409.55C102.18,-3463.57 110.874,-3605.98 137.89,-3721.37 175.602,-3882.45 252.791,-4065.86 283.643,-4136"/> | |
<polygon fill="black" stroke="black" points="280.603,-4137.78 287.849,-4145.51 287.005,-4134.95 280.603,-4137.78"/> | |
<text text-anchor="middle" x="197.376" y="-4071.17" font-family="Times,serif" font-size="14.00">petitions</text> | |
</g> | |
<!-- 9 --> | |
<g id="node6" class="node"><title>9</title> | |
<ellipse fill="none" stroke="black" cx="297.813" cy="-3709.37" rx="18" ry="18"/> | |
<ellipse fill="none" stroke="black" cx="297.813" cy="-3709.37" rx="22" ry="22"/> | |
<text text-anchor="middle" x="297.813" y="-3705.17" font-family="Times,serif" font-size="14.00">9</text> | |
</g> | |
<!-- 1->9 --> | |
<g id="edge9" class="edge"><title>1->9</title> | |
<path fill="none" stroke="black" d="M99.6198,-3409.6C101.835,-3464.45 110.134,-3604.39 137.89,-3640.37 169.159,-3680.91 229.096,-3698.04 265.76,-3704.98"/> | |
<polygon fill="black" stroke="black" points="265.435,-3708.47 275.888,-3706.74 266.639,-3701.58 265.435,-3708.47"/> | |
<text text-anchor="middle" x="197.376" y="-3706.17" font-family="Times,serif" font-size="14.00">accessibility</text> | |
</g> | |
<!-- 11 --> | |
<g id="node7" class="node"><title>11</title> | |
<ellipse fill="none" stroke="black" cx="297.813" cy="-3637.37" rx="18.7311" ry="18.7311"/> | |
<ellipse fill="none" stroke="black" cx="297.813" cy="-3637.37" rx="22.7536" ry="22.7536"/> | |
<text text-anchor="middle" x="297.813" y="-3633.17" font-family="Times,serif" font-size="14.00">11</text> | |
</g> | |
<!-- 1->11 --> | |
<g id="edge11" class="edge"><title>1->11</title> | |
<path fill="none" stroke="black" d="M101.066,-3409.31C105.718,-3452.18 117.864,-3545.05 137.89,-3569.37 154.895,-3590.03 225.303,-3614.9 266.478,-3628.09"/> | |
<polygon fill="black" stroke="black" points="265.43,-3631.43 276.02,-3631.11 267.54,-3624.75 265.43,-3631.43"/> | |
<text text-anchor="middle" x="197.376" y="-3628.17" font-family="Times,serif" font-size="14.00">crown-copyright</text> | |
</g> | |
<!-- 12 --> | |
<g id="node8" class="node"><title>12</title> | |
<ellipse fill="none" stroke="black" cx="297.813" cy="-3554.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="297.813" cy="-3554.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="297.813" y="-3550.17" font-family="Times,serif" font-size="14.00">12</text> | |
</g> | |
<!-- 1->12 --> | |
<g id="edge12" class="edge"><title>1->12</title> | |
<path fill="none" stroke="black" d="M100.565,-3409.51C103.678,-3435.22 112.561,-3477.31 137.89,-3502.37 172.115,-3536.23 228.693,-3548.04 264.299,-3552.17"/> | |
<polygon fill="black" stroke="black" points="264.325,-3555.69 274.627,-3553.21 265.032,-3548.72 264.325,-3555.69"/> | |
<text text-anchor="middle" x="197.376" y="-3554.17" font-family="Times,serif" font-size="14.00">departments</text> | |
</g> | |
<!-- 13 --> | |
<g id="node9" class="node"><title>13</title> | |
<ellipse fill="none" stroke="black" cx="297.813" cy="-3490.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="297.813" cy="-3490.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="297.813" y="-3486.17" font-family="Times,serif" font-size="14.00">13</text> | |
</g> | |
<!-- 1->13 --> | |
<g id="edge13" class="edge"><title>1->13</title> | |
<path fill="none" stroke="black" d="M109.344,-3406.18C116.199,-3416.97 126.072,-3429.99 137.89,-3438.37 176.726,-3465.93 231.041,-3479.52 265.054,-3485.73"/> | |
<polygon fill="black" stroke="black" points="264.469,-3489.18 274.918,-3487.43 265.657,-3482.28 264.469,-3489.18"/> | |
<text text-anchor="middle" x="197.376" y="-3487.17" font-family="Times,serif" font-size="14.00">how-it-works</text> | |
</g> | |
<!-- 14 --> | |
<g id="node10" class="node"><title>14</title> | |
<ellipse fill="none" stroke="black" cx="297.813" cy="-3426.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="297.813" cy="-3426.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="297.813" y="-3422.17" font-family="Times,serif" font-size="14.00">14</text> | |
</g> | |
<!-- 1->14 --> | |
<g id="edge14" class="edge"><title>1->14</title> | |
<path fill="none" stroke="black" d="M119.47,-3392.94C125.395,-3394.46 131.881,-3396.06 137.89,-3397.37 181.702,-3406.97 232.794,-3415.9 264.974,-3421.24"/> | |
<polygon fill="black" stroke="black" points="264.688,-3424.74 275.124,-3422.91 265.825,-3417.83 264.688,-3424.74"/> | |
<text text-anchor="middle" x="197.376" y="-3423.17" font-family="Times,serif" font-size="14.00">privacy-policy</text> | |
</g> | |
<!-- 15 --> | |
<g id="node11" class="node"><title>15</title> | |
<ellipse fill="none" stroke="black" cx="297.813" cy="-3362.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="297.813" cy="-3362.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="297.813" y="-3358.17" font-family="Times,serif" font-size="14.00">15</text> | |
</g> | |
<!-- 1->15 --> | |
<g id="edge15" class="edge"><title>1->15</title> | |
<path fill="none" stroke="black" d="M120.071,-3384.7C154.84,-3380.3 224.212,-3371.54 264.938,-3366.4"/> | |
<polygon fill="black" stroke="black" points="265.399,-3369.87 274.881,-3365.14 264.521,-3362.92 265.399,-3369.87"/> | |
<text text-anchor="middle" x="197.376" y="-3385.17" font-family="Times,serif" font-size="14.00">faq</text> | |
</g> | |
<!-- 16 --> | |
<g id="node12" class="node"><title>16</title> | |
<ellipse fill="none" stroke="black" cx="297.813" cy="-3298.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="297.813" cy="-3298.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="297.813" y="-3294.17" font-family="Times,serif" font-size="14.00">16</text> | |
</g> | |
<!-- 1->16 --> | |
<g id="edge16" class="edge"><title>1->16</title> | |
<path fill="none" stroke="black" d="M113.141,-3370.88C120.018,-3363.75 128.751,-3355.82 137.89,-3350.37 178.389,-3326.22 231.47,-3311.79 264.866,-3304.46"/> | |
<polygon fill="black" stroke="black" points="265.914,-3307.81 274.976,-3302.32 264.469,-3300.96 265.914,-3307.81"/> | |
<text text-anchor="middle" x="197.376" y="-3353.17" font-family="Times,serif" font-size="14.00">terms-and-conditions</text> | |
</g> | |
<!-- 17 --> | |
<g id="node13" class="node"><title>17</title> | |
<ellipse fill="none" stroke="black" cx="297.813" cy="-3234.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="297.813" cy="-3234.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="297.813" y="-3230.17" font-family="Times,serif" font-size="14.00">17</text> | |
</g> | |
<!-- 1->17 --> | |
<g id="edge17" class="edge"><title>1->17</title> | |
<path fill="none" stroke="black" d="M102.127,-3365.73C106.521,-3343.67 116.441,-3309.86 137.89,-3289.37 172.899,-3255.92 229.245,-3242.73 264.59,-3237.59"/> | |
<polygon fill="black" stroke="black" points="265.382,-3241.01 274.838,-3236.23 264.467,-3234.07 265.382,-3241.01"/> | |
<text text-anchor="middle" x="197.376" y="-3292.17" font-family="Times,serif" font-size="14.00">admin</text> | |
</g> | |
<!-- 18 --> | |
<g id="node14" class="node"><title>18</title> | |
<ellipse fill="none" stroke="black" cx="297.813" cy="-3127.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="297.813" cy="-3127.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="297.813" y="-3123.17" font-family="Times,serif" font-size="14.00">18</text> | |
</g> | |
<!-- 1->18 --> | |
<g id="edge18" class="edge"><title>1->18</title> | |
<path fill="none" stroke="black" d="M98.7693,-3365.23C99.6653,-3331.1 105.81,-3265.03 137.89,-3221.37 170.161,-3177.45 229.663,-3150.41 265.992,-3137.2"/> | |
<polygon fill="black" stroke="black" points="267.304,-3140.45 275.583,-3133.84 264.988,-3133.84 267.304,-3140.45"/> | |
<text text-anchor="middle" x="197.376" y="-3224.17" font-family="Times,serif" font-size="14.00">ping</text> | |
</g> | |
<!-- 6 --> | |
<g id="node235" class="node"><title>6</title> | |
<ellipse fill="none" stroke="black" cx="297.813" cy="-2982.37" rx="18" ry="18"/> | |
<text text-anchor="middle" x="297.813" y="-2978.17" font-family="Times,serif" font-size="14.00">6</text> | |
</g> | |
<!-- 1->6 --> | |
<g id="edge6" class="edge"><title>1->6</title> | |
<path fill="none" stroke="black" d="M100.243,-3365.18C103.936,-3309.61 115.44,-3166.02 137.89,-3124.37 169.8,-3065.17 236.509,-3018.46 272.518,-2996.34"/> | |
<polygon fill="black" stroke="black" points="274.621,-2999.16 281.389,-2991.01 271.015,-2993.16 274.621,-2999.16"/> | |
<text text-anchor="middle" x="197.376" y="-3127.17" font-family="Times,serif" font-size="14.00">sponsors</text> | |
</g> | |
<!-- 7 --> | |
<g id="node236" class="node"><title>7</title> | |
<ellipse fill="none" stroke="black" cx="297.813" cy="-2757.37" rx="18" ry="18"/> | |
<text text-anchor="middle" x="297.813" y="-2753.17" font-family="Times,serif" font-size="14.00">7</text> | |
</g> | |
<!-- 1->7 --> | |
<g id="edge7" class="edge"><title>1->7</title> | |
<path fill="none" stroke="black" d="M99.6244,-3365.22C102.267,-3292.27 112.513,-3060.27 137.89,-2990.37 169.87,-2902.29 242.857,-2815.68 277.663,-2777.57"/> | |
<polygon fill="black" stroke="black" points="280.265,-2779.91 284.482,-2770.2 275.124,-2775.16 280.265,-2779.91"/> | |
<text text-anchor="middle" x="197.376" y="-2993.17" font-family="Times,serif" font-size="14.00">signatures</text> | |
</g> | |
<!-- 8 --> | |
<g id="node237" class="node"><title>8</title> | |
<ellipse fill="none" stroke="black" cx="297.813" cy="-2360.37" rx="18" ry="18"/> | |
<text text-anchor="middle" x="297.813" y="-2356.17" font-family="Times,serif" font-size="14.00">8</text> | |
</g> | |
<!-- 1->8 --> | |
<g id="edge8" class="edge"><title>1->8</title> | |
<path fill="none" stroke="black" d="M99.4466,-3365.24C101.968,-3270.38 113.272,-2897.79 137.89,-2783.37 171.645,-2626.49 252.925,-2450.24 284.229,-2385.75"/> | |
<polygon fill="black" stroke="black" points="287.562,-2386.89 288.809,-2376.37 281.273,-2383.82 287.562,-2386.89"/> | |
<text text-anchor="middle" x="197.376" y="-2786.17" font-family="Times,serif" font-size="14.00">archived</text> | |
</g> | |
<!-- 10 --> | |
<g id="node238" class="node"><title>10</title> | |
<ellipse fill="none" stroke="black" cx="297.813" cy="-1619.37" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="297.813" y="-1615.17" font-family="Times,serif" font-size="14.00">10</text> | |
</g> | |
<!-- 1->10 --> | |
<g id="edge10" class="edge"><title>1->10</title> | |
<path fill="none" stroke="black" d="M99.3277,-3365.16C101.875,-3239.62 115.445,-2617.67 137.89,-2427.37 174.322,-2118.49 263.603,-1751.07 289.6,-1647.67"/> | |
<polygon fill="black" stroke="black" points="293.063,-1648.25 292.117,-1637.7 286.276,-1646.54 293.063,-1648.25"/> | |
<text text-anchor="middle" x="197.376" y="-2430.17" font-family="Times,serif" font-size="14.00">api</text> | |
</g> | |
<!-- 19 --> | |
<g id="node239" class="node"><title>19</title> | |
<ellipse fill="none" stroke="black" cx="297.813" cy="-191.372" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="297.813" y="-187.172" font-family="Times,serif" font-size="14.00">19</text> | |
</g> | |
<!-- 1->19 --> | |
<g id="edge19" class="edge"><title>1->19</title> | |
<path fill="none" stroke="black" d="M98.7821,-3364.94C98.2289,-3221.52 97.1378,-2418.3 137.89,-1765.37 176.986,-1138.97 272.915,-376.698 293.062,-220.243"/> | |
<polygon fill="black" stroke="black" points="296.571,-220.402 294.38,-210.036 289.629,-219.505 296.571,-220.402"/> | |
<text text-anchor="middle" x="197.376" y="-1768.17" font-family="Times,serif" font-size="14.00">rails</text> | |
</g> | |
<!-- 20 --> | |
<g id="node240" class="node"><title>20</title> | |
<ellipse fill="none" stroke="black" cx="379.603" cy="-5059.37" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="379.603" y="-5055.17" font-family="Times,serif" font-size="14.00">20</text> | |
</g> | |
<!-- 2->20 --> | |
<g id="edge20" class="edge"><title>2->20</title> | |
<path fill="none" stroke="black" d="M318.128,-5032.09C328.544,-5036.79 341.537,-5042.65 352.808,-5047.73"/> | |
<polygon fill="black" stroke="black" points="351.606,-5051.03 362.161,-5051.95 354.485,-5044.65 351.606,-5051.03"/> | |
<text text-anchor="middle" x="340.708" y="-5046.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 21 --> | |
<g id="node241" class="node"><title>21</title> | |
<ellipse fill="none" stroke="black" cx="379.603" cy="-4996.37" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="379.603" y="-4992.17" font-family="Times,serif" font-size="14.00">21</text> | |
</g> | |
<!-- 3->21 --> | |
<g id="edge21" class="edge"><title>3->21</title> | |
<path fill="none" stroke="black" d="M316.521,-4954.36C327.826,-4962.01 342.616,-4972.02 354.924,-4980.35"/> | |
<polygon fill="black" stroke="black" points="353.12,-4983.35 363.363,-4986.06 357.043,-4977.55 353.12,-4983.35"/> | |
<text text-anchor="middle" x="340.708" y="-4974.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 22 --> | |
<g id="node242" class="node"><title>22</title> | |
<ellipse fill="none" stroke="black" cx="379.603" cy="-4934.37" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="379.603" y="-4930.17" font-family="Times,serif" font-size="14.00">22</text> | |
</g> | |
<!-- 4->22 --> | |
<g id="edge22" class="edge"><title>4->22</title> | |
<path fill="none" stroke="black" d="M316.126,-4887.39C327.745,-4896.13 343.174,-4907.73 355.792,-4917.22"/> | |
<polygon fill="black" stroke="black" points="353.901,-4920.18 363.997,-4923.39 358.108,-4914.58 353.901,-4920.18"/> | |
<text text-anchor="middle" x="340.708" y="-4909.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 23 --> | |
<g id="node243" class="node"><title>23</title> | |
<ellipse fill="none" stroke="black" cx="379.603" cy="-4874.37" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="379.603" y="-4870.17" font-family="Times,serif" font-size="14.00">23</text> | |
</g> | |
<!-- 4->23 --> | |
<g id="edge23" class="edge"><title>4->23</title> | |
<path fill="none" stroke="black" d="M320.195,-4874.37C329.416,-4874.37 340.332,-4874.37 350.217,-4874.37"/> | |
<polygon fill="black" stroke="black" points="350.41,-4877.87 360.41,-4874.37 350.41,-4870.87 350.41,-4877.87"/> | |
<text text-anchor="middle" x="340.708" y="-4877.17" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 24 --> | |
<g id="node244" class="node"><title>24</title> | |
<ellipse fill="none" stroke="black" cx="379.603" cy="-4643.37" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="379.603" y="-4639.17" font-family="Times,serif" font-size="14.00">24</text> | |
</g> | |
<!-- 5->24 --> | |
<g id="edge24" class="edge"><title>5->24</title> | |
<path fill="none" stroke="black" d="M302.448,-4187.15C315.384,-4264.65 359.18,-4527.02 373.804,-4614.62"/> | |
<polygon fill="black" stroke="black" points="370.378,-4615.36 375.477,-4624.65 377.283,-4614.21 370.378,-4615.36"/> | |
<text text-anchor="middle" x="340.708" y="-4422.17" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 25 --> | |
<g id="node245" class="node"><title>25</title> | |
<ellipse fill="none" stroke="black" cx="379.603" cy="-4165.37" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="379.603" y="-4161.17" font-family="Times,serif" font-size="14.00">25</text> | |
</g> | |
<!-- 5->25 --> | |
<g id="edge25" class="edge"><title>5->25</title> | |
<path fill="none" stroke="black" d="M320.195,-4165.37C329.416,-4165.37 340.332,-4165.37 350.217,-4165.37"/> | |
<polygon fill="black" stroke="black" points="350.41,-4168.87 360.41,-4165.37 350.41,-4161.87 350.41,-4168.87"/> | |
<text text-anchor="middle" x="340.708" y="-4168.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 29 --> | |
<g id="node249" class="node"><title>29</title> | |
<ellipse fill="none" stroke="black" cx="379.603" cy="-3742.37" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="379.603" y="-3738.17" font-family="Times,serif" font-size="14.00">29</text> | |
</g> | |
<!-- 9->29 --> | |
<g id="edge29" class="edge"><title>9->29</title> | |
<path fill="none" stroke="black" d="M318.536,-3717.53C328.712,-3721.74 341.264,-3726.93 352.258,-3731.48"/> | |
<polygon fill="black" stroke="black" points="351.225,-3734.84 361.803,-3735.42 353.9,-3728.37 351.225,-3734.84"/> | |
<text text-anchor="middle" x="340.708" y="-3730.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 31 --> | |
<g id="node251" class="node"><title>31</title> | |
<ellipse fill="none" stroke="black" cx="379.603" cy="-3676.37" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="379.603" y="-3672.17" font-family="Times,serif" font-size="14.00">31</text> | |
</g> | |
<!-- 11->31 --> | |
<g id="edge31" class="edge"><title>11->31</title> | |
<path fill="none" stroke="black" d="M318.536,-3647.01C328.958,-3652.11 341.873,-3658.42 353.054,-3663.88"/> | |
<polygon fill="black" stroke="black" points="351.806,-3667.17 362.327,-3668.42 354.88,-3660.88 351.806,-3667.17"/> | |
<text text-anchor="middle" x="340.708" y="-3661.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 32 --> | |
<g id="node252" class="node"><title>32</title> | |
<ellipse fill="none" stroke="black" cx="379.603" cy="-3614.37" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="379.603" y="-3610.17" font-family="Times,serif" font-size="14.00">32</text> | |
</g> | |
<!-- 12->32 --> | |
<g id="edge32" class="edge"><title>12->32</title> | |
<path fill="none" stroke="black" d="M316.521,-3567.69C328.085,-3576.38 343.295,-3587.82 355.766,-3597.2"/> | |
<polygon fill="black" stroke="black" points="353.788,-3600.09 363.884,-3603.3 357.995,-3594.5 353.788,-3600.09"/> | |
<text text-anchor="middle" x="340.708" y="-3589.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 33 --> | |
<g id="node253" class="node"><title>33</title> | |
<ellipse fill="none" stroke="black" cx="379.603" cy="-3554.37" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="379.603" y="-3550.17" font-family="Times,serif" font-size="14.00">33</text> | |
</g> | |
<!-- 12->33 --> | |
<g id="edge33" class="edge"><title>12->33</title> | |
<path fill="none" stroke="black" d="M321.039,-3554.37C330.084,-3554.37 340.649,-3554.37 350.241,-3554.37"/> | |
<polygon fill="black" stroke="black" points="350.524,-3557.87 360.524,-3554.37 350.524,-3550.87 350.524,-3557.87"/> | |
<text text-anchor="middle" x="340.708" y="-3557.17" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 34 --> | |
<g id="node254" class="node"><title>34</title> | |
<ellipse fill="none" stroke="black" cx="379.603" cy="-3490.37" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="379.603" y="-3486.17" font-family="Times,serif" font-size="14.00">34</text> | |
</g> | |
<!-- 13->34 --> | |
<g id="edge34" class="edge"><title>13->34</title> | |
<path fill="none" stroke="black" d="M321.039,-3490.37C330.084,-3490.37 340.649,-3490.37 350.241,-3490.37"/> | |
<polygon fill="black" stroke="black" points="350.524,-3493.87 360.524,-3490.37 350.524,-3486.87 350.524,-3493.87"/> | |
<text text-anchor="middle" x="340.708" y="-3493.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 35 --> | |
<g id="node255" class="node"><title>35</title> | |
<ellipse fill="none" stroke="black" cx="379.603" cy="-3426.37" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="379.603" y="-3422.17" font-family="Times,serif" font-size="14.00">35</text> | |
</g> | |
<!-- 14->35 --> | |
<g id="edge35" class="edge"><title>14->35</title> | |
<path fill="none" stroke="black" d="M321.039,-3426.37C330.084,-3426.37 340.649,-3426.37 350.241,-3426.37"/> | |
<polygon fill="black" stroke="black" points="350.524,-3429.87 360.524,-3426.37 350.524,-3422.87 350.524,-3429.87"/> | |
<text text-anchor="middle" x="340.708" y="-3429.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 36 --> | |
<g id="node256" class="node"><title>36</title> | |
<ellipse fill="none" stroke="black" cx="379.603" cy="-3362.37" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="379.603" y="-3358.17" font-family="Times,serif" font-size="14.00">36</text> | |
</g> | |
<!-- 15->36 --> | |
<g id="edge36" class="edge"><title>15->36</title> | |
<path fill="none" stroke="black" d="M321.039,-3362.37C330.084,-3362.37 340.649,-3362.37 350.241,-3362.37"/> | |
<polygon fill="black" stroke="black" points="350.524,-3365.87 360.524,-3362.37 350.524,-3358.87 350.524,-3365.87"/> | |
<text text-anchor="middle" x="340.708" y="-3365.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 37 --> | |
<g id="node257" class="node"><title>37</title> | |
<ellipse fill="none" stroke="black" cx="379.603" cy="-3298.37" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="379.603" y="-3294.17" font-family="Times,serif" font-size="14.00">37</text> | |
</g> | |
<!-- 16->37 --> | |
<g id="edge37" class="edge"><title>16->37</title> | |
<path fill="none" stroke="black" d="M321.039,-3298.37C330.084,-3298.37 340.649,-3298.37 350.241,-3298.37"/> | |
<polygon fill="black" stroke="black" points="350.524,-3301.87 360.524,-3298.37 350.524,-3294.87 350.524,-3301.87"/> | |
<text text-anchor="middle" x="340.708" y="-3301.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 38 --> | |
<g id="node258" class="node"><title>38</title> | |
<ellipse fill="none" stroke="black" cx="379.603" cy="-3234.37" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="379.603" y="-3230.17" font-family="Times,serif" font-size="14.00">38</text> | |
</g> | |
<!-- 17->38 --> | |
<g id="edge38" class="edge"><title>17->38</title> | |
<path fill="none" stroke="black" d="M321.039,-3234.37C330.084,-3234.37 340.649,-3234.37 350.241,-3234.37"/> | |
<polygon fill="black" stroke="black" points="350.524,-3237.87 360.524,-3234.37 350.524,-3230.87 350.524,-3237.87"/> | |
<text text-anchor="middle" x="340.708" y="-3237.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 39 --> | |
<g id="node259" class="node"><title>39</title> | |
<ellipse fill="none" stroke="black" cx="379.603" cy="-2328.37" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="379.603" y="-2324.17" font-family="Times,serif" font-size="14.00">39</text> | |
</g> | |
<!-- 17->39 --> | |
<g id="edge39" class="edge"><title>17->39</title> | |
<path fill="none" stroke="black" d="M306.402,-3213C311.344,-3198.16 317.464,-3177.8 320.763,-3159.37 376.249,-2849.36 379.19,-2465.44 378.831,-2357.69"/> | |
<polygon fill="black" stroke="black" points="382.33,-2357.57 378.784,-2347.58 375.33,-2357.6 382.33,-2357.57"/> | |
<text text-anchor="middle" x="340.708" y="-3028.17" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 40 --> | |
<g id="node260" class="node"><title>40</title> | |
<ellipse fill="none" stroke="black" cx="379.603" cy="-2143.37" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="379.603" y="-2139.17" font-family="Times,serif" font-size="14.00">40</text> | |
</g> | |
<!-- 18->40 --> | |
<g id="edge40" class="edge"><title>18->40</title> | |
<path fill="none" stroke="black" d="M303.882,-3104.88C309.004,-3081.24 316.72,-3042.89 320.763,-3009.37 358.564,-2696.03 333.852,-2614.84 360.653,-2300.37 364.466,-2255.62 370.742,-2203.91 374.772,-2172.43"/> | |
<polygon fill="black" stroke="black" points="378.286,-2172.55 376.096,-2162.19 371.343,-2171.66 378.286,-2172.55"/> | |
<text text-anchor="middle" x="340.708" y="-2807.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 42 --> | |
<g id="node15" class="node"><title>42</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-5066.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-5066.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-5062.17" font-family="Times,serif" font-size="14.00">42</text> | |
</g> | |
<!-- 43 --> | |
<g id="node16" class="node"><title>43</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-5002.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-5002.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-4998.17" font-family="Times,serif" font-size="14.00">43</text> | |
</g> | |
<!-- 44 --> | |
<g id="node17" class="node"><title>44</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-4938.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-4938.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-4934.17" font-family="Times,serif" font-size="14.00">44</text> | |
</g> | |
<!-- 45 --> | |
<g id="node18" class="node"><title>45</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-4874.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-4874.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-4870.17" font-family="Times,serif" font-size="14.00">45</text> | |
</g> | |
<!-- 88 --> | |
<g id="node264" class="node"><title>88</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-4965.37" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="642.454" y="-4961.17" font-family="Times,serif" font-size="14.00">88</text> | |
</g> | |
<!-- 45->88 --> | |
<g id="edge71" class="edge"><title>45->88</title> | |
<path fill="none" stroke="black" d="M572.687,-4891.06C586.561,-4906.06 606.996,-4928.14 621.984,-4944.33"/> | |
<polygon fill="black" stroke="black" points="619.491,-4946.79 628.852,-4951.75 624.629,-4942.04 619.491,-4946.79"/> | |
<text text-anchor="middle" x="599.137" y="-4923.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 46 --> | |
<g id="node19" class="node"><title>46</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-4810.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-4810.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-4806.17" font-family="Times,serif" font-size="14.00">46</text> | |
</g> | |
<!-- 89 --> | |
<g id="node265" class="node"><title>89</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-4891.37" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="642.454" y="-4887.17" font-family="Times,serif" font-size="14.00">89</text> | |
</g> | |
<!-- 46->89 --> | |
<g id="edge72" class="edge"><title>46->89</title> | |
<path fill="none" stroke="black" d="M573.479,-4825.99C586.948,-4838.95 606.183,-4857.45 620.757,-4871.46"/> | |
<polygon fill="black" stroke="black" points="618.674,-4874.32 628.307,-4878.73 623.526,-4869.27 618.674,-4874.32"/> | |
<text text-anchor="middle" x="599.137" y="-4854.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 90 --> | |
<g id="node266" class="node"><title>90</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-4817.37" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="642.454" y="-4813.17" font-family="Times,serif" font-size="14.00">90</text> | |
</g> | |
<!-- 46->90 --> | |
<g id="edge73" class="edge"><title>46->90</title> | |
<path fill="none" stroke="black" d="M579.367,-4812.21C589.781,-4813.08 602.318,-4814.12 613.392,-4815.04"/> | |
<polygon fill="black" stroke="black" points="613.187,-4818.53 623.443,-4815.87 613.767,-4811.56 613.187,-4818.53"/> | |
<text text-anchor="middle" x="599.137" y="-4817.17" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 47 --> | |
<g id="node20" class="node"><title>47</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-4746.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-4746.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-4742.17" font-family="Times,serif" font-size="14.00">47</text> | |
</g> | |
<!-- 91 --> | |
<g id="node267" class="node"><title>91</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-4757.37" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="642.454" y="-4753.17" font-family="Times,serif" font-size="14.00">91</text> | |
</g> | |
<!-- 47->91 --> | |
<g id="edge74" class="edge"><title>47->91</title> | |
<path fill="none" stroke="black" d="M579.367,-4749.26C589.781,-4750.62 602.318,-4752.26 613.392,-4753.71"/> | |
<polygon fill="black" stroke="black" points="613.074,-4757.19 623.443,-4755.02 613.981,-4750.25 613.074,-4757.19"/> | |
<text text-anchor="middle" x="599.137" y="-4755.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 48 --> | |
<g id="node21" class="node"><title>48</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-4682.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-4682.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-4678.17" font-family="Times,serif" font-size="14.00">48</text> | |
</g> | |
<!-- 92 --> | |
<g id="node268" class="node"><title>92</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-4689.37" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="642.454" y="-4685.17" font-family="Times,serif" font-size="14.00">92</text> | |
</g> | |
<!-- 48->92 --> | |
<g id="edge75" class="edge"><title>48->92</title> | |
<path fill="none" stroke="black" d="M579.367,-4684.21C589.781,-4685.08 602.318,-4686.12 613.392,-4687.04"/> | |
<polygon fill="black" stroke="black" points="613.187,-4690.53 623.443,-4687.87 613.767,-4683.56 613.187,-4690.53"/> | |
<text text-anchor="middle" x="599.137" y="-4689.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 49 --> | |
<g id="node22" class="node"><title>49</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-4618.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-4618.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-4614.17" font-family="Times,serif" font-size="14.00">49</text> | |
</g> | |
<!-- 93 --> | |
<g id="node269" class="node"><title>93</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-4618.37" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="642.454" y="-4614.17" font-family="Times,serif" font-size="14.00">93</text> | |
</g> | |
<!-- 49->93 --> | |
<g id="edge76" class="edge"><title>49->93</title> | |
<path fill="none" stroke="black" d="M579.367,-4618.37C589.781,-4618.37 602.318,-4618.37 613.392,-4618.37"/> | |
<polygon fill="black" stroke="black" points="613.443,-4621.87 623.443,-4618.37 613.443,-4614.87 613.443,-4621.87"/> | |
<text text-anchor="middle" x="599.137" y="-4621.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 50 --> | |
<g id="node23" class="node"><title>50</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-4362.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-4362.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-4358.17" font-family="Times,serif" font-size="14.00">50</text> | |
</g> | |
<!-- 94 --> | |
<g id="node270" class="node"><title>94</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-4362.37" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="642.454" y="-4358.17" font-family="Times,serif" font-size="14.00">94</text> | |
</g> | |
<!-- 50->94 --> | |
<g id="edge77" class="edge"><title>50->94</title> | |
<path fill="none" stroke="black" d="M579.367,-4362.37C589.781,-4362.37 602.318,-4362.37 613.392,-4362.37"/> | |
<polygon fill="black" stroke="black" points="613.443,-4365.87 623.443,-4362.37 613.443,-4358.87 613.443,-4365.87"/> | |
<text text-anchor="middle" x="599.137" y="-4365.17" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 95 --> | |
<g id="node271" class="node"><title>95</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-4170.37" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="642.454" y="-4166.17" font-family="Times,serif" font-size="14.00">95</text> | |
</g> | |
<!-- 50->95 --> | |
<g id="edge78" class="edge"><title>50->95</title> | |
<path fill="none" stroke="black" d="M566.414,-4341.46C581.832,-4306.31 612.913,-4235.44 629.834,-4196.86"/> | |
<polygon fill="black" stroke="black" points="633.198,-4197.91 634.01,-4187.34 626.788,-4195.1 633.198,-4197.91"/> | |
<text text-anchor="middle" x="599.137" y="-4269.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 51 --> | |
<g id="node24" class="node"><title>51</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-4165.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-4165.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-4161.17" font-family="Times,serif" font-size="14.00">51</text> | |
</g> | |
<!-- 54 --> | |
<g id="node25" class="node"><title>54</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-567.372" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-567.372" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-563.172" font-family="Times,serif" font-size="14.00">54</text> | |
</g> | |
<!-- 98 --> | |
<g id="node276" class="node"><title>98</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-600.372" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="642.454" y="-596.172" font-family="Times,serif" font-size="14.00">98</text> | |
</g> | |
<!-- 54->98 --> | |
<g id="edge81" class="edge"><title>54->98</title> | |
<path fill="none" stroke="black" d="M578.058,-575.529C589.245,-579.913 603.153,-585.363 615.09,-590.041"/> | |
<polygon fill="black" stroke="black" points="613.962,-593.358 624.55,-593.748 616.516,-586.841 613.962,-593.358"/> | |
<text text-anchor="middle" x="599.137" y="-587.172" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 99 --> | |
<g id="node277" class="node"><title>99</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-539.372" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="642.454" y="-535.172" font-family="Times,serif" font-size="14.00">99</text> | |
</g> | |
<!-- 54->99 --> | |
<g id="edge82" class="edge"><title>54->99</title> | |
<path fill="none" stroke="black" d="M578.492,-560.306C589.421,-556.673 602.857,-552.205 614.507,-548.332"/> | |
<polygon fill="black" stroke="black" points="615.792,-551.593 624.177,-545.116 613.583,-544.95 615.792,-551.593"/> | |
<text text-anchor="middle" x="599.137" y="-556.172" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 56 --> | |
<g id="node26" class="node"><title>56</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-3746.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-3746.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-3742.17" font-family="Times,serif" font-size="14.00">56</text> | |
</g> | |
<!-- 57 --> | |
<g id="node27" class="node"><title>57</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-392.372" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-392.372" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-388.172" font-family="Times,serif" font-size="14.00">57</text> | |
</g> | |
<!-- 101 --> | |
<g id="node279" class="node"><title>101</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-392.372" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="642.454" y="-388.172" font-family="Times,serif" font-size="14.00">101</text> | |
</g> | |
<!-- 57->101 --> | |
<g id="edge84" class="edge"><title>57->101</title> | |
<path fill="none" stroke="black" d="M579.367,-392.372C588.314,-392.372 598.828,-392.372 608.634,-392.372"/> | |
<polygon fill="black" stroke="black" points="608.89,-395.872 618.89,-392.372 608.89,-388.872 608.89,-395.872"/> | |
<text text-anchor="middle" x="599.137" y="-395.172" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 102 --> | |
<g id="node280" class="node"><title>102</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-323.372" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="642.454" y="-319.172" font-family="Times,serif" font-size="14.00">102</text> | |
</g> | |
<!-- 57->102 --> | |
<g id="edge85" class="edge"><title>57->102</title> | |
<path fill="none" stroke="black" d="M574.69,-378.075C586.579,-368.334 602.518,-355.274 615.84,-344.359"/> | |
<polygon fill="black" stroke="black" points="618.221,-346.933 623.737,-337.888 613.784,-341.519 618.221,-346.933"/> | |
<text text-anchor="middle" x="599.137" y="-361.172" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 58 --> | |
<g id="node28" class="node"><title>58</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-3682.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-3682.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-3678.17" font-family="Times,serif" font-size="14.00">58</text> | |
</g> | |
<!-- 59 --> | |
<g id="node29" class="node"><title>59</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-3618.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-3618.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-3614.17" font-family="Times,serif" font-size="14.00">59</text> | |
</g> | |
<!-- 60 --> | |
<g id="node30" class="node"><title>60</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-3554.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-3554.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-3550.17" font-family="Times,serif" font-size="14.00">60</text> | |
</g> | |
<!-- 103 --> | |
<g id="node281" class="node"><title>103</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-3590.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="642.454" y="-3586.17" font-family="Times,serif" font-size="14.00">103</text> | |
</g> | |
<!-- 60->103 --> | |
<g id="edge86" class="edge"><title>60->103</title> | |
<path fill="none" stroke="black" d="M577.627,-3563.09C587.717,-3567.4 600.098,-3572.69 611.262,-3577.47"/> | |
<polygon fill="black" stroke="black" points="610.1,-3580.77 620.671,-3581.49 612.852,-3574.34 610.1,-3580.77"/> | |
<text text-anchor="middle" x="599.137" y="-3575.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 61 --> | |
<g id="node31" class="node"><title>61</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-3490.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-3490.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-3486.17" font-family="Times,serif" font-size="14.00">61</text> | |
</g> | |
<!-- 62 --> | |
<g id="node32" class="node"><title>62</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-3426.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-3426.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-3422.17" font-family="Times,serif" font-size="14.00">62</text> | |
</g> | |
<!-- 63 --> | |
<g id="node33" class="node"><title>63</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-3362.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-3362.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-3358.17" font-family="Times,serif" font-size="14.00">63</text> | |
</g> | |
<!-- 64 --> | |
<g id="node34" class="node"><title>64</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-3298.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-3298.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-3294.17" font-family="Times,serif" font-size="14.00">64</text> | |
</g> | |
<!-- 65 --> | |
<g id="node35" class="node"><title>65</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-3234.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-3234.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-3230.17" font-family="Times,serif" font-size="14.00">65</text> | |
</g> | |
<!-- 66 --> | |
<g id="node36" class="node"><title>66</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-3170.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-3170.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-3166.17" font-family="Times,serif" font-size="14.00">66</text> | |
</g> | |
<!-- 104 --> | |
<g id="node282" class="node"><title>104</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-3519.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="642.454" y="-3515.17" font-family="Times,serif" font-size="14.00">104</text> | |
</g> | |
<!-- 66->104 --> | |
<g id="edge87" class="edge"><title>66->104</title> | |
<path fill="none" stroke="black" d="M571.281,-3187.85C574.314,-3192.36 577.203,-3197.36 579.192,-3202.37 621.679,-3309.4 590.253,-3346.89 619.082,-3458.37 621.66,-3468.34 625.244,-3478.96 628.789,-3488.49"/> | |
<polygon fill="black" stroke="black" points="625.573,-3489.88 632.425,-3497.96 632.108,-3487.37 625.573,-3489.88"/> | |
<text text-anchor="middle" x="599.137" y="-3287.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 67 --> | |
<g id="node37" class="node"><title>67</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-3106.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-3106.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-3102.17" font-family="Times,serif" font-size="14.00">67</text> | |
</g> | |
<!-- 105 --> | |
<g id="node283" class="node"><title>105</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-3426.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="642.454" y="-3422.17" font-family="Times,serif" font-size="14.00">105</text> | |
</g> | |
<!-- 67->105 --> | |
<g id="edge88" class="edge"><title>67->105</title> | |
<path fill="none" stroke="black" d="M571.223,-3123.87C574.258,-3128.38 577.162,-3133.38 579.192,-3138.37 618.428,-3234.89 591.04,-3269.03 619.082,-3369.37 621.529,-3378.13 624.838,-3387.4 628.16,-3395.86"/> | |
<polygon fill="black" stroke="black" points="625.006,-3397.39 632.015,-3405.34 631.491,-3394.76 625.006,-3397.39"/> | |
<text text-anchor="middle" x="599.137" y="-3227.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 68 --> | |
<g id="node38" class="node"><title>68</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-3042.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-3042.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-3038.17" font-family="Times,serif" font-size="14.00">68</text> | |
</g> | |
<!-- 106 --> | |
<g id="node284" class="node"><title>106</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-3337.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="642.454" y="-3333.17" font-family="Times,serif" font-size="14.00">106</text> | |
</g> | |
<!-- 68->106 --> | |
<g id="edge89" class="edge"><title>68->106</title> | |
<path fill="none" stroke="black" d="M571.092,-3059.93C574.131,-3064.43 577.07,-3069.42 579.192,-3074.37 596.09,-3113.83 608.429,-3221.79 619.082,-3263.37 622.63,-3277.22 627.099,-3292.36 631.108,-3305.31"/> | |
<polygon fill="black" stroke="black" points="627.866,-3306.67 634.198,-3315.17 634.546,-3304.58 627.866,-3306.67"/> | |
<text text-anchor="middle" x="599.137" y="-3167.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 107 --> | |
<g id="node285" class="node"><title>107</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-3231.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="642.454" y="-3227.17" font-family="Times,serif" font-size="14.00">107</text> | |
</g> | |
<!-- 68->107 --> | |
<g id="edge90" class="edge"><title>68->107</title> | |
<path fill="none" stroke="black" d="M570.738,-3060.54C573.719,-3064.95 576.722,-3069.73 579.192,-3074.37 601.331,-3115.94 620.199,-3167.15 631.185,-3199.54"/> | |
<polygon fill="black" stroke="black" points="627.978,-3200.99 634.469,-3209.36 634.616,-3198.76 627.978,-3200.99"/> | |
<text text-anchor="middle" x="599.137" y="-3124.17" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 70 --> | |
<g id="node39" class="node"><title>70</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-2978.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-2978.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-2974.17" font-family="Times,serif" font-size="14.00">70</text> | |
</g> | |
<!-- 109 --> | |
<g id="node287" class="node"><title>109</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-3122.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="642.454" y="-3118.17" font-family="Times,serif" font-size="14.00">109</text> | |
</g> | |
<!-- 70->109 --> | |
<g id="edge92" class="edge"><title>70->109</title> | |
<path fill="none" stroke="black" d="M570.309,-2996.79C573.308,-3001.19 576.426,-3005.9 579.192,-3010.37 596.173,-3037.8 613.895,-3070.1 626.069,-3092.94"/> | |
<polygon fill="black" stroke="black" points="622.993,-3094.61 630.769,-3101.81 629.178,-3091.33 622.993,-3094.61"/> | |
<text text-anchor="middle" x="599.137" y="-3050.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 71 --> | |
<g id="node40" class="node"><title>71</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-2914.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-2914.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-2910.17" font-family="Times,serif" font-size="14.00">71</text> | |
</g> | |
<!-- 110 --> | |
<g id="node288" class="node"><title>110</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-3012.37" rx="23.0964" ry="23.0964"/> | |
<text text-anchor="middle" x="642.454" y="-3008.17" font-family="Times,serif" font-size="14.00">110</text> | |
</g> | |
<!-- 71->110 --> | |
<g id="edge93" class="edge"><title>71->110</title> | |
<path fill="none" stroke="black" d="M571.91,-2931.44C585.232,-2946.95 605.045,-2970 620.119,-2987.54"/> | |
<polygon fill="black" stroke="black" points="617.499,-2989.87 626.671,-2995.17 622.808,-2985.3 617.499,-2989.87"/> | |
<text text-anchor="middle" x="599.137" y="-2966.17" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 111 --> | |
<g id="node289" class="node"><title>111</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-2933.37" rx="22.9508" ry="22.9508"/> | |
<text text-anchor="middle" x="642.454" y="-2929.17" font-family="Times,serif" font-size="14.00">111</text> | |
</g> | |
<!-- 71->111 --> | |
<g id="edge94" class="edge"><title>71->111</title> | |
<path fill="none" stroke="black" d="M578.928,-2919.26C588.431,-2921.41 599.765,-2923.97 610.157,-2926.31"/> | |
<polygon fill="black" stroke="black" points="609.607,-2929.77 620.132,-2928.56 611.147,-2922.95 609.607,-2929.77"/> | |
<text text-anchor="middle" x="599.137" y="-2927.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 72 --> | |
<g id="node41" class="node"><title>72</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-2793.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-2793.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-2789.17" font-family="Times,serif" font-size="14.00">72</text> | |
</g> | |
<!-- 112 --> | |
<g id="node290" class="node"><title>112</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-2862.37" rx="23.0964" ry="23.0964"/> | |
<text text-anchor="middle" x="642.454" y="-2858.17" font-family="Times,serif" font-size="14.00">112</text> | |
</g> | |
<!-- 72->112 --> | |
<g id="edge95" class="edge"><title>72->112</title> | |
<path fill="none" stroke="black" d="M574.69,-2807.67C586.659,-2817.48 602.732,-2830.65 616.108,-2841.6"/> | |
<polygon fill="black" stroke="black" points="614.074,-2844.46 624.027,-2848.09 618.51,-2839.05 614.074,-2844.46"/> | |
<text text-anchor="middle" x="599.137" y="-2831.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 113 --> | |
<g id="node291" class="node"><title>113</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-2793.37" rx="23.0964" ry="23.0964"/> | |
<text text-anchor="middle" x="642.454" y="-2789.17" font-family="Times,serif" font-size="14.00">113</text> | |
</g> | |
<!-- 72->113 --> | |
<g id="edge96" class="edge"><title>72->113</title> | |
<path fill="none" stroke="black" d="M579.367,-2793.37C588.386,-2793.37 598.996,-2793.37 608.869,-2793.37"/> | |
<polygon fill="black" stroke="black" points="609.183,-2796.87 619.183,-2793.37 609.183,-2789.87 609.183,-2796.87"/> | |
<text text-anchor="middle" x="599.137" y="-2796.17" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 73 --> | |
<g id="node42" class="node"><title>73</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-2647.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-2647.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-2643.17" font-family="Times,serif" font-size="14.00">73</text> | |
</g> | |
<!-- 114 --> | |
<g id="node292" class="node"><title>114</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-2714.37" rx="23.0964" ry="23.0964"/> | |
<text text-anchor="middle" x="642.454" y="-2710.17" font-family="Times,serif" font-size="14.00">114</text> | |
</g> | |
<!-- 73->114 --> | |
<g id="edge97" class="edge"><title>73->114</title> | |
<path fill="none" stroke="black" d="M574.69,-2661.25C586.659,-2670.78 602.732,-2683.56 616.108,-2694.21"/> | |
<polygon fill="black" stroke="black" points="614.023,-2697.02 624.027,-2700.51 618.381,-2691.54 614.023,-2697.02"/> | |
<text text-anchor="middle" x="599.137" y="-2684.17" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 115 --> | |
<g id="node293" class="node"><title>115</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-2647.37" rx="23.0964" ry="23.0964"/> | |
<text text-anchor="middle" x="642.454" y="-2643.17" font-family="Times,serif" font-size="14.00">115</text> | |
</g> | |
<!-- 73->115 --> | |
<g id="edge98" class="edge"><title>73->115</title> | |
<path fill="none" stroke="black" d="M579.367,-2647.37C588.386,-2647.37 598.996,-2647.37 608.869,-2647.37"/> | |
<polygon fill="black" stroke="black" points="609.183,-2650.87 619.183,-2647.37 609.183,-2643.87 609.183,-2650.87"/> | |
<text text-anchor="middle" x="599.137" y="-2650.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 74 --> | |
<g id="node43" class="node"><title>74</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-2501.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-2501.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-2497.17" font-family="Times,serif" font-size="14.00">74</text> | |
</g> | |
<!-- 116 --> | |
<g id="node294" class="node"><title>116</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-2568.37" rx="23.0964" ry="23.0964"/> | |
<text text-anchor="middle" x="642.454" y="-2564.17" font-family="Times,serif" font-size="14.00">116</text> | |
</g> | |
<!-- 74->116 --> | |
<g id="edge99" class="edge"><title>74->116</title> | |
<path fill="none" stroke="black" d="M574.69,-2515.25C586.659,-2524.78 602.732,-2537.56 616.108,-2548.21"/> | |
<polygon fill="black" stroke="black" points="614.023,-2551.02 624.027,-2554.51 618.381,-2545.54 614.023,-2551.02"/> | |
<text text-anchor="middle" x="599.137" y="-2538.17" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 117 --> | |
<g id="node295" class="node"><title>117</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-2501.37" rx="23.0964" ry="23.0964"/> | |
<text text-anchor="middle" x="642.454" y="-2497.17" font-family="Times,serif" font-size="14.00">117</text> | |
</g> | |
<!-- 74->117 --> | |
<g id="edge100" class="edge"><title>74->117</title> | |
<path fill="none" stroke="black" d="M579.367,-2501.37C588.386,-2501.37 598.996,-2501.37 608.869,-2501.37"/> | |
<polygon fill="black" stroke="black" points="609.183,-2504.87 619.183,-2501.37 609.183,-2497.87 609.183,-2504.87"/> | |
<text text-anchor="middle" x="599.137" y="-2504.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 75 --> | |
<g id="node44" class="node"><title>75</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-2355.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-2355.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-2351.17" font-family="Times,serif" font-size="14.00">75</text> | |
</g> | |
<!-- 118 --> | |
<g id="node296" class="node"><title>118</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-2423.37" rx="23.0964" ry="23.0964"/> | |
<text text-anchor="middle" x="642.454" y="-2419.17" font-family="Times,serif" font-size="14.00">118</text> | |
</g> | |
<!-- 75->118 --> | |
<g id="edge101" class="edge"><title>75->118</title> | |
<path fill="none" stroke="black" d="M574.69,-2369.46C586.659,-2379.13 602.732,-2392.1 616.108,-2402.91"/> | |
<polygon fill="black" stroke="black" points="614.048,-2405.74 624.027,-2409.3 618.446,-2400.29 614.048,-2405.74"/> | |
<text text-anchor="middle" x="599.137" y="-2392.17" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 119 --> | |
<g id="node297" class="node"><title>119</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-2355.37" rx="23.0964" ry="23.0964"/> | |
<text text-anchor="middle" x="642.454" y="-2351.17" font-family="Times,serif" font-size="14.00">119</text> | |
</g> | |
<!-- 75->119 --> | |
<g id="edge102" class="edge"><title>75->119</title> | |
<path fill="none" stroke="black" d="M579.367,-2355.37C588.386,-2355.37 598.996,-2355.37 608.869,-2355.37"/> | |
<polygon fill="black" stroke="black" points="609.183,-2358.87 619.183,-2355.37 609.183,-2351.87 609.183,-2358.87"/> | |
<text text-anchor="middle" x="599.137" y="-2358.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 76 --> | |
<g id="node45" class="node"><title>76</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-2282.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-2282.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-2278.17" font-family="Times,serif" font-size="14.00">76</text> | |
</g> | |
<!-- 120 --> | |
<g id="node298" class="node"><title>120</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-2282.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="642.454" y="-2278.17" font-family="Times,serif" font-size="14.00">120</text> | |
</g> | |
<!-- 76->120 --> | |
<g id="edge103" class="edge"><title>76->120</title> | |
<path fill="none" stroke="black" d="M579.367,-2282.37C588.314,-2282.37 598.828,-2282.37 608.634,-2282.37"/> | |
<polygon fill="black" stroke="black" points="608.89,-2285.87 618.89,-2282.37 608.89,-2278.87 608.89,-2285.87"/> | |
<text text-anchor="middle" x="599.137" y="-2285.17" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 121 --> | |
<g id="node299" class="node"><title>121</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-2213.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="642.454" y="-2209.17" font-family="Times,serif" font-size="14.00">121</text> | |
</g> | |
<!-- 76->121 --> | |
<g id="edge104" class="edge"><title>76->121</title> | |
<path fill="none" stroke="black" d="M574.69,-2268.08C586.579,-2258.33 602.518,-2245.27 615.84,-2234.36"/> | |
<polygon fill="black" stroke="black" points="618.221,-2236.93 623.737,-2227.89 613.784,-2231.52 618.221,-2236.93"/> | |
<text text-anchor="middle" x="599.137" y="-2251.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 77 --> | |
<g id="node46" class="node"><title>77</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-2031.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-2031.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-2027.17" font-family="Times,serif" font-size="14.00">77</text> | |
</g> | |
<!-- 122 --> | |
<g id="node300" class="node"><title>122</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-2031.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="642.454" y="-2027.17" font-family="Times,serif" font-size="14.00">122</text> | |
</g> | |
<!-- 77->122 --> | |
<g id="edge105" class="edge"><title>77->122</title> | |
<path fill="none" stroke="black" d="M579.367,-2031.37C588.314,-2031.37 598.828,-2031.37 608.634,-2031.37"/> | |
<polygon fill="black" stroke="black" points="608.89,-2034.87 618.89,-2031.37 608.89,-2027.87 608.89,-2034.87"/> | |
<text text-anchor="middle" x="599.137" y="-2034.17" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 123 --> | |
<g id="node301" class="node"><title>123</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-1876.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="642.454" y="-1872.17" font-family="Times,serif" font-size="14.00">123</text> | |
</g> | |
<!-- 77->123 --> | |
<g id="edge106" class="edge"><title>77->123</title> | |
<path fill="none" stroke="black" d="M568.079,-2011.43C582.652,-1984.6 608.674,-1936.71 625.491,-1905.75"/> | |
<polygon fill="black" stroke="black" points="628.692,-1907.19 630.391,-1896.73 622.542,-1903.85 628.692,-1907.19"/> | |
<text text-anchor="middle" x="599.137" y="-1957.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 78 --> | |
<g id="node47" class="node"><title>78</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-1771.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-1771.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-1767.17" font-family="Times,serif" font-size="14.00">78</text> | |
</g> | |
<!-- 124 --> | |
<g id="node302" class="node"><title>124</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-1771.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="642.454" y="-1767.17" font-family="Times,serif" font-size="14.00">124</text> | |
</g> | |
<!-- 78->124 --> | |
<g id="edge107" class="edge"><title>78->124</title> | |
<path fill="none" stroke="black" d="M579.367,-1771.37C588.314,-1771.37 598.828,-1771.37 608.634,-1771.37"/> | |
<polygon fill="black" stroke="black" points="608.89,-1774.87 618.89,-1771.37 608.89,-1767.87 608.89,-1774.87"/> | |
<text text-anchor="middle" x="599.137" y="-1774.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 125 --> | |
<g id="node303" class="node"><title>125</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-1698.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="642.454" y="-1694.17" font-family="Times,serif" font-size="14.00">125</text> | |
</g> | |
<!-- 78->125 --> | |
<g id="edge108" class="edge"><title>78->125</title> | |
<path fill="none" stroke="black" d="M574.283,-1756.6C586.416,-1746.08 602.915,-1731.78 616.524,-1719.98"/> | |
<polygon fill="black" stroke="black" points="618.885,-1722.57 624.148,-1713.37 614.3,-1717.28 618.885,-1722.57"/> | |
<text text-anchor="middle" x="599.137" y="-1738.17" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 79 --> | |
<g id="node48" class="node"><title>79</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-1672.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-1672.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-1668.17" font-family="Times,serif" font-size="14.00">79</text> | |
</g> | |
<!-- 126 --> | |
<g id="node304" class="node"><title>126</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-1569.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="642.454" y="-1565.17" font-family="Times,serif" font-size="14.00">126</text> | |
</g> | |
<!-- 79->126 --> | |
<g id="edge109" class="edge"><title>79->126</title> | |
<path fill="none" stroke="black" d="M571.527,-1654.9C584.935,-1638.5 605.154,-1613.77 620.408,-1595.11"/> | |
<polygon fill="black" stroke="black" points="623.195,-1597.23 626.815,-1587.28 617.776,-1592.8 623.195,-1597.23"/> | |
<text text-anchor="middle" x="599.137" y="-1624.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 127 --> | |
<g id="node305" class="node"><title>127</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-1504.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="642.454" y="-1500.17" font-family="Times,serif" font-size="14.00">127</text> | |
</g> | |
<!-- 79->127 --> | |
<g id="edge110" class="edge"><title>79->127</title> | |
<path fill="none" stroke="black" d="M570.765,-1654.22C573.745,-1649.81 576.74,-1645.02 579.192,-1640.37 602.094,-1596.95 596.298,-1580.86 619.082,-1537.37 620.126,-1535.38 621.265,-1533.36 622.459,-1531.36"/> | |
<polygon fill="black" stroke="black" points="625.509,-1533.08 627.914,-1522.76 619.599,-1529.33 625.509,-1533.08"/> | |
<text text-anchor="middle" x="599.137" y="-1597.17" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 80 --> | |
<g id="node49" class="node"><title>80</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-1608.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-1608.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-1604.17" font-family="Times,serif" font-size="14.00">80</text> | |
</g> | |
<!-- 128 --> | |
<g id="node306" class="node"><title>128</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-1438.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="642.454" y="-1434.17" font-family="Times,serif" font-size="14.00">128</text> | |
</g> | |
<!-- 80->128 --> | |
<g id="edge111" class="edge"><title>80->128</title> | |
<path fill="none" stroke="black" d="M570.776,-1590.22C573.756,-1585.81 576.748,-1581.02 579.192,-1576.37 602.217,-1532.55 596.48,-1516.42 619.082,-1472.37 620.239,-1470.12 621.511,-1467.83 622.844,-1465.55"/> | |
<polygon fill="black" stroke="black" points="625.856,-1467.34 628.163,-1457 619.911,-1463.64 625.856,-1467.34"/> | |
<text text-anchor="middle" x="599.137" y="-1535.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 81 --> | |
<g id="node50" class="node"><title>81</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-1544.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-1544.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-1540.17" font-family="Times,serif" font-size="14.00">81</text> | |
</g> | |
<!-- 129 --> | |
<g id="node307" class="node"><title>129</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-1372.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="642.454" y="-1368.17" font-family="Times,serif" font-size="14.00">129</text> | |
</g> | |
<!-- 81->129 --> | |
<g id="edge112" class="edge"><title>81->129</title> | |
<path fill="none" stroke="black" d="M570.797,-1526.23C573.776,-1521.82 576.763,-1517.03 579.192,-1512.37 602.462,-1467.74 596.242,-1451.23 619.082,-1406.37 620.232,-1404.11 621.499,-1401.82 622.828,-1399.55"/> | |
<polygon fill="black" stroke="black" points="625.841,-1401.33 628.141,-1390.99 619.893,-1397.64 625.841,-1401.33"/> | |
<text text-anchor="middle" x="599.137" y="-1470.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 82 --> | |
<g id="node51" class="node"><title>82</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-1480.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-1480.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-1476.17" font-family="Times,serif" font-size="14.00">82</text> | |
</g> | |
<!-- 130 --> | |
<g id="node308" class="node"><title>130</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-1305.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="642.454" y="-1301.17" font-family="Times,serif" font-size="14.00">130</text> | |
</g> | |
<!-- 82->130 --> | |
<g id="edge113" class="edge"><title>82->130</title> | |
<path fill="none" stroke="black" d="M570.818,-1462.24C573.796,-1457.83 576.777,-1453.04 579.192,-1448.37 602.708,-1402.93 596.307,-1386.19 619.082,-1340.37 620.303,-1337.91 621.656,-1335.41 623.075,-1332.94"/> | |
<polygon fill="black" stroke="black" points="626.184,-1334.56 628.378,-1324.19 620.199,-1330.93 626.184,-1334.56"/> | |
<text text-anchor="middle" x="599.137" y="-1405.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 83 --> | |
<g id="node52" class="node"><title>83</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-1416.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-1416.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-1412.17" font-family="Times,serif" font-size="14.00">83</text> | |
</g> | |
<!-- 131 --> | |
<g id="node309" class="node"><title>131</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-1235.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="642.454" y="-1231.17" font-family="Times,serif" font-size="14.00">131</text> | |
</g> | |
<!-- 83->131 --> | |
<g id="edge114" class="edge"><title>83->131</title> | |
<path fill="none" stroke="black" d="M570.848,-1398.26C573.824,-1393.85 576.798,-1389.05 579.192,-1384.37 603.079,-1337.71 596.822,-1320.83 619.082,-1273.37 620.59,-1270.16 622.287,-1266.86 624.054,-1263.61"/> | |
<polygon fill="black" stroke="black" points="627.213,-1265.14 629.123,-1254.72 621.131,-1261.67 627.213,-1265.14"/> | |
<text text-anchor="middle" x="599.137" y="-1340.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 84 --> | |
<g id="node53" class="node"><title>84</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-1352.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-1352.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-1348.17" font-family="Times,serif" font-size="14.00">84</text> | |
</g> | |
<!-- 132 --> | |
<g id="node310" class="node"><title>132</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-1160.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="642.454" y="-1156.17" font-family="Times,serif" font-size="14.00">132</text> | |
</g> | |
<!-- 84->132 --> | |
<g id="edge115" class="edge"><title>84->132</title> | |
<path fill="none" stroke="black" d="M570.903,-1334.29C573.878,-1329.87 576.836,-1325.07 579.192,-1320.37 603.823,-1271.26 597.477,-1253.88 619.082,-1203.37 621.007,-1198.87 623.213,-1194.19 625.473,-1189.65"/> | |
<polygon fill="black" stroke="black" points="628.653,-1191.12 630.113,-1180.63 622.428,-1187.92 628.653,-1191.12"/> | |
<text text-anchor="middle" x="599.137" y="-1276.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 85 --> | |
<g id="node54" class="node"><title>85</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-1232.37" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-1232.37" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-1228.17" font-family="Times,serif" font-size="14.00">85</text> | |
</g> | |
<!-- 86 --> | |
<g id="node55" class="node"><title>86</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-152.372" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-152.372" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-148.172" font-family="Times,serif" font-size="14.00">86</text> | |
</g> | |
<!-- 133 --> | |
<g id="node311" class="node"><title>133</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-173.372" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="642.454" y="-169.172" font-family="Times,serif" font-size="14.00">133</text> | |
</g> | |
<!-- 86->133 --> | |
<g id="edge116" class="edge"><title>86->133</title> | |
<path fill="none" stroke="black" d="M578.928,-157.78C588.285,-160.113 599.417,-162.889 609.677,-165.448"/> | |
<polygon fill="black" stroke="black" points="608.998,-168.886 619.548,-167.909 610.692,-162.094 608.998,-168.886"/> | |
<text text-anchor="middle" x="599.137" y="-166.172" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 134 --> | |
<g id="node312" class="node"><title>134</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-104.372" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="642.454" y="-100.172" font-family="Times,serif" font-size="14.00">134</text> | |
</g> | |
<!-- 86->134 --> | |
<g id="edge117" class="edge"><title>86->134</title> | |
<path fill="none" stroke="black" d="M576.773,-141.239C587.537,-135.104 601.095,-127.376 613.014,-120.582"/> | |
<polygon fill="black" stroke="black" points="614.782,-123.603 621.736,-115.611 611.315,-117.522 614.782,-123.603"/> | |
<text text-anchor="middle" x="599.137" y="-131.172" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 87 --> | |
<g id="node56" class="node"><title>87</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-59.372" rx="18.9093" ry="18.9093"/> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-59.372" rx="22.9007" ry="22.9007"/> | |
<text text-anchor="middle" x="556.242" y="-55.172" font-family="Times,serif" font-size="14.00">87</text> | |
</g> | |
<!-- 135 --> | |
<g id="node313" class="node"><title>135</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-29.372" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="642.454" y="-25.172" font-family="Times,serif" font-size="14.00">135</text> | |
</g> | |
<!-- 87->135 --> | |
<g id="edge118" class="edge"><title>87->135</title> | |
<path fill="none" stroke="black" d="M578.058,-51.9563C587.903,-48.4492 599.855,-44.1914 610.716,-40.3222"/> | |
<polygon fill="black" stroke="black" points="612.046,-43.5638 620.292,-36.9108 609.697,-36.9697 612.046,-43.5638"/> | |
<text text-anchor="middle" x="599.137" y="-47.172" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 136 --> | |
<g id="node57" class="node"><title>136</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-4983.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-4983.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-4979.17" font-family="Times,serif" font-size="14.00">136</text> | |
</g> | |
<!-- 137 --> | |
<g id="node58" class="node"><title>137</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-4910.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-4910.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-4906.17" font-family="Times,serif" font-size="14.00">137</text> | |
</g> | |
<!-- 138 --> | |
<g id="node59" class="node"><title>138</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-4837.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-4837.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-4833.17" font-family="Times,serif" font-size="14.00">138</text> | |
</g> | |
<!-- 199 --> | |
<g id="node314" class="node"><title>199</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-4883.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-4879.17" font-family="Times,serif" font-size="14.00">199</text> | |
</g> | |
<!-- 138->199 --> | |
<g id="edge143" class="edge"><title>138->199</title> | |
<path fill="none" stroke="black" d="M853.481,-4849.7C864.487,-4855.41 877.666,-4862.25 889.264,-4868.27"/> | |
<polygon fill="black" stroke="black" points="887.665,-4871.38 898.153,-4872.88 890.89,-4865.17 887.665,-4871.38"/> | |
<text text-anchor="middle" x="876.046" y="-4865.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 200 --> | |
<g id="node315" class="node"><title>200</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-4814.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-4810.17" font-family="Times,serif" font-size="14.00">200</text> | |
</g> | |
<!-- 138->200 --> | |
<g id="edge144" class="edge"><title>138->200</title> | |
<path fill="none" stroke="black" d="M855.365,-4830.72C865.105,-4828.19 876.318,-4825.28 886.56,-4822.62"/> | |
<polygon fill="black" stroke="black" points="887.587,-4825.97 896.387,-4820.07 885.829,-4819.2 887.587,-4825.97"/> | |
<text text-anchor="middle" x="876.046" y="-4828.17" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 139 --> | |
<g id="node60" class="node"><title>139</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-4764.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-4764.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-4760.17" font-family="Times,serif" font-size="14.00">139</text> | |
</g> | |
<!-- 140 --> | |
<g id="node61" class="node"><title>140</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-4691.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-4691.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-4687.17" font-family="Times,serif" font-size="14.00">140</text> | |
</g> | |
<!-- 141 --> | |
<g id="node62" class="node"><title>141</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-4618.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-4618.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-4614.17" font-family="Times,serif" font-size="14.00">141</text> | |
</g> | |
<!-- 142 --> | |
<g id="node63" class="node"><title>142</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-4545.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-4545.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-4541.17" font-family="Times,serif" font-size="14.00">142</text> | |
</g> | |
<!-- 201 --> | |
<g id="node316" class="node"><title>201</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-4685.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-4681.17" font-family="Times,serif" font-size="14.00">201</text> | |
</g> | |
<!-- 142->201 --> | |
<g id="edge145" class="edge"><title>142->201</title> | |
<path fill="none" stroke="black" d="M845.624,-4567.09C849.146,-4572.07 852.808,-4577.36 856.101,-4582.37 872.297,-4607.01 889.556,-4635.79 901.785,-4656.65"/> | |
<polygon fill="black" stroke="black" points="898.801,-4658.48 906.864,-4665.35 904.846,-4654.95 898.801,-4658.48"/> | |
<text text-anchor="middle" x="876.046" y="-4619.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 143 --> | |
<g id="node64" class="node"><title>143</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-4472.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-4472.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-4468.17" font-family="Times,serif" font-size="14.00">143</text> | |
</g> | |
<!-- 202 --> | |
<g id="node317" class="node"><title>202</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-4614.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-4610.17" font-family="Times,serif" font-size="14.00">202</text> | |
</g> | |
<!-- 143->202 --> | |
<g id="edge146" class="edge"><title>143->202</title> | |
<path fill="none" stroke="black" d="M845.656,-4494.07C849.176,-4499.05 852.829,-4504.35 856.101,-4509.37 872.522,-4534.59 889.881,-4564.13 902.086,-4585.45"/> | |
<polygon fill="black" stroke="black" points="899.154,-4587.37 907.146,-4594.33 905.236,-4583.91 899.154,-4587.37"/> | |
<text text-anchor="middle" x="876.046" y="-4547.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 144 --> | |
<g id="node65" class="node"><title>144</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-4399.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-4399.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-4395.17" font-family="Times,serif" font-size="14.00">144</text> | |
</g> | |
<!-- 203 --> | |
<g id="node318" class="node"><title>203</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-4541.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-4537.17" font-family="Times,serif" font-size="14.00">203</text> | |
</g> | |
<!-- 144->203 --> | |
<g id="edge147" class="edge"><title>144->203</title> | |
<path fill="none" stroke="black" d="M845.656,-4421.07C849.176,-4426.05 852.829,-4431.35 856.101,-4436.37 872.522,-4461.59 889.881,-4491.13 902.086,-4512.45"/> | |
<polygon fill="black" stroke="black" points="899.154,-4514.37 907.146,-4521.33 905.236,-4510.91 899.154,-4514.37"/> | |
<text text-anchor="middle" x="876.046" y="-4474.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 145 --> | |
<g id="node66" class="node"><title>145</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-4326.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-4326.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-4322.17" font-family="Times,serif" font-size="14.00">145</text> | |
</g> | |
<!-- 204 --> | |
<g id="node319" class="node"><title>204</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-4439.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-4435.17" font-family="Times,serif" font-size="14.00">204</text> | |
</g> | |
<!-- 145->204 --> | |
<g id="edge148" class="edge"><title>145->204</title> | |
<path fill="none" stroke="black" d="M846.4,-4347.63C860.968,-4366.2 882.171,-4393.23 897.79,-4413.14"/> | |
<polygon fill="black" stroke="black" points="895.181,-4415.49 904.107,-4421.2 900.689,-4411.17 895.181,-4415.49"/> | |
<text text-anchor="middle" x="876.046" y="-4389.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 146 --> | |
<g id="node67" class="node"><title>146</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-4253.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-4253.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-4249.17" font-family="Times,serif" font-size="14.00">146</text> | |
</g> | |
<!-- 205 --> | |
<g id="node320" class="node"><title>205</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-4326.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-4322.17" font-family="Times,serif" font-size="14.00">205</text> | |
</g> | |
<!-- 146->205 --> | |
<g id="edge149" class="edge"><title>146->205</title> | |
<path fill="none" stroke="black" d="M850.286,-4270.3C862.991,-4280.77 879.395,-4294.28 892.916,-4305.41"/> | |
<polygon fill="black" stroke="black" points="890.96,-4308.34 900.904,-4311.99 895.41,-4302.93 890.96,-4308.34"/> | |
<text text-anchor="middle" x="876.046" y="-4295.17" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 206 --> | |
<g id="node321" class="node"><title>206</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-4253.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-4249.17" font-family="Times,serif" font-size="14.00">206</text> | |
</g> | |
<!-- 146->206 --> | |
<g id="edge150" class="edge"><title>146->206</title> | |
<path fill="none" stroke="black" d="M856.322,-4253.37C865.609,-4253.37 876.139,-4253.37 885.853,-4253.37"/> | |
<polygon fill="black" stroke="black" points="885.975,-4256.87 895.975,-4253.37 885.975,-4249.87 885.975,-4256.87"/> | |
<text text-anchor="middle" x="876.046" y="-4256.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 147 --> | |
<g id="node68" class="node"><title>147</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-4180.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-4180.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-4176.17" font-family="Times,serif" font-size="14.00">147</text> | |
</g> | |
<!-- 207 --> | |
<g id="node322" class="node"><title>207</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-4180.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-4176.17" font-family="Times,serif" font-size="14.00">207</text> | |
</g> | |
<!-- 147->207 --> | |
<g id="edge151" class="edge"><title>147->207</title> | |
<path fill="none" stroke="black" d="M856.322,-4180.37C865.609,-4180.37 876.139,-4180.37 885.853,-4180.37"/> | |
<polygon fill="black" stroke="black" points="885.975,-4183.87 895.975,-4180.37 885.975,-4176.87 885.975,-4183.87"/> | |
<text text-anchor="middle" x="876.046" y="-4183.17" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 208 --> | |
<g id="node323" class="node"><title>208</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-4061.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-4057.17" font-family="Times,serif" font-size="14.00">208</text> | |
</g> | |
<!-- 147->208 --> | |
<g id="edge152" class="edge"><title>147->208</title> | |
<path fill="none" stroke="black" d="M845.78,-4158.82C860.665,-4138.84 882.853,-4109.05 898.776,-4087.67"/> | |
<polygon fill="black" stroke="black" points="901.587,-4089.75 904.754,-4079.64 895.974,-4085.57 901.587,-4089.75"/> | |
<text text-anchor="middle" x="876.046" y="-4120.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 148 --> | |
<g id="node69" class="node"><title>148</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-4107.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-4107.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-4103.17" font-family="Times,serif" font-size="14.00">148</text> | |
</g> | |
<!-- 149 --> | |
<g id="node70" class="node"><title>149</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-968.372" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-968.372" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-964.172" font-family="Times,serif" font-size="14.00">149</text> | |
</g> | |
<!-- 209 --> | |
<g id="node324" class="node"><title>209</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-968.372" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-964.172" font-family="Times,serif" font-size="14.00">209</text> | |
</g> | |
<!-- 149->209 --> | |
<g id="edge153" class="edge"><title>149->209</title> | |
<path fill="none" stroke="black" d="M856.322,-968.372C865.609,-968.372 876.139,-968.372 885.853,-968.372"/> | |
<polygon fill="black" stroke="black" points="885.975,-971.872 895.975,-968.372 885.975,-964.872 885.975,-971.872"/> | |
<text text-anchor="middle" x="876.046" y="-971.172" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 150 --> | |
<g id="node71" class="node"><title>150</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-895.372" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-895.372" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-891.172" font-family="Times,serif" font-size="14.00">150</text> | |
</g> | |
<!-- 210 --> | |
<g id="node325" class="node"><title>210</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-895.372" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-891.172" font-family="Times,serif" font-size="14.00">210</text> | |
</g> | |
<!-- 150->210 --> | |
<g id="edge154" class="edge"><title>150->210</title> | |
<path fill="none" stroke="black" d="M856.322,-895.372C865.609,-895.372 876.139,-895.372 885.853,-895.372"/> | |
<polygon fill="black" stroke="black" points="885.975,-898.872 895.975,-895.372 885.975,-891.872 885.975,-898.872"/> | |
<text text-anchor="middle" x="876.046" y="-898.172" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 151 --> | |
<g id="node72" class="node"><title>151</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-822.372" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-822.372" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-818.172" font-family="Times,serif" font-size="14.00">151</text> | |
</g> | |
<!-- 211 --> | |
<g id="node326" class="node"><title>211</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-822.372" rx="23.0964" ry="23.0964"/> | |
<text text-anchor="middle" x="919.363" y="-818.172" font-family="Times,serif" font-size="14.00">211</text> | |
</g> | |
<!-- 151->211 --> | |
<g id="edge155" class="edge"><title>151->211</title> | |
<path fill="none" stroke="black" d="M856.322,-822.372C865.684,-822.372 876.309,-822.372 886.087,-822.372"/> | |
<polygon fill="black" stroke="black" points="886.266,-825.872 896.266,-822.372 886.266,-818.872 886.266,-825.872"/> | |
<text text-anchor="middle" x="876.046" y="-825.172" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 152 --> | |
<g id="node73" class="node"><title>152</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-749.372" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-749.372" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-745.172" font-family="Times,serif" font-size="14.00">152</text> | |
</g> | |
<!-- 212 --> | |
<g id="node327" class="node"><title>212</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-749.372" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-745.172" font-family="Times,serif" font-size="14.00">212</text> | |
</g> | |
<!-- 152->212 --> | |
<g id="edge156" class="edge"><title>152->212</title> | |
<path fill="none" stroke="black" d="M856.322,-749.372C865.609,-749.372 876.139,-749.372 885.853,-749.372"/> | |
<polygon fill="black" stroke="black" points="885.975,-752.872 895.975,-749.372 885.975,-745.872 885.975,-752.872"/> | |
<text text-anchor="middle" x="876.046" y="-752.172" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 153 --> | |
<g id="node74" class="node"><title>153</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-676.372" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-676.372" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-672.172" font-family="Times,serif" font-size="14.00">153</text> | |
</g> | |
<!-- 213 --> | |
<g id="node328" class="node"><title>213</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-676.372" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-672.172" font-family="Times,serif" font-size="14.00">213</text> | |
</g> | |
<!-- 153->213 --> | |
<g id="edge157" class="edge"><title>153->213</title> | |
<path fill="none" stroke="black" d="M856.322,-676.372C865.609,-676.372 876.139,-676.372 885.853,-676.372"/> | |
<polygon fill="black" stroke="black" points="885.975,-679.872 895.975,-676.372 885.975,-672.872 885.975,-679.872"/> | |
<text text-anchor="middle" x="876.046" y="-679.172" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 154 --> | |
<g id="node75" class="node"><title>154</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-603.372" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-603.372" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-599.172" font-family="Times,serif" font-size="14.00">154</text> | |
</g> | |
<!-- 155 --> | |
<g id="node76" class="node"><title>155</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-530.372" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-530.372" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-526.172" font-family="Times,serif" font-size="14.00">155</text> | |
</g> | |
<!-- 214 --> | |
<g id="node329" class="node"><title>214</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-533.372" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-529.172" font-family="Times,serif" font-size="14.00">214</text> | |
</g> | |
<!-- 155->214 --> | |
<g id="edge158" class="edge"><title>155->214</title> | |
<path fill="none" stroke="black" d="M856.322,-531.272C865.609,-531.586 876.139,-531.943 885.853,-532.272"/> | |
<polygon fill="black" stroke="black" points="885.862,-535.774 895.975,-532.614 886.099,-528.778 885.862,-535.774"/> | |
<text text-anchor="middle" x="876.046" y="-535.172" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 157 --> | |
<g id="node77" class="node"><title>157</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-392.372" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-392.372" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-388.172" font-family="Times,serif" font-size="14.00">157</text> | |
</g> | |
<!-- 158 --> | |
<g id="node78" class="node"><title>158</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-319.372" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-319.372" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-315.172" font-family="Times,serif" font-size="14.00">158</text> | |
</g> | |
<!-- 216 --> | |
<g id="node332" class="node"><title>216</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-319.372" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-315.172" font-family="Times,serif" font-size="14.00">216</text> | |
</g> | |
<!-- 158->216 --> | |
<g id="edge160" class="edge"><title>158->216</title> | |
<path fill="none" stroke="black" d="M856.322,-319.372C865.609,-319.372 876.139,-319.372 885.853,-319.372"/> | |
<polygon fill="black" stroke="black" points="885.975,-322.872 895.975,-319.372 885.975,-315.872 885.975,-322.872"/> | |
<text text-anchor="middle" x="876.046" y="-322.172" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 159 --> | |
<g id="node79" class="node"><title>159</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-3596.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-3596.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-3592.17" font-family="Times,serif" font-size="14.00">159</text> | |
</g> | |
<!-- 160 --> | |
<g id="node80" class="node"><title>160</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-3523.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-3523.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-3519.17" font-family="Times,serif" font-size="14.00">160</text> | |
</g> | |
<!-- 161 --> | |
<g id="node81" class="node"><title>161</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-3450.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-3450.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-3446.17" font-family="Times,serif" font-size="14.00">161</text> | |
</g> | |
<!-- 162 --> | |
<g id="node82" class="node"><title>162</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-3377.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-3377.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-3373.17" font-family="Times,serif" font-size="14.00">162</text> | |
</g> | |
<!-- 163 --> | |
<g id="node83" class="node"><title>163</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-3304.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-3304.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-3300.17" font-family="Times,serif" font-size="14.00">163</text> | |
</g> | |
<!-- 217 --> | |
<g id="node333" class="node"><title>217</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-3955.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-3951.17" font-family="Times,serif" font-size="14.00">217</text> | |
</g> | |
<!-- 163->217 --> | |
<g id="edge161" class="edge"><title>163->217</title> | |
<path fill="none" stroke="black" d="M847.222,-3324.77C850.751,-3329.89 854.014,-3335.58 856.101,-3341.37 876.769,-3398.7 884.031,-3828.62 895.991,-3888.37 898.386,-3900.34 902.3,-3913.13 906.191,-3924.29"/> | |
<polygon fill="black" stroke="black" points="903.017,-3925.81 909.712,-3934.02 909.598,-3923.42 903.017,-3925.81"/> | |
<text text-anchor="middle" x="876.046" y="-3588.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 164 --> | |
<g id="node84" class="node"><title>164</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-3231.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-3231.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-3227.17" font-family="Times,serif" font-size="14.00">164</text> | |
</g> | |
<!-- 218 --> | |
<g id="node334" class="node"><title>218</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-3856.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-3852.17" font-family="Times,serif" font-size="14.00">218</text> | |
</g> | |
<!-- 164->218 --> | |
<g id="edge162" class="edge"><title>164->218</title> | |
<path fill="none" stroke="black" d="M847.21,-3251.77C850.74,-3256.89 854.006,-3262.59 856.101,-3268.37 896.085,-3378.8 871.102,-3680.59 895.991,-3795.37 898.191,-3805.52 901.7,-3816.25 905.293,-3825.84"/> | |
<polygon fill="black" stroke="black" points="902.11,-3827.31 909.017,-3835.35 908.628,-3824.76 902.11,-3827.31"/> | |
<text text-anchor="middle" x="876.046" y="-3424.17" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 219 --> | |
<g id="node335" class="node"><title>219</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-3763.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-3759.17" font-family="Times,serif" font-size="14.00">219</text> | |
</g> | |
<!-- 164->219 --> | |
<g id="edge163" class="edge"><title>164->219</title> | |
<path fill="none" stroke="black" d="M847.064,-3251.82C850.6,-3256.94 853.906,-3262.62 856.101,-3268.37 913.532,-3418.76 873.959,-3468.91 895.991,-3628.37 900.813,-3663.28 907.557,-3703.05 912.377,-3730.33"/> | |
<polygon fill="black" stroke="black" points="908.988,-3731.27 914.186,-3740.5 915.879,-3730.04 908.988,-3731.27"/> | |
<text text-anchor="middle" x="876.046" y="-3337.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 165 --> | |
<g id="node85" class="node"><title>165</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-1041.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-1041.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-1037.17" font-family="Times,serif" font-size="14.00">165</text> | |
</g> | |
<!-- 220 --> | |
<g id="node336" class="node"><title>220</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-1110.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-1106.17" font-family="Times,serif" font-size="14.00">220</text> | |
</g> | |
<!-- 165->220 --> | |
<g id="edge164" class="edge"><title>165->220</title> | |
<path fill="none" stroke="black" d="M850.734,-1057.72C863.164,-1067.4 879.014,-1079.74 892.245,-1090.04"/> | |
<polygon fill="black" stroke="black" points="890.459,-1093.08 900.5,-1096.47 894.759,-1087.56 890.459,-1093.08"/> | |
<text text-anchor="middle" x="876.046" y="-1081.17" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 221 --> | |
<g id="node337" class="node"><title>221</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-1041.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-1037.17" font-family="Times,serif" font-size="14.00">221</text> | |
</g> | |
<!-- 165->221 --> | |
<g id="edge165" class="edge"><title>165->221</title> | |
<path fill="none" stroke="black" d="M856.322,-1041.37C865.609,-1041.37 876.139,-1041.37 885.853,-1041.37"/> | |
<polygon fill="black" stroke="black" points="885.975,-1044.87 895.975,-1041.37 885.975,-1037.87 885.975,-1044.87"/> | |
<text text-anchor="middle" x="876.046" y="-1044.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 166 --> | |
<g id="node86" class="node"><title>166</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-3158.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-3158.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-3154.17" font-family="Times,serif" font-size="14.00">166</text> | |
</g> | |
<!-- 167 --> | |
<g id="node87" class="node"><title>167</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-3085.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-3085.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-3081.17" font-family="Times,serif" font-size="14.00">167</text> | |
</g> | |
<!-- 222 --> | |
<g id="node338" class="node"><title>222</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-3596.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-3592.17" font-family="Times,serif" font-size="14.00">222</text> | |
</g> | |
<!-- 167->222 --> | |
<g id="edge166" class="edge"><title>167->222</title> | |
<path fill="none" stroke="black" d="M846.98,-3105.86C850.519,-3110.98 853.848,-3116.65 856.101,-3122.37 872.228,-3163.35 904.409,-3462.18 914.94,-3563.15"/> | |
<polygon fill="black" stroke="black" points="911.46,-3563.52 915.975,-3573.1 918.422,-3562.8 911.46,-3563.52"/> | |
<text text-anchor="middle" x="876.046" y="-3250.17" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 223 --> | |
<g id="node339" class="node"><title>223</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-3320.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-3316.17" font-family="Times,serif" font-size="14.00">223</text> | |
</g> | |
<!-- 167->223 --> | |
<g id="edge167" class="edge"><title>167->223</title> | |
<path fill="none" stroke="black" d="M846.545,-3106.57C850.019,-3111.56 853.429,-3117.01 856.101,-3122.37 883.581,-3177.57 902.141,-3247.43 911.429,-3287.7"/> | |
<polygon fill="black" stroke="black" points="908.028,-3288.53 913.643,-3297.51 914.856,-3286.99 908.028,-3288.53"/> | |
<text text-anchor="middle" x="876.046" y="-3178.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 168 --> | |
<g id="node88" class="node"><title>168</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-3012.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-3012.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-3008.17" font-family="Times,serif" font-size="14.00">168</text> | |
</g> | |
<!-- 224 --> | |
<g id="node340" class="node"><title>224</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-3096.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-3092.17" font-family="Times,serif" font-size="14.00">224</text> | |
</g> | |
<!-- 168->224 --> | |
<g id="edge168" class="edge"><title>168->224</title> | |
<path fill="none" stroke="black" d="M849.4,-3031.01C862.653,-3043.58 880.219,-3060.22 894.306,-3073.57"/> | |
<polygon fill="black" stroke="black" points="892.058,-3076.26 901.724,-3080.6 896.873,-3071.18 892.058,-3076.26"/> | |
<text text-anchor="middle" x="876.046" y="-3060.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 169 --> | |
<g id="node89" class="node"><title>169</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-2939.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-2939.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-2935.17" font-family="Times,serif" font-size="14.00">169</text> | |
</g> | |
<!-- 170 --> | |
<g id="node90" class="node"><title>170</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-2866.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-2866.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-2862.17" font-family="Times,serif" font-size="14.00">170</text> | |
</g> | |
<!-- 171 --> | |
<g id="node91" class="node"><title>171</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-2793.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-2793.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-2789.17" font-family="Times,serif" font-size="14.00">171</text> | |
</g> | |
<!-- 225 --> | |
<g id="node341" class="node"><title>225</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-2981.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-2977.17" font-family="Times,serif" font-size="14.00">225</text> | |
</g> | |
<!-- 171->225 --> | |
<g id="edge169" class="edge"><title>171->225</title> | |
<path fill="none" stroke="black" d="M846.205,-2814.74C849.697,-2819.73 853.2,-2825.13 856.101,-2830.37 877.957,-2869.89 896.716,-2918.68 907.773,-2949.91"/> | |
<polygon fill="black" stroke="black" points="904.485,-2951.11 911.086,-2959.4 911.094,-2948.81 904.485,-2951.11"/> | |
<text text-anchor="middle" x="876.046" y="-2878.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 172 --> | |
<g id="node92" class="node"><title>172</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-2720.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-2720.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-2716.17" font-family="Times,serif" font-size="14.00">172</text> | |
</g> | |
<!-- 226 --> | |
<g id="node342" class="node"><title>226</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-2866.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-2862.17" font-family="Times,serif" font-size="14.00">226</text> | |
</g> | |
<!-- 172->226 --> | |
<g id="edge170" class="edge"><title>172->226</title> | |
<path fill="none" stroke="black" d="M845.717,-2742.04C849.234,-2747.01 852.87,-2752.32 856.101,-2757.37 872.953,-2783.72 890.476,-2814.78 902.622,-2836.99"/> | |
<polygon fill="black" stroke="black" points="899.63,-2838.81 907.481,-2845.92 905.78,-2835.47 899.63,-2838.81"/> | |
<text text-anchor="middle" x="876.046" y="-2796.17" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 227 --> | |
<g id="node343" class="node"><title>227</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-2579.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-2575.17" font-family="Times,serif" font-size="14.00">227</text> | |
</g> | |
<!-- 172->227 --> | |
<g id="edge171" class="edge"><title>172->227</title> | |
<path fill="none" stroke="black" d="M845.64,-2698.66C849.161,-2693.69 852.819,-2688.39 856.101,-2683.37 872.359,-2658.52 889.612,-2629.47 901.823,-2608.39"/> | |
<polygon fill="black" stroke="black" points="904.929,-2610.01 906.893,-2599.6 898.865,-2606.52 904.929,-2610.01"/> | |
<text text-anchor="middle" x="876.046" y="-2656.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 173 --> | |
<g id="node93" class="node"><title>173</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-2647.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-2647.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-2643.17" font-family="Times,serif" font-size="14.00">173</text> | |
</g> | |
<!-- 174 --> | |
<g id="node94" class="node"><title>174</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-2574.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-2574.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-2570.17" font-family="Times,serif" font-size="14.00">174</text> | |
</g> | |
<!-- 228 --> | |
<g id="node344" class="node"><title>228</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-2477.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-2473.17" font-family="Times,serif" font-size="14.00">228</text> | |
</g> | |
<!-- 174->228 --> | |
<g id="edge172" class="edge"><title>174->228</title> | |
<path fill="none" stroke="black" d="M848.094,-2554.27C862.038,-2539.01 881.275,-2517.96 896.096,-2501.74"/> | |
<polygon fill="black" stroke="black" points="898.813,-2503.96 902.974,-2494.21 893.645,-2499.23 898.813,-2503.96"/> | |
<text text-anchor="middle" x="876.046" y="-2526.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 175 --> | |
<g id="node95" class="node"><title>175</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-2501.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-2501.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-2497.17" font-family="Times,serif" font-size="14.00">175</text> | |
</g> | |
<!-- 176 --> | |
<g id="node96" class="node"><title>176</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-2428.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-2428.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-2424.17" font-family="Times,serif" font-size="14.00">176</text> | |
</g> | |
<!-- 229 --> | |
<g id="node345" class="node"><title>229</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-2378.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-2374.17" font-family="Times,serif" font-size="14.00">229</text> | |
</g> | |
<!-- 176->229 --> | |
<g id="edge173" class="edge"><title>176->229</title> | |
<path fill="none" stroke="black" d="M853.016,-2415.24C864.186,-2408.93 877.677,-2401.32 889.493,-2394.66"/> | |
<polygon fill="black" stroke="black" points="891.543,-2397.52 898.534,-2389.56 888.104,-2391.42 891.543,-2397.52"/> | |
<text text-anchor="middle" x="876.046" y="-2405.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 177 --> | |
<g id="node97" class="node"><title>177</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-2355.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-2355.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-2351.17" font-family="Times,serif" font-size="14.00">177</text> | |
</g> | |
<!-- 178 --> | |
<g id="node98" class="node"><title>178</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-2282.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-2282.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-2278.17" font-family="Times,serif" font-size="14.00">178</text> | |
</g> | |
<!-- 230 --> | |
<g id="node346" class="node"><title>230</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-2282.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-2278.17" font-family="Times,serif" font-size="14.00">230</text> | |
</g> | |
<!-- 178->230 --> | |
<g id="edge174" class="edge"><title>178->230</title> | |
<path fill="none" stroke="black" d="M856.322,-2282.37C865.609,-2282.37 876.139,-2282.37 885.853,-2282.37"/> | |
<polygon fill="black" stroke="black" points="885.975,-2285.87 895.975,-2282.37 885.975,-2278.87 885.975,-2285.87"/> | |
<text text-anchor="middle" x="876.046" y="-2285.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 179 --> | |
<g id="node99" class="node"><title>179</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-2209.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-2209.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-2205.17" font-family="Times,serif" font-size="14.00">179</text> | |
</g> | |
<!-- 180 --> | |
<g id="node100" class="node"><title>180</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-2136.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-2136.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-2132.17" font-family="Times,serif" font-size="14.00">180</text> | |
</g> | |
<!-- 231 --> | |
<g id="node347" class="node"><title>231</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-2136.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-2132.17" font-family="Times,serif" font-size="14.00">231</text> | |
</g> | |
<!-- 180->231 --> | |
<g id="edge175" class="edge"><title>180->231</title> | |
<path fill="none" stroke="black" d="M856.322,-2136.37C865.609,-2136.37 876.139,-2136.37 885.853,-2136.37"/> | |
<polygon fill="black" stroke="black" points="885.975,-2139.87 895.975,-2136.37 885.975,-2132.87 885.975,-2139.87"/> | |
<text text-anchor="middle" x="876.046" y="-2139.17" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 232 --> | |
<g id="node348" class="node"><title>232</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-2064.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-2060.17" font-family="Times,serif" font-size="14.00">232</text> | |
</g> | |
<!-- 180->232 --> | |
<g id="edge176" class="edge"><title>180->232</title> | |
<path fill="none" stroke="black" d="M850.734,-2119.31C863.367,-2109.05 879.533,-2095.91 892.892,-2085.06"/> | |
<polygon fill="black" stroke="black" points="895.235,-2087.67 900.79,-2078.65 890.822,-2082.24 895.235,-2087.67"/> | |
<text text-anchor="middle" x="876.046" y="-2101.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 181 --> | |
<g id="node101" class="node"><title>181</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-2063.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-2063.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-2059.17" font-family="Times,serif" font-size="14.00">181</text> | |
</g> | |
<!-- 233 --> | |
<g id="node349" class="node"><title>233</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-1995.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-1991.17" font-family="Times,serif" font-size="14.00">233</text> | |
</g> | |
<!-- 181->233 --> | |
<g id="edge177" class="edge"><title>181->233</title> | |
<path fill="none" stroke="black" d="M851.185,-2046.91C863.541,-2037.43 879.162,-2025.45 892.23,-2015.42"/> | |
<polygon fill="black" stroke="black" points="894.586,-2018.02 900.39,-2009.16 890.325,-2012.47 894.586,-2018.02"/> | |
<text text-anchor="middle" x="876.046" y="-2030.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 182 --> | |
<g id="node102" class="node"><title>182</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-1990.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-1990.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-1986.17" font-family="Times,serif" font-size="14.00">182</text> | |
</g> | |
<!-- 234 --> | |
<g id="node350" class="node"><title>234</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-1906.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-1902.17" font-family="Times,serif" font-size="14.00">234</text> | |
</g> | |
<!-- 182->234 --> | |
<g id="edge178" class="edge"><title>182->234</title> | |
<path fill="none" stroke="black" d="M849.4,-1971.73C862.653,-1959.17 880.219,-1942.52 894.306,-1929.17"/> | |
<polygon fill="black" stroke="black" points="896.873,-1931.56 901.724,-1922.14 892.058,-1926.48 896.873,-1931.56"/> | |
<text text-anchor="middle" x="876.046" y="-1949.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 183 --> | |
<g id="node103" class="node"><title>183</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-1917.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-1917.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-1913.17" font-family="Times,serif" font-size="14.00">183</text> | |
</g> | |
<!-- 235 --> | |
<g id="node351" class="node"><title>235</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-1792.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-1788.17" font-family="Times,serif" font-size="14.00">235</text> | |
</g> | |
<!-- 183->235 --> | |
<g id="edge179" class="edge"><title>183->235</title> | |
<path fill="none" stroke="black" d="M845.36,-1895.47C848.895,-1890.51 852.63,-1885.26 856.101,-1880.37 870.496,-1860.1 886.717,-1837.17 898.992,-1819.8"/> | |
<polygon fill="black" stroke="black" points="902.11,-1821.46 905.022,-1811.27 896.393,-1817.42 902.11,-1821.46"/> | |
<text text-anchor="middle" x="876.046" y="-1857.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 184 --> | |
<g id="node104" class="node"><title>184</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-1844.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-1844.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-1840.17" font-family="Times,serif" font-size="14.00">184</text> | |
</g> | |
<!-- 185 --> | |
<g id="node105" class="node"><title>185</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-1771.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-1771.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-1767.17" font-family="Times,serif" font-size="14.00">185</text> | |
</g> | |
<!-- 186 --> | |
<g id="node106" class="node"><title>186</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-1698.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-1698.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-1694.17" font-family="Times,serif" font-size="14.00">186</text> | |
</g> | |
<!-- 236 --> | |
<g id="node352" class="node"><title>236</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-1698.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-1694.17" font-family="Times,serif" font-size="14.00">236</text> | |
</g> | |
<!-- 186->236 --> | |
<g id="edge180" class="edge"><title>186->236</title> | |
<path fill="none" stroke="black" d="M856.322,-1698.37C865.609,-1698.37 876.139,-1698.37 885.853,-1698.37"/> | |
<polygon fill="black" stroke="black" points="885.975,-1701.87 895.975,-1698.37 885.975,-1694.87 885.975,-1701.87"/> | |
<text text-anchor="middle" x="876.046" y="-1701.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 187 --> | |
<g id="node107" class="node"><title>187</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-1625.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-1625.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-1621.17" font-family="Times,serif" font-size="14.00">187</text> | |
</g> | |
<!-- 237 --> | |
<g id="node353" class="node"><title>237</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-1625.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-1621.17" font-family="Times,serif" font-size="14.00">237</text> | |
</g> | |
<!-- 187->237 --> | |
<g id="edge181" class="edge"><title>187->237</title> | |
<path fill="none" stroke="black" d="M856.322,-1625.37C865.609,-1625.37 876.139,-1625.37 885.853,-1625.37"/> | |
<polygon fill="black" stroke="black" points="885.975,-1628.87 895.975,-1625.37 885.975,-1621.87 885.975,-1628.87"/> | |
<text text-anchor="middle" x="876.046" y="-1628.17" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 238 --> | |
<g id="node354" class="node"><title>238</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-1556.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-1552.17" font-family="Times,serif" font-size="14.00">238</text> | |
</g> | |
<!-- 187->238 --> | |
<g id="edge182" class="edge"><title>187->238</title> | |
<path fill="none" stroke="black" d="M850.734,-1609.02C863.164,-1599.34 879.014,-1587 892.245,-1576.7"/> | |
<polygon fill="black" stroke="black" points="894.759,-1579.18 900.5,-1570.28 890.459,-1573.66 894.759,-1579.18"/> | |
<text text-anchor="middle" x="876.046" y="-1592.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 188 --> | |
<g id="node108" class="node"><title>188</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-1552.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-1552.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-1548.17" font-family="Times,serif" font-size="14.00">188</text> | |
</g> | |
<!-- 189 --> | |
<g id="node109" class="node"><title>189</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-1479.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-1479.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-1475.17" font-family="Times,serif" font-size="14.00">189</text> | |
</g> | |
<!-- 239 --> | |
<g id="node355" class="node"><title>239</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-1479.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-1475.17" font-family="Times,serif" font-size="14.00">239</text> | |
</g> | |
<!-- 189->239 --> | |
<g id="edge183" class="edge"><title>189->239</title> | |
<path fill="none" stroke="black" d="M856.322,-1479.37C865.609,-1479.37 876.139,-1479.37 885.853,-1479.37"/> | |
<polygon fill="black" stroke="black" points="885.975,-1482.87 895.975,-1479.37 885.975,-1475.87 885.975,-1482.87"/> | |
<text text-anchor="middle" x="876.046" y="-1482.17" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 240 --> | |
<g id="node356" class="node"><title>240</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-1410.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-1406.17" font-family="Times,serif" font-size="14.00">240</text> | |
</g> | |
<!-- 189->240 --> | |
<g id="edge184" class="edge"><title>189->240</title> | |
<path fill="none" stroke="black" d="M850.734,-1463.02C863.164,-1453.34 879.014,-1441 892.245,-1430.7"/> | |
<polygon fill="black" stroke="black" points="894.759,-1433.18 900.5,-1424.28 890.459,-1427.66 894.759,-1433.18"/> | |
<text text-anchor="middle" x="876.046" y="-1446.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 190 --> | |
<g id="node110" class="node"><title>190</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-1406.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-1406.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-1402.17" font-family="Times,serif" font-size="14.00">190</text> | |
</g> | |
<!-- 191 --> | |
<g id="node111" class="node"><title>191</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-1333.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-1333.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-1329.17" font-family="Times,serif" font-size="14.00">191</text> | |
</g> | |
<!-- 192 --> | |
<g id="node112" class="node"><title>192</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-1260.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-1260.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-1256.17" font-family="Times,serif" font-size="14.00">192</text> | |
</g> | |
<!-- 193 --> | |
<g id="node113" class="node"><title>193</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-1187.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-1187.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-1183.17" font-family="Times,serif" font-size="14.00">193</text> | |
</g> | |
<!-- 194 --> | |
<g id="node114" class="node"><title>194</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-1114.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-1114.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-1110.17" font-family="Times,serif" font-size="14.00">194</text> | |
</g> | |
<!-- 195 --> | |
<g id="node115" class="node"><title>195</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-246.372" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-246.372" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-242.172" font-family="Times,serif" font-size="14.00">195</text> | |
</g> | |
<!-- 241 --> | |
<g id="node357" class="node"><title>241</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-246.372" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-242.172" font-family="Times,serif" font-size="14.00">241</text> | |
</g> | |
<!-- 195->241 --> | |
<g id="edge185" class="edge"><title>195->241</title> | |
<path fill="none" stroke="black" d="M856.322,-246.372C865.609,-246.372 876.139,-246.372 885.853,-246.372"/> | |
<polygon fill="black" stroke="black" points="885.975,-249.872 895.975,-246.372 885.975,-242.872 885.975,-249.872"/> | |
<text text-anchor="middle" x="876.046" y="-249.172" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 196 --> | |
<g id="node116" class="node"><title>196</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-173.372" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-173.372" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-169.172" font-family="Times,serif" font-size="14.00">196</text> | |
</g> | |
<!-- 242 --> | |
<g id="node358" class="node"><title>242</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-173.372" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-169.172" font-family="Times,serif" font-size="14.00">242</text> | |
</g> | |
<!-- 196->242 --> | |
<g id="edge186" class="edge"><title>196->242</title> | |
<path fill="none" stroke="black" d="M856.322,-173.372C865.609,-173.372 876.139,-173.372 885.853,-173.372"/> | |
<polygon fill="black" stroke="black" points="885.975,-176.872 895.975,-173.372 885.975,-169.872 885.975,-176.872"/> | |
<text text-anchor="middle" x="876.046" y="-176.172" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 197 --> | |
<g id="node117" class="node"><title>197</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-100.372" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-100.372" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-96.172" font-family="Times,serif" font-size="14.00">197</text> | |
</g> | |
<!-- 198 --> | |
<g id="node118" class="node"><title>198</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-27.372" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-27.372" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="828.729" y="-23.172" font-family="Times,serif" font-size="14.00">198</text> | |
</g> | |
<!-- 243 --> | |
<g id="node119" class="node"><title>243</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-4884.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-4884.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-4880.17" font-family="Times,serif" font-size="14.00">243</text> | |
</g> | |
<!-- 244 --> | |
<g id="node120" class="node"><title>244</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-4811.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-4811.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-4807.17" font-family="Times,serif" font-size="14.00">244</text> | |
</g> | |
<!-- 303 --> | |
<g id="node359" class="node"><title>303</title> | |
<ellipse fill="none" stroke="black" cx="1217.26" cy="-4811.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1217.26" y="-4807.17" font-family="Times,serif" font-size="14.00">303</text> | |
</g> | |
<!-- 244->303 --> | |
<g id="edge213" class="edge"><title>244->303</title> | |
<path fill="none" stroke="black" d="M1154.22,-4811.37C1163.5,-4811.37 1174.03,-4811.37 1183.75,-4811.37"/> | |
<polygon fill="black" stroke="black" points="1183.87,-4814.87 1193.87,-4811.37 1183.87,-4807.87 1183.87,-4814.87"/> | |
<text text-anchor="middle" x="1173.94" y="-4814.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 245 --> | |
<g id="node121" class="node"><title>245</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-4691.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-4691.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-4687.17" font-family="Times,serif" font-size="14.00">245</text> | |
</g> | |
<!-- 246 --> | |
<g id="node122" class="node"><title>246</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-4618.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-4618.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-4614.17" font-family="Times,serif" font-size="14.00">246</text> | |
</g> | |
<!-- 247 --> | |
<g id="node123" class="node"><title>247</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-4545.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-4545.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-4541.17" font-family="Times,serif" font-size="14.00">247</text> | |
</g> | |
<!-- 248 --> | |
<g id="node124" class="node"><title>248</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-4472.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-4472.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-4468.17" font-family="Times,serif" font-size="14.00">248</text> | |
</g> | |
<!-- 249 --> | |
<g id="node125" class="node"><title>249</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-4399.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-4399.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-4395.17" font-family="Times,serif" font-size="14.00">249</text> | |
</g> | |
<!-- 304 --> | |
<g id="node360" class="node"><title>304</title> | |
<ellipse fill="none" stroke="black" cx="1217.26" cy="-4399.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1217.26" y="-4395.17" font-family="Times,serif" font-size="14.00">304</text> | |
</g> | |
<!-- 249->304 --> | |
<g id="edge214" class="edge"><title>249->304</title> | |
<path fill="none" stroke="black" d="M1154.22,-4399.37C1163.5,-4399.37 1174.03,-4399.37 1183.75,-4399.37"/> | |
<polygon fill="black" stroke="black" points="1183.87,-4402.87 1193.87,-4399.37 1183.87,-4395.87 1183.87,-4402.87"/> | |
<text text-anchor="middle" x="1173.94" y="-4402.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 250 --> | |
<g id="node126" class="node"><title>250</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-4326.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-4326.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-4322.17" font-family="Times,serif" font-size="14.00">250</text> | |
</g> | |
<!-- 305 --> | |
<g id="node361" class="node"><title>305</title> | |
<ellipse fill="none" stroke="black" cx="1217.26" cy="-4326.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1217.26" y="-4322.17" font-family="Times,serif" font-size="14.00">305</text> | |
</g> | |
<!-- 250->305 --> | |
<g id="edge215" class="edge"><title>250->305</title> | |
<path fill="none" stroke="black" d="M1154.22,-4326.37C1163.5,-4326.37 1174.03,-4326.37 1183.75,-4326.37"/> | |
<polygon fill="black" stroke="black" points="1183.87,-4329.87 1193.87,-4326.37 1183.87,-4322.87 1183.87,-4329.87"/> | |
<text text-anchor="middle" x="1173.94" y="-4329.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 251 --> | |
<g id="node127" class="node"><title>251</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-4253.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-4253.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-4249.17" font-family="Times,serif" font-size="14.00">251</text> | |
</g> | |
<!-- 252 --> | |
<g id="node128" class="node"><title>252</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-4180.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-4180.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-4176.17" font-family="Times,serif" font-size="14.00">252</text> | |
</g> | |
<!-- 306 --> | |
<g id="node362" class="node"><title>306</title> | |
<ellipse fill="none" stroke="black" cx="1217.26" cy="-4180.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1217.26" y="-4176.17" font-family="Times,serif" font-size="14.00">306</text> | |
</g> | |
<!-- 252->306 --> | |
<g id="edge216" class="edge"><title>252->306</title> | |
<path fill="none" stroke="black" d="M1154.22,-4180.37C1163.5,-4180.37 1174.03,-4180.37 1183.75,-4180.37"/> | |
<polygon fill="black" stroke="black" points="1183.87,-4183.87 1193.87,-4180.37 1183.87,-4176.87 1183.87,-4183.87"/> | |
<text text-anchor="middle" x="1173.94" y="-4183.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 253 --> | |
<g id="node129" class="node"><title>253</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-4107.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-4107.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-4103.17" font-family="Times,serif" font-size="14.00">253</text> | |
</g> | |
<!-- 307 --> | |
<g id="node363" class="node"><title>307</title> | |
<ellipse fill="none" stroke="black" cx="1217.26" cy="-4107.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1217.26" y="-4103.17" font-family="Times,serif" font-size="14.00">307</text> | |
</g> | |
<!-- 253->307 --> | |
<g id="edge217" class="edge"><title>253->307</title> | |
<path fill="none" stroke="black" d="M1154.22,-4107.37C1163.5,-4107.37 1174.03,-4107.37 1183.75,-4107.37"/> | |
<polygon fill="black" stroke="black" points="1183.87,-4110.87 1193.87,-4107.37 1183.87,-4103.87 1183.87,-4110.87"/> | |
<text text-anchor="middle" x="1173.94" y="-4110.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 254 --> | |
<g id="node130" class="node"><title>254</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-4034.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-4034.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-4030.17" font-family="Times,serif" font-size="14.00">254</text> | |
</g> | |
<!-- 255 --> | |
<g id="node131" class="node"><title>255</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-968.372" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-968.372" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-964.172" font-family="Times,serif" font-size="14.00">255</text> | |
</g> | |
<!-- 256 --> | |
<g id="node132" class="node"><title>256</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-895.372" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-895.372" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-891.172" font-family="Times,serif" font-size="14.00">256</text> | |
</g> | |
<!-- 257 --> | |
<g id="node133" class="node"><title>257</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-822.372" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-822.372" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-818.172" font-family="Times,serif" font-size="14.00">257</text> | |
</g> | |
<!-- 258 --> | |
<g id="node134" class="node"><title>258</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-749.372" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-749.372" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-745.172" font-family="Times,serif" font-size="14.00">258</text> | |
</g> | |
<!-- 259 --> | |
<g id="node135" class="node"><title>259</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-676.372" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-676.372" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-672.172" font-family="Times,serif" font-size="14.00">259</text> | |
</g> | |
<!-- 260 --> | |
<g id="node136" class="node"><title>260</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-533.372" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-533.372" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-529.172" font-family="Times,serif" font-size="14.00">260</text> | |
</g> | |
<!-- 261 --> | |
<g id="node137" class="node"><title>261</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-460.372" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-460.372" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-456.172" font-family="Times,serif" font-size="14.00">261</text> | |
</g> | |
<!-- 308 --> | |
<g id="node364" class="node"><title>308</title> | |
<ellipse fill="none" stroke="black" cx="1217.26" cy="-460.372" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1217.26" y="-456.172" font-family="Times,serif" font-size="14.00">308</text> | |
</g> | |
<!-- 261->308 --> | |
<g id="edge218" class="edge"><title>261->308</title> | |
<path fill="none" stroke="black" d="M1154.22,-460.372C1163.5,-460.372 1174.03,-460.372 1183.75,-460.372"/> | |
<polygon fill="black" stroke="black" points="1183.87,-463.872 1193.87,-460.372 1183.87,-456.872 1183.87,-463.872"/> | |
<text text-anchor="middle" x="1173.94" y="-463.172" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 262 --> | |
<g id="node138" class="node"><title>262</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-319.372" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-319.372" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-315.172" font-family="Times,serif" font-size="14.00">262</text> | |
</g> | |
<!-- 263 --> | |
<g id="node139" class="node"><title>263</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-3961.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-3961.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-3957.17" font-family="Times,serif" font-size="14.00">263</text> | |
</g> | |
<!-- 264 --> | |
<g id="node140" class="node"><title>264</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-3888.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-3888.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-3884.17" font-family="Times,serif" font-size="14.00">264</text> | |
</g> | |
<!-- 309 --> | |
<g id="node365" class="node"><title>309</title> | |
<ellipse fill="none" stroke="black" cx="1217.26" cy="-3888.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1217.26" y="-3884.17" font-family="Times,serif" font-size="14.00">309</text> | |
</g> | |
<!-- 264->309 --> | |
<g id="edge219" class="edge"><title>264->309</title> | |
<path fill="none" stroke="black" d="M1154.22,-3888.37C1163.5,-3888.37 1174.03,-3888.37 1183.75,-3888.37"/> | |
<polygon fill="black" stroke="black" points="1183.87,-3891.87 1193.87,-3888.37 1183.87,-3884.87 1183.87,-3891.87"/> | |
<text text-anchor="middle" x="1173.94" y="-3891.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 265 --> | |
<g id="node141" class="node"><title>265</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-3815.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-3815.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-3811.17" font-family="Times,serif" font-size="14.00">265</text> | |
</g> | |
<!-- 266 --> | |
<g id="node142" class="node"><title>266</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-1114.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-1114.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-1110.17" font-family="Times,serif" font-size="14.00">266</text> | |
</g> | |
<!-- 310 --> | |
<g id="node366" class="node"><title>310</title> | |
<ellipse fill="none" stroke="black" cx="1217.26" cy="-1114.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1217.26" y="-1110.17" font-family="Times,serif" font-size="14.00">310</text> | |
</g> | |
<!-- 266->310 --> | |
<g id="edge220" class="edge"><title>266->310</title> | |
<path fill="none" stroke="black" d="M1154.22,-1114.37C1163.5,-1114.37 1174.03,-1114.37 1183.75,-1114.37"/> | |
<polygon fill="black" stroke="black" points="1183.87,-1117.87 1193.87,-1114.37 1183.87,-1110.87 1183.87,-1117.87"/> | |
<text text-anchor="middle" x="1173.94" y="-1117.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 267 --> | |
<g id="node143" class="node"><title>267</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-1041.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-1041.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-1037.17" font-family="Times,serif" font-size="14.00">267</text> | |
</g> | |
<!-- 268 --> | |
<g id="node144" class="node"><title>268</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-3742.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-3742.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-3738.17" font-family="Times,serif" font-size="14.00">268</text> | |
</g> | |
<!-- 311 --> | |
<g id="node367" class="node"><title>311</title> | |
<ellipse fill="none" stroke="black" cx="1217.26" cy="-3742.37" rx="23.0964" ry="23.0964"/> | |
<text text-anchor="middle" x="1217.26" y="-3738.17" font-family="Times,serif" font-size="14.00">311</text> | |
</g> | |
<!-- 268->311 --> | |
<g id="edge221" class="edge"><title>268->311</title> | |
<path fill="none" stroke="black" d="M1154.22,-3742.37C1163.58,-3742.37 1174.2,-3742.37 1183.98,-3742.37"/> | |
<polygon fill="black" stroke="black" points="1184.16,-3745.87 1194.16,-3742.37 1184.16,-3738.87 1184.16,-3745.87"/> | |
<text text-anchor="middle" x="1173.94" y="-3745.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 269 --> | |
<g id="node145" class="node"><title>269</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-3669.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-3669.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-3665.17" font-family="Times,serif" font-size="14.00">269</text> | |
</g> | |
<!-- 312 --> | |
<g id="node368" class="node"><title>312</title> | |
<ellipse fill="none" stroke="black" cx="1217.26" cy="-3669.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1217.26" y="-3665.17" font-family="Times,serif" font-size="14.00">312</text> | |
</g> | |
<!-- 269->312 --> | |
<g id="edge222" class="edge"><title>269->312</title> | |
<path fill="none" stroke="black" d="M1154.22,-3669.37C1163.5,-3669.37 1174.03,-3669.37 1183.75,-3669.37"/> | |
<polygon fill="black" stroke="black" points="1183.87,-3672.87 1193.87,-3669.37 1183.87,-3665.87 1183.87,-3672.87"/> | |
<text text-anchor="middle" x="1173.94" y="-3672.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 270 --> | |
<g id="node146" class="node"><title>270</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-3596.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-3596.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-3592.17" font-family="Times,serif" font-size="14.00">270</text> | |
</g> | |
<!-- 313 --> | |
<g id="node369" class="node"><title>313</title> | |
<ellipse fill="none" stroke="black" cx="1217.26" cy="-3596.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1217.26" y="-3592.17" font-family="Times,serif" font-size="14.00">313</text> | |
</g> | |
<!-- 270->313 --> | |
<g id="edge223" class="edge"><title>270->313</title> | |
<path fill="none" stroke="black" d="M1154.22,-3596.37C1163.5,-3596.37 1174.03,-3596.37 1183.75,-3596.37"/> | |
<polygon fill="black" stroke="black" points="1183.87,-3599.87 1193.87,-3596.37 1183.87,-3592.87 1183.87,-3599.87"/> | |
<text text-anchor="middle" x="1173.94" y="-3599.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 271 --> | |
<g id="node147" class="node"><title>271</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-3523.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-3523.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-3519.17" font-family="Times,serif" font-size="14.00">271</text> | |
</g> | |
<!-- 314 --> | |
<g id="node370" class="node"><title>314</title> | |
<ellipse fill="none" stroke="black" cx="1217.26" cy="-3523.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1217.26" y="-3519.17" font-family="Times,serif" font-size="14.00">314</text> | |
</g> | |
<!-- 271->314 --> | |
<g id="edge224" class="edge"><title>271->314</title> | |
<path fill="none" stroke="black" d="M1154.22,-3523.37C1163.5,-3523.37 1174.03,-3523.37 1183.75,-3523.37"/> | |
<polygon fill="black" stroke="black" points="1183.87,-3526.87 1193.87,-3523.37 1183.87,-3519.87 1183.87,-3526.87"/> | |
<text text-anchor="middle" x="1173.94" y="-3526.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 272 --> | |
<g id="node148" class="node"><title>272</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-3450.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-3450.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-3446.17" font-family="Times,serif" font-size="14.00">272</text> | |
</g> | |
<!-- 273 --> | |
<g id="node149" class="node"><title>273</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-3377.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-3377.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-3373.17" font-family="Times,serif" font-size="14.00">273</text> | |
</g> | |
<!-- 274 --> | |
<g id="node150" class="node"><title>274</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-3304.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-3304.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-3300.17" font-family="Times,serif" font-size="14.00">274</text> | |
</g> | |
<!-- 275 --> | |
<g id="node151" class="node"><title>275</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-3231.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-3231.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-3227.17" font-family="Times,serif" font-size="14.00">275</text> | |
</g> | |
<!-- 315 --> | |
<g id="node371" class="node"><title>315</title> | |
<ellipse fill="none" stroke="black" cx="1217.26" cy="-3336.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1217.26" y="-3332.17" font-family="Times,serif" font-size="14.00">315</text> | |
</g> | |
<!-- 275->315 --> | |
<g id="edge225" class="edge"><title>275->315</title> | |
<path fill="none" stroke="black" d="M1144.92,-3251.87C1159.17,-3268.74 1179.43,-3292.74 1194.72,-3310.86"/> | |
<polygon fill="black" stroke="black" points="1192.23,-3313.34 1201.36,-3318.72 1197.58,-3308.82 1192.23,-3313.34"/> | |
<text text-anchor="middle" x="1173.94" y="-3290.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 316 --> | |
<g id="node372" class="node"><title>316</title> | |
<ellipse fill="none" stroke="black" cx="1217.26" cy="-3231.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1217.26" y="-3227.17" font-family="Times,serif" font-size="14.00">316</text> | |
</g> | |
<!-- 275->316 --> | |
<g id="edge226" class="edge"><title>275->316</title> | |
<path fill="none" stroke="black" d="M1154.22,-3231.37C1163.5,-3231.37 1174.03,-3231.37 1183.75,-3231.37"/> | |
<polygon fill="black" stroke="black" points="1183.87,-3234.87 1193.87,-3231.37 1183.87,-3227.87 1183.87,-3234.87"/> | |
<text text-anchor="middle" x="1173.94" y="-3234.17" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 276 --> | |
<g id="node152" class="node"><title>276</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-3158.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-3158.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-3154.17" font-family="Times,serif" font-size="14.00">276</text> | |
</g> | |
<!-- 317 --> | |
<g id="node373" class="node"><title>317</title> | |
<ellipse fill="none" stroke="black" cx="1217.26" cy="-3158.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1217.26" y="-3154.17" font-family="Times,serif" font-size="14.00">317</text> | |
</g> | |
<!-- 276->317 --> | |
<g id="edge227" class="edge"><title>276->317</title> | |
<path fill="none" stroke="black" d="M1154.22,-3158.37C1163.5,-3158.37 1174.03,-3158.37 1183.75,-3158.37"/> | |
<polygon fill="black" stroke="black" points="1183.87,-3161.87 1193.87,-3158.37 1183.87,-3154.87 1183.87,-3161.87"/> | |
<text text-anchor="middle" x="1173.94" y="-3161.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 277 --> | |
<g id="node153" class="node"><title>277</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-3085.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-3085.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-3081.17" font-family="Times,serif" font-size="14.00">277</text> | |
</g> | |
<!-- 318 --> | |
<g id="node374" class="node"><title>318</title> | |
<ellipse fill="none" stroke="black" cx="1217.26" cy="-3085.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1217.26" y="-3081.17" font-family="Times,serif" font-size="14.00">318</text> | |
</g> | |
<!-- 277->318 --> | |
<g id="edge228" class="edge"><title>277->318</title> | |
<path fill="none" stroke="black" d="M1154.22,-3085.37C1163.5,-3085.37 1174.03,-3085.37 1183.75,-3085.37"/> | |
<polygon fill="black" stroke="black" points="1183.87,-3088.87 1193.87,-3085.37 1183.87,-3081.87 1183.87,-3088.87"/> | |
<text text-anchor="middle" x="1173.94" y="-3088.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 278 --> | |
<g id="node154" class="node"><title>278</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-3012.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-3012.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-3008.17" font-family="Times,serif" font-size="14.00">278</text> | |
</g> | |
<!-- 319 --> | |
<g id="node375" class="node"><title>319</title> | |
<ellipse fill="none" stroke="black" cx="1217.26" cy="-3012.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1217.26" y="-3008.17" font-family="Times,serif" font-size="14.00">319</text> | |
</g> | |
<!-- 278->319 --> | |
<g id="edge229" class="edge"><title>278->319</title> | |
<path fill="none" stroke="black" d="M1154.22,-3012.37C1163.5,-3012.37 1174.03,-3012.37 1183.75,-3012.37"/> | |
<polygon fill="black" stroke="black" points="1183.87,-3015.87 1193.87,-3012.37 1183.87,-3008.87 1183.87,-3015.87"/> | |
<text text-anchor="middle" x="1173.94" y="-3015.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 279 --> | |
<g id="node155" class="node"><title>279</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-2939.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-2939.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-2935.17" font-family="Times,serif" font-size="14.00">279</text> | |
</g> | |
<!-- 320 --> | |
<g id="node376" class="node"><title>320</title> | |
<ellipse fill="none" stroke="black" cx="1217.26" cy="-2939.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1217.26" y="-2935.17" font-family="Times,serif" font-size="14.00">320</text> | |
</g> | |
<!-- 279->320 --> | |
<g id="edge230" class="edge"><title>279->320</title> | |
<path fill="none" stroke="black" d="M1154.22,-2939.37C1163.5,-2939.37 1174.03,-2939.37 1183.75,-2939.37"/> | |
<polygon fill="black" stroke="black" points="1183.87,-2942.87 1193.87,-2939.37 1183.87,-2935.87 1183.87,-2942.87"/> | |
<text text-anchor="middle" x="1173.94" y="-2942.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 280 --> | |
<g id="node156" class="node"><title>280</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-2866.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-2866.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-2862.17" font-family="Times,serif" font-size="14.00">280</text> | |
</g> | |
<!-- 321 --> | |
<g id="node377" class="node"><title>321</title> | |
<ellipse fill="none" stroke="black" cx="1217.26" cy="-2866.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1217.26" y="-2862.17" font-family="Times,serif" font-size="14.00">321</text> | |
</g> | |
<!-- 280->321 --> | |
<g id="edge231" class="edge"><title>280->321</title> | |
<path fill="none" stroke="black" d="M1154.22,-2866.37C1163.5,-2866.37 1174.03,-2866.37 1183.75,-2866.37"/> | |
<polygon fill="black" stroke="black" points="1183.87,-2869.87 1193.87,-2866.37 1183.87,-2862.87 1183.87,-2869.87"/> | |
<text text-anchor="middle" x="1173.94" y="-2869.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 281 --> | |
<g id="node157" class="node"><title>281</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-2793.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-2793.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-2789.17" font-family="Times,serif" font-size="14.00">281</text> | |
</g> | |
<!-- 322 --> | |
<g id="node378" class="node"><title>322</title> | |
<ellipse fill="none" stroke="black" cx="1217.26" cy="-2793.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1217.26" y="-2789.17" font-family="Times,serif" font-size="14.00">322</text> | |
</g> | |
<!-- 281->322 --> | |
<g id="edge232" class="edge"><title>281->322</title> | |
<path fill="none" stroke="black" d="M1154.22,-2793.37C1163.5,-2793.37 1174.03,-2793.37 1183.75,-2793.37"/> | |
<polygon fill="black" stroke="black" points="1183.87,-2796.87 1193.87,-2793.37 1183.87,-2789.87 1183.87,-2796.87"/> | |
<text text-anchor="middle" x="1173.94" y="-2796.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 282 --> | |
<g id="node158" class="node"><title>282</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-2720.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-2720.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-2716.17" font-family="Times,serif" font-size="14.00">282</text> | |
</g> | |
<!-- 323 --> | |
<g id="node379" class="node"><title>323</title> | |
<ellipse fill="none" stroke="black" cx="1217.26" cy="-2720.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1217.26" y="-2716.17" font-family="Times,serif" font-size="14.00">323</text> | |
</g> | |
<!-- 282->323 --> | |
<g id="edge233" class="edge"><title>282->323</title> | |
<path fill="none" stroke="black" d="M1154.22,-2720.37C1163.5,-2720.37 1174.03,-2720.37 1183.75,-2720.37"/> | |
<polygon fill="black" stroke="black" points="1183.87,-2723.87 1193.87,-2720.37 1183.87,-2716.87 1183.87,-2723.87"/> | |
<text text-anchor="middle" x="1173.94" y="-2723.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 283 --> | |
<g id="node159" class="node"><title>283</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-2647.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-2647.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-2643.17" font-family="Times,serif" font-size="14.00">283</text> | |
</g> | |
<!-- 324 --> | |
<g id="node380" class="node"><title>324</title> | |
<ellipse fill="none" stroke="black" cx="1217.26" cy="-2647.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1217.26" y="-2643.17" font-family="Times,serif" font-size="14.00">324</text> | |
</g> | |
<!-- 283->324 --> | |
<g id="edge234" class="edge"><title>283->324</title> | |
<path fill="none" stroke="black" d="M1154.22,-2647.37C1163.5,-2647.37 1174.03,-2647.37 1183.75,-2647.37"/> | |
<polygon fill="black" stroke="black" points="1183.87,-2650.87 1193.87,-2647.37 1183.87,-2643.87 1183.87,-2650.87"/> | |
<text text-anchor="middle" x="1173.94" y="-2650.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 284 --> | |
<g id="node160" class="node"><title>284</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-2574.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-2574.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-2570.17" font-family="Times,serif" font-size="14.00">284</text> | |
</g> | |
<!-- 325 --> | |
<g id="node381" class="node"><title>325</title> | |
<ellipse fill="none" stroke="black" cx="1217.26" cy="-2574.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1217.26" y="-2570.17" font-family="Times,serif" font-size="14.00">325</text> | |
</g> | |
<!-- 284->325 --> | |
<g id="edge235" class="edge"><title>284->325</title> | |
<path fill="none" stroke="black" d="M1154.22,-2574.37C1163.5,-2574.37 1174.03,-2574.37 1183.75,-2574.37"/> | |
<polygon fill="black" stroke="black" points="1183.87,-2577.87 1193.87,-2574.37 1183.87,-2570.87 1183.87,-2577.87"/> | |
<text text-anchor="middle" x="1173.94" y="-2577.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 285 --> | |
<g id="node161" class="node"><title>285</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-2501.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-2501.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-2497.17" font-family="Times,serif" font-size="14.00">285</text> | |
</g> | |
<!-- 286 --> | |
<g id="node162" class="node"><title>286</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-2428.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-2428.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-2424.17" font-family="Times,serif" font-size="14.00">286</text> | |
</g> | |
<!-- 287 --> | |
<g id="node163" class="node"><title>287</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-2355.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-2355.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-2351.17" font-family="Times,serif" font-size="14.00">287</text> | |
</g> | |
<!-- 288 --> | |
<g id="node164" class="node"><title>288</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-2282.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-2282.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-2278.17" font-family="Times,serif" font-size="14.00">288</text> | |
</g> | |
<!-- 289 --> | |
<g id="node165" class="node"><title>289</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-2209.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-2209.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-2205.17" font-family="Times,serif" font-size="14.00">289</text> | |
</g> | |
<!-- 326 --> | |
<g id="node382" class="node"><title>326</title> | |
<ellipse fill="none" stroke="black" cx="1217.26" cy="-2209.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1217.26" y="-2205.17" font-family="Times,serif" font-size="14.00">326</text> | |
</g> | |
<!-- 289->326 --> | |
<g id="edge236" class="edge"><title>289->326</title> | |
<path fill="none" stroke="black" d="M1154.22,-2209.37C1163.5,-2209.37 1174.03,-2209.37 1183.75,-2209.37"/> | |
<polygon fill="black" stroke="black" points="1183.87,-2212.87 1193.87,-2209.37 1183.87,-2205.87 1183.87,-2212.87"/> | |
<text text-anchor="middle" x="1173.94" y="-2212.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 290 --> | |
<g id="node166" class="node"><title>290</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-2136.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-2136.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-2132.17" font-family="Times,serif" font-size="14.00">290</text> | |
</g> | |
<!-- 327 --> | |
<g id="node383" class="node"><title>327</title> | |
<ellipse fill="none" stroke="black" cx="1217.26" cy="-2136.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1217.26" y="-2132.17" font-family="Times,serif" font-size="14.00">327</text> | |
</g> | |
<!-- 290->327 --> | |
<g id="edge237" class="edge"><title>290->327</title> | |
<path fill="none" stroke="black" d="M1154.22,-2136.37C1163.5,-2136.37 1174.03,-2136.37 1183.75,-2136.37"/> | |
<polygon fill="black" stroke="black" points="1183.87,-2139.87 1193.87,-2136.37 1183.87,-2132.87 1183.87,-2139.87"/> | |
<text text-anchor="middle" x="1173.94" y="-2139.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 291 --> | |
<g id="node167" class="node"><title>291</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-2063.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-2063.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-2059.17" font-family="Times,serif" font-size="14.00">291</text> | |
</g> | |
<!-- 328 --> | |
<g id="node384" class="node"><title>328</title> | |
<ellipse fill="none" stroke="black" cx="1217.26" cy="-2063.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1217.26" y="-2059.17" font-family="Times,serif" font-size="14.00">328</text> | |
</g> | |
<!-- 291->328 --> | |
<g id="edge238" class="edge"><title>291->328</title> | |
<path fill="none" stroke="black" d="M1154.22,-2063.37C1163.5,-2063.37 1174.03,-2063.37 1183.75,-2063.37"/> | |
<polygon fill="black" stroke="black" points="1183.87,-2066.87 1193.87,-2063.37 1183.87,-2059.87 1183.87,-2066.87"/> | |
<text text-anchor="middle" x="1173.94" y="-2066.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 292 --> | |
<g id="node168" class="node"><title>292</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-1990.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-1990.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-1986.17" font-family="Times,serif" font-size="14.00">292</text> | |
</g> | |
<!-- 293 --> | |
<g id="node169" class="node"><title>293</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-1917.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-1917.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-1913.17" font-family="Times,serif" font-size="14.00">293</text> | |
</g> | |
<!-- 294 --> | |
<g id="node170" class="node"><title>294</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-1844.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-1844.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-1840.17" font-family="Times,serif" font-size="14.00">294</text> | |
</g> | |
<!-- 295 --> | |
<g id="node171" class="node"><title>295</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-1771.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-1771.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-1767.17" font-family="Times,serif" font-size="14.00">295</text> | |
</g> | |
<!-- 296 --> | |
<g id="node172" class="node"><title>296</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-1698.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-1698.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-1694.17" font-family="Times,serif" font-size="14.00">296</text> | |
</g> | |
<!-- 297 --> | |
<g id="node173" class="node"><title>297</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-1625.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-1625.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-1621.17" font-family="Times,serif" font-size="14.00">297</text> | |
</g> | |
<!-- 329 --> | |
<g id="node385" class="node"><title>329</title> | |
<ellipse fill="none" stroke="black" cx="1217.26" cy="-1789.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1217.26" y="-1785.17" font-family="Times,serif" font-size="14.00">329</text> | |
</g> | |
<!-- 297->329 --> | |
<g id="edge239" class="edge"><title>297->329</title> | |
<path fill="none" stroke="black" d="M1143.85,-1646.89C1147.36,-1651.87 1150.93,-1657.22 1154,-1662.37 1172.95,-1694.17 1191.17,-1732.55 1202.95,-1758.74"/> | |
<polygon fill="black" stroke="black" points="1199.87,-1760.43 1207.14,-1768.14 1206.26,-1757.59 1199.87,-1760.43"/> | |
<text text-anchor="middle" x="1173.94" y="-1706.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 298 --> | |
<g id="node174" class="node"><title>298</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-1552.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-1552.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-1548.17" font-family="Times,serif" font-size="14.00">298</text> | |
</g> | |
<!-- 299 --> | |
<g id="node175" class="node"><title>299</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-1479.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-1479.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-1475.17" font-family="Times,serif" font-size="14.00">299</text> | |
</g> | |
<!-- 330 --> | |
<g id="node386" class="node"><title>330</title> | |
<ellipse fill="none" stroke="black" cx="1217.26" cy="-1479.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1217.26" y="-1475.17" font-family="Times,serif" font-size="14.00">330</text> | |
</g> | |
<!-- 299->330 --> | |
<g id="edge240" class="edge"><title>299->330</title> | |
<path fill="none" stroke="black" d="M1154.22,-1479.37C1163.5,-1479.37 1174.03,-1479.37 1183.75,-1479.37"/> | |
<polygon fill="black" stroke="black" points="1183.87,-1482.87 1193.87,-1479.37 1183.87,-1475.87 1183.87,-1482.87"/> | |
<text text-anchor="middle" x="1173.94" y="-1482.17" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 331 --> | |
<g id="node387" class="node"><title>331</title> | |
<ellipse fill="none" stroke="black" cx="1217.26" cy="-1251.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1217.26" y="-1247.17" font-family="Times,serif" font-size="14.00">331</text> | |
</g> | |
<!-- 299->331 --> | |
<g id="edge241" class="edge"><title>299->331</title> | |
<path fill="none" stroke="black" d="M1144.4,-1458.16C1147.88,-1453.16 1151.3,-1447.72 1154,-1442.37 1180.67,-1389.49 1199.35,-1322.72 1208.91,-1283.75"/> | |
<polygon fill="black" stroke="black" points="1212.32,-1284.54 1211.25,-1274 1205.51,-1282.91 1212.32,-1284.54"/> | |
<text text-anchor="middle" x="1173.94" y="-1400.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 300 --> | |
<g id="node176" class="node"><title>300</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-1406.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-1406.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-1402.17" font-family="Times,serif" font-size="14.00">300</text> | |
</g> | |
<!-- 301 --> | |
<g id="node177" class="node"><title>301</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-246.372" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-246.372" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-242.172" font-family="Times,serif" font-size="14.00">301</text> | |
</g> | |
<!-- 302 --> | |
<g id="node178" class="node"><title>302</title> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-173.372" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1126.62" cy="-173.372" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1126.62" y="-169.172" font-family="Times,serif" font-size="14.00">302</text> | |
</g> | |
<!-- 332 --> | |
<g id="node179" class="node"><title>332</title> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-4811.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-4811.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1424.52" y="-4807.17" font-family="Times,serif" font-size="14.00">332</text> | |
</g> | |
<!-- 333 --> | |
<g id="node180" class="node"><title>333</title> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-4399.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-4399.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1424.52" y="-4395.17" font-family="Times,serif" font-size="14.00">333</text> | |
</g> | |
<!-- 334 --> | |
<g id="node181" class="node"><title>334</title> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-4326.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-4326.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1424.52" y="-4322.17" font-family="Times,serif" font-size="14.00">334</text> | |
</g> | |
<!-- 335 --> | |
<g id="node182" class="node"><title>335</title> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-4180.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-4180.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1424.52" y="-4176.17" font-family="Times,serif" font-size="14.00">335</text> | |
</g> | |
<!-- 336 --> | |
<g id="node183" class="node"><title>336</title> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-4107.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-4107.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1424.52" y="-4103.17" font-family="Times,serif" font-size="14.00">336</text> | |
</g> | |
<!-- 337 --> | |
<g id="node184" class="node"><title>337</title> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-460.372" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-460.372" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1424.52" y="-456.172" font-family="Times,serif" font-size="14.00">337</text> | |
</g> | |
<!-- 338 --> | |
<g id="node185" class="node"><title>338</title> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-3888.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-3888.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1424.52" y="-3884.17" font-family="Times,serif" font-size="14.00">338</text> | |
</g> | |
<!-- 339 --> | |
<g id="node186" class="node"><title>339</title> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-1114.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-1114.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1424.52" y="-1110.17" font-family="Times,serif" font-size="14.00">339</text> | |
</g> | |
<!-- 340 --> | |
<g id="node187" class="node"><title>340</title> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-3742.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-3742.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1424.52" y="-3738.17" font-family="Times,serif" font-size="14.00">340</text> | |
</g> | |
<!-- 341 --> | |
<g id="node188" class="node"><title>341</title> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-3669.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-3669.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1424.52" y="-3665.17" font-family="Times,serif" font-size="14.00">341</text> | |
</g> | |
<!-- 342 --> | |
<g id="node189" class="node"><title>342</title> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-3596.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-3596.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1424.52" y="-3592.17" font-family="Times,serif" font-size="14.00">342</text> | |
</g> | |
<!-- 343 --> | |
<g id="node190" class="node"><title>343</title> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-3523.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-3523.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1424.52" y="-3519.17" font-family="Times,serif" font-size="14.00">343</text> | |
</g> | |
<!-- 344 --> | |
<g id="node191" class="node"><title>344</title> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-3377.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-3377.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1424.52" y="-3373.17" font-family="Times,serif" font-size="14.00">344</text> | |
</g> | |
<!-- 345 --> | |
<g id="node192" class="node"><title>345</title> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-3304.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-3304.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1424.52" y="-3300.17" font-family="Times,serif" font-size="14.00">345</text> | |
</g> | |
<!-- 369 --> | |
<g id="node388" class="node"><title>369</title> | |
<ellipse fill="none" stroke="black" cx="1515.15" cy="-3304.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1515.15" y="-3300.17" font-family="Times,serif" font-size="14.00">369</text> | |
</g> | |
<!-- 345->369 --> | |
<g id="edge251" class="edge"><title>345->369</title> | |
<path fill="none" stroke="black" d="M1452.11,-3304.37C1461.4,-3304.37 1471.93,-3304.37 1481.64,-3304.37"/> | |
<polygon fill="black" stroke="black" points="1481.77,-3307.87 1491.77,-3304.37 1481.77,-3300.87 1481.77,-3307.87"/> | |
<text text-anchor="middle" x="1471.84" y="-3307.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 346 --> | |
<g id="node193" class="node"><title>346</title> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-3231.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-3231.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1424.52" y="-3227.17" font-family="Times,serif" font-size="14.00">346</text> | |
</g> | |
<!-- 370 --> | |
<g id="node389" class="node"><title>370</title> | |
<ellipse fill="none" stroke="black" cx="1515.15" cy="-3231.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1515.15" y="-3227.17" font-family="Times,serif" font-size="14.00">370</text> | |
</g> | |
<!-- 346->370 --> | |
<g id="edge252" class="edge"><title>346->370</title> | |
<path fill="none" stroke="black" d="M1452.11,-3231.37C1461.4,-3231.37 1471.93,-3231.37 1481.64,-3231.37"/> | |
<polygon fill="black" stroke="black" points="1481.77,-3234.87 1491.77,-3231.37 1481.77,-3227.87 1481.77,-3234.87"/> | |
<text text-anchor="middle" x="1471.84" y="-3234.17" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 371 --> | |
<g id="node390" class="node"><title>371</title> | |
<ellipse fill="none" stroke="black" cx="1515.15" cy="-3162.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1515.15" y="-3158.17" font-family="Times,serif" font-size="14.00">371</text> | |
</g> | |
<!-- 346->371 --> | |
<g id="edge253" class="edge"><title>346->371</title> | |
<path fill="none" stroke="black" d="M1446.52,-3215.02C1458.95,-3205.34 1474.8,-3193 1488.04,-3182.7"/> | |
<polygon fill="black" stroke="black" points="1490.55,-3185.18 1496.29,-3176.28 1486.25,-3179.66 1490.55,-3185.18"/> | |
<text text-anchor="middle" x="1471.84" y="-3198.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 347 --> | |
<g id="node194" class="node"><title>347</title> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-3158.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-3158.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1424.52" y="-3154.17" font-family="Times,serif" font-size="14.00">347</text> | |
</g> | |
<!-- 348 --> | |
<g id="node195" class="node"><title>348</title> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-3085.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-3085.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1424.52" y="-3081.17" font-family="Times,serif" font-size="14.00">348</text> | |
</g> | |
<!-- 349 --> | |
<g id="node196" class="node"><title>349</title> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-3012.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-3012.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1424.52" y="-3008.17" font-family="Times,serif" font-size="14.00">349</text> | |
</g> | |
<!-- 350 --> | |
<g id="node197" class="node"><title>350</title> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-2939.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-2939.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1424.52" y="-2935.17" font-family="Times,serif" font-size="14.00">350</text> | |
</g> | |
<!-- 351 --> | |
<g id="node198" class="node"><title>351</title> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-2866.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-2866.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1424.52" y="-2862.17" font-family="Times,serif" font-size="14.00">351</text> | |
</g> | |
<!-- 352 --> | |
<g id="node199" class="node"><title>352</title> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-2793.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-2793.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1424.52" y="-2789.17" font-family="Times,serif" font-size="14.00">352</text> | |
</g> | |
<!-- 353 --> | |
<g id="node200" class="node"><title>353</title> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-2720.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-2720.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1424.52" y="-2716.17" font-family="Times,serif" font-size="14.00">353</text> | |
</g> | |
<!-- 354 --> | |
<g id="node201" class="node"><title>354</title> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-2647.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-2647.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1424.52" y="-2643.17" font-family="Times,serif" font-size="14.00">354</text> | |
</g> | |
<!-- 355 --> | |
<g id="node202" class="node"><title>355</title> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-2574.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-2574.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1424.52" y="-2570.17" font-family="Times,serif" font-size="14.00">355</text> | |
</g> | |
<!-- 356 --> | |
<g id="node203" class="node"><title>356</title> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-2209.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-2209.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1424.52" y="-2205.17" font-family="Times,serif" font-size="14.00">356</text> | |
</g> | |
<!-- 357 --> | |
<g id="node204" class="node"><title>357</title> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-2136.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-2136.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1424.52" y="-2132.17" font-family="Times,serif" font-size="14.00">357</text> | |
</g> | |
<!-- 358 --> | |
<g id="node205" class="node"><title>358</title> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-2063.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-2063.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1424.52" y="-2059.17" font-family="Times,serif" font-size="14.00">358</text> | |
</g> | |
<!-- 359 --> | |
<g id="node206" class="node"><title>359</title> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-1844.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-1844.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1424.52" y="-1840.17" font-family="Times,serif" font-size="14.00">359</text> | |
</g> | |
<!-- 360 --> | |
<g id="node207" class="node"><title>360</title> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-1771.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-1771.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1424.52" y="-1767.17" font-family="Times,serif" font-size="14.00">360</text> | |
</g> | |
<!-- 372 --> | |
<g id="node391" class="node"><title>372</title> | |
<ellipse fill="none" stroke="black" cx="1515.15" cy="-1890.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1515.15" y="-1886.17" font-family="Times,serif" font-size="14.00">372</text> | |
</g> | |
<!-- 360->372 --> | |
<g id="edge254" class="edge"><title>360->372</title> | |
<path fill="none" stroke="black" d="M1441.57,-1792.92C1456.46,-1812.91 1478.64,-1842.7 1494.57,-1864.07"/> | |
<polygon fill="black" stroke="black" points="1491.76,-1866.17 1500.54,-1872.1 1497.38,-1861.99 1491.76,-1866.17"/> | |
<text text-anchor="middle" x="1471.84" y="-1838.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 373 --> | |
<g id="node392" class="node"><title>373</title> | |
<ellipse fill="none" stroke="black" cx="1515.15" cy="-1771.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1515.15" y="-1767.17" font-family="Times,serif" font-size="14.00">373</text> | |
</g> | |
<!-- 360->373 --> | |
<g id="edge255" class="edge"><title>360->373</title> | |
<path fill="none" stroke="black" d="M1452.11,-1771.37C1461.4,-1771.37 1471.93,-1771.37 1481.64,-1771.37"/> | |
<polygon fill="black" stroke="black" points="1481.77,-1774.87 1491.77,-1771.37 1481.77,-1767.87 1481.77,-1774.87"/> | |
<text text-anchor="middle" x="1471.84" y="-1774.17" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 361 --> | |
<g id="node208" class="node"><title>361</title> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-1698.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-1698.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1424.52" y="-1694.17" font-family="Times,serif" font-size="14.00">361</text> | |
</g> | |
<!-- 374 --> | |
<g id="node393" class="node"><title>374</title> | |
<ellipse fill="none" stroke="black" cx="1515.15" cy="-1698.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1515.15" y="-1694.17" font-family="Times,serif" font-size="14.00">374</text> | |
</g> | |
<!-- 361->374 --> | |
<g id="edge256" class="edge"><title>361->374</title> | |
<path fill="none" stroke="black" d="M1452.11,-1698.37C1461.4,-1698.37 1471.93,-1698.37 1481.64,-1698.37"/> | |
<polygon fill="black" stroke="black" points="1481.77,-1701.87 1491.77,-1698.37 1481.77,-1694.87 1481.77,-1701.87"/> | |
<text text-anchor="middle" x="1471.84" y="-1701.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 362 --> | |
<g id="node209" class="node"><title>362</title> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-1625.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-1625.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1424.52" y="-1621.17" font-family="Times,serif" font-size="14.00">362</text> | |
</g> | |
<!-- 375 --> | |
<g id="node394" class="node"><title>375</title> | |
<ellipse fill="none" stroke="black" cx="1515.15" cy="-1625.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1515.15" y="-1621.17" font-family="Times,serif" font-size="14.00">375</text> | |
</g> | |
<!-- 362->375 --> | |
<g id="edge257" class="edge"><title>362->375</title> | |
<path fill="none" stroke="black" d="M1452.11,-1625.37C1461.4,-1625.37 1471.93,-1625.37 1481.64,-1625.37"/> | |
<polygon fill="black" stroke="black" points="1481.77,-1628.87 1491.77,-1625.37 1481.77,-1621.87 1481.77,-1628.87"/> | |
<text text-anchor="middle" x="1471.84" y="-1628.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 363 --> | |
<g id="node210" class="node"><title>363</title> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-1552.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-1552.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1424.52" y="-1548.17" font-family="Times,serif" font-size="14.00">363</text> | |
</g> | |
<!-- 376 --> | |
<g id="node395" class="node"><title>376</title> | |
<ellipse fill="none" stroke="black" cx="1515.15" cy="-1552.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1515.15" y="-1548.17" font-family="Times,serif" font-size="14.00">376</text> | |
</g> | |
<!-- 363->376 --> | |
<g id="edge258" class="edge"><title>363->376</title> | |
<path fill="none" stroke="black" d="M1452.11,-1552.37C1461.4,-1552.37 1471.93,-1552.37 1481.64,-1552.37"/> | |
<polygon fill="black" stroke="black" points="1481.77,-1555.87 1491.77,-1552.37 1481.77,-1548.87 1481.77,-1555.87"/> | |
<text text-anchor="middle" x="1471.84" y="-1555.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 364 --> | |
<g id="node211" class="node"><title>364</title> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-1479.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-1479.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1424.52" y="-1475.17" font-family="Times,serif" font-size="14.00">364</text> | |
</g> | |
<!-- 377 --> | |
<g id="node396" class="node"><title>377</title> | |
<ellipse fill="none" stroke="black" cx="1515.15" cy="-1479.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1515.15" y="-1475.17" font-family="Times,serif" font-size="14.00">377</text> | |
</g> | |
<!-- 364->377 --> | |
<g id="edge259" class="edge"><title>364->377</title> | |
<path fill="none" stroke="black" d="M1452.11,-1479.37C1461.4,-1479.37 1471.93,-1479.37 1481.64,-1479.37"/> | |
<polygon fill="black" stroke="black" points="1481.77,-1482.87 1491.77,-1479.37 1481.77,-1475.87 1481.77,-1482.87"/> | |
<text text-anchor="middle" x="1471.84" y="-1482.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 365 --> | |
<g id="node212" class="node"><title>365</title> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-1406.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-1406.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1424.52" y="-1402.17" font-family="Times,serif" font-size="14.00">365</text> | |
</g> | |
<!-- 378 --> | |
<g id="node397" class="node"><title>378</title> | |
<ellipse fill="none" stroke="black" cx="1515.15" cy="-1406.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1515.15" y="-1402.17" font-family="Times,serif" font-size="14.00">378</text> | |
</g> | |
<!-- 365->378 --> | |
<g id="edge260" class="edge"><title>365->378</title> | |
<path fill="none" stroke="black" d="M1452.11,-1406.37C1461.4,-1406.37 1471.93,-1406.37 1481.64,-1406.37"/> | |
<polygon fill="black" stroke="black" points="1481.77,-1409.87 1491.77,-1406.37 1481.77,-1402.87 1481.77,-1409.87"/> | |
<text text-anchor="middle" x="1471.84" y="-1409.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 366 --> | |
<g id="node213" class="node"><title>366</title> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-1333.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-1333.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1424.52" y="-1329.17" font-family="Times,serif" font-size="14.00">366</text> | |
</g> | |
<!-- 379 --> | |
<g id="node398" class="node"><title>379</title> | |
<ellipse fill="none" stroke="black" cx="1515.15" cy="-1333.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1515.15" y="-1329.17" font-family="Times,serif" font-size="14.00">379</text> | |
</g> | |
<!-- 366->379 --> | |
<g id="edge261" class="edge"><title>366->379</title> | |
<path fill="none" stroke="black" d="M1452.11,-1333.37C1461.4,-1333.37 1471.93,-1333.37 1481.64,-1333.37"/> | |
<polygon fill="black" stroke="black" points="1481.77,-1336.87 1491.77,-1333.37 1481.77,-1329.87 1481.77,-1336.87"/> | |
<text text-anchor="middle" x="1471.84" y="-1336.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 367 --> | |
<g id="node214" class="node"><title>367</title> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-1260.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-1260.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1424.52" y="-1256.17" font-family="Times,serif" font-size="14.00">367</text> | |
</g> | |
<!-- 380 --> | |
<g id="node399" class="node"><title>380</title> | |
<ellipse fill="none" stroke="black" cx="1515.15" cy="-1260.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1515.15" y="-1256.17" font-family="Times,serif" font-size="14.00">380</text> | |
</g> | |
<!-- 367->380 --> | |
<g id="edge262" class="edge"><title>367->380</title> | |
<path fill="none" stroke="black" d="M1452.11,-1260.37C1461.4,-1260.37 1471.93,-1260.37 1481.64,-1260.37"/> | |
<polygon fill="black" stroke="black" points="1481.77,-1263.87 1491.77,-1260.37 1481.77,-1256.87 1481.77,-1263.87"/> | |
<text text-anchor="middle" x="1471.84" y="-1263.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 368 --> | |
<g id="node215" class="node"><title>368</title> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-1187.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1424.52" cy="-1187.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1424.52" y="-1183.17" font-family="Times,serif" font-size="14.00">368</text> | |
</g> | |
<!-- 381 --> | |
<g id="node216" class="node"><title>381</title> | |
<ellipse fill="none" stroke="black" cx="1685.16" cy="-3304.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1685.16" cy="-3304.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1685.16" y="-3300.17" font-family="Times,serif" font-size="14.00">381</text> | |
</g> | |
<!-- 382 --> | |
<g id="node217" class="node"><title>382</title> | |
<ellipse fill="none" stroke="black" cx="1685.16" cy="-3231.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1685.16" cy="-3231.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1685.16" y="-3227.17" font-family="Times,serif" font-size="14.00">382</text> | |
</g> | |
<!-- 394 --> | |
<g id="node400" class="node"><title>394</title> | |
<ellipse fill="none" stroke="black" cx="1775.79" cy="-3231.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1775.79" y="-3227.17" font-family="Times,serif" font-size="14.00">394</text> | |
</g> | |
<!-- 382->394 --> | |
<g id="edge265" class="edge"><title>382->394</title> | |
<path fill="none" stroke="black" d="M1712.75,-3231.37C1722.04,-3231.37 1732.57,-3231.37 1742.28,-3231.37"/> | |
<polygon fill="black" stroke="black" points="1742.41,-3234.87 1752.41,-3231.37 1742.41,-3227.87 1742.41,-3234.87"/> | |
<text text-anchor="middle" x="1732.48" y="-3234.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 383 --> | |
<g id="node218" class="node"><title>383</title> | |
<ellipse fill="none" stroke="black" cx="1685.16" cy="-3158.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1685.16" cy="-3158.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1685.16" y="-3154.17" font-family="Times,serif" font-size="14.00">383</text> | |
</g> | |
<!-- 384 --> | |
<g id="node219" class="node"><title>384</title> | |
<ellipse fill="none" stroke="black" cx="1685.16" cy="-1917.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1685.16" cy="-1917.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1685.16" y="-1913.17" font-family="Times,serif" font-size="14.00">384</text> | |
</g> | |
<!-- 385 --> | |
<g id="node220" class="node"><title>385</title> | |
<ellipse fill="none" stroke="black" cx="1685.16" cy="-1844.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1685.16" cy="-1844.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1685.16" y="-1840.17" font-family="Times,serif" font-size="14.00">385</text> | |
</g> | |
<!-- 395 --> | |
<g id="node401" class="node"><title>395</title> | |
<ellipse fill="none" stroke="black" cx="1775.79" cy="-1844.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1775.79" y="-1840.17" font-family="Times,serif" font-size="14.00">395</text> | |
</g> | |
<!-- 385->395 --> | |
<g id="edge266" class="edge"><title>385->395</title> | |
<path fill="none" stroke="black" d="M1712.75,-1844.37C1722.04,-1844.37 1732.57,-1844.37 1742.28,-1844.37"/> | |
<polygon fill="black" stroke="black" points="1742.41,-1847.87 1752.41,-1844.37 1742.41,-1840.87 1742.41,-1847.87"/> | |
<text text-anchor="middle" x="1732.48" y="-1847.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 386 --> | |
<g id="node221" class="node"><title>386</title> | |
<ellipse fill="none" stroke="black" cx="1685.16" cy="-1771.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1685.16" cy="-1771.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1685.16" y="-1767.17" font-family="Times,serif" font-size="14.00">386</text> | |
</g> | |
<!-- 396 --> | |
<g id="node402" class="node"><title>396</title> | |
<ellipse fill="none" stroke="black" cx="1775.79" cy="-1771.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1775.79" y="-1767.17" font-family="Times,serif" font-size="14.00">396</text> | |
</g> | |
<!-- 386->396 --> | |
<g id="edge267" class="edge"><title>386->396</title> | |
<path fill="none" stroke="black" d="M1712.75,-1771.37C1722.04,-1771.37 1732.57,-1771.37 1742.28,-1771.37"/> | |
<polygon fill="black" stroke="black" points="1742.41,-1774.87 1752.41,-1771.37 1742.41,-1767.87 1742.41,-1774.87"/> | |
<text text-anchor="middle" x="1732.48" y="-1774.17" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 397 --> | |
<g id="node403" class="node"><title>397</title> | |
<ellipse fill="none" stroke="black" cx="1775.79" cy="-1702.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="1775.79" y="-1698.17" font-family="Times,serif" font-size="14.00">397</text> | |
</g> | |
<!-- 386->397 --> | |
<g id="edge268" class="edge"><title>386->397</title> | |
<path fill="none" stroke="black" d="M1707.16,-1755.02C1719.59,-1745.34 1735.44,-1733 1748.68,-1722.7"/> | |
<polygon fill="black" stroke="black" points="1751.19,-1725.18 1756.93,-1716.28 1746.89,-1719.66 1751.19,-1725.18"/> | |
<text text-anchor="middle" x="1732.48" y="-1738.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 387 --> | |
<g id="node222" class="node"><title>387</title> | |
<ellipse fill="none" stroke="black" cx="1685.16" cy="-1698.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1685.16" cy="-1698.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1685.16" y="-1694.17" font-family="Times,serif" font-size="14.00">387</text> | |
</g> | |
<!-- 388 --> | |
<g id="node223" class="node"><title>388</title> | |
<ellipse fill="none" stroke="black" cx="1685.16" cy="-1625.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1685.16" cy="-1625.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1685.16" y="-1621.17" font-family="Times,serif" font-size="14.00">388</text> | |
</g> | |
<!-- 389 --> | |
<g id="node224" class="node"><title>389</title> | |
<ellipse fill="none" stroke="black" cx="1685.16" cy="-1552.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1685.16" cy="-1552.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1685.16" y="-1548.17" font-family="Times,serif" font-size="14.00">389</text> | |
</g> | |
<!-- 390 --> | |
<g id="node225" class="node"><title>390</title> | |
<ellipse fill="none" stroke="black" cx="1685.16" cy="-1479.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1685.16" cy="-1479.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1685.16" y="-1475.17" font-family="Times,serif" font-size="14.00">390</text> | |
</g> | |
<!-- 391 --> | |
<g id="node226" class="node"><title>391</title> | |
<ellipse fill="none" stroke="black" cx="1685.16" cy="-1406.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1685.16" cy="-1406.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1685.16" y="-1402.17" font-family="Times,serif" font-size="14.00">391</text> | |
</g> | |
<!-- 392 --> | |
<g id="node227" class="node"><title>392</title> | |
<ellipse fill="none" stroke="black" cx="1685.16" cy="-1333.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1685.16" cy="-1333.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1685.16" y="-1329.17" font-family="Times,serif" font-size="14.00">392</text> | |
</g> | |
<!-- 393 --> | |
<g id="node228" class="node"><title>393</title> | |
<ellipse fill="none" stroke="black" cx="1685.16" cy="-1260.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1685.16" cy="-1260.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1685.16" y="-1256.17" font-family="Times,serif" font-size="14.00">393</text> | |
</g> | |
<!-- 398 --> | |
<g id="node229" class="node"><title>398</title> | |
<ellipse fill="none" stroke="black" cx="1945.8" cy="-3231.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1945.8" cy="-3231.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1945.8" y="-3227.17" font-family="Times,serif" font-size="14.00">398</text> | |
</g> | |
<!-- 399 --> | |
<g id="node230" class="node"><title>399</title> | |
<ellipse fill="none" stroke="black" cx="1945.8" cy="-1844.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1945.8" cy="-1844.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1945.8" y="-1840.17" font-family="Times,serif" font-size="14.00">399</text> | |
</g> | |
<!-- 400 --> | |
<g id="node231" class="node"><title>400</title> | |
<ellipse fill="none" stroke="black" cx="1945.8" cy="-1771.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1945.8" cy="-1771.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1945.8" y="-1767.17" font-family="Times,serif" font-size="14.00">400</text> | |
</g> | |
<!-- 402 --> | |
<g id="node404" class="node"><title>402</title> | |
<ellipse fill="none" stroke="black" cx="2036.04" cy="-1771.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="2036.04" y="-1767.17" font-family="Times,serif" font-size="14.00">402</text> | |
</g> | |
<!-- 400->402 --> | |
<g id="edge270" class="edge"><title>400->402</title> | |
<path fill="none" stroke="black" d="M1973.27,-1771.37C1982.45,-1771.37 1992.84,-1771.37 2002.44,-1771.37"/> | |
<polygon fill="black" stroke="black" points="2002.46,-1774.87 2012.46,-1771.37 2002.46,-1767.87 2002.46,-1774.87"/> | |
<text text-anchor="middle" x="1992.92" y="-1774.17" font-family="Times,serif" font-size="14.00">.</text> | |
</g> | |
<!-- 401 --> | |
<g id="node232" class="node"><title>401</title> | |
<ellipse fill="none" stroke="black" cx="1945.8" cy="-1698.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="1945.8" cy="-1698.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="1945.8" y="-1694.17" font-family="Times,serif" font-size="14.00">401</text> | |
</g> | |
<!-- 403 --> | |
<g id="node233" class="node"><title>403</title> | |
<ellipse fill="none" stroke="black" cx="2206.05" cy="-1771.37" rx="23.2632" ry="23.2632"/> | |
<ellipse fill="none" stroke="black" cx="2206.05" cy="-1771.37" rx="27.2446" ry="27.2446"/> | |
<text text-anchor="middle" x="2206.05" y="-1767.17" font-family="Times,serif" font-size="14.00">403</text> | |
</g> | |
<!-- 0 --> | |
<g id="node234" class="node"><title>0</title> | |
<ellipse fill="none" stroke="black" cx="18" cy="-3387.37" rx="18" ry="18"/> | |
<text text-anchor="middle" x="18" y="-3383.17" font-family="Times,serif" font-size="14.00">0</text> | |
</g> | |
<!-- 0->1 --> | |
<g id="edge1" class="edge"><title>0->1</title> | |
<path fill="none" stroke="black" d="M36.2862,-3387.37C44.9348,-3387.37 55.6727,-3387.37 65.6967,-3387.37"/> | |
<polygon fill="black" stroke="black" points="65.7667,-3390.87 75.7667,-3387.37 65.7666,-3383.87 65.7667,-3390.87"/> | |
<text text-anchor="middle" x="55.9448" y="-3390.17" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 26 --> | |
<g id="node246" class="node"><title>26</title> | |
<ellipse fill="none" stroke="black" cx="379.603" cy="-1830.37" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="379.603" y="-1826.17" font-family="Times,serif" font-size="14.00">26</text> | |
</g> | |
<!-- 6->26 --> | |
<g id="edge26" class="edge"><title>6->26</title> | |
<path fill="none" stroke="black" d="M301.083,-2964.65C305.449,-2930.05 315.082,-2851.05 320.763,-2784.37 346.045,-2487.59 342.427,-2412.68 360.653,-2115.37 366.388,-2021.82 373.442,-1911.01 376.739,-1859.46"/> | |
<polygon fill="black" stroke="black" points="380.238,-1859.58 377.383,-1849.38 373.252,-1859.14 380.238,-1859.58"/> | |
<text text-anchor="middle" x="340.708" y="-2533.17" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 27 --> | |
<g id="node247" class="node"><title>27</title> | |
<ellipse fill="none" stroke="black" cx="379.603" cy="-1055.37" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="379.603" y="-1051.17" font-family="Times,serif" font-size="14.00">27</text> | |
</g> | |
<!-- 7->27 --> | |
<g id="edge27" class="edge"><title>7->27</title> | |
<path fill="none" stroke="black" d="M299.988,-2739.28C303.452,-2685.62 313.814,-2522.65 320.763,-2387.37 347.585,-1865.25 372.102,-1227.58 377.502,-1084.69"/> | |
<polygon fill="black" stroke="black" points="381.005,-1084.67 377.885,-1074.54 374.01,-1084.4 381.005,-1084.67"/> | |
<text text-anchor="middle" x="340.708" y="-1988.17" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 28 --> | |
<g id="node248" class="node"><title>28</title> | |
<ellipse fill="none" stroke="black" cx="379.603" cy="-567.372" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="379.603" y="-563.172" font-family="Times,serif" font-size="14.00">28</text> | |
</g> | |
<!-- 8->28 --> | |
<g id="edge28" class="edge"><title>8->28</title> | |
<path fill="none" stroke="black" d="M299.615,-2342.34C307.291,-2169.85 367.641,-813.698 377.301,-596.632"/> | |
<polygon fill="black" stroke="black" points="380.81,-596.501 377.758,-586.355 373.817,-596.19 380.81,-596.501"/> | |
<text text-anchor="middle" x="340.708" y="-1413.17" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 30 --> | |
<g id="node250" class="node"><title>30</title> | |
<ellipse fill="none" stroke="black" cx="379.603" cy="-462.372" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="379.603" y="-458.172" font-family="Times,serif" font-size="14.00">30</text> | |
</g> | |
<!-- 10->30 --> | |
<g id="edge30" class="edge"><title>10->30</title> | |
<path fill="none" stroke="black" d="M298.686,-1600.42C298.228,-1494.52 299.245,-965.518 360.653,-539.372 363.016,-522.973 367.141,-504.92 370.841,-490.419"/> | |
<polygon fill="black" stroke="black" points="374.275,-491.123 373.429,-480.562 367.504,-489.345 374.275,-491.123"/> | |
<text text-anchor="middle" x="340.708" y="-718.172" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 41 --> | |
<g id="node261" class="node"><title>41</title> | |
<ellipse fill="none" stroke="black" cx="379.603" cy="-152.372" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="379.603" y="-148.172" font-family="Times,serif" font-size="14.00">41</text> | |
</g> | |
<!-- 19->41 --> | |
<g id="edge41" class="edge"><title>19->41</title> | |
<path fill="none" stroke="black" d="M315.345,-183.291C326.223,-177.975 340.678,-170.909 353.024,-164.875"/> | |
<polygon fill="black" stroke="black" points="354.917,-167.845 362.364,-160.309 351.843,-161.556 354.917,-167.845"/> | |
<text text-anchor="middle" x="340.708" y="-174.172" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 20->42 --> | |
<g id="edge271" class="edge"><title>20->42</title> | |
<path fill="none" stroke="black" d="M398.634,-5060.09C427.982,-5061.27 486.474,-5063.62 523.076,-5065.08"/> | |
<polygon fill="black" stroke="black" points="523.094,-5068.59 533.226,-5065.49 523.374,-5061.59 523.094,-5068.59"/> | |
<text text-anchor="middle" x="465.922" y="-5068.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 21->43 --> | |
<g id="edge272" class="edge"><title>21->43</title> | |
<path fill="none" stroke="black" d="M398.634,-4996.99C427.982,-4998 486.474,-5000.01 523.076,-5001.27"/> | |
<polygon fill="black" stroke="black" points="523.112,-5004.77 533.226,-5001.62 523.352,-4997.77 523.112,-5004.77"/> | |
<text text-anchor="middle" x="465.922" y="-5004.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 22->44 --> | |
<g id="edge273" class="edge"><title>22->44</title> | |
<path fill="none" stroke="black" d="M398.634,-4934.79C427.982,-4935.46 486.474,-4936.8 523.076,-4937.64"/> | |
<polygon fill="black" stroke="black" points="523.148,-4941.14 533.226,-4937.87 523.309,-4934.14 523.148,-4941.14"/> | |
<text text-anchor="middle" x="465.922" y="-4941.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 23->45 --> | |
<g id="edge42" class="edge"><title>23->45</title> | |
<path fill="none" stroke="black" d="M398.634,-4874.37C427.982,-4874.37 486.474,-4874.37 523.076,-4874.37"/> | |
<polygon fill="black" stroke="black" points="523.226,-4877.87 533.226,-4874.37 523.226,-4870.87 523.226,-4877.87"/> | |
<text text-anchor="middle" x="465.922" y="-4877.17" font-family="Times,serif" font-size="14.00">thanks</text> | |
</g> | |
<!-- 24->46 --> | |
<g id="edge43" class="edge"><title>24->46</title> | |
<path fill="none" stroke="black" d="M381.717,-4662.26C384.151,-4686.94 391.897,-4730.1 416.553,-4756.37 444.833,-4786.5 491.903,-4800.06 523.25,-4805.99"/> | |
<polygon fill="black" stroke="black" points="522.777,-4809.46 533.229,-4807.73 523.975,-4802.57 522.777,-4809.46"/> | |
<text text-anchor="middle" x="465.922" y="-4807.17" font-family="Times,serif" font-size="14.00">local</text> | |
</g> | |
<!-- 24->47 --> | |
<g id="edge44" class="edge"><title>24->47</title> | |
<path fill="none" stroke="black" d="M389.301,-4660.18C395.607,-4670.94 405.033,-4684.5 416.553,-4693.37 448.706,-4718.13 493.765,-4732.48 523.696,-4739.86"/> | |
<polygon fill="black" stroke="black" points="523.07,-4743.31 533.605,-4742.19 524.669,-4736.5 523.07,-4743.31"/> | |
<text text-anchor="middle" x="465.922" y="-4741.17" font-family="Times,serif" font-size="14.00">check</text> | |
</g> | |
<!-- 24->48 --> | |
<g id="edge45" class="edge"><title>24->48</title> | |
<path fill="none" stroke="black" d="M398.097,-4648.48C403.944,-4650.13 410.51,-4651.9 416.553,-4653.37 453.006,-4662.24 495.25,-4670.84 523.446,-4676.34"/> | |
<polygon fill="black" stroke="black" points="523.04,-4679.82 533.523,-4678.29 524.37,-4672.95 523.04,-4679.82"/> | |
<text text-anchor="middle" x="465.922" y="-4678.17" font-family="Times,serif" font-size="14.00">check_results</text> | |
</g> | |
<!-- 24->49 --> | |
<g id="edge46" class="edge"><title>24->49</title> | |
<path fill="none" stroke="black" d="M398.634,-4640.79C427.982,-4636.59 486.474,-4628.22 523.076,-4622.98"/> | |
<polygon fill="black" stroke="black" points="523.823,-4626.41 533.226,-4621.52 522.831,-4619.48 523.823,-4626.41"/> | |
<text text-anchor="middle" x="465.922" y="-4641.17" font-family="Times,serif" font-size="14.00">new</text> | |
</g> | |
<!-- 24->50 --> | |
<g id="edge274" class="edge"><title>24->50</title> | |
<path fill="none" stroke="black" d="M390.493,-4627.46C418.985,-4581.61 501.523,-4448.81 537.795,-4390.44"/> | |
<polygon fill="black" stroke="black" points="540.898,-4392.08 543.204,-4381.74 534.952,-4388.39 540.898,-4392.08"/> | |
<text text-anchor="middle" x="465.922" y="-4586.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 25->51 --> | |
<g id="edge275" class="edge"><title>25->51</title> | |
<path fill="none" stroke="black" d="M398.634,-4165.37C427.982,-4165.37 486.474,-4165.37 523.076,-4165.37"/> | |
<polygon fill="black" stroke="black" points="523.226,-4168.87 533.226,-4165.37 523.226,-4161.87 523.226,-4168.87"/> | |
<text text-anchor="middle" x="465.922" y="-4168.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 52 --> | |
<g id="node272" class="node"><title>52</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-1073.37" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="556.242" y="-1069.17" font-family="Times,serif" font-size="14.00">52</text> | |
</g> | |
<!-- 26->52 --> | |
<g id="edge276" class="edge"><title>26->52</title> | |
<path fill="none" stroke="black" d="M380.816,-1811.31C382.046,-1711.64 389.165,-1252.93 416.553,-1196.37 441.192,-1145.49 497.317,-1106.52 530.117,-1087.08"/> | |
<polygon fill="black" stroke="black" points="532.184,-1089.93 539.096,-1081.9 528.685,-1083.86 532.184,-1089.93"/> | |
<text text-anchor="middle" x="465.922" y="-1199.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 53 --> | |
<g id="node274" class="node"><title>53</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-900.372" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="556.242" y="-896.172" font-family="Times,serif" font-size="14.00">53</text> | |
</g> | |
<!-- 27->53 --> | |
<g id="edge277" class="edge"><title>27->53</title> | |
<path fill="none" stroke="black" d="M394.306,-1043.21C424.657,-1016.27 497.724,-951.422 534.029,-919.199"/> | |
<polygon fill="black" stroke="black" points="536.446,-921.734 541.602,-912.478 531.799,-916.498 536.446,-921.734"/> | |
<text text-anchor="middle" x="465.922" y="-1025.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 28->54 --> | |
<g id="edge47" class="edge"><title>28->54</title> | |
<path fill="none" stroke="black" d="M398.634,-567.372C427.982,-567.372 486.474,-567.372 523.076,-567.372"/> | |
<polygon fill="black" stroke="black" points="523.226,-570.872 533.226,-567.372 523.226,-563.872 523.226,-570.872"/> | |
<text text-anchor="middle" x="465.922" y="-570.172" font-family="Times,serif" font-size="14.00">petitions</text> | |
</g> | |
<!-- 55 --> | |
<g id="node262" class="node"><title>55</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-504.372" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="556.242" y="-500.172" font-family="Times,serif" font-size="14.00">55</text> | |
</g> | |
<!-- 28->55 --> | |
<g id="edge48" class="edge"><title>28->55</title> | |
<path fill="none" stroke="black" d="M396.828,-558.599C402.92,-555.478 409.965,-552.072 416.553,-549.372 454.353,-533.879 499.611,-520.037 527.901,-511.92"/> | |
<polygon fill="black" stroke="black" points="529.194,-515.192 537.862,-509.099 527.287,-508.457 529.194,-515.192"/> | |
<text text-anchor="middle" x="465.922" y="-552.172" font-family="Times,serif" font-size="14.00">signatures</text> | |
</g> | |
<!-- 29->56 --> | |
<g id="edge278" class="edge"><title>29->56</title> | |
<path fill="none" stroke="black" d="M398.634,-3742.79C427.982,-3743.46 486.474,-3744.8 523.076,-3745.64"/> | |
<polygon fill="black" stroke="black" points="523.148,-3749.14 533.226,-3745.87 523.309,-3742.14 523.148,-3749.14"/> | |
<text text-anchor="middle" x="465.922" y="-3749.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 30->57 --> | |
<g id="edge49" class="edge"><title>30->57</title> | |
<path fill="none" stroke="black" d="M397.348,-455.66C426.689,-443.899 487.785,-419.41 524.783,-404.581"/> | |
<polygon fill="black" stroke="black" points="526.553,-407.642 534.533,-400.672 523.949,-401.144 526.553,-407.642"/> | |
<text text-anchor="middle" x="465.922" y="-450.172" font-family="Times,serif" font-size="14.00">petitions</text> | |
</g> | |
<!-- 31->58 --> | |
<g id="edge279" class="edge"><title>31->58</title> | |
<path fill="none" stroke="black" d="M398.634,-3676.99C427.982,-3678 486.474,-3680.01 523.076,-3681.27"/> | |
<polygon fill="black" stroke="black" points="523.112,-3684.77 533.226,-3681.62 523.352,-3677.77 523.112,-3684.77"/> | |
<text text-anchor="middle" x="465.922" y="-3684.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 32->59 --> | |
<g id="edge280" class="edge"><title>32->59</title> | |
<path fill="none" stroke="black" d="M398.634,-3614.79C427.982,-3615.46 486.474,-3616.8 523.076,-3617.64"/> | |
<polygon fill="black" stroke="black" points="523.148,-3621.14 533.226,-3617.87 523.309,-3614.14 523.148,-3621.14"/> | |
<text text-anchor="middle" x="465.922" y="-3621.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 33->60 --> | |
<g id="edge281" class="edge"><title>33->60</title> | |
<path fill="none" stroke="black" d="M398.634,-3554.37C427.982,-3554.37 486.474,-3554.37 523.076,-3554.37"/> | |
<polygon fill="black" stroke="black" points="523.226,-3557.87 533.226,-3554.37 523.226,-3550.87 523.226,-3557.87"/> | |
<text text-anchor="middle" x="465.922" y="-3557.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 34->61 --> | |
<g id="edge282" class="edge"><title>34->61</title> | |
<path fill="none" stroke="black" d="M398.634,-3490.37C427.982,-3490.37 486.474,-3490.37 523.076,-3490.37"/> | |
<polygon fill="black" stroke="black" points="523.226,-3493.87 533.226,-3490.37 523.226,-3486.87 523.226,-3493.87"/> | |
<text text-anchor="middle" x="465.922" y="-3493.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 35->62 --> | |
<g id="edge283" class="edge"><title>35->62</title> | |
<path fill="none" stroke="black" d="M398.634,-3426.37C427.982,-3426.37 486.474,-3426.37 523.076,-3426.37"/> | |
<polygon fill="black" stroke="black" points="523.226,-3429.87 533.226,-3426.37 523.226,-3422.87 523.226,-3429.87"/> | |
<text text-anchor="middle" x="465.922" y="-3429.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 36->63 --> | |
<g id="edge284" class="edge"><title>36->63</title> | |
<path fill="none" stroke="black" d="M398.634,-3362.37C427.982,-3362.37 486.474,-3362.37 523.076,-3362.37"/> | |
<polygon fill="black" stroke="black" points="523.226,-3365.87 533.226,-3362.37 523.226,-3358.87 523.226,-3365.87"/> | |
<text text-anchor="middle" x="465.922" y="-3365.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 37->64 --> | |
<g id="edge285" class="edge"><title>37->64</title> | |
<path fill="none" stroke="black" d="M398.634,-3298.37C427.982,-3298.37 486.474,-3298.37 523.076,-3298.37"/> | |
<polygon fill="black" stroke="black" points="523.226,-3301.87 533.226,-3298.37 523.226,-3294.87 523.226,-3301.87"/> | |
<text text-anchor="middle" x="465.922" y="-3301.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 38->65 --> | |
<g id="edge286" class="edge"><title>38->65</title> | |
<path fill="none" stroke="black" d="M398.634,-3234.37C427.982,-3234.37 486.474,-3234.37 523.076,-3234.37"/> | |
<polygon fill="black" stroke="black" points="523.226,-3237.87 533.226,-3234.37 523.226,-3230.87 523.226,-3237.87"/> | |
<text text-anchor="middle" x="465.922" y="-3237.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 39->66 --> | |
<g id="edge50" class="edge"><title>39->66</title> | |
<path fill="none" stroke="black" d="M380.887,-2347.38C382.709,-2464.48 393.42,-3084.14 416.553,-3116.37 441.092,-3150.56 490.545,-3163.1 523.277,-3167.71"/> | |
<polygon fill="black" stroke="black" points="522.911,-3171.19 533.264,-3168.94 523.768,-3164.24 522.911,-3171.19"/> | |
<text text-anchor="middle" x="465.922" y="-3169.17" font-family="Times,serif" font-size="14.00">parliament</text> | |
</g> | |
<!-- 39->67 --> | |
<g id="edge51" class="edge"><title>39->67</title> | |
<path fill="none" stroke="black" d="M380.36,-2347.32C379.133,-2455.23 375.192,-2989.48 416.553,-3048.37 440.984,-3083.16 490.466,-3097.16 523.234,-3102.74"/> | |
<polygon fill="black" stroke="black" points="522.818,-3106.22 533.233,-3104.27 523.879,-3099.3 522.818,-3106.22"/> | |
<text text-anchor="middle" x="465.922" y="-3104.17" font-family="Times,serif" font-size="14.00">search</text> | |
</g> | |
<!-- 39->68 --> | |
<g id="edge52" class="edge"><title>39->68</title> | |
<path fill="none" stroke="black" d="M380.53,-2347.61C380.298,-2449.25 381.145,-2920.94 416.553,-2974.37 440.748,-3010.88 490.52,-3028.48 523.387,-3036.44"/> | |
<polygon fill="black" stroke="black" points="522.885,-3039.92 533.409,-3038.7 524.423,-3033.09 522.885,-3039.92"/> | |
<text text-anchor="middle" x="465.922" y="-3037.17" font-family="Times,serif" font-size="14.00">admin_users</text> | |
</g> | |
<!-- 39->70 --> | |
<g id="edge54" class="edge"><title>39->70</title> | |
<path fill="none" stroke="black" d="M380.7,-2347.34C381.328,-2441.56 385.832,-2856.6 416.553,-2904.37 423.102,-2914.56 487.216,-2946.18 525.939,-2964.63"/> | |
<polygon fill="black" stroke="black" points="524.651,-2967.89 535.187,-2969.01 527.651,-2961.56 524.651,-2967.89"/> | |
<text text-anchor="middle" x="465.922" y="-2962.17" font-family="Times,serif" font-size="14.00">user_sessions</text> | |
</g> | |
<!-- 39->71 --> | |
<g id="edge55" class="edge"><title>39->71</title> | |
<path fill="none" stroke="black" d="M380.409,-2347.53C379.911,-2422.76 380.635,-2697.52 416.553,-2775.37 441.134,-2828.65 495.354,-2873.12 528.247,-2896.54"/> | |
<polygon fill="black" stroke="black" points="526.313,-2899.46 536.518,-2902.31 530.316,-2893.72 526.313,-2899.46"/> | |
<text text-anchor="middle" x="465.922" y="-2889.17" font-family="Times,serif" font-size="14.00">invalidations</text> | |
</g> | |
<!-- 39->72 --> | |
<g id="edge56" class="edge"><title>39->72</title> | |
<path fill="none" stroke="black" d="M381.488,-2347.26C384.39,-2404.57 394.71,-2575.64 416.553,-2626.37 442.657,-2687 497.965,-2742.84 530.294,-2772.07"/> | |
<polygon fill="black" stroke="black" points="528.188,-2774.88 537.986,-2778.91 532.841,-2769.65 528.188,-2774.88"/> | |
<text text-anchor="middle" x="465.922" y="-2760.17" font-family="Times,serif" font-size="14.00">moderation-delay</text> | |
</g> | |
<!-- 39->73 --> | |
<g id="edge57" class="edge"><title>39->73</title> | |
<path fill="none" stroke="black" d="M382.168,-2347.35C385.26,-2377.41 393.938,-2437.2 416.553,-2482.37 445.741,-2540.67 499.442,-2596.05 530.768,-2625.47"/> | |
<polygon fill="black" stroke="black" points="528.507,-2628.15 538.221,-2632.38 533.266,-2623.01 528.507,-2628.15"/> | |
<text text-anchor="middle" x="465.922" y="-2611.17" font-family="Times,serif" font-size="14.00">petitions</text> | |
</g> | |
<!-- 39->74 --> | |
<g id="edge58" class="edge"><title>39->74</title> | |
<path fill="none" stroke="black" d="M393.056,-2342.27C399.89,-2349.8 408.574,-2359.2 416.553,-2367.37 455.9,-2407.65 503.408,-2452.84 531.371,-2479.11"/> | |
<polygon fill="black" stroke="black" points="529.027,-2481.71 538.716,-2485.99 533.814,-2476.6 529.027,-2481.71"/> | |
<text text-anchor="middle" x="465.922" y="-2467.17" font-family="Times,serif" font-size="14.00">rate-limits</text> | |
</g> | |
<!-- 39->75 --> | |
<g id="edge59" class="edge"><title>39->75</title> | |
<path fill="none" stroke="black" d="M398.634,-2331.16C428.062,-2335.71 486.79,-2344.79 523.372,-2350.44"/> | |
<polygon fill="black" stroke="black" points="523.091,-2353.94 533.508,-2352.01 524.16,-2347.03 523.091,-2353.94"/> | |
<text text-anchor="middle" x="465.922" y="-2352.17" font-family="Times,serif" font-size="14.00">site</text> | |
</g> | |
<!-- 39->76 --> | |
<g id="edge60" class="edge"><title>39->76</title> | |
<path fill="none" stroke="black" d="M397.702,-2322.35C403.638,-2320.34 410.358,-2318.16 416.553,-2316.37 452.877,-2305.88 495.145,-2295.82 523.383,-2289.4"/> | |
<polygon fill="black" stroke="black" points="524.49,-2292.74 533.476,-2287.13 522.951,-2285.91 524.49,-2292.74"/> | |
<text text-anchor="middle" x="465.922" y="-2319.17" font-family="Times,serif" font-size="14.00">holidays</text> | |
</g> | |
<!-- 39->77 --> | |
<g id="edge61" class="edge"><title>39->77</title> | |
<path fill="none" stroke="black" d="M389.992,-2312.4C418.228,-2264.38 502.632,-2120.84 538.653,-2059.58"/> | |
<polygon fill="black" stroke="black" points="541.752,-2061.22 543.804,-2050.82 535.718,-2057.67 541.752,-2061.22"/> | |
<text text-anchor="middle" x="465.922" y="-2267.17" font-family="Times,serif" font-size="14.00">signatures</text> | |
</g> | |
<!-- 39->78 --> | |
<g id="edge62" class="edge"><title>39->78</title> | |
<path fill="none" stroke="black" d="M382.744,-2309.37C388.433,-2259.84 404.325,-2127.67 416.553,-2085.37 448.245,-1975.74 510.131,-1854.42 539.302,-1800.25"/> | |
<polygon fill="black" stroke="black" points="542.5,-1801.69 544.19,-1791.23 536.346,-1798.35 542.5,-1801.69"/> | |
<text text-anchor="middle" x="465.922" y="-2088.17" font-family="Times,serif" font-size="14.00">tags</text> | |
</g> | |
<!-- 39->79 --> | |
<g id="edge63" class="edge"><title>39->79</title> | |
<path fill="none" stroke="black" d="M383.132,-2309.56C387.003,-2280.13 394.384,-2221.4 398.553,-2171.37 401.722,-2133.34 397.573,-1861.48 416.553,-1828.37 442.682,-1782.79 481.399,-1803.52 515.291,-1763.37 529.821,-1746.16 539.92,-1722.84 546.33,-1704.12"/> | |
<polygon fill="black" stroke="black" points="549.684,-1705.12 549.432,-1694.53 543.024,-1702.97 549.684,-1705.12"/> | |
<text text-anchor="middle" x="465.922" y="-1831.17" font-family="Times,serif" font-size="14.00">archived</text> | |
</g> | |
<!-- 39->80 --> | |
<g id="edge64" class="edge"><title>39->80</title> | |
<path fill="none" stroke="black" d="M383.194,-2309.56C387.148,-2280.14 394.639,-2221.42 398.553,-2171.37 400.4,-2147.76 402.221,-1764.23 416.553,-1745.37 444.464,-1708.64 483.861,-1747.14 515.291,-1713.37 538.059,-1688.91 519.62,-1670.86 533.291,-1640.37 534.118,-1638.53 535.053,-1636.68 536.058,-1634.84"/> | |
<polygon fill="black" stroke="black" points="539.254,-1636.33 541.509,-1625.98 533.291,-1632.66 539.254,-1636.33"/> | |
<text text-anchor="middle" x="465.922" y="-1748.17" font-family="Times,serif" font-size="14.00">stats</text> | |
</g> | |
<!-- 39->81 --> | |
<g id="edge65" class="edge"><title>39->81</title> | |
<path fill="none" stroke="black" d="M383.222,-2309.57C387.212,-2280.15 394.75,-2221.43 398.553,-2171.37 402.562,-2118.6 396.413,-1744.32 416.553,-1695.37 417.362,-1693.41 494.25,-1610.23 533.18,-1568.18"/> | |
<polygon fill="black" stroke="black" points="535.753,-1570.56 539.98,-1560.84 530.617,-1565.8 535.753,-1570.56"/> | |
<text text-anchor="middle" x="465.922" y="-1698.17" font-family="Times,serif" font-size="14.00">logout</text> | |
</g> | |
<!-- 39->82 --> | |
<g id="edge66" class="edge"><title>39->82</title> | |
<path fill="none" stroke="black" d="M383.27,-2309.57C387.324,-2280.16 394.947,-2221.45 398.553,-2171.37 400.952,-2138.05 400.172,-1599.48 416.553,-1570.37 439.898,-1528.89 491.201,-1503.38 524.44,-1490.56"/> | |
<polygon fill="black" stroke="black" points="525.956,-1493.73 534.125,-1486.99 523.532,-1487.17 525.956,-1493.73"/> | |
<text text-anchor="middle" x="465.922" y="-1573.17" font-family="Times,serif" font-size="14.00">login</text> | |
</g> | |
<!-- 39->83 --> | |
<g id="edge67" class="edge"><title>39->83</title> | |
<path fill="none" stroke="black" d="M383.294,-2309.57C387.381,-2280.16 395.047,-2221.45 398.553,-2171.37 401.246,-2132.9 395.057,-1509.39 416.553,-1477.37 440.497,-1441.7 490.339,-1426.72 523.288,-1420.54"/> | |
<polygon fill="black" stroke="black" points="524.067,-1423.96 533.338,-1418.83 522.892,-1417.06 524.067,-1423.96"/> | |
<text text-anchor="middle" x="465.922" y="-1480.17" font-family="Times,serif" font-size="14.00">continue</text> | |
</g> | |
<!-- 39->84 --> | |
<g id="edge68" class="edge"><title>39->84</title> | |
<path fill="none" stroke="black" d="M383.309,-2309.57C387.416,-2280.16 395.108,-2221.46 398.553,-2171.37 401.474,-2128.91 392.006,-1440.15 416.553,-1405.37 423.051,-1396.17 485.387,-1374.81 524.243,-1362.19"/> | |
<polygon fill="black" stroke="black" points="525.596,-1365.43 534.041,-1359.04 523.449,-1358.77 525.596,-1365.43"/> | |
<text text-anchor="middle" x="465.922" y="-1408.17" font-family="Times,serif" font-size="14.00">status</text> | |
</g> | |
<!-- 69 --> | |
<g id="node263" class="node"><title>69</title> | |
<ellipse fill="none" stroke="black" cx="556.242" cy="-1292.37" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="556.242" y="-1288.17" font-family="Times,serif" font-size="14.00">69</text> | |
</g> | |
<!-- 39->69 --> | |
<g id="edge53" class="edge"><title>39->69</title> | |
<path fill="none" stroke="black" d="M383.319,-2309.57C387.439,-2280.17 395.149,-2221.46 398.553,-2171.37 400.103,-2148.56 402.226,-1366.19 416.553,-1348.37 444.849,-1313.17 474.762,-1344.3 515.291,-1324.37 521.936,-1321.11 528.486,-1316.58 534.301,-1311.95"/> | |
<polygon fill="black" stroke="black" points="536.851,-1314.38 542.218,-1305.24 532.326,-1309.04 536.851,-1314.38"/> | |
<text text-anchor="middle" x="465.922" y="-1351.17" font-family="Times,serif" font-size="14.00">profile</text> | |
</g> | |
<!-- 40->85 --> | |
<g id="edge287" class="edge"><title>40->85</title> | |
<path fill="none" stroke="black" d="M381.998,-2124.37C385.314,-2078.61 393.749,-1958.65 398.553,-1858.37 400.011,-1827.95 400.745,-1336.41 416.553,-1310.37 440.199,-1271.42 490.946,-1250.29 524.057,-1240.17"/> | |
<polygon fill="black" stroke="black" points="525.081,-1243.52 533.717,-1237.38 523.138,-1236.8 525.081,-1243.52"/> | |
<text text-anchor="middle" x="465.922" y="-1313.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 41->86 --> | |
<g id="edge69" class="edge"><title>41->86</title> | |
<path fill="none" stroke="black" d="M398.634,-152.372C427.982,-152.372 486.474,-152.372 523.076,-152.372"/> | |
<polygon fill="black" stroke="black" points="523.226,-155.872 533.226,-152.372 523.226,-148.872 523.226,-155.872"/> | |
<text text-anchor="middle" x="465.922" y="-155.172" font-family="Times,serif" font-size="14.00">info</text> | |
</g> | |
<!-- 41->87 --> | |
<g id="edge70" class="edge"><title>41->87</title> | |
<path fill="none" stroke="black" d="M396.719,-143.789C426.252,-128.063 489.407,-94.4306 526.47,-74.6939"/> | |
<polygon fill="black" stroke="black" points="528.556,-77.548 535.738,-69.7584 525.266,-71.3695 528.556,-77.548"/> | |
<text text-anchor="middle" x="465.922" y="-135.172" font-family="Times,serif" font-size="14.00">mailers</text> | |
</g> | |
<!-- 100 --> | |
<g id="node278" class="node"><title>100</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-472.372" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="642.454" y="-468.172" font-family="Times,serif" font-size="14.00">100</text> | |
</g> | |
<!-- 55->100 --> | |
<g id="edge83" class="edge"><title>55->100</title> | |
<path fill="none" stroke="black" d="M574.283,-497.896C584.75,-493.919 598.465,-488.707 610.772,-484.031"/> | |
<polygon fill="black" stroke="black" points="612.146,-487.253 620.251,-480.429 609.66,-480.709 612.146,-487.253"/> | |
<text text-anchor="middle" x="599.137" y="-491.172" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 108 --> | |
<g id="node286" class="node"><title>108</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-1068.37" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="642.454" y="-1064.17" font-family="Times,serif" font-size="14.00">108</text> | |
</g> | |
<!-- 69->108 --> | |
<g id="edge91" class="edge"><title>69->108</title> | |
<path fill="none" stroke="black" d="M569.525,-1278.84C573.027,-1274.46 576.593,-1269.43 579.192,-1264.37 608.005,-1208.36 599.201,-1188.14 619.082,-1128.37 622.225,-1118.92 625.909,-1108.74 629.369,-1099.49"/> | |
<polygon fill="black" stroke="black" points="632.731,-1100.49 633,-1089.9 626.185,-1098.01 632.731,-1100.49"/> | |
<text text-anchor="middle" x="599.137" y="-1222.17" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 88->136 --> | |
<g id="edge288" class="edge"><title>88->136</title> | |
<path fill="none" stroke="black" d="M661.458,-4967.13C691.406,-4970.06 752.027,-4975.98 791.208,-4979.8"/> | |
<polygon fill="black" stroke="black" points="791.111,-4983.31 801.404,-4980.8 791.792,-4976.34 791.111,-4983.31"/> | |
<text text-anchor="middle" x="733.591" y="-4982.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 89->137 --> | |
<g id="edge289" class="edge"><title>89->137</title> | |
<path fill="none" stroke="black" d="M661.458,-4893.23C691.406,-4896.32 752.027,-4902.57 791.208,-4906.61"/> | |
<polygon fill="black" stroke="black" points="791.098,-4910.11 801.404,-4907.66 791.816,-4903.15 791.098,-4910.11"/> | |
<text text-anchor="middle" x="733.591" y="-4909.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 90->138 --> | |
<g id="edge290" class="edge"><title>90->138</title> | |
<path fill="none" stroke="black" d="M661.458,-4819.33C691.47,-4822.58 752.286,-4829.18 791.458,-4833.44"/> | |
<polygon fill="black" stroke="black" points="791.085,-4836.92 801.404,-4834.51 791.84,-4829.96 791.085,-4836.92"/> | |
<text text-anchor="middle" x="733.591" y="-4836.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 91->139 --> | |
<g id="edge291" class="edge"><title>91->139</title> | |
<path fill="none" stroke="black" d="M661.458,-4758.06C691.323,-4759.19 751.692,-4761.48 790.882,-4762.97"/> | |
<polygon fill="black" stroke="black" points="790.962,-4766.48 801.087,-4763.36 791.228,-4759.48 790.962,-4766.48"/> | |
<text text-anchor="middle" x="733.591" y="-4766.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 92->140 --> | |
<g id="edge292" class="edge"><title>92->140</title> | |
<path fill="none" stroke="black" d="M661.458,-4689.57C691.323,-4689.89 751.692,-4690.55 790.882,-4690.97"/> | |
<polygon fill="black" stroke="black" points="791.05,-4694.47 801.087,-4691.08 791.126,-4687.47 791.05,-4694.47"/> | |
<text text-anchor="middle" x="733.591" y="-4694.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 93->141 --> | |
<g id="edge293" class="edge"><title>93->141</title> | |
<path fill="none" stroke="black" d="M661.458,-4618.37C691.323,-4618.37 751.692,-4618.37 790.882,-4618.37"/> | |
<polygon fill="black" stroke="black" points="791.088,-4621.87 801.087,-4618.37 791.087,-4614.87 791.088,-4621.87"/> | |
<text text-anchor="middle" x="733.591" y="-4621.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 94->142 --> | |
<g id="edge119" class="edge"><title>94->142</title> | |
<path fill="none" stroke="black" d="M645.645,-4381.18C649.419,-4405.8 659.267,-4449.04 683.826,-4476.37 712.651,-4508.45 759.623,-4527.03 792.018,-4536.66"/> | |
<polygon fill="black" stroke="black" points="791.408,-4540.13 801.983,-4539.48 793.314,-4533.39 791.408,-4540.13"/> | |
<text text-anchor="middle" x="733.591" y="-4536.17" font-family="Times,serif" font-size="14.00">count</text> | |
</g> | |
<!-- 94->143 --> | |
<g id="edge120" class="edge"><title>94->143</title> | |
<path fill="none" stroke="black" d="M653.997,-4377.94C661.405,-4387.95 672.064,-4400.67 683.826,-4409.37 717.215,-4434.07 761.802,-4451.68 792.45,-4461.89"/> | |
<polygon fill="black" stroke="black" points="791.681,-4465.32 802.272,-4465.07 793.836,-4458.66 791.681,-4465.32"/> | |
<text text-anchor="middle" x="733.591" y="-4461.17" font-family="Times,serif" font-size="14.00">thank-you</text> | |
</g> | |
<!-- 94->144 --> | |
<g id="edge121" class="edge"><title>94->144</title> | |
<path fill="none" stroke="black" d="M661.123,-4365.92C691.058,-4371.93 752.317,-4384.23 791.629,-4392.12"/> | |
<polygon fill="black" stroke="black" points="791.111,-4395.59 801.605,-4394.13 792.49,-4388.73 791.111,-4395.59"/> | |
<text text-anchor="middle" x="733.591" y="-4394.17" font-family="Times,serif" font-size="14.00">gathering-support</text> | |
</g> | |
<!-- 94->145 --> | |
<g id="edge122" class="edge"><title>94->145</title> | |
<path fill="none" stroke="black" d="M661.138,-4358.85C668.194,-4357.45 676.394,-4355.83 683.826,-4354.37 720.527,-4347.17 762.511,-4339.01 791.619,-4333.36"/> | |
<polygon fill="black" stroke="black" points="792.576,-4336.74 801.727,-4331.4 791.244,-4329.87 792.576,-4336.74"/> | |
<text text-anchor="middle" x="733.591" y="-4357.17" font-family="Times,serif" font-size="14.00">moderation-info</text> | |
</g> | |
<!-- 94->146 --> | |
<g id="edge123" class="edge"><title>94->146</title> | |
<path fill="none" stroke="black" d="M654.473,-4347.09C661.925,-4337.59 672.453,-4325.65 683.826,-4317.37 717.495,-4292.87 762.029,-4274.87 792.587,-4264.31"/> | |
<polygon fill="black" stroke="black" points="794.018,-4267.52 802.379,-4261.02 791.785,-4260.89 794.018,-4267.52"/> | |
<text text-anchor="middle" x="733.591" y="-4320.17" font-family="Times,serif" font-size="14.00">sponsors</text> | |
</g> | |
<!-- 94->147 --> | |
<g id="edge124" class="edge"><title>94->147</title> | |
<path fill="none" stroke="black" d="M645.897,-4343.68C649.921,-4319.67 660.014,-4277.94 683.826,-4251.37 712.764,-4219.08 759.712,-4199.81 792.071,-4189.66"/> | |
<polygon fill="black" stroke="black" points="793.446,-4192.9 802.023,-4186.68 791.439,-4186.2 793.446,-4192.9"/> | |
<text text-anchor="middle" x="733.591" y="-4254.17" font-family="Times,serif" font-size="14.00">signatures</text> | |
</g> | |
<!-- 95->148 --> | |
<g id="edge294" class="edge"><title>95->148</title> | |
<path fill="none" stroke="black" d="M660.79,-4164.45C690.937,-4154.14 753.561,-4132.73 792.954,-4119.26"/> | |
<polygon fill="black" stroke="black" points="794.105,-4122.57 802.435,-4116.02 791.84,-4115.94 794.105,-4122.57"/> | |
<text text-anchor="middle" x="733.591" y="-4158.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 96 --> | |
<g id="node273" class="node"><title>96</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-968.372" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="642.454" y="-964.172" font-family="Times,serif" font-size="14.00">96</text> | |
</g> | |
<!-- 52->96 --> | |
<g id="edge79" class="edge"><title>52->96</title> | |
<path fill="none" stroke="black" d="M568.951,-1058.77C583.092,-1041.14 607.026,-1011.3 623.503,-990.754"/> | |
<polygon fill="black" stroke="black" points="626.318,-992.839 629.844,-982.848 620.857,-988.459 626.318,-992.839"/> | |
<text text-anchor="middle" x="599.137" y="-1024.17" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 96->149 --> | |
<g id="edge125" class="edge"><title>96->149</title> | |
<path fill="none" stroke="black" d="M661.458,-968.372C691.323,-968.372 751.692,-968.372 790.882,-968.372"/> | |
<polygon fill="black" stroke="black" points="791.088,-971.872 801.087,-968.372 791.087,-964.872 791.088,-971.872"/> | |
<text text-anchor="middle" x="733.591" y="-971.172" font-family="Times,serif" font-size="14.00">verify</text> | |
</g> | |
<!-- 96->150 --> | |
<g id="edge126" class="edge"><title>96->150</title> | |
<path fill="none" stroke="black" d="M659.866,-960.812C667.163,-957.513 675.883,-953.657 683.826,-950.372 720.857,-935.053 763.836,-918.825 793.115,-908"/> | |
<polygon fill="black" stroke="black" points="794.695,-911.148 802.868,-904.407 792.274,-904.58 794.695,-911.148"/> | |
<text text-anchor="middle" x="733.591" y="-953.172" font-family="Times,serif" font-size="14.00">sponsored</text> | |
</g> | |
<!-- 97 --> | |
<g id="node275" class="node"><title>97</title> | |
<ellipse fill="none" stroke="black" cx="642.454" cy="-792.372" rx="18.9007" ry="18.9007"/> | |
<text text-anchor="middle" x="642.454" y="-788.172" font-family="Times,serif" font-size="14.00">97</text> | |
</g> | |
<!-- 53->97 --> | |
<g id="edge80" class="edge"><title>53->97</title> | |
<path fill="none" stroke="black" d="M568.599,-885.807C582.788,-867.61 607.22,-836.276 623.843,-814.958"/> | |
<polygon fill="black" stroke="black" points="626.618,-817.09 630.007,-807.052 621.098,-812.785 626.618,-817.09"/> | |
<text text-anchor="middle" x="599.137" y="-849.172" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 97->151 --> | |
<g id="edge127" class="edge"><title>97->151</title> | |
<path fill="none" stroke="black" d="M661.458,-795.303C691.47,-800.189 752.286,-810.09 791.458,-816.467"/> | |
<polygon fill="black" stroke="black" points="790.972,-819.934 801.404,-818.086 792.096,-813.025 790.972,-819.934"/> | |
<text text-anchor="middle" x="733.591" y="-818.172" font-family="Times,serif" font-size="14.00">verify</text> | |
</g> | |
<!-- 97->152 --> | |
<g id="edge128" class="edge"><title>97->152</title> | |
<path fill="none" stroke="black" d="M661.124,-787.924C668.179,-786.167 676.38,-784.148 683.826,-782.372 720.576,-773.608 762.713,-763.996 791.85,-757.418"/> | |
<polygon fill="black" stroke="black" points="792.977,-760.752 801.962,-755.139 791.438,-753.923 792.977,-760.752"/> | |
<text text-anchor="middle" x="733.591" y="-785.172" font-family="Times,serif" font-size="14.00">unsubscribe</text> | |
</g> | |
<!-- 97->153 --> | |
<g id="edge129" class="edge"><title>97->153</title> | |
<path fill="none" stroke="black" d="M653.531,-776.319C660.888,-765.613 671.67,-751.821 683.826,-742.372 716.969,-716.608 761.788,-698.093 792.552,-687.349"/> | |
<polygon fill="black" stroke="black" points="794.065,-690.532 802.41,-684.004 791.815,-683.903 794.065,-690.532"/> | |
<text text-anchor="middle" x="733.591" y="-745.172" font-family="Times,serif" font-size="14.00">signed</text> | |
</g> | |
<!-- 98->154 --> | |
<g id="edge295" class="edge"><title>98->154</title> | |
<path fill="none" stroke="black" d="M661.458,-600.665C691.323,-601.151 751.692,-602.134 790.882,-602.772"/> | |
<polygon fill="black" stroke="black" points="791.032,-606.275 801.087,-602.938 791.146,-599.276 791.032,-606.275"/> | |
<text text-anchor="middle" x="733.591" y="-606.172" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 99->155 --> | |
<g id="edge296" class="edge"><title>99->155</title> | |
<path fill="none" stroke="black" d="M661.458,-538.493C691.323,-537.034 751.692,-534.086 790.882,-532.172"/> | |
<polygon fill="black" stroke="black" points="791.27,-535.657 801.087,-531.673 790.929,-528.665 791.27,-535.657"/> | |
<text text-anchor="middle" x="733.591" y="-540.172" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 156 --> | |
<g id="node330" class="node"><title>156</title> | |
<ellipse fill="none" stroke="black" cx="828.729" cy="-461.372" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="828.729" y="-457.172" font-family="Times,serif" font-size="14.00">156</text> | |
</g> | |
<!-- 100->156 --> | |
<g id="edge297" class="edge"><title>100->156</title> | |
<path fill="none" stroke="black" d="M666.049,-471.023C698.327,-469.096 757.826,-465.545 794.946,-463.329"/> | |
<polygon fill="black" stroke="black" points="795.463,-466.804 805.237,-462.715 795.046,-459.817 795.463,-466.804"/> | |
<text text-anchor="middle" x="733.591" y="-473.172" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 101->157 --> | |
<g id="edge298" class="edge"><title>101->157</title> | |
<path fill="none" stroke="black" d="M666.049,-392.372C697.102,-392.372 753.35,-392.372 790.627,-392.372"/> | |
<polygon fill="black" stroke="black" points="791.069,-395.872 801.069,-392.372 791.069,-388.872 791.069,-395.872"/> | |
<text text-anchor="middle" x="733.591" y="-395.172" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 102->158 --> | |
<g id="edge299" class="edge"><title>102->158</title> | |
<path fill="none" stroke="black" d="M666.049,-322.882C697.102,-322.207 753.35,-320.987 790.627,-320.177"/> | |
<polygon fill="black" stroke="black" points="791.147,-323.667 801.069,-319.951 790.995,-316.669 791.147,-323.667"/> | |
<text text-anchor="middle" x="733.591" y="-326.172" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 103->159 --> | |
<g id="edge300" class="edge"><title>103->159</title> | |
<path fill="none" stroke="black" d="M666.049,-3591.11C697.102,-3592.12 753.35,-3593.95 790.627,-3595.16"/> | |
<polygon fill="black" stroke="black" points="790.96,-3598.68 801.069,-3595.5 791.188,-3591.68 790.96,-3598.68"/> | |
<text text-anchor="middle" x="733.591" y="-3598.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 104->160 --> | |
<g id="edge301" class="edge"><title>104->160</title> | |
<path fill="none" stroke="black" d="M666.049,-3519.86C697.102,-3520.54 753.35,-3521.76 790.627,-3522.57"/> | |
<polygon fill="black" stroke="black" points="790.995,-3526.08 801.069,-3522.79 791.147,-3519.08 790.995,-3526.08"/> | |
<text text-anchor="middle" x="733.591" y="-3526.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 105->161 --> | |
<g id="edge302" class="edge"><title>105->161</title> | |
<path fill="none" stroke="black" d="M665.682,-3429.27C696.919,-3433.34 754.163,-3440.79 791.575,-3445.66"/> | |
<polygon fill="black" stroke="black" points="791.195,-3449.14 801.563,-3446.96 792.099,-3442.2 791.195,-3449.14"/> | |
<text text-anchor="middle" x="733.591" y="-3448.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 106->162 --> | |
<g id="edge303" class="edge"><title>106->162</title> | |
<path fill="none" stroke="black" d="M665.682,-3342.2C697.006,-3349 754.484,-3361.47 791.889,-3369.59"/> | |
<polygon fill="black" stroke="black" points="791.353,-3373.06 801.868,-3371.76 792.838,-3366.22 791.353,-3373.06"/> | |
<text text-anchor="middle" x="733.591" y="-3371.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 107->163 --> | |
<g id="edge130" class="edge"><title>107->163</title> | |
<path fill="none" stroke="black" d="M663.899,-3240.75C670.253,-3243.59 677.302,-3246.67 683.826,-3249.37 720.857,-3264.69 763.836,-3280.92 793.115,-3291.74"/> | |
<polygon fill="black" stroke="black" points="792.274,-3295.16 802.868,-3295.34 794.695,-3288.6 792.274,-3295.16"/> | |
<text text-anchor="middle" x="733.591" y="-3291.17" font-family="Times,serif" font-size="14.00">new</text> | |
</g> | |
<!-- 107->164 --> | |
<g id="edge304" class="edge"><title>107->164</title> | |
<path fill="none" stroke="black" d="M666.049,-3231.37C697.102,-3231.37 753.35,-3231.37 790.627,-3231.37"/> | |
<polygon fill="black" stroke="black" points="791.069,-3234.87 801.069,-3231.37 791.069,-3227.87 791.069,-3234.87"/> | |
<text text-anchor="middle" x="733.591" y="-3234.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 108->165 --> | |
<g id="edge305" class="edge"><title>108->165</title> | |
<path fill="none" stroke="black" d="M665.682,-1065.12C696.919,-1060.54 754.163,-1052.15 791.575,-1046.67"/> | |
<polygon fill="black" stroke="black" points="792.176,-1050.12 801.563,-1045.21 791.161,-1043.19 792.176,-1050.12"/> | |
<text text-anchor="middle" x="733.591" y="-1065.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 109->166 --> | |
<g id="edge306" class="edge"><title>109->166</title> | |
<path fill="none" stroke="black" d="M665.682,-3126.71C696.919,-3132.82 754.163,-3144 791.575,-3151.31"/> | |
<polygon fill="black" stroke="black" points="791.077,-3154.78 801.563,-3153.26 792.42,-3147.91 791.077,-3154.78"/> | |
<text text-anchor="middle" x="733.591" y="-3153.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 110->167 --> | |
<g id="edge307" class="edge"><title>110->167</title> | |
<path fill="none" stroke="black" d="M663.899,-3021.75C670.253,-3024.59 677.302,-3027.67 683.826,-3030.37 720.857,-3045.69 763.836,-3061.92 793.115,-3072.74"/> | |
<polygon fill="black" stroke="black" points="792.274,-3076.16 802.868,-3076.34 794.695,-3069.6 792.274,-3076.16"/> | |
<text text-anchor="middle" x="733.591" y="-3072.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 110->168 --> | |
<g id="edge131" class="edge"><title>110->168</title> | |
<path fill="none" stroke="black" d="M665.682,-3012.37C696.698,-3012.37 753.356,-3012.37 790.779,-3012.37"/> | |
<polygon fill="black" stroke="black" points="791.256,-3015.87 801.256,-3012.37 791.256,-3008.87 791.256,-3015.87"/> | |
<text text-anchor="middle" x="733.591" y="-3015.17" font-family="Times,serif" font-size="14.00">new</text> | |
</g> | |
<!-- 111->169 --> | |
<g id="edge308" class="edge"><title>111->169</title> | |
<path fill="none" stroke="black" d="M665.316,-2934.08C696.339,-2935.09 753.533,-2936.96 791.099,-2938.18"/> | |
<polygon fill="black" stroke="black" points="791.028,-2941.68 801.137,-2938.51 791.256,-2934.68 791.028,-2941.68"/> | |
<text text-anchor="middle" x="733.591" y="-2941.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 112->170 --> | |
<g id="edge309" class="edge"><title>112->170</title> | |
<path fill="none" stroke="black" d="M665.682,-2862.85C696.698,-2863.53 753.356,-2864.76 790.779,-2865.57"/> | |
<polygon fill="black" stroke="black" points="791.183,-2869.08 801.256,-2865.8 791.335,-2862.08 791.183,-2869.08"/> | |
<text text-anchor="middle" x="733.591" y="-2869.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 113->171 --> | |
<g id="edge132" class="edge"><title>113->171</title> | |
<path fill="none" stroke="black" d="M665.682,-2793.37C696.698,-2793.37 753.356,-2793.37 790.779,-2793.37"/> | |
<polygon fill="black" stroke="black" points="791.256,-2796.87 801.256,-2793.37 791.256,-2789.87 791.256,-2796.87"/> | |
<text text-anchor="middle" x="733.591" y="-2796.17" font-family="Times,serif" font-size="14.00">new</text> | |
</g> | |
<!-- 114->172 --> | |
<g id="edge310" class="edge"><title>114->172</title> | |
<path fill="none" stroke="black" d="M665.682,-2715.1C696.831,-2716.11 753.843,-2717.97 791.26,-2719.18"/> | |
<polygon fill="black" stroke="black" points="791.148,-2722.68 801.256,-2719.51 791.376,-2715.69 791.148,-2722.68"/> | |
<text text-anchor="middle" x="733.591" y="-2722.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 115->173 --> | |
<g id="edge311" class="edge"><title>115->173</title> | |
<path fill="none" stroke="black" d="M665.682,-2647.37C696.698,-2647.37 753.356,-2647.37 790.779,-2647.37"/> | |
<polygon fill="black" stroke="black" points="791.256,-2650.87 801.256,-2647.37 791.256,-2643.87 791.256,-2650.87"/> | |
<text text-anchor="middle" x="733.591" y="-2650.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 116->174 --> | |
<g id="edge133" class="edge"><title>116->174</title> | |
<path fill="none" stroke="black" d="M665.682,-2569.1C696.831,-2570.11 753.843,-2571.97 791.26,-2573.18"/> | |
<polygon fill="black" stroke="black" points="791.148,-2576.68 801.256,-2573.51 791.376,-2569.69 791.148,-2576.68"/> | |
<text text-anchor="middle" x="733.591" y="-2576.17" font-family="Times,serif" font-size="14.00">edit</text> | |
</g> | |
<!-- 117->175 --> | |
<g id="edge312" class="edge"><title>117->175</title> | |
<path fill="none" stroke="black" d="M665.682,-2501.37C696.698,-2501.37 753.356,-2501.37 790.779,-2501.37"/> | |
<polygon fill="black" stroke="black" points="791.256,-2504.87 801.256,-2501.37 791.256,-2497.87 791.256,-2504.87"/> | |
<text text-anchor="middle" x="733.591" y="-2504.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 118->176 --> | |
<g id="edge134" class="edge"><title>118->176</title> | |
<path fill="none" stroke="black" d="M665.682,-2423.98C696.698,-2424.82 753.356,-2426.35 790.779,-2427.37"/> | |
<polygon fill="black" stroke="black" points="791.165,-2430.88 801.256,-2427.65 791.355,-2423.88 791.165,-2430.88"/> | |
<text text-anchor="middle" x="733.591" y="-2430.17" font-family="Times,serif" font-size="14.00">edit</text> | |
</g> | |
<!-- 119->177 --> | |
<g id="edge313" class="edge"><title>119->177</title> | |
<path fill="none" stroke="black" d="M665.682,-2355.37C696.698,-2355.37 753.356,-2355.37 790.779,-2355.37"/> | |
<polygon fill="black" stroke="black" points="791.256,-2358.87 801.256,-2355.37 791.256,-2351.87 791.256,-2358.87"/> | |
<text text-anchor="middle" x="733.591" y="-2358.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 120->178 --> | |
<g id="edge135" class="edge"><title>120->178</title> | |
<path fill="none" stroke="black" d="M666.049,-2282.37C697.102,-2282.37 753.35,-2282.37 790.627,-2282.37"/> | |
<polygon fill="black" stroke="black" points="791.069,-2285.87 801.069,-2282.37 791.069,-2278.87 791.069,-2285.87"/> | |
<text text-anchor="middle" x="733.591" y="-2285.17" font-family="Times,serif" font-size="14.00">edit</text> | |
</g> | |
<!-- 121->179 --> | |
<g id="edge314" class="edge"><title>121->179</title> | |
<path fill="none" stroke="black" d="M666.049,-2212.88C697.102,-2212.21 753.35,-2210.99 790.627,-2210.18"/> | |
<polygon fill="black" stroke="black" points="791.147,-2213.67 801.069,-2209.95 790.995,-2206.67 791.147,-2213.67"/> | |
<text text-anchor="middle" x="733.591" y="-2216.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 122->180 --> | |
<g id="edge315" class="edge"><title>122->180</title> | |
<path fill="none" stroke="black" d="M657.746,-2049.77C664.901,-2058.08 674.102,-2067.55 683.826,-2074.37 717.637,-2098.1 761.963,-2115.49 792.436,-2125.71"/> | |
<polygon fill="black" stroke="black" points="791.612,-2129.13 802.205,-2128.91 793.786,-2122.47 791.612,-2129.13"/> | |
<text text-anchor="middle" x="733.591" y="-2125.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 122->181 --> | |
<g id="edge136" class="edge"><title>122->181</title> | |
<path fill="none" stroke="black" d="M665.682,-2035.23C696.919,-2040.66 754.163,-2050.6 791.575,-2057.09"/> | |
<polygon fill="black" stroke="black" points="791.111,-2060.57 801.563,-2058.83 792.309,-2053.67 791.111,-2060.57"/> | |
<text text-anchor="middle" x="733.591" y="-2059.17" font-family="Times,serif" font-size="14.00">validate</text> | |
</g> | |
<!-- 122->182 --> | |
<g id="edge137" class="edge"><title>122->182</title> | |
<path fill="none" stroke="black" d="M665.215,-2025.85C671.234,-2024.36 677.776,-2022.77 683.826,-2021.37 720.414,-2012.9 762.415,-2003.94 791.558,-1997.84"/> | |
<polygon fill="black" stroke="black" points="792.604,-2001.2 801.679,-1995.73 791.175,-1994.35 792.604,-2001.2"/> | |
<text text-anchor="middle" x="733.591" y="-2024.17" font-family="Times,serif" font-size="14.00">invalidate</text> | |
</g> | |
<!-- 122->183 --> | |
<g id="edge138" class="edge"><title>122->183</title> | |
<path fill="none" stroke="black" d="M656.278,-2011.87C663.475,-2002.05 673.144,-1990.54 683.826,-1982.37 716.985,-1957.01 761.616,-1938.82 792.336,-1928.25"/> | |
<polygon fill="black" stroke="black" points="793.811,-1931.44 802.185,-1924.95 791.591,-1924.8 793.811,-1931.44"/> | |
<text text-anchor="middle" x="733.591" y="-1985.17" font-family="Times,serif" font-size="14.00">unsubscribe</text> | |
</g> | |
<!-- 123->184 --> | |
<g id="edge316" class="edge"><title>123->184</title> | |
<path fill="none" stroke="black" d="M665.682,-1872.51C696.919,-1867.09 754.163,-1857.15 791.575,-1850.65"/> | |
<polygon fill="black" stroke="black" points="792.309,-1854.08 801.563,-1848.92 791.111,-1847.18 792.309,-1854.08"/> | |
<text text-anchor="middle" x="733.591" y="-1872.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 124->185 --> | |
<g id="edge317" class="edge"><title>124->185</title> | |
<path fill="none" stroke="black" d="M666.049,-1771.37C697.102,-1771.37 753.35,-1771.37 790.627,-1771.37"/> | |
<polygon fill="black" stroke="black" points="791.069,-1774.87 801.069,-1771.37 791.069,-1767.87 791.069,-1774.87"/> | |
<text text-anchor="middle" x="733.591" y="-1774.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 125->186 --> | |
<g id="edge139" class="edge"><title>125->186</title> | |
<path fill="none" stroke="black" d="M666.049,-1698.37C697.102,-1698.37 753.35,-1698.37 790.627,-1698.37"/> | |
<polygon fill="black" stroke="black" points="791.069,-1701.87 801.069,-1698.37 791.069,-1694.87 791.069,-1701.87"/> | |
<text text-anchor="middle" x="733.591" y="-1701.17" font-family="Times,serif" font-size="14.00">new</text> | |
</g> | |
<!-- 125->187 --> | |
<g id="edge318" class="edge"><title>125->187</title> | |
<path fill="none" stroke="black" d="M663.899,-1689C670.253,-1686.15 677.302,-1683.07 683.826,-1680.37 720.857,-1665.05 763.836,-1648.83 793.115,-1638"/> | |
<polygon fill="black" stroke="black" points="794.695,-1641.15 802.868,-1634.41 792.274,-1634.58 794.695,-1641.15"/> | |
<text text-anchor="middle" x="733.591" y="-1683.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 126->188 --> | |
<g id="edge319" class="edge"><title>126->188</title> | |
<path fill="none" stroke="black" d="M666.049,-1567.29C697.19,-1564.41 753.667,-1559.2 790.942,-1555.77"/> | |
<polygon fill="black" stroke="black" points="791.74,-1559.21 801.376,-1554.8 791.096,-1552.24 791.74,-1559.21"/> | |
<text text-anchor="middle" x="733.591" y="-1568.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 127->189 --> | |
<g id="edge140" class="edge"><title>127->189</title> | |
<path fill="none" stroke="black" d="M665.682,-1501.36C696.919,-1497.12 754.163,-1489.35 791.575,-1484.28"/> | |
<polygon fill="black" stroke="black" points="792.124,-1487.73 801.563,-1482.92 791.183,-1480.8 792.124,-1487.73"/> | |
<text text-anchor="middle" x="733.591" y="-1501.17" font-family="Times,serif" font-size="14.00">petitions</text> | |
</g> | |
<!-- 128->190 --> | |
<g id="edge320" class="edge"><title>128->190</title> | |
<path fill="none" stroke="black" d="M665.682,-1434.51C696.919,-1429.09 754.163,-1419.15 791.575,-1412.65"/> | |
<polygon fill="black" stroke="black" points="792.309,-1416.08 801.563,-1410.92 791.111,-1409.18 792.309,-1416.08"/> | |
<text text-anchor="middle" x="733.591" y="-1434.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 129->191 --> | |
<g id="edge321" class="edge"><title>129->191</title> | |
<path fill="none" stroke="black" d="M665.682,-1367.67C697.006,-1361.04 754.484,-1348.87 791.889,-1340.96"/> | |
<polygon fill="black" stroke="black" points="792.81,-1344.34 801.868,-1338.85 791.36,-1337.49 792.81,-1344.34"/> | |
<text text-anchor="middle" x="733.591" y="-1366.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 130->192 --> | |
<g id="edge322" class="edge"><title>130->192</title> | |
<path fill="none" stroke="black" d="M665.316,-1300.03C696.601,-1292.39 754.498,-1278.25 792.045,-1269.09"/> | |
<polygon fill="black" stroke="black" points="793.172,-1272.41 802.056,-1266.64 791.511,-1265.61 793.172,-1272.41"/> | |
<text text-anchor="middle" x="733.591" y="-1298.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 131->193 --> | |
<g id="edge323" class="edge"><title>131->193</title> | |
<path fill="none" stroke="black" d="M665.316,-1229.68C696.601,-1221.53 754.498,-1206.45 792.045,-1196.67"/> | |
<polygon fill="black" stroke="black" points="793.261,-1199.97 802.056,-1194.06 791.497,-1193.19 793.261,-1199.97"/> | |
<text text-anchor="middle" x="733.591" y="-1227.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 132->194 --> | |
<g id="edge324" class="edge"><title>132->194</title> | |
<path fill="none" stroke="black" d="M665.316,-1154.91C696.601,-1147.11 754.498,-1132.65 792.045,-1123.28"/> | |
<polygon fill="black" stroke="black" points="793.202,-1126.6 802.056,-1120.78 791.506,-1119.81 793.202,-1126.6"/> | |
<text text-anchor="middle" x="733.591" y="-1152.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 133->195 --> | |
<g id="edge141" class="edge"><title>133->195</title> | |
<path fill="none" stroke="black" d="M663.899,-182.746C670.253,-185.589 677.302,-188.673 683.826,-191.372 720.857,-206.691 763.836,-222.919 793.115,-233.744"/> | |
<polygon fill="black" stroke="black" points="792.274,-237.164 802.868,-237.337 794.695,-230.596 792.274,-237.164"/> | |
<text text-anchor="middle" x="733.591" y="-233.172" font-family="Times,serif" font-size="14.00">properties</text> | |
</g> | |
<!-- 133->196 --> | |
<g id="edge142" class="edge"><title>133->196</title> | |
<path fill="none" stroke="black" d="M666.049,-173.372C697.102,-173.372 753.35,-173.372 790.627,-173.372"/> | |
<polygon fill="black" stroke="black" points="791.069,-176.872 801.069,-173.372 791.069,-169.872 791.069,-176.872"/> | |
<text text-anchor="middle" x="733.591" y="-176.172" font-family="Times,serif" font-size="14.00">routes</text> | |
</g> | |
<!-- 134->197 --> | |
<g id="edge325" class="edge"><title>134->197</title> | |
<path fill="none" stroke="black" d="M666.049,-103.882C697.102,-103.207 753.35,-101.987 790.627,-101.177"/> | |
<polygon fill="black" stroke="black" points="791.147,-104.667 801.069,-100.951 790.995,-97.6686 791.147,-104.667"/> | |
<text text-anchor="middle" x="733.591" y="-107.172" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 135->198 --> | |
<g id="edge326" class="edge"><title>135->198</title> | |
<path fill="none" stroke="black" d="M666.049,-29.1268C697.102,-28.7898 753.35,-28.1793 790.627,-27.7747"/> | |
<polygon fill="black" stroke="black" points="791.108,-31.2698 801.069,-27.6614 791.032,-24.2702 791.108,-31.2698"/> | |
<text text-anchor="middle" x="733.591" y="-32.172" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 199->243 --> | |
<g id="edge327" class="edge"><title>199->243</title> | |
<path fill="none" stroke="black" d="M943.113,-4883.48C978.428,-4883.65 1046.76,-4883.99 1089.06,-4884.19"/> | |
<polygon fill="black" stroke="black" points="1089.2,-4887.69 1099.22,-4884.24 1089.24,-4880.69 1089.2,-4887.69"/> | |
<text text-anchor="middle" x="1020.99" y="-4887.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 200->244 --> | |
<g id="edge187" class="edge"><title>200->244</title> | |
<path fill="none" stroke="black" d="M943.113,-4814.04C978.428,-4813.52 1046.76,-4812.52 1089.06,-4811.91"/> | |
<polygon fill="black" stroke="black" points="1089.27,-4815.4 1099.22,-4811.76 1089.17,-4808.4 1089.27,-4815.4"/> | |
<text text-anchor="middle" x="1020.99" y="-4817.17" font-family="Times,serif" font-size="14.00">all</text> | |
</g> | |
<!-- 201->245 --> | |
<g id="edge328" class="edge"><title>201->245</title> | |
<path fill="none" stroke="black" d="M943.113,-4686.04C978.428,-4687.07 1046.76,-4689.07 1089.06,-4690.3"/> | |
<polygon fill="black" stroke="black" points="1089.12,-4693.81 1099.22,-4690.6 1089.32,-4686.81 1089.12,-4693.81"/> | |
<text text-anchor="middle" x="1020.99" y="-4693.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 202->246 --> | |
<g id="edge329" class="edge"><title>202->246</title> | |
<path fill="none" stroke="black" d="M943.113,-4614.82C978.428,-4615.5 1046.76,-4616.84 1089.06,-4617.66"/> | |
<polygon fill="black" stroke="black" points="1089.15,-4621.16 1099.22,-4617.86 1089.29,-4614.16 1089.15,-4621.16"/> | |
<text text-anchor="middle" x="1020.99" y="-4621.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 203->247 --> | |
<g id="edge330" class="edge"><title>203->247</title> | |
<path fill="none" stroke="black" d="M943.113,-4541.82C978.428,-4542.5 1046.76,-4543.84 1089.06,-4544.66"/> | |
<polygon fill="black" stroke="black" points="1089.15,-4548.16 1099.22,-4544.86 1089.29,-4541.16 1089.15,-4548.16"/> | |
<text text-anchor="middle" x="1020.99" y="-4548.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 204->248 --> | |
<g id="edge331" class="edge"><title>204->248</title> | |
<path fill="none" stroke="black" d="M942.72,-4442.97C978.044,-4448.65 1047.1,-4459.75 1089.52,-4466.57"/> | |
<polygon fill="black" stroke="black" points="1089,-4470.03 1099.43,-4468.16 1090.11,-4463.12 1089,-4470.03"/> | |
<text text-anchor="middle" x="1020.99" y="-4468.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 205->249 --> | |
<g id="edge188" class="edge"><title>205->249</title> | |
<path fill="none" stroke="black" d="M940.738,-4335.92C947.089,-4338.77 954.154,-4341.81 960.735,-4344.37 1004.83,-4361.51 1056.76,-4378.29 1090.39,-4388.71"/> | |
<polygon fill="black" stroke="black" points="1089.62,-4392.14 1100.21,-4391.74 1091.68,-4385.45 1089.62,-4392.14"/> | |
<text text-anchor="middle" x="1020.99" y="-4389.17" font-family="Times,serif" font-size="14.00">new</text> | |
</g> | |
<!-- 205->250 --> | |
<g id="edge189" class="edge"><title>205->250</title> | |
<path fill="none" stroke="black" d="M943.113,-4326.37C978.428,-4326.37 1046.76,-4326.37 1089.06,-4326.37"/> | |
<polygon fill="black" stroke="black" points="1089.22,-4329.87 1099.22,-4326.37 1089.22,-4322.87 1089.22,-4329.87"/> | |
<text text-anchor="middle" x="1020.99" y="-4329.17" font-family="Times,serif" font-size="14.00">thank-you</text> | |
</g> | |
<!-- 206->251 --> | |
<g id="edge332" class="edge"><title>206->251</title> | |
<path fill="none" stroke="black" d="M943.113,-4253.37C978.428,-4253.37 1046.76,-4253.37 1089.06,-4253.37"/> | |
<polygon fill="black" stroke="black" points="1089.22,-4256.87 1099.22,-4253.37 1089.22,-4249.87 1089.22,-4256.87"/> | |
<text text-anchor="middle" x="1020.99" y="-4256.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 207->252 --> | |
<g id="edge190" class="edge"><title>207->252</title> | |
<path fill="none" stroke="black" d="M943.113,-4180.37C978.428,-4180.37 1046.76,-4180.37 1089.06,-4180.37"/> | |
<polygon fill="black" stroke="black" points="1089.22,-4183.87 1099.22,-4180.37 1089.22,-4176.87 1089.22,-4183.87"/> | |
<text text-anchor="middle" x="1020.99" y="-4183.17" font-family="Times,serif" font-size="14.00">new</text> | |
</g> | |
<!-- 207->253 --> | |
<g id="edge191" class="edge"><title>207->253</title> | |
<path fill="none" stroke="black" d="M940.738,-4170.82C947.089,-4167.97 954.154,-4164.93 960.735,-4162.37 1004.83,-4145.23 1056.76,-4128.46 1090.39,-4118.03"/> | |
<polygon fill="black" stroke="black" points="1091.68,-4121.29 1100.21,-4115 1089.62,-4114.6 1091.68,-4121.29"/> | |
<text text-anchor="middle" x="1020.99" y="-4165.17" font-family="Times,serif" font-size="14.00">thank-you</text> | |
</g> | |
<!-- 208->254 --> | |
<g id="edge333" class="edge"><title>208->254</title> | |
<path fill="none" stroke="black" d="M942.72,-4058.43C978.044,-4053.78 1047.1,-4044.7 1089.52,-4039.12"/> | |
<polygon fill="black" stroke="black" points="1089.97,-4042.59 1099.43,-4037.82 1089.06,-4035.65 1089.97,-4042.59"/> | |
<text text-anchor="middle" x="1020.99" y="-4059.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 209->255 --> | |
<g id="edge334" class="edge"><title>209->255</title> | |
<path fill="none" stroke="black" d="M943.113,-968.372C978.428,-968.372 1046.76,-968.372 1089.06,-968.372"/> | |
<polygon fill="black" stroke="black" points="1089.22,-971.872 1099.22,-968.372 1089.22,-964.872 1089.22,-971.872"/> | |
<text text-anchor="middle" x="1020.99" y="-971.172" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 210->256 --> | |
<g id="edge335" class="edge"><title>210->256</title> | |
<path fill="none" stroke="black" d="M943.113,-895.372C978.428,-895.372 1046.76,-895.372 1089.06,-895.372"/> | |
<polygon fill="black" stroke="black" points="1089.22,-898.872 1099.22,-895.372 1089.22,-891.872 1089.22,-898.872"/> | |
<text text-anchor="middle" x="1020.99" y="-898.172" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 211->257 --> | |
<g id="edge336" class="edge"><title>211->257</title> | |
<path fill="none" stroke="black" d="M942.72,-822.372C977.874,-822.372 1046.43,-822.372 1088.9,-822.372"/> | |
<polygon fill="black" stroke="black" points="1089.1,-825.872 1099.1,-822.372 1089.1,-818.872 1089.1,-825.872"/> | |
<text text-anchor="middle" x="1020.99" y="-825.172" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 212->258 --> | |
<g id="edge337" class="edge"><title>212->258</title> | |
<path fill="none" stroke="black" d="M943.113,-749.372C978.428,-749.372 1046.76,-749.372 1089.06,-749.372"/> | |
<polygon fill="black" stroke="black" points="1089.22,-752.872 1099.22,-749.372 1089.22,-745.872 1089.22,-752.872"/> | |
<text text-anchor="middle" x="1020.99" y="-752.172" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 213->259 --> | |
<g id="edge338" class="edge"><title>213->259</title> | |
<path fill="none" stroke="black" d="M943.113,-676.372C978.428,-676.372 1046.76,-676.372 1089.06,-676.372"/> | |
<polygon fill="black" stroke="black" points="1089.22,-679.872 1099.22,-676.372 1089.22,-672.872 1089.22,-679.872"/> | |
<text text-anchor="middle" x="1020.99" y="-679.172" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 214->260 --> | |
<g id="edge339" class="edge"><title>214->260</title> | |
<path fill="none" stroke="black" d="M943.113,-533.372C978.428,-533.372 1046.76,-533.372 1089.06,-533.372"/> | |
<polygon fill="black" stroke="black" points="1089.22,-536.872 1099.22,-533.372 1089.22,-529.872 1089.22,-536.872"/> | |
<text text-anchor="middle" x="1020.99" y="-536.172" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 215 --> | |
<g id="node331" class="node"><title>215</title> | |
<ellipse fill="none" stroke="black" cx="919.363" cy="-460.372" rx="23.2447" ry="23.2447"/> | |
<text text-anchor="middle" x="919.363" y="-456.172" font-family="Times,serif" font-size="14.00">215</text> | |
</g> | |
<!-- 156->215 --> | |
<g id="edge159" class="edge"><title>156->215</title> | |
<path fill="none" stroke="black" d="M852.554,-461.114C862.66,-461 874.734,-460.864 885.764,-460.74"/> | |
<polygon fill="black" stroke="black" points="885.962,-464.238 895.921,-460.625 885.883,-457.238 885.962,-464.238"/> | |
<text text-anchor="middle" x="876.046" y="-464.172" font-family="Times,serif" font-size="14.00">/</text> | |
</g> | |
<!-- 215->261 --> | |
<g id="edge192" class="edge"><title>215->261</title> | |
<path fill="none" stroke="black" d="M943.113,-460.372C978.428,-460.372 1046.76,-460.372 1089.06,-460.372"/> | |
<polygon fill="black" stroke="black" points="1089.22,-463.872 1099.22,-460.372 1089.22,-456.872 1089.22,-463.872"/> | |
<text text-anchor="middle" x="1020.99" y="-463.172" font-family="Times,serif" font-size="14.00">unsubscribe</text> | |
</g> | |
<!-- 216->262 --> | |
<g id="edge340" class="edge"><title>216->262</title> | |
<path fill="none" stroke="black" d="M943.113,-319.372C978.428,-319.372 1046.76,-319.372 1089.06,-319.372"/> | |
<polygon fill="black" stroke="black" points="1089.22,-322.872 1099.22,-319.372 1089.22,-315.872 1089.22,-322.872"/> | |
<text text-anchor="middle" x="1020.99" y="-322.172" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 217->263 --> | |
<g id="edge341" class="edge"><title>217->263</title> | |
<path fill="none" stroke="black" d="M943.113,-3956.04C978.428,-3957.07 1046.76,-3959.07 1089.06,-3960.3"/> | |
<polygon fill="black" stroke="black" points="1089.12,-3963.81 1099.22,-3960.6 1089.32,-3956.81 1089.12,-3963.81"/> | |
<text text-anchor="middle" x="1020.99" y="-3963.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 218->264 --> | |
<g id="edge193" class="edge"><title>218->264</title> | |
<path fill="none" stroke="black" d="M942.72,-3859.86C978.044,-3865.36 1047.1,-3876.13 1089.52,-3882.74"/> | |
<polygon fill="black" stroke="black" points="1089.01,-3886.21 1099.43,-3884.29 1090.09,-3879.29 1089.01,-3886.21"/> | |
<text text-anchor="middle" x="1020.99" y="-3885.17" font-family="Times,serif" font-size="14.00">edit</text> | |
</g> | |
<!-- 219->265 --> | |
<g id="edge342" class="edge"><title>219->265</title> | |
<path fill="none" stroke="black" d="M942.329,-3768.94C977.68,-3777.89 1047.53,-3795.59 1090.05,-3806.36"/> | |
<polygon fill="black" stroke="black" points="1089.42,-3809.81 1099.98,-3808.87 1091.14,-3803.03 1089.42,-3809.81"/> | |
<text text-anchor="middle" x="1020.99" y="-3807.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 220->266 --> | |
<g id="edge194" class="edge"><title>220->266</title> | |
<path fill="none" stroke="black" d="M943.113,-1110.82C978.428,-1111.5 1046.76,-1112.84 1089.06,-1113.66"/> | |
<polygon fill="black" stroke="black" points="1089.15,-1117.16 1099.22,-1113.86 1089.29,-1110.16 1089.15,-1117.16"/> | |
<text text-anchor="middle" x="1020.99" y="-1117.17" font-family="Times,serif" font-size="14.00">edit</text> | |
</g> | |
<!-- 221->267 --> | |
<g id="edge343" class="edge"><title>221->267</title> | |
<path fill="none" stroke="black" d="M943.113,-1041.37C978.428,-1041.37 1046.76,-1041.37 1089.06,-1041.37"/> | |
<polygon fill="black" stroke="black" points="1089.22,-1044.87 1099.22,-1041.37 1089.22,-1037.87 1089.22,-1044.87"/> | |
<text text-anchor="middle" x="1020.99" y="-1044.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 222->268 --> | |
<g id="edge195" class="edge"><title>222->268</title> | |
<path fill="none" stroke="black" d="M927.102,-3618.51C933.355,-3635.75 944.215,-3659.22 960.735,-3674.37 997.396,-3707.99 1052.98,-3726.2 1089.29,-3735.09"/> | |
<polygon fill="black" stroke="black" points="1088.92,-3738.6 1099.45,-3737.46 1090.51,-3731.78 1088.92,-3738.6"/> | |
<text text-anchor="middle" x="1020.99" y="-3736.17" font-family="Times,serif" font-size="14.00">cancel</text> | |
</g> | |
<!-- 222->269 --> | |
<g id="edge196" class="edge"><title>222->269</title> | |
<path fill="none" stroke="black" d="M940.738,-3605.92C947.089,-3608.77 954.154,-3611.81 960.735,-3614.37 1004.83,-3631.51 1056.76,-3648.29 1090.39,-3658.71"/> | |
<polygon fill="black" stroke="black" points="1089.62,-3662.14 1100.21,-3661.74 1091.68,-3655.45 1089.62,-3662.14"/> | |
<text text-anchor="middle" x="1020.99" y="-3659.17" font-family="Times,serif" font-size="14.00">count</text> | |
</g> | |
<!-- 222->270 --> | |
<g id="edge197" class="edge"><title>222->270</title> | |
<path fill="none" stroke="black" d="M943.113,-3596.37C978.428,-3596.37 1046.76,-3596.37 1089.06,-3596.37"/> | |
<polygon fill="black" stroke="black" points="1089.22,-3599.87 1099.22,-3596.37 1089.22,-3592.87 1089.22,-3599.87"/> | |
<text text-anchor="middle" x="1020.99" y="-3599.17" font-family="Times,serif" font-size="14.00">start</text> | |
</g> | |
<!-- 222->271 --> | |
<g id="edge198" class="edge"><title>222->271</title> | |
<path fill="none" stroke="black" d="M940.738,-3586.82C947.089,-3583.97 954.154,-3580.93 960.735,-3578.37 1004.83,-3561.23 1056.76,-3544.46 1090.39,-3534.03"/> | |
<polygon fill="black" stroke="black" points="1091.68,-3537.29 1100.21,-3531 1089.62,-3530.6 1091.68,-3537.29"/> | |
<text text-anchor="middle" x="1020.99" y="-3581.17" font-family="Times,serif" font-size="14.00">edit</text> | |
</g> | |
<!-- 223->272 --> | |
<g id="edge344" class="edge"><title>223->272</title> | |
<path fill="none" stroke="black" d="M927.297,-3342.66C933.555,-3359.34 944.328,-3381.57 960.735,-3395.37 997.724,-3426.49 1052.98,-3440.2 1089.17,-3446.1"/> | |
<polygon fill="black" stroke="black" points="1088.88,-3449.6 1099.29,-3447.63 1089.92,-3442.68 1088.88,-3449.6"/> | |
<text text-anchor="middle" x="1020.99" y="-3448.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 224->273 --> | |
<g id="edge345" class="edge"><title>224->273</title> | |
<path fill="none" stroke="black" d="M921.571,-3119.76C924.69,-3171.24 934.67,-3292.22 960.735,-3322.37 992.934,-3359.62 1051.07,-3371.73 1089,-3375.61"/> | |
<polygon fill="black" stroke="black" points="1088.86,-3379.12 1099.12,-3376.51 1089.47,-3372.14 1088.86,-3379.12"/> | |
<text text-anchor="middle" x="1020.99" y="-3377.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 225->274 --> | |
<g id="edge346" class="edge"><title>225->274</title> | |
<path fill="none" stroke="black" d="M926.905,-3003.8C931.635,-3020.44 938.001,-3043.72 942.735,-3064.37 952.334,-3106.26 939.443,-3122.04 960.735,-3159.37 992.996,-3215.93 1055.61,-3261.57 1093.71,-3285.68"/> | |
<polygon fill="black" stroke="black" points="1092.03,-3288.75 1102.38,-3291.05 1095.73,-3282.81 1092.03,-3288.75"/> | |
<text text-anchor="middle" x="1020.99" y="-3278.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 226->275 --> | |
<g id="edge199" class="edge"><title>226->275</title> | |
<path fill="none" stroke="black" d="M927.409,-2888.7C932.391,-2905.28 938.849,-2928.54 942.735,-2949.37 949.7,-2986.72 934.899,-3091.52 960.735,-3119.37 997.764,-3159.29 1040.03,-3105.8 1081.25,-3141.37 1100.09,-3157.62 1087.91,-3172.23 1099.25,-3194.37 1100.45,-3196.71 1101.78,-3199.06 1103.19,-3201.38"/> | |
<polygon fill="black" stroke="black" points="1100.5,-3203.67 1108.9,-3210.13 1106.36,-3199.85 1100.5,-3203.67"/> | |
<text text-anchor="middle" x="1020.99" y="-3144.17" font-family="Times,serif" font-size="14.00">emails</text> | |
</g> | |
<!-- 226->276 --> | |
<g id="edge200" class="edge"><title>226->276</title> | |
<path fill="none" stroke="black" d="M927.148,-2888.75C932,-2905.36 938.411,-2928.63 942.735,-2949.37 948.281,-2975.98 942.852,-3049.9 960.735,-3070.37 997.425,-3112.38 1034.54,-3074.89 1081.25,-3105.37 1086.57,-3108.84 1095.06,-3118.48 1103.2,-3128.61"/> | |
<polygon fill="black" stroke="black" points="1100.65,-3131.03 1109.58,-3136.73 1106.15,-3126.7 1100.65,-3131.03"/> | |
<text text-anchor="middle" x="1020.99" y="-3108.17" font-family="Times,serif" font-size="14.00">lock</text> | |
</g> | |
<!-- 226->277 --> | |
<g id="edge201" class="edge"><title>226->277</title> | |
<path fill="none" stroke="black" d="M926.551,-2888.89C931.106,-2905.57 937.407,-2928.86 942.735,-2949.37 951.027,-2981.3 937.854,-2997.61 960.735,-3021.37 999.425,-3061.55 1030.57,-3033.08 1081.25,-3056.37 1086.04,-3058.57 1090.91,-3061.24 1095.58,-3064.06"/> | |
<polygon fill="black" stroke="black" points="1093.93,-3067.16 1104.25,-3069.57 1097.69,-3061.25 1093.93,-3067.16"/> | |
<text text-anchor="middle" x="1020.99" y="-3059.17" font-family="Times,serif" font-size="14.00">moderation</text> | |
</g> | |
<!-- 226->278 --> | |
<g id="edge202" class="edge"><title>226->278</title> | |
<path fill="none" stroke="black" d="M927.102,-2888.51C933.355,-2905.75 944.215,-2929.22 960.735,-2944.37 997.396,-2977.99 1052.98,-2996.2 1089.29,-3005.09"/> | |
<polygon fill="black" stroke="black" points="1088.92,-3008.6 1099.45,-3007.46 1090.51,-3001.78 1088.92,-3008.6"/> | |
<text text-anchor="middle" x="1020.99" y="-3006.17" font-family="Times,serif" font-size="14.00">debate-outcome</text> | |
</g> | |
<!-- 226->279 --> | |
<g id="edge203" class="edge"><title>226->279</title> | |
<path fill="none" stroke="black" d="M940.738,-2875.92C947.089,-2878.77 954.154,-2881.81 960.735,-2884.37 1004.83,-2901.51 1056.76,-2918.29 1090.39,-2928.71"/> | |
<polygon fill="black" stroke="black" points="1089.62,-2932.14 1100.21,-2931.74 1091.68,-2925.45 1089.62,-2932.14"/> | |
<text text-anchor="middle" x="1020.99" y="-2929.17" font-family="Times,serif" font-size="14.00">government-response</text> | |
</g> | |
<!-- 226->280 --> | |
<g id="edge204" class="edge"><title>226->280</title> | |
<path fill="none" stroke="black" d="M943.113,-2866.37C978.428,-2866.37 1046.76,-2866.37 1089.06,-2866.37"/> | |
<polygon fill="black" stroke="black" points="1089.22,-2869.87 1099.22,-2866.37 1089.22,-2862.87 1089.22,-2869.87"/> | |
<text text-anchor="middle" x="1020.99" y="-2869.17" font-family="Times,serif" font-size="14.00">notes</text> | |
</g> | |
<!-- 226->281 --> | |
<g id="edge205" class="edge"><title>226->281</title> | |
<path fill="none" stroke="black" d="M940.738,-2856.82C947.089,-2853.97 954.154,-2850.93 960.735,-2848.37 1004.83,-2831.23 1056.76,-2814.46 1090.39,-2804.03"/> | |
<polygon fill="black" stroke="black" points="1091.68,-2807.29 1100.21,-2801 1089.62,-2800.6 1091.68,-2807.29"/> | |
<text text-anchor="middle" x="1020.99" y="-2851.17" font-family="Times,serif" font-size="14.00">details</text> | |
</g> | |
<!-- 226->282 --> | |
<g id="edge206" class="edge"><title>226->282</title> | |
<path fill="none" stroke="black" d="M927.322,-2844.19C933.645,-2827.22 944.492,-2804.27 960.735,-2789.37 997.477,-2755.68 1053.04,-2737.1 1089.33,-2727.94"/> | |
<polygon fill="black" stroke="black" points="1090.57,-2731.24 1099.47,-2725.49 1088.93,-2724.43 1090.57,-2731.24"/> | |
<text text-anchor="middle" x="1020.99" y="-2792.17" font-family="Times,serif" font-size="14.00">schedule-debate</text> | |
</g> | |
<!-- 226->283 --> | |
<g id="edge207" class="edge"><title>226->283</title> | |
<path fill="none" stroke="black" d="M920.21,-2843C921.241,-2809.92 927.895,-2749.38 960.735,-2712.37 993.966,-2674.93 1051.56,-2658.82 1089.13,-2652.06"/> | |
<polygon fill="black" stroke="black" points="1089.87,-2655.48 1099.15,-2650.39 1088.72,-2648.58 1089.87,-2655.48"/> | |
<text text-anchor="middle" x="1020.99" y="-2715.17" font-family="Times,serif" font-size="14.00">tags</text> | |
</g> | |
<!-- 226->284 --> | |
<g id="edge208" class="edge"><title>226->284</title> | |
<path fill="none" stroke="black" d="M921.574,-2843.04C924.72,-2791.02 934.787,-2667.65 960.735,-2636.37 977.591,-2616.05 1046.71,-2594.94 1089.93,-2583.35"/> | |
<polygon fill="black" stroke="black" points="1091.01,-2586.68 1099.79,-2580.75 1089.23,-2579.91 1091.01,-2586.68"/> | |
<text text-anchor="middle" x="1020.99" y="-2639.17" font-family="Times,serif" font-size="14.00">take-down</text> | |
</g> | |
<!-- 227->285 --> | |
<g id="edge347" class="edge"><title>227->285</title> | |
<path fill="none" stroke="black" d="M941.556,-2571.32C977.001,-2557.85 1048.62,-2530.64 1091.32,-2514.41"/> | |
<polygon fill="black" stroke="black" points="1092.63,-2517.65 1100.74,-2510.83 1090.15,-2511.11 1092.63,-2517.65"/> | |
<text text-anchor="middle" x="1020.99" y="-2566.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 228->286 --> | |
<g id="edge348" class="edge"><title>228->286</title> | |
<path fill="none" stroke="black" d="M942.077,-2470.62C948.096,-2468.83 954.649,-2466.96 960.735,-2465.37 1004.86,-2453.88 1056.18,-2442.7 1089.7,-2435.7"/> | |
<polygon fill="black" stroke="black" points="1090.42,-2439.12 1099.5,-2433.66 1089,-2432.27 1090.42,-2439.12"/> | |
<text text-anchor="middle" x="1020.99" y="-2468.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 229->287 --> | |
<g id="edge349" class="edge"><title>229->287</title> | |
<path fill="none" stroke="black" d="M942.72,-2375.87C977.874,-2371.93 1046.43,-2364.25 1088.9,-2359.49"/> | |
<polygon fill="black" stroke="black" points="1089.55,-2362.94 1099.1,-2358.34 1088.77,-2355.98 1089.55,-2362.94"/> | |
<text text-anchor="middle" x="1020.99" y="-2377.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 230->288 --> | |
<g id="edge350" class="edge"><title>230->288</title> | |
<path fill="none" stroke="black" d="M943.113,-2282.37C978.428,-2282.37 1046.76,-2282.37 1089.06,-2282.37"/> | |
<polygon fill="black" stroke="black" points="1089.22,-2285.87 1099.22,-2282.37 1089.22,-2278.87 1089.22,-2285.87"/> | |
<text text-anchor="middle" x="1020.99" y="-2285.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 231->289 --> | |
<g id="edge209" class="edge"><title>231->289</title> | |
<path fill="none" stroke="black" d="M940.738,-2145.92C947.089,-2148.77 954.154,-2151.81 960.735,-2154.37 1004.83,-2171.51 1056.76,-2188.29 1090.39,-2198.71"/> | |
<polygon fill="black" stroke="black" points="1089.62,-2202.14 1100.21,-2201.74 1091.68,-2195.45 1089.62,-2202.14"/> | |
<text text-anchor="middle" x="1020.99" y="-2199.17" font-family="Times,serif" font-size="14.00">validate</text> | |
</g> | |
<!-- 231->290 --> | |
<g id="edge210" class="edge"><title>231->290</title> | |
<path fill="none" stroke="black" d="M943.113,-2136.37C978.428,-2136.37 1046.76,-2136.37 1089.06,-2136.37"/> | |
<polygon fill="black" stroke="black" points="1089.22,-2139.87 1099.22,-2136.37 1089.22,-2132.87 1089.22,-2139.87"/> | |
<text text-anchor="middle" x="1020.99" y="-2139.17" font-family="Times,serif" font-size="14.00">invalidate</text> | |
</g> | |
<!-- 231->291 --> | |
<g id="edge211" class="edge"><title>231->291</title> | |
<path fill="none" stroke="black" d="M940.738,-2126.82C947.089,-2123.97 954.154,-2120.93 960.735,-2118.37 1004.83,-2101.23 1056.76,-2084.46 1090.39,-2074.03"/> | |
<polygon fill="black" stroke="black" points="1091.68,-2077.29 1100.21,-2071 1089.62,-2070.6 1091.68,-2077.29"/> | |
<text text-anchor="middle" x="1020.99" y="-2121.17" font-family="Times,serif" font-size="14.00">unsubscribe</text> | |
</g> | |
<!-- 232->292 --> | |
<g id="edge351" class="edge"><title>232->292</title> | |
<path fill="none" stroke="black" d="M941.556,-2056.73C977.001,-2043.95 1048.62,-2018.13 1091.32,-2002.74"/> | |
<polygon fill="black" stroke="black" points="1092.52,-2006.03 1100.74,-1999.34 1090.14,-1999.44 1092.52,-2006.03"/> | |
<text text-anchor="middle" x="1020.99" y="-2052.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 233->293 --> | |
<g id="edge352" class="edge"><title>233->293</title> | |
<path fill="none" stroke="black" d="M941.556,-1987.32C977.001,-1973.85 1048.62,-1946.64 1091.32,-1930.41"/> | |
<polygon fill="black" stroke="black" points="1092.63,-1933.65 1100.74,-1926.83 1090.15,-1927.11 1092.63,-1933.65"/> | |
<text text-anchor="middle" x="1020.99" y="-1982.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 234->294 --> | |
<g id="edge353" class="edge"><title>234->294</title> | |
<path fill="none" stroke="black" d="M938.968,-1893.05C945.585,-1888.8 953.255,-1884.43 960.735,-1881.37 1003.2,-1864.04 1055.29,-1854.08 1089.41,-1848.95"/> | |
<polygon fill="black" stroke="black" points="1090,-1852.4 1099.4,-1847.51 1089,-1845.47 1090,-1852.4"/> | |
<text text-anchor="middle" x="1020.99" y="-1884.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 235->295 --> | |
<g id="edge354" class="edge"><title>235->295</title> | |
<path fill="none" stroke="black" d="M942.72,-1790.08C977.874,-1786.49 1046.43,-1779.47 1088.9,-1775.13"/> | |
<polygon fill="black" stroke="black" points="1089.51,-1778.59 1099.1,-1774.09 1088.8,-1771.62 1089.51,-1778.59"/> | |
<text text-anchor="middle" x="1020.99" y="-1791.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 236->296 --> | |
<g id="edge355" class="edge"><title>236->296</title> | |
<path fill="none" stroke="black" d="M943.113,-1698.37C978.428,-1698.37 1046.76,-1698.37 1089.06,-1698.37"/> | |
<polygon fill="black" stroke="black" points="1089.22,-1701.87 1099.22,-1698.37 1089.22,-1694.87 1089.22,-1701.87"/> | |
<text text-anchor="middle" x="1020.99" y="-1701.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 237->297 --> | |
<g id="edge212" class="edge"><title>237->297</title> | |
<path fill="none" stroke="black" d="M943.113,-1625.37C978.428,-1625.37 1046.76,-1625.37 1089.06,-1625.37"/> | |
<polygon fill="black" stroke="black" points="1089.22,-1628.87 1099.22,-1625.37 1089.22,-1621.87 1089.22,-1628.87"/> | |
<text text-anchor="middle" x="1020.99" y="-1628.17" font-family="Times,serif" font-size="14.00">edit</text> | |
</g> | |
<!-- 238->298 --> | |
<g id="edge356" class="edge"><title>238->298</title> | |
<path fill="none" stroke="black" d="M943.113,-1555.93C978.428,-1555.24 1046.76,-1553.91 1089.06,-1553.08"/> | |
<polygon fill="black" stroke="black" points="1089.29,-1556.58 1099.22,-1552.89 1089.15,-1549.58 1089.29,-1556.58"/> | |
<text text-anchor="middle" x="1020.99" y="-1559.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 239->299 --> | |
<g id="edge357" class="edge"><title>239->299</title> | |
<path fill="none" stroke="black" d="M943.113,-1479.37C978.428,-1479.37 1046.76,-1479.37 1089.06,-1479.37"/> | |
<polygon fill="black" stroke="black" points="1089.22,-1482.87 1099.22,-1479.37 1089.22,-1475.87 1089.22,-1482.87"/> | |
<text text-anchor="middle" x="1020.99" y="-1482.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 240->300 --> | |
<g id="edge358" class="edge"><title>240->300</title> | |
<path fill="none" stroke="black" d="M943.113,-1409.93C978.428,-1409.24 1046.76,-1407.91 1089.06,-1407.08"/> | |
<polygon fill="black" stroke="black" points="1089.29,-1410.58 1099.22,-1406.89 1089.15,-1403.58 1089.29,-1410.58"/> | |
<text text-anchor="middle" x="1020.99" y="-1413.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 241->301 --> | |
<g id="edge359" class="edge"><title>241->301</title> | |
<path fill="none" stroke="black" d="M943.113,-246.372C978.428,-246.372 1046.76,-246.372 1089.06,-246.372"/> | |
<polygon fill="black" stroke="black" points="1089.22,-249.872 1099.22,-246.372 1089.22,-242.872 1089.22,-249.872"/> | |
<text text-anchor="middle" x="1020.99" y="-249.172" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 242->302 --> | |
<g id="edge360" class="edge"><title>242->302</title> | |
<path fill="none" stroke="black" d="M943.113,-173.372C978.428,-173.372 1046.76,-173.372 1089.06,-173.372"/> | |
<polygon fill="black" stroke="black" points="1089.22,-176.872 1099.22,-173.372 1089.22,-169.872 1089.22,-176.872"/> | |
<text text-anchor="middle" x="1020.99" y="-176.172" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 303->332 --> | |
<g id="edge361" class="edge"><title>303->332</title> | |
<path fill="none" stroke="black" d="M1241.01,-4811.37C1276.32,-4811.37 1344.66,-4811.37 1386.96,-4811.37"/> | |
<polygon fill="black" stroke="black" points="1387.11,-4814.87 1397.11,-4811.37 1387.11,-4807.87 1387.11,-4814.87"/> | |
<text text-anchor="middle" x="1318.89" y="-4814.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 304->333 --> | |
<g id="edge362" class="edge"><title>304->333</title> | |
<path fill="none" stroke="black" d="M1241.01,-4399.37C1276.32,-4399.37 1344.66,-4399.37 1386.96,-4399.37"/> | |
<polygon fill="black" stroke="black" points="1387.11,-4402.87 1397.11,-4399.37 1387.11,-4395.87 1387.11,-4402.87"/> | |
<text text-anchor="middle" x="1318.89" y="-4402.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 305->334 --> | |
<g id="edge363" class="edge"><title>305->334</title> | |
<path fill="none" stroke="black" d="M1241.01,-4326.37C1276.32,-4326.37 1344.66,-4326.37 1386.96,-4326.37"/> | |
<polygon fill="black" stroke="black" points="1387.11,-4329.87 1397.11,-4326.37 1387.11,-4322.87 1387.11,-4329.87"/> | |
<text text-anchor="middle" x="1318.89" y="-4329.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 306->335 --> | |
<g id="edge364" class="edge"><title>306->335</title> | |
<path fill="none" stroke="black" d="M1241.01,-4180.37C1276.32,-4180.37 1344.66,-4180.37 1386.96,-4180.37"/> | |
<polygon fill="black" stroke="black" points="1387.11,-4183.87 1397.11,-4180.37 1387.11,-4176.87 1387.11,-4183.87"/> | |
<text text-anchor="middle" x="1318.89" y="-4183.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 307->336 --> | |
<g id="edge365" class="edge"><title>307->336</title> | |
<path fill="none" stroke="black" d="M1241.01,-4107.37C1276.32,-4107.37 1344.66,-4107.37 1386.96,-4107.37"/> | |
<polygon fill="black" stroke="black" points="1387.11,-4110.87 1397.11,-4107.37 1387.11,-4103.87 1387.11,-4110.87"/> | |
<text text-anchor="middle" x="1318.89" y="-4110.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 308->337 --> | |
<g id="edge366" class="edge"><title>308->337</title> | |
<path fill="none" stroke="black" d="M1241.01,-460.372C1276.32,-460.372 1344.66,-460.372 1386.96,-460.372"/> | |
<polygon fill="black" stroke="black" points="1387.11,-463.872 1397.11,-460.372 1387.11,-456.872 1387.11,-463.872"/> | |
<text text-anchor="middle" x="1318.89" y="-463.172" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 309->338 --> | |
<g id="edge367" class="edge"><title>309->338</title> | |
<path fill="none" stroke="black" d="M1241.01,-3888.37C1276.32,-3888.37 1344.66,-3888.37 1386.96,-3888.37"/> | |
<polygon fill="black" stroke="black" points="1387.11,-3891.87 1397.11,-3888.37 1387.11,-3884.87 1387.11,-3891.87"/> | |
<text text-anchor="middle" x="1318.89" y="-3891.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 310->339 --> | |
<g id="edge368" class="edge"><title>310->339</title> | |
<path fill="none" stroke="black" d="M1241.01,-1114.37C1276.32,-1114.37 1344.66,-1114.37 1386.96,-1114.37"/> | |
<polygon fill="black" stroke="black" points="1387.11,-1117.87 1397.11,-1114.37 1387.11,-1110.87 1387.11,-1117.87"/> | |
<text text-anchor="middle" x="1318.89" y="-1117.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 311->340 --> | |
<g id="edge369" class="edge"><title>311->340</title> | |
<path fill="none" stroke="black" d="M1240.62,-3742.37C1275.77,-3742.37 1344.33,-3742.37 1386.8,-3742.37"/> | |
<polygon fill="black" stroke="black" points="1386.99,-3745.87 1396.99,-3742.37 1386.99,-3738.87 1386.99,-3745.87"/> | |
<text text-anchor="middle" x="1318.89" y="-3745.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 312->341 --> | |
<g id="edge370" class="edge"><title>312->341</title> | |
<path fill="none" stroke="black" d="M1241.01,-3669.37C1276.32,-3669.37 1344.66,-3669.37 1386.96,-3669.37"/> | |
<polygon fill="black" stroke="black" points="1387.11,-3672.87 1397.11,-3669.37 1387.11,-3665.87 1387.11,-3672.87"/> | |
<text text-anchor="middle" x="1318.89" y="-3672.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 313->342 --> | |
<g id="edge371" class="edge"><title>313->342</title> | |
<path fill="none" stroke="black" d="M1241.01,-3596.37C1276.32,-3596.37 1344.66,-3596.37 1386.96,-3596.37"/> | |
<polygon fill="black" stroke="black" points="1387.11,-3599.87 1397.11,-3596.37 1387.11,-3592.87 1387.11,-3599.87"/> | |
<text text-anchor="middle" x="1318.89" y="-3599.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 314->343 --> | |
<g id="edge372" class="edge"><title>314->343</title> | |
<path fill="none" stroke="black" d="M1241.01,-3523.37C1276.32,-3523.37 1344.66,-3523.37 1386.96,-3523.37"/> | |
<polygon fill="black" stroke="black" points="1387.11,-3526.87 1397.11,-3523.37 1387.11,-3519.87 1387.11,-3526.87"/> | |
<text text-anchor="middle" x="1318.89" y="-3526.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 315->344 --> | |
<g id="edge373" class="edge"><title>315->344</title> | |
<path fill="none" stroke="black" d="M1240.22,-3340.76C1275.48,-3347.8 1345.04,-3361.7 1387.6,-3370.2"/> | |
<polygon fill="black" stroke="black" points="1387.05,-3373.66 1397.54,-3372.18 1388.42,-3366.79 1387.05,-3373.66"/> | |
<text text-anchor="middle" x="1318.89" y="-3372.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 316->345 --> | |
<g id="edge242" class="edge"><title>316->345</title> | |
<path fill="none" stroke="black" d="M1238.63,-3240.92C1244.98,-3243.77 1252.05,-3246.81 1258.63,-3249.37 1302.73,-3266.51 1354.66,-3283.29 1388.29,-3293.71"/> | |
<polygon fill="black" stroke="black" points="1387.52,-3297.14 1398.11,-3296.74 1389.58,-3290.45 1387.52,-3297.14"/> | |
<text text-anchor="middle" x="1318.89" y="-3294.17" font-family="Times,serif" font-size="14.00">new</text> | |
</g> | |
<!-- 316->346 --> | |
<g id="edge374" class="edge"><title>316->346</title> | |
<path fill="none" stroke="black" d="M1241.01,-3231.37C1276.32,-3231.37 1344.66,-3231.37 1386.96,-3231.37"/> | |
<polygon fill="black" stroke="black" points="1387.11,-3234.87 1397.11,-3231.37 1387.11,-3227.87 1387.11,-3234.87"/> | |
<text text-anchor="middle" x="1318.89" y="-3234.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 317->347 --> | |
<g id="edge375" class="edge"><title>317->347</title> | |
<path fill="none" stroke="black" d="M1241.01,-3158.37C1276.32,-3158.37 1344.66,-3158.37 1386.96,-3158.37"/> | |
<polygon fill="black" stroke="black" points="1387.11,-3161.87 1397.11,-3158.37 1387.11,-3154.87 1387.11,-3161.87"/> | |
<text text-anchor="middle" x="1318.89" y="-3161.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 318->348 --> | |
<g id="edge376" class="edge"><title>318->348</title> | |
<path fill="none" stroke="black" d="M1241.01,-3085.37C1276.32,-3085.37 1344.66,-3085.37 1386.96,-3085.37"/> | |
<polygon fill="black" stroke="black" points="1387.11,-3088.87 1397.11,-3085.37 1387.11,-3081.87 1387.11,-3088.87"/> | |
<text text-anchor="middle" x="1318.89" y="-3088.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 319->349 --> | |
<g id="edge377" class="edge"><title>319->349</title> | |
<path fill="none" stroke="black" d="M1241.01,-3012.37C1276.32,-3012.37 1344.66,-3012.37 1386.96,-3012.37"/> | |
<polygon fill="black" stroke="black" points="1387.11,-3015.87 1397.11,-3012.37 1387.11,-3008.87 1387.11,-3015.87"/> | |
<text text-anchor="middle" x="1318.89" y="-3015.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 320->350 --> | |
<g id="edge378" class="edge"><title>320->350</title> | |
<path fill="none" stroke="black" d="M1241.01,-2939.37C1276.32,-2939.37 1344.66,-2939.37 1386.96,-2939.37"/> | |
<polygon fill="black" stroke="black" points="1387.11,-2942.87 1397.11,-2939.37 1387.11,-2935.87 1387.11,-2942.87"/> | |
<text text-anchor="middle" x="1318.89" y="-2942.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 321->351 --> | |
<g id="edge379" class="edge"><title>321->351</title> | |
<path fill="none" stroke="black" d="M1241.01,-2866.37C1276.32,-2866.37 1344.66,-2866.37 1386.96,-2866.37"/> | |
<polygon fill="black" stroke="black" points="1387.11,-2869.87 1397.11,-2866.37 1387.11,-2862.87 1387.11,-2869.87"/> | |
<text text-anchor="middle" x="1318.89" y="-2869.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 322->352 --> | |
<g id="edge380" class="edge"><title>322->352</title> | |
<path fill="none" stroke="black" d="M1241.01,-2793.37C1276.32,-2793.37 1344.66,-2793.37 1386.96,-2793.37"/> | |
<polygon fill="black" stroke="black" points="1387.11,-2796.87 1397.11,-2793.37 1387.11,-2789.87 1387.11,-2796.87"/> | |
<text text-anchor="middle" x="1318.89" y="-2796.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 323->353 --> | |
<g id="edge381" class="edge"><title>323->353</title> | |
<path fill="none" stroke="black" d="M1241.01,-2720.37C1276.32,-2720.37 1344.66,-2720.37 1386.96,-2720.37"/> | |
<polygon fill="black" stroke="black" points="1387.11,-2723.87 1397.11,-2720.37 1387.11,-2716.87 1387.11,-2723.87"/> | |
<text text-anchor="middle" x="1318.89" y="-2723.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 324->354 --> | |
<g id="edge382" class="edge"><title>324->354</title> | |
<path fill="none" stroke="black" d="M1241.01,-2647.37C1276.32,-2647.37 1344.66,-2647.37 1386.96,-2647.37"/> | |
<polygon fill="black" stroke="black" points="1387.11,-2650.87 1397.11,-2647.37 1387.11,-2643.87 1387.11,-2650.87"/> | |
<text text-anchor="middle" x="1318.89" y="-2650.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 325->355 --> | |
<g id="edge383" class="edge"><title>325->355</title> | |
<path fill="none" stroke="black" d="M1241.01,-2574.37C1276.32,-2574.37 1344.66,-2574.37 1386.96,-2574.37"/> | |
<polygon fill="black" stroke="black" points="1387.11,-2577.87 1397.11,-2574.37 1387.11,-2570.87 1387.11,-2577.87"/> | |
<text text-anchor="middle" x="1318.89" y="-2577.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 326->356 --> | |
<g id="edge384" class="edge"><title>326->356</title> | |
<path fill="none" stroke="black" d="M1241.01,-2209.37C1276.32,-2209.37 1344.66,-2209.37 1386.96,-2209.37"/> | |
<polygon fill="black" stroke="black" points="1387.11,-2212.87 1397.11,-2209.37 1387.11,-2205.87 1387.11,-2212.87"/> | |
<text text-anchor="middle" x="1318.89" y="-2212.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 327->357 --> | |
<g id="edge385" class="edge"><title>327->357</title> | |
<path fill="none" stroke="black" d="M1241.01,-2136.37C1276.32,-2136.37 1344.66,-2136.37 1386.96,-2136.37"/> | |
<polygon fill="black" stroke="black" points="1387.11,-2139.87 1397.11,-2136.37 1387.11,-2132.87 1387.11,-2139.87"/> | |
<text text-anchor="middle" x="1318.89" y="-2139.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 328->358 --> | |
<g id="edge386" class="edge"><title>328->358</title> | |
<path fill="none" stroke="black" d="M1241.01,-2063.37C1276.32,-2063.37 1344.66,-2063.37 1386.96,-2063.37"/> | |
<polygon fill="black" stroke="black" points="1387.11,-2066.87 1397.11,-2063.37 1387.11,-2059.87 1387.11,-2066.87"/> | |
<text text-anchor="middle" x="1318.89" y="-2066.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 329->359 --> | |
<g id="edge387" class="edge"><title>329->359</title> | |
<path fill="none" stroke="black" d="M1240.22,-1795.26C1275.58,-1804.73 1345.42,-1823.45 1387.95,-1834.84"/> | |
<polygon fill="black" stroke="black" points="1387.31,-1838.29 1397.87,-1837.5 1389.12,-1831.53 1387.31,-1838.29"/> | |
<text text-anchor="middle" x="1318.89" y="-1836.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 330->360 --> | |
<g id="edge243" class="edge"><title>330->360</title> | |
<path fill="none" stroke="black" d="M1219.44,-1502.82C1222.54,-1555.08 1232.5,-1679.02 1258.63,-1710.37 1290.51,-1748.63 1348.73,-1762.9 1386.77,-1768.22"/> | |
<polygon fill="black" stroke="black" points="1386.57,-1771.72 1396.92,-1769.49 1387.44,-1764.77 1386.57,-1771.72"/> | |
<text text-anchor="middle" x="1318.89" y="-1770.17" font-family="Times,serif" font-size="14.00">emails</text> | |
</g> | |
<!-- 330->361 --> | |
<g id="edge244" class="edge"><title>330->361</title> | |
<path fill="none" stroke="black" d="M1218.03,-1502.92C1218.98,-1536.23 1225.52,-1597.2 1258.63,-1634.37 1291.86,-1671.68 1349.46,-1687.42 1387.02,-1693.93"/> | |
<polygon fill="black" stroke="black" points="1386.62,-1697.41 1397.05,-1695.54 1387.73,-1690.5 1386.62,-1697.41"/> | |
<text text-anchor="middle" x="1318.89" y="-1695.17" font-family="Times,serif" font-size="14.00">lock</text> | |
</g> | |
<!-- 330->362 --> | |
<g id="edge245" class="edge"><title>330->362</title> | |
<path fill="none" stroke="black" d="M1225,-1501.51C1231.25,-1518.75 1242.11,-1542.22 1258.63,-1557.37 1295.29,-1590.99 1350.87,-1609.2 1387.19,-1618.09"/> | |
<polygon fill="black" stroke="black" points="1386.81,-1621.6 1397.34,-1620.46 1388.4,-1614.78 1386.81,-1621.6"/> | |
<text text-anchor="middle" x="1318.89" y="-1619.17" font-family="Times,serif" font-size="14.00">debate-outcome</text> | |
</g> | |
<!-- 330->363 --> | |
<g id="edge246" class="edge"><title>330->363</title> | |
<path fill="none" stroke="black" d="M1238.63,-1488.92C1244.98,-1491.77 1252.05,-1494.81 1258.63,-1497.37 1302.73,-1514.51 1354.66,-1531.29 1388.29,-1541.71"/> | |
<polygon fill="black" stroke="black" points="1387.52,-1545.14 1398.11,-1544.74 1389.58,-1538.45 1387.52,-1545.14"/> | |
<text text-anchor="middle" x="1318.89" y="-1542.17" font-family="Times,serif" font-size="14.00">government-response</text> | |
</g> | |
<!-- 330->364 --> | |
<g id="edge247" class="edge"><title>330->364</title> | |
<path fill="none" stroke="black" d="M1241.01,-1479.37C1276.32,-1479.37 1344.66,-1479.37 1386.96,-1479.37"/> | |
<polygon fill="black" stroke="black" points="1387.11,-1482.87 1397.11,-1479.37 1387.11,-1475.87 1387.11,-1482.87"/> | |
<text text-anchor="middle" x="1318.89" y="-1482.17" font-family="Times,serif" font-size="14.00">notes</text> | |
</g> | |
<!-- 330->365 --> | |
<g id="edge248" class="edge"><title>330->365</title> | |
<path fill="none" stroke="black" d="M1238.63,-1469.82C1244.98,-1466.97 1252.05,-1463.93 1258.63,-1461.37 1302.73,-1444.23 1354.66,-1427.46 1388.29,-1417.03"/> | |
<polygon fill="black" stroke="black" points="1389.58,-1420.29 1398.11,-1414 1387.52,-1413.6 1389.58,-1420.29"/> | |
<text text-anchor="middle" x="1318.89" y="-1464.17" font-family="Times,serif" font-size="14.00">details</text> | |
</g> | |
<!-- 330->366 --> | |
<g id="edge249" class="edge"><title>330->366</title> | |
<path fill="none" stroke="black" d="M1225.22,-1457.19C1231.54,-1440.22 1242.39,-1417.27 1258.63,-1402.37 1295.37,-1368.68 1350.93,-1350.1 1387.22,-1340.94"/> | |
<polygon fill="black" stroke="black" points="1388.47,-1344.24 1397.37,-1338.49 1386.83,-1337.43 1388.47,-1344.24"/> | |
<text text-anchor="middle" x="1318.89" y="-1405.17" font-family="Times,serif" font-size="14.00">schedule-debate</text> | |
</g> | |
<!-- 330->367 --> | |
<g id="edge250" class="edge"><title>330->367</title> | |
<path fill="none" stroke="black" d="M1218.11,-1456C1219.14,-1422.92 1225.79,-1362.38 1258.63,-1325.37 1291.86,-1287.93 1349.46,-1271.82 1387.02,-1265.06"/> | |
<polygon fill="black" stroke="black" points="1387.76,-1268.48 1397.05,-1263.39 1386.61,-1261.58 1387.76,-1268.48"/> | |
<text text-anchor="middle" x="1318.89" y="-1328.17" font-family="Times,serif" font-size="14.00">tags</text> | |
</g> | |
<!-- 331->368 --> | |
<g id="edge388" class="edge"><title>331->368</title> | |
<path fill="none" stroke="black" d="M1239.84,-1244.64C1275.19,-1233.62 1345.77,-1211.61 1388.41,-1198.32"/> | |
<polygon fill="black" stroke="black" points="1389.58,-1201.62 1398.09,-1195.3 1387.5,-1194.94 1389.58,-1201.62"/> | |
<text text-anchor="middle" x="1318.89" y="-1241.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 369->381 --> | |
<g id="edge389" class="edge"><title>369->381</title> | |
<path fill="none" stroke="black" d="M1538.81,-3304.37C1566.69,-3304.37 1614.4,-3304.37 1647.52,-3304.37"/> | |
<polygon fill="black" stroke="black" points="1647.72,-3307.87 1657.72,-3304.37 1647.72,-3300.87 1647.72,-3307.87"/> | |
<text text-anchor="middle" x="1598.16" y="-3307.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 370->382 --> | |
<g id="edge263" class="edge"><title>370->382</title> | |
<path fill="none" stroke="black" d="M1538.81,-3231.37C1566.69,-3231.37 1614.4,-3231.37 1647.52,-3231.37"/> | |
<polygon fill="black" stroke="black" points="1647.72,-3234.87 1657.72,-3231.37 1647.72,-3227.87 1647.72,-3234.87"/> | |
<text text-anchor="middle" x="1598.16" y="-3234.17" font-family="Times,serif" font-size="14.00">edit</text> | |
</g> | |
<!-- 371->383 --> | |
<g id="edge390" class="edge"><title>371->383</title> | |
<path fill="none" stroke="black" d="M1538.81,-3161.83C1566.69,-3161.17 1614.4,-3160.03 1647.52,-3159.24"/> | |
<polygon fill="black" stroke="black" points="1647.81,-3162.74 1657.72,-3159 1647.64,-3155.74 1647.81,-3162.74"/> | |
<text text-anchor="middle" x="1598.16" y="-3165.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 372->384 --> | |
<g id="edge391" class="edge"><title>372->384</title> | |
<path fill="none" stroke="black" d="M1538.46,-1893.96C1566.33,-1898.44 1614.39,-1906.16 1647.65,-1911.5"/> | |
<polygon fill="black" stroke="black" points="1647.45,-1915.02 1657.88,-1913.15 1648.57,-1908.11 1647.45,-1915.02"/> | |
<text text-anchor="middle" x="1598.16" y="-1913.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 373->385 --> | |
<g id="edge264" class="edge"><title>373->385</title> | |
<path fill="none" stroke="black" d="M1536.67,-1780.58C1543.03,-1783.42 1550.06,-1786.54 1556.53,-1789.37 1588.27,-1803.29 1624.58,-1818.9 1650.33,-1829.93"/> | |
<polygon fill="black" stroke="black" points="1649.08,-1833.2 1659.65,-1833.92 1651.83,-1826.77 1649.08,-1833.2"/> | |
<text text-anchor="middle" x="1598.16" y="-1828.17" font-family="Times,serif" font-size="14.00">new</text> | |
</g> | |
<!-- 373->386 --> | |
<g id="edge392" class="edge"><title>373->386</title> | |
<path fill="none" stroke="black" d="M1538.81,-1771.37C1566.69,-1771.37 1614.4,-1771.37 1647.52,-1771.37"/> | |
<polygon fill="black" stroke="black" points="1647.72,-1774.87 1657.72,-1771.37 1647.72,-1767.87 1647.72,-1774.87"/> | |
<text text-anchor="middle" x="1598.16" y="-1774.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 374->387 --> | |
<g id="edge393" class="edge"><title>374->387</title> | |
<path fill="none" stroke="black" d="M1538.81,-1698.37C1566.69,-1698.37 1614.4,-1698.37 1647.52,-1698.37"/> | |
<polygon fill="black" stroke="black" points="1647.72,-1701.87 1657.72,-1698.37 1647.72,-1694.87 1647.72,-1701.87"/> | |
<text text-anchor="middle" x="1598.16" y="-1701.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 375->388 --> | |
<g id="edge394" class="edge"><title>375->388</title> | |
<path fill="none" stroke="black" d="M1538.81,-1625.37C1566.69,-1625.37 1614.4,-1625.37 1647.52,-1625.37"/> | |
<polygon fill="black" stroke="black" points="1647.72,-1628.87 1657.72,-1625.37 1647.72,-1621.87 1647.72,-1628.87"/> | |
<text text-anchor="middle" x="1598.16" y="-1628.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 376->389 --> | |
<g id="edge395" class="edge"><title>376->389</title> | |
<path fill="none" stroke="black" d="M1538.81,-1552.37C1566.69,-1552.37 1614.4,-1552.37 1647.52,-1552.37"/> | |
<polygon fill="black" stroke="black" points="1647.72,-1555.87 1657.72,-1552.37 1647.72,-1548.87 1647.72,-1555.87"/> | |
<text text-anchor="middle" x="1598.16" y="-1555.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 377->390 --> | |
<g id="edge396" class="edge"><title>377->390</title> | |
<path fill="none" stroke="black" d="M1538.81,-1479.37C1566.69,-1479.37 1614.4,-1479.37 1647.52,-1479.37"/> | |
<polygon fill="black" stroke="black" points="1647.72,-1482.87 1657.72,-1479.37 1647.72,-1475.87 1647.72,-1482.87"/> | |
<text text-anchor="middle" x="1598.16" y="-1482.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 378->391 --> | |
<g id="edge397" class="edge"><title>378->391</title> | |
<path fill="none" stroke="black" d="M1538.81,-1406.37C1566.69,-1406.37 1614.4,-1406.37 1647.52,-1406.37"/> | |
<polygon fill="black" stroke="black" points="1647.72,-1409.87 1657.72,-1406.37 1647.72,-1402.87 1647.72,-1409.87"/> | |
<text text-anchor="middle" x="1598.16" y="-1409.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 379->392 --> | |
<g id="edge398" class="edge"><title>379->392</title> | |
<path fill="none" stroke="black" d="M1538.81,-1333.37C1566.69,-1333.37 1614.4,-1333.37 1647.52,-1333.37"/> | |
<polygon fill="black" stroke="black" points="1647.72,-1336.87 1657.72,-1333.37 1647.72,-1329.87 1647.72,-1336.87"/> | |
<text text-anchor="middle" x="1598.16" y="-1336.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 380->393 --> | |
<g id="edge399" class="edge"><title>380->393</title> | |
<path fill="none" stroke="black" d="M1538.81,-1260.37C1566.69,-1260.37 1614.4,-1260.37 1647.52,-1260.37"/> | |
<polygon fill="black" stroke="black" points="1647.72,-1263.87 1657.72,-1260.37 1647.72,-1256.87 1647.72,-1263.87"/> | |
<text text-anchor="middle" x="1598.16" y="-1263.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 394->398 --> | |
<g id="edge400" class="edge"><title>394->398</title> | |
<path fill="none" stroke="black" d="M1799.45,-3231.37C1827.33,-3231.37 1875.04,-3231.37 1908.16,-3231.37"/> | |
<polygon fill="black" stroke="black" points="1908.36,-3234.87 1918.36,-3231.37 1908.36,-3227.87 1908.36,-3234.87"/> | |
<text text-anchor="middle" x="1858.8" y="-3234.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 395->399 --> | |
<g id="edge401" class="edge"><title>395->399</title> | |
<path fill="none" stroke="black" d="M1799.45,-1844.37C1827.33,-1844.37 1875.04,-1844.37 1908.16,-1844.37"/> | |
<polygon fill="black" stroke="black" points="1908.36,-1847.87 1918.36,-1844.37 1908.36,-1840.87 1908.36,-1847.87"/> | |
<text text-anchor="middle" x="1858.8" y="-1847.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 396->400 --> | |
<g id="edge269" class="edge"><title>396->400</title> | |
<path fill="none" stroke="black" d="M1799.45,-1771.37C1827.33,-1771.37 1875.04,-1771.37 1908.16,-1771.37"/> | |
<polygon fill="black" stroke="black" points="1908.36,-1774.87 1918.36,-1771.37 1908.36,-1767.87 1908.36,-1774.87"/> | |
<text text-anchor="middle" x="1858.8" y="-1774.17" font-family="Times,serif" font-size="14.00">edit</text> | |
</g> | |
<!-- 397->401 --> | |
<g id="edge402" class="edge"><title>397->401</title> | |
<path fill="none" stroke="black" d="M1799.45,-1701.83C1827.33,-1701.17 1875.04,-1700.03 1908.16,-1699.24"/> | |
<polygon fill="black" stroke="black" points="1908.44,-1702.74 1918.36,-1699 1908.28,-1695.74 1908.44,-1702.74"/> | |
<text text-anchor="middle" x="1858.8" y="-1705.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
<!-- 402->403 --> | |
<g id="edge403" class="edge"><title>402->403</title> | |
<path fill="none" stroke="black" d="M2059.7,-1771.37C2087.58,-1771.37 2135.29,-1771.37 2168.41,-1771.37"/> | |
<polygon fill="black" stroke="black" points="2168.61,-1774.87 2178.61,-1771.37 2168.61,-1767.87 2168.61,-1774.87"/> | |
<text text-anchor="middle" x="2119.05" y="-1774.17" font-family="Times,serif" font-size="14.00">(?-mix:[^./?]+)</text> | |
</g> | |
</g> | |
</svg> | |
</div> | |
<div class="instruction"> | |
<p> | |
This is a FSM for a system that has the following routes: | |
</p> | |
<ul> | |
<li>/</li> | |
<li>/help(.:format)</li> | |
<li>/privacy(.:format)</li> | |
<li>/feedback(.:format)</li> | |
<li>/feedback/thanks(.:format)</li> | |
<li>/petitions/local(.:format)</li> | |
<li>/petitions/local/:id(.:format)</li> | |
<li>/petitions/local/:id/all(.:format)</li> | |
<li>/petitions/check(.:format)</li> | |
<li>/petitions/check_results(.:format)</li> | |
<li>/petitions/new(.:format)</li> | |
<li>/petitions/:id/count(.:format)</li> | |
<li>/petitions/:id/thank-you(.:format)</li> | |
<li>/petitions/:id/gathering-support(.:format)</li> | |
<li>/petitions/:id/moderation-info(.:format)</li> | |
<li>/petitions/:petition_id/sponsors/new(.:format)</li> | |
<li>/petitions/:petition_id/sponsors/thank-you(.:format)</li> | |
<li>/sponsors/:id/verify(.:format)</li> | |
<li>/sponsors/:id/sponsored(.:format)</li> | |
<li>/petitions/:petition_id/sponsors(.:format)</li> | |
<li>/petitions/:petition_id/signatures/new(.:format)</li> | |
<li>/petitions/:petition_id/signatures/thank-you(.:format)</li> | |
<li>/signatures/:id/verify(.:format)</li> | |
<li>/signatures/:id/unsubscribe(.:format)</li> | |
<li>/signatures/:id/signed(.:format)</li> | |
<li>/petitions/:petition_id/signatures(.:format)</li> | |
<li>/petitions(.:format)</li> | |
<li>/petitions/:id(.:format)</li> | |
<li>/archived/petitions(.:format)</li> | |
<li>/archived/petitions/:id(.:format)</li> | |
<li>/archived/signatures/:id/unsubscribe(.:format)</li> | |
<li>/accessibility(.:format)</li> | |
<li>/api/petitions(.:format)</li> | |
<li>/api/petitions/:id(.:format)</li> | |
<li>/crown-copyright(.:format)</li> | |
<li>/departments(.:format)</li> | |
<li>/departments/:id(.:format)</li> | |
<li>/how-it-works(.:format)</li> | |
<li>/privacy-policy(.:format)</li> | |
<li>/faq(.:format)</li> | |
<li>/terms-and-conditions(.:format)</li> | |
<li>/admin(.:format)</li> | |
<li>/admin/parliament(.:format)</li> | |
<li>/admin/search(.:format)</li> | |
<li>/admin/admin_users(.:format)</li> | |
<li>/admin/admin_users/new(.:format)</li> | |
<li>/admin/admin_users/:id/edit(.:format)</li> | |
<li>/admin/admin_users/:id(.:format)</li> | |
<li>/admin/profile/:id/edit(.:format)</li> | |
<li>/admin/profile/:id(.:format)</li> | |
<li>/admin/user_sessions(.:format)</li> | |
<li>/admin/invalidations/:id/cancel(.:format)</li> | |
<li>/admin/invalidations/:id/count(.:format)</li> | |
<li>/admin/invalidations/:id/start(.:format)</li> | |
<li>/admin/invalidations(.:format)</li> | |
<li>/admin/invalidations/new(.:format)</li> | |
<li>/admin/invalidations/:id/edit(.:format)</li> | |
<li>/admin/invalidations/:id(.:format)</li> | |
<li>/admin/moderation-delay(.:format)</li> | |
<li>/admin/moderation-delay/new(.:format)</li> | |
<li>/admin/petitions/:petition_id/emails(.:format)</li> | |
<li>/admin/petitions/:petition_id/emails/new(.:format)</li> | |
<li>/admin/petitions/:petition_id/emails/:id/edit(.:format)</li> | |
<li>/admin/petitions/:petition_id/emails/:id(.:format)</li> | |
<li>/admin/petitions/:petition_id/lock(.:format)</li> | |
<li>/admin/petitions/:petition_id/moderation(.:format)</li> | |
<li>/admin/petitions/:petition_id/debate-outcome(.:format)</li> | |
<li>/admin/petitions/:petition_id/government-response(.:format)</li> | |
<li>/admin/petitions/:petition_id/notes(.:format)</li> | |
<li>/admin/petitions/:petition_id/details(.:format)</li> | |
<li>/admin/petitions/:petition_id/schedule-debate(.:format)</li> | |
<li>/admin/petitions/:petition_id/tags(.:format)</li> | |
<li>/admin/petitions/:petition_id/take-down(.:format)</li> | |
<li>/admin/petitions(.:format)</li> | |
<li>/admin/petitions/:id(.:format)</li> | |
<li>/admin/rate-limits/edit(.:format)</li> | |
<li>/admin/rate-limits(.:format)</li> | |
<li>/admin/site/edit(.:format)</li> | |
<li>/admin/site(.:format)</li> | |
<li>/admin/holidays/edit(.:format)</li> | |
<li>/admin/holidays(.:format)</li> | |
<li>/admin/signatures/:id/validate(.:format)</li> | |
<li>/admin/signatures/:id/invalidate(.:format)</li> | |
<li>/admin/signatures/:id/unsubscribe(.:format)</li> | |
<li>/admin/signatures(.:format)</li> | |
<li>/admin/signatures/validate(.:format)</li> | |
<li>/admin/signatures/invalidate(.:format)</li> | |
<li>/admin/signatures/unsubscribe(.:format)</li> | |
<li>/admin/signatures/:id(.:format)</li> | |
<li>/admin/tags(.:format)</li> | |
<li>/admin/tags/new(.:format)</li> | |
<li>/admin/tags/:id/edit(.:format)</li> | |
<li>/admin/tags/:id(.:format)</li> | |
<li>/admin/archived(.:format)</li> | |
<li>/admin/archived/petitions/:petition_id/emails(.:format)</li> | |
<li>/admin/archived/petitions/:petition_id/emails/new(.:format)</li> | |
<li>/admin/archived/petitions/:petition_id/emails/:id/edit(.:format)</li> | |
<li>/admin/archived/petitions/:petition_id/emails/:id(.:format)</li> | |
<li>/admin/archived/petitions/:petition_id/lock(.:format)</li> | |
<li>/admin/archived/petitions/:petition_id/debate-outcome(.:format)</li> | |
<li>/admin/archived/petitions/:petition_id/government-response(.:format)</li> | |
<li>/admin/archived/petitions/:petition_id/notes(.:format)</li> | |
<li>/admin/archived/petitions/:petition_id/details(.:format)</li> | |
<li>/admin/archived/petitions/:petition_id/schedule-debate(.:format)</li> | |
<li>/admin/archived/petitions/:petition_id/tags(.:format)</li> | |
<li>/admin/archived/petitions(.:format)</li> | |
<li>/admin/archived/petitions/:id(.:format)</li> | |
<li>/admin/stats(.:format)</li> | |
<li>/admin/logout(.:format)</li> | |
<li>/admin/login(.:format)</li> | |
<li>/admin/continue(.:format)</li> | |
<li>/admin/status(.:format)</li> | |
<li>/ping(.:format)</li> | |
<li>/rails/info/properties(.:format)</li> | |
<li>/rails/info/routes(.:format)</li> | |
<li>/rails/info(.:format)</li> | |
<li>/rails/mailers(.:format)</li> | |
</ul> | |
</div> | |
</div> | |
<script>function tt() { return {"regexp_states":{"20":{"[^\\./\\?]+":42},"21":{"[^\\./\\?]+":43},"22":{"[^\\./\\?]+":44},"24":{"[^\\./\\?]+":50},"25":{"[^\\./\\?]+":51},"26":{"[^\\./\\?]+":52},"27":{"[^\\./\\?]+":53},"29":{"[^\\./\\?]+":56},"31":{"[^\\./\\?]+":58},"32":{"[^\\./\\?]+":59},"33":{"[^\\./\\?]+":60},"34":{"[^\\./\\?]+":61},"35":{"[^\\./\\?]+":62},"36":{"[^\\./\\?]+":63},"37":{"[^\\./\\?]+":64},"38":{"[^\\./\\?]+":65},"40":{"[^\\./\\?]+":85},"88":{"[^\\./\\?]+":136},"89":{"[^\\./\\?]+":137},"90":{"[^\\./\\?]+":138},"91":{"[^\\./\\?]+":139},"92":{"[^\\./\\?]+":140},"93":{"[^\\./\\?]+":141},"95":{"[^\\./\\?]+":148},"98":{"[^\\./\\?]+":154},"99":{"[^\\./\\?]+":155},"100":{"[^\\./\\?]+":156},"101":{"[^\\./\\?]+":157},"102":{"[^\\./\\?]+":158},"103":{"[^\\./\\?]+":159},"104":{"[^\\./\\?]+":160},"105":{"[^\\./\\?]+":161},"106":{"[^\\./\\?]+":162},"107":{"[^\\./\\?]+":164},"108":{"[^\\./\\?]+":165},"109":{"[^\\./\\?]+":166},"110":{"[^\\./\\?]+":167},"111":{"[^\\./\\?]+":169},"112":{"[^\\./\\?]+":170},"114":{"[^\\./\\?]+":172},"115":{"[^\\./\\?]+":173},"117":{"[^\\./\\?]+":175},"119":{"[^\\./\\?]+":177},"121":{"[^\\./\\?]+":179},"122":{"[^\\./\\?]+":180},"123":{"[^\\./\\?]+":184},"124":{"[^\\./\\?]+":185},"125":{"[^\\./\\?]+":187},"126":{"[^\\./\\?]+":188},"128":{"[^\\./\\?]+":190},"129":{"[^\\./\\?]+":191},"130":{"[^\\./\\?]+":192},"131":{"[^\\./\\?]+":193},"132":{"[^\\./\\?]+":194},"134":{"[^\\./\\?]+":197},"135":{"[^\\./\\?]+":198},"199":{"[^\\./\\?]+":243},"201":{"[^\\./\\?]+":245},"202":{"[^\\./\\?]+":246},"203":{"[^\\./\\?]+":247},"204":{"[^\\./\\?]+":248},"206":{"[^\\./\\?]+":251},"208":{"[^\\./\\?]+":254},"209":{"[^\\./\\?]+":255},"210":{"[^\\./\\?]+":256},"211":{"[^\\./\\?]+":257},"212":{"[^\\./\\?]+":258},"213":{"[^\\./\\?]+":259},"214":{"[^\\./\\?]+":260},"216":{"[^\\./\\?]+":262},"217":{"[^\\./\\?]+":263},"219":{"[^\\./\\?]+":265},"221":{"[^\\./\\?]+":267},"223":{"[^\\./\\?]+":272},"224":{"[^\\./\\?]+":273},"225":{"[^\\./\\?]+":274},"227":{"[^\\./\\?]+":285},"228":{"[^\\./\\?]+":286},"229":{"[^\\./\\?]+":287},"230":{"[^\\./\\?]+":288},"232":{"[^\\./\\?]+":292},"233":{"[^\\./\\?]+":293},"234":{"[^\\./\\?]+":294},"235":{"[^\\./\\?]+":295},"236":{"[^\\./\\?]+":296},"238":{"[^\\./\\?]+":298},"239":{"[^\\./\\?]+":299},"240":{"[^\\./\\?]+":300},"241":{"[^\\./\\?]+":301},"242":{"[^\\./\\?]+":302},"303":{"[^\\./\\?]+":332},"304":{"[^\\./\\?]+":333},"305":{"[^\\./\\?]+":334},"306":{"[^\\./\\?]+":335},"307":{"[^\\./\\?]+":336},"308":{"[^\\./\\?]+":337},"309":{"[^\\./\\?]+":338},"310":{"[^\\./\\?]+":339},"311":{"[^\\./\\?]+":340},"312":{"[^\\./\\?]+":341},"313":{"[^\\./\\?]+":342},"314":{"[^\\./\\?]+":343},"315":{"[^\\./\\?]+":344},"316":{"[^\\./\\?]+":346},"317":{"[^\\./\\?]+":347},"318":{"[^\\./\\?]+":348},"319":{"[^\\./\\?]+":349},"320":{"[^\\./\\?]+":350},"321":{"[^\\./\\?]+":351},"322":{"[^\\./\\?]+":352},"323":{"[^\\./\\?]+":353},"324":{"[^\\./\\?]+":354},"325":{"[^\\./\\?]+":355},"326":{"[^\\./\\?]+":356},"327":{"[^\\./\\?]+":357},"328":{"[^\\./\\?]+":358},"329":{"[^\\./\\?]+":359},"331":{"[^\\./\\?]+":368},"369":{"[^\\./\\?]+":381},"371":{"[^\\./\\?]+":383},"372":{"[^\\./\\?]+":384},"373":{"[^\\./\\?]+":386},"374":{"[^\\./\\?]+":387},"375":{"[^\\./\\?]+":388},"376":{"[^\\./\\?]+":389},"377":{"[^\\./\\?]+":390},"378":{"[^\\./\\?]+":391},"379":{"[^\\./\\?]+":392},"380":{"[^\\./\\?]+":393},"394":{"[^\\./\\?]+":398},"395":{"[^\\./\\?]+":399},"397":{"[^\\./\\?]+":401},"402":{"[^\\./\\?]+":403}},"string_states":{"0":{"/":1},"1":{"help":2,"privacy":3,"feedback":4,"petitions":5,"sponsors":6,"signatures":7,"archived":8,"accessibility":9,"api":10,"crown-copyright":11,"departments":12,"how-it-works":13,"privacy-policy":14,"faq":15,"terms-and-conditions":16,"admin":17,"ping":18,"rails":19},"2":{".":20},"3":{".":21},"4":{".":22,"/":23},"5":{"/":24,".":25},"6":{"/":26},"7":{"/":27},"8":{"/":28},"9":{".":29},"10":{"/":30},"11":{".":31},"12":{".":32,"/":33},"13":{".":34},"14":{".":35},"15":{".":36},"16":{".":37},"17":{".":38,"/":39},"18":{".":40},"19":{"/":41},"23":{"thanks":45},"24":{"local":46,"check":47,"check_results":48,"new":49},"28":{"petitions":54,"signatures":55},"30":{"petitions":57},"39":{"parliament":66,"search":67,"admin_users":68,"profile":69,"user_sessions":70,"invalidations":71,"moderation-delay":72,"petitions":73,"rate-limits":74,"site":75,"holidays":76,"signatures":77,"tags":78,"archived":79,"stats":80,"logout":81,"login":82,"continue":83,"status":84},"41":{"info":86,"mailers":87},"45":{".":88},"46":{".":89,"/":90},"47":{".":91},"48":{".":92},"49":{".":93},"50":{"/":94,".":95},"52":{"/":96},"53":{"/":97},"54":{".":98,"/":99},"55":{"/":100},"57":{".":101,"/":102},"60":{".":103},"66":{".":104},"67":{".":105},"68":{".":106,"/":107},"69":{"/":108},"70":{".":109},"71":{"/":110,".":111},"72":{".":112,"/":113},"73":{"/":114,".":115},"74":{"/":116,".":117},"75":{"/":118,".":119},"76":{"/":120,".":121},"77":{"/":122,".":123},"78":{".":124,"/":125},"79":{".":126,"/":127},"80":{".":128},"81":{".":129},"82":{".":130},"83":{".":131},"84":{".":132},"86":{"/":133,".":134},"87":{".":135},"94":{"count":142,"thank-you":143,"gathering-support":144,"moderation-info":145,"sponsors":146,"signatures":147},"96":{"verify":149,"sponsored":150},"97":{"verify":151,"unsubscribe":152,"signed":153},"107":{"new":163},"110":{"new":168},"113":{"new":171},"116":{"edit":174},"118":{"edit":176},"120":{"edit":178},"122":{"validate":181,"invalidate":182,"unsubscribe":183},"125":{"new":186},"127":{"petitions":189},"133":{"properties":195,"routes":196},"138":{".":199,"/":200},"142":{".":201},"143":{".":202},"144":{".":203},"145":{".":204},"146":{"/":205,".":206},"147":{"/":207,".":208},"149":{".":209},"150":{".":210},"151":{".":211},"152":{".":212},"153":{".":213},"155":{".":214},"156":{"/":215},"158":{".":216},"163":{".":217},"164":{"/":218,".":219},"165":{"/":220,".":221},"167":{"/":222,".":223},"168":{".":224},"171":{".":225},"172":{"/":226,".":227},"174":{".":228},"176":{".":229},"178":{".":230},"180":{"/":231,".":232},"181":{".":233},"182":{".":234},"183":{".":235},"186":{".":236},"187":{"/":237,".":238},"189":{"/":239,".":240},"195":{".":241},"196":{".":242},"200":{"all":244},"205":{"new":249,"thank-you":250},"207":{"new":252,"thank-you":253},"215":{"unsubscribe":261},"218":{"edit":264},"220":{"edit":266},"222":{"cancel":268,"count":269,"start":270,"edit":271},"226":{"emails":275,"lock":276,"moderation":277,"debate-outcome":278,"government-response":279,"notes":280,"details":281,"schedule-debate":282,"tags":283,"take-down":284},"231":{"validate":289,"invalidate":290,"unsubscribe":291},"237":{"edit":297},"244":{".":303},"249":{".":304},"250":{".":305},"252":{".":306},"253":{".":307},"261":{".":308},"264":{".":309},"266":{".":310},"268":{".":311},"269":{".":312},"270":{".":313},"271":{".":314},"275":{".":315,"/":316},"276":{".":317},"277":{".":318},"278":{".":319},"279":{".":320},"280":{".":321},"281":{".":322},"282":{".":323},"283":{".":324},"284":{".":325},"289":{".":326},"290":{".":327},"291":{".":328},"297":{".":329},"299":{"/":330,".":331},"316":{"new":345},"330":{"emails":360,"lock":361,"debate-outcome":362,"government-response":363,"notes":364,"details":365,"schedule-debate":366,"tags":367},"345":{".":369},"346":{"/":370,".":371},"360":{".":372,"/":373},"361":{".":374},"362":{".":375},"363":{".":376},"364":{".":377},"365":{".":378},"366":{".":379},"367":{".":380},"370":{"edit":382},"373":{"new":385},"382":{".":394},"385":{".":395},"386":{"/":396,".":397},"396":{"edit":400},"400":{".":402}},"accepting":{"1":true,"2":true,"3":true,"4":true,"5":true,"9":true,"11":true,"12":true,"13":true,"14":true,"15":true,"16":true,"17":true,"18":true,"42":true,"43":true,"44":true,"45":true,"46":true,"47":true,"48":true,"49":true,"50":true,"51":true,"54":true,"56":true,"57":true,"58":true,"59":true,"60":true,"61":true,"62":true,"63":true,"64":true,"65":true,"66":true,"67":true,"68":true,"70":true,"71":true,"72":true,"73":true,"74":true,"75":true,"76":true,"77":true,"78":true,"79":true,"80":true,"81":true,"82":true,"83":true,"84":true,"85":true,"86":true,"87":true,"136":true,"137":true,"138":true,"139":true,"140":true,"141":true,"142":true,"143":true,"144":true,"145":true,"146":true,"147":true,"148":true,"149":true,"150":true,"151":true,"152":true,"153":true,"154":true,"155":true,"157":true,"158":true,"159":true,"160":true,"161":true,"162":true,"163":true,"164":true,"165":true,"166":true,"167":true,"168":true,"169":true,"170":true,"171":true,"172":true,"173":true,"174":true,"175":true,"176":true,"177":true,"178":true,"179":true,"180":true,"181":true,"182":true,"183":true,"184":true,"185":true,"186":true,"187":true,"188":true,"189":true,"190":true,"191":true,"192":true,"193":true,"194":true,"195":true,"196":true,"197":true,"198":true,"243":true,"244":true,"245":true,"246":true,"247":true,"248":true,"249":true,"250":true,"251":true,"252":true,"253":true,"254":true,"255":true,"256":true,"257":true,"258":true,"259":true,"260":true,"261":true,"262":true,"263":true,"264":true,"265":true,"266":true,"267":true,"268":true,"269":true,"270":true,"271":true,"272":true,"273":true,"274":true,"275":true,"276":true,"277":true,"278":true,"279":true,"280":true,"281":true,"282":true,"283":true,"284":true,"285":true,"286":true,"287":true,"288":true,"289":true,"290":true,"291":true,"292":true,"293":true,"294":true,"295":true,"296":true,"297":true,"298":true,"299":true,"300":true,"301":true,"302":true,"332":true,"333":true,"334":true,"335":true,"336":true,"337":true,"338":true,"339":true,"340":true,"341":true,"342":true,"343":true,"344":true,"345":true,"346":true,"347":true,"348":true,"349":true,"350":true,"351":true,"352":true,"353":true,"354":true,"355":true,"356":true,"357":true,"358":true,"359":true,"360":true,"361":true,"362":true,"363":true,"364":true,"365":true,"366":true,"367":true,"368":true,"381":true,"382":true,"383":true,"384":true,"385":true,"386":true,"387":true,"388":true,"389":true,"390":true,"391":true,"392":true,"393":true,"398":true,"399":true,"400":true,"401":true,"403":true}}; }</script> | |
<script>function tokenize(input, callback) { | |
while(input.length > 0) { | |
callback(input.match(/^[\/\.\?]|[^\/\.\?]+/)[0]); | |
input = input.replace(/^[\/\.\?]|[^\/\.\?]+/, ''); | |
} | |
} | |
var graph = d3.select("#chart-2 svg"); | |
var svg_edges = {}; | |
var svg_nodes = {}; | |
graph.selectAll("g.edge").each(function() { | |
var node = d3.select(this); | |
var index = node.select("title").text().split("->"); | |
var left = parseInt(index[0]); | |
var right = parseInt(index[1]); | |
if(!svg_edges[left]) { svg_edges[left] = {} } | |
svg_edges[left][right] = node; | |
}); | |
graph.selectAll("g.node").each(function() { | |
var node = d3.select(this); | |
var index = parseInt(node.select("title").text()); | |
svg_nodes[index] = node; | |
}); | |
function reset_graph() { | |
for(var key in svg_edges) { | |
for(var mkey in svg_edges[key]) { | |
var node = svg_edges[key][mkey]; | |
var path = node.select("path"); | |
var arrow = node.select("polygon"); | |
path.style("stroke", "black"); | |
arrow.style("stroke", "black").style("fill", "black"); | |
} | |
} | |
for(var key in svg_nodes) { | |
var node = svg_nodes[key]; | |
node.select('ellipse').style("fill", "white"); | |
node.select('polygon').style("fill", "white"); | |
} | |
return false; | |
} | |
function highlight_edge(from, to) { | |
var node = svg_edges[from][to]; | |
var path = node.select("path"); | |
var arrow = node.select("polygon"); | |
path | |
.transition().duration(500) | |
.style("stroke", "green"); | |
arrow | |
.transition().duration(500) | |
.style("stroke", "green").style("fill", "green"); | |
} | |
function highlight_state(index, color) { | |
if(!color) { color = "green"; } | |
svg_nodes[index].select('ellipse') | |
.style("fill", "white") | |
.transition().duration(500) | |
.style("fill", color); | |
} | |
function highlight_finish(index) { | |
svg_nodes[index].select('polygon') | |
.style("fill", "while") | |
.transition().duration(500) | |
.style("fill", "blue"); | |
} | |
function match(input) { | |
reset_graph(); | |
var table = tt(); | |
var states = [0]; | |
var regexp_states = table['regexp_states']; | |
var string_states = table['string_states']; | |
var accepting = table['accepting']; | |
highlight_state(0); | |
tokenize(input, function(token) { | |
var new_states = []; | |
for(var key in states) { | |
var state = states[key]; | |
if(string_states[state] && string_states[state][token]) { | |
var new_state = string_states[state][token]; | |
highlight_edge(state, new_state); | |
highlight_state(new_state); | |
new_states.push(new_state); | |
} | |
if(regexp_states[state]) { | |
for(var key in regexp_states[state]) { | |
var re = new RegExp("^" + key + "$"); | |
if(re.test(token)) { | |
var new_state = regexp_states[state][key]; | |
highlight_edge(state, new_state); | |
highlight_state(new_state); | |
new_states.push(new_state); | |
} | |
} | |
} | |
} | |
if(new_states.length == 0) { | |
return; | |
} | |
states = new_states; | |
}); | |
for(var key in states) { | |
var state = states[key]; | |
if(accepting[state]) { | |
for(var mkey in svg_edges[state]) { | |
if(!regexp_states[mkey] && !string_states[mkey]) { | |
highlight_edge(state, mkey); | |
highlight_finish(mkey); | |
} | |
} | |
} else { | |
highlight_state(state, "red"); | |
} | |
} | |
return false; | |
} | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment