diff --git a/rocolib/builders/boat/ServoMountAndStackBuilder.py b/rocolib/builders/boat/ServoMountAndStackBuilder.py index 9ec70810daec9d34194880a8fda55e2f106de24f..b5b66938ab3c1dfb66b44ea053cf396f529f317c 100644 --- a/rocolib/builders/boat/ServoMountAndStackBuilder.py +++ b/rocolib/builders/boat/ServoMountAndStackBuilder.py @@ -30,8 +30,8 @@ c.addConnection(("espStack", "rightArmInterface"), ("starsplit", "botedge3"), ta # c.addConnection(("topStarSplit", "topedge0"), ("boatwithservo", "topStar")) #both face the same direction # c.addConnection(("topStarSplit", "botedge1"), ("espStack", "rightArmInterface"), tabWidth=10) -# c.inheritInterface("lmountandservosplit", ("portsplit","toplength")) -# c.inheritInterface("rmountandservosplit", ("starsplit","toplength")) +c.inheritInterface("lmountandservosplit", ("portsplit","topedge0")) +c.inheritInterface("rmountandservosplit", ("starsplit","topedge0")) #c.inheritInterface("espMountTab", ("espStack", "rightArmInterface")) #need to add this onto the boat, not the splitEdge c.toLibrary("ServoMountAndStack") diff --git a/rocolib/builders/boat/ServoStackBatteryMount.py b/rocolib/builders/boat/ServoStackBatteryMount.py index 3eea7831c9ab43829a85585c61ddb6869e9b4a01..3a90551d2e914c03f42e0648468a2a8aa2b7f24a 100644 --- a/rocolib/builders/boat/ServoStackBatteryMount.py +++ b/rocolib/builders/boat/ServoStackBatteryMount.py @@ -14,15 +14,18 @@ c.inheritAllInterfaces("lfullsplit") c.addConstConstraint(("lfullsplit", "toplength"), (228,)) c.addConstConstraint(("lfullsplit", "botlength"), (168, 60)) #but the value of the new component's boat.length parameter is completely disconnected from the value of the boat component's boat.length parameter # -c.addConnection(("lfullsplit", "botedge0"), ("batterystackmount", "leftArmInterface")) -#c.addConnection(("lfullsplit", "botedge1"), ("servosandstack", "botedge0")) +c.addConnection(("lfullsplit", "botedge1"), ("batterystackmount", "rightArmInterface"), tabWidth=10) +c.addConnection(("lfullsplit", "botedge0"), ("servosandstack", "lmountandservosplit")) c.addSubcomponent("rfullsplit", "SplitEdge", inherit=True) c.inheritAllInterfaces("rfullsplit") c.addConstConstraint(("rfullsplit", "toplength"), (228,)) c.addConstConstraint(("rfullsplit", "botlength"), (60, 168)) #but the value of the new component's boat.length parameter is completely disconnected from the value of the boat component's boat.length parameter # -c.addConnection(("rfullsplit", "botedge0"), ("batterystackmount", "rightArmInterface"), tabWidth=10) -#c.addConnection(("rfullsplit", "botedge1"), ("servosandstack", "botedge0")) +c.addConnection(("rfullsplit", "botedge0"), ("batterystackmount", "leftArmInterface")) +c.addConnection(("rfullsplit", "botedge1"), ("servosandstack", "rmountandservosplit")) + +c.inheritInterface("lTopSplit", ("lfullsplit", "topedge0")) +c.inheritInterface("rTopSplit", ("rfullsplit", "topedge0")) c.toLibrary("ServoStackBatteryMount") diff --git a/rocolib/library/ServoMountAndStack.yaml b/rocolib/library/ServoMountAndStack.yaml index b22a8b869859341fa1a28e0cc31bcae1bf2ba312..749f50e6e2d0287b923ecb6eb354f5c6b66082a1 100644 --- a/rocolib/library/ServoMountAndStack.yaml +++ b/rocolib/library/ServoMountAndStack.yaml @@ -42,6 +42,9 @@ interfaces: doubleServoMount.rServoMount.rightInterface: interface: rServoMount.rightInterface subcomponent: doubleServoMount + lmountandservosplit: + interface: topedge0 + subcomponent: portsplit portsplit.botedge0: interface: botedge0 subcomponent: portsplit @@ -642,6 +645,9 @@ interfaces: portsplit.topedge99: interface: topedge99 subcomponent: portsplit + rmountandservosplit: + interface: topedge0 + subcomponent: starsplit starsplit.botedge0: interface: botedge0 subcomponent: starsplit diff --git a/rocolib/library/ServoStackBatteryMount.yaml b/rocolib/library/ServoStackBatteryMount.yaml index b1f3aef0a283f812e3a76fcb82383db948e039cf..74ae443db92b86d10a06961a4b04c2fe8fdd80ef 100644 --- a/rocolib/library/ServoStackBatteryMount.yaml +++ b/rocolib/library/ServoStackBatteryMount.yaml @@ -1,16 +1,28 @@ connections: connection0: - - lfullsplit - - botedge0 + - botedge1 - - batterystackmount - - leftArmInterface - - {} + - rightArmInterface + - tabWidth: 10 connection1: + - - lfullsplit + - botedge0 + - - servosandstack + - lmountandservosplit + - {} + connection2: - - rfullsplit - botedge0 - - batterystackmount - - rightArmInterface - - tabWidth: 10 + - leftArmInterface + - {} + connection3: + - - rfullsplit + - botedge1 + - - servosandstack + - rmountandservosplit + - {} interfaces: batterystackmount.leftArmInterface: interface: leftArmInterface @@ -18,6 +30,9 @@ interfaces: batterystackmount.rightArmInterface: interface: rightArmInterface subcomponent: batterystackmount + lTopSplit: + interface: topedge0 + subcomponent: lfullsplit lfullsplit.botedge0: interface: botedge0 subcomponent: lfullsplit @@ -618,6 +633,9 @@ interfaces: lfullsplit.topedge99: interface: topedge99 subcomponent: lfullsplit + rTopSplit: + interface: topedge0 + subcomponent: rfullsplit rfullsplit.botedge0: interface: botedge0 subcomponent: rfullsplit @@ -1236,6 +1254,9 @@ interfaces: servosandstack.doubleServoMount.rServoMount.rightInterface: interface: doubleServoMount.rServoMount.rightInterface subcomponent: servosandstack + servosandstack.lmountandservosplit: + interface: lmountandservosplit + subcomponent: servosandstack servosandstack.portsplit.botedge0: interface: portsplit.botedge0 subcomponent: servosandstack @@ -1836,6 +1857,9 @@ interfaces: servosandstack.portsplit.topedge99: interface: portsplit.topedge99 subcomponent: servosandstack + servosandstack.rmountandservosplit: + interface: rmountandservosplit + subcomponent: servosandstack servosandstack.starsplit.botedge0: interface: starsplit.botedge0 subcomponent: servosandstack diff --git a/rocolib/output/ServoStackBatteryMount/graph-anim.svg b/rocolib/output/ServoStackBatteryMount/graph-anim.svg index 0c90d8f012670ef09a71c190dcbda4699b9b7eaf..044bd942863f7af49e0cd51c099d0b30056f83fa 100644 --- a/rocolib/output/ServoStackBatteryMount/graph-anim.svg +++ b/rocolib/output/ServoStackBatteryMount/graph-anim.svg @@ -1,558 +1,554 @@ <?xml version="1.0" encoding="utf-8" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xlink="http://www.w3.org/1999/xlink" baseProfile="full" height="243.308556mm" version="1.1" viewBox="0.000000 0.000000 909.000000 243.308556" width="909.000000mm"> +<svg xmlns="http://www.w3.org/2000/svg" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xlink="http://www.w3.org/1999/xlink" baseProfile="full" height="223.308556mm" version="1.1" viewBox="0.000000 0.000000 768.000000 223.308556" width="768.000000mm"> <defs/> - <line stroke="#000000" x1="60.00000000000001" x2="0.0" y1="150.30855600000004" y2="150.30855600000004"/> <line stroke="#000000" x1="228.00000000000003" x2="228.00000000000003" y1="150.30855600000004" y2="150.30855600000004"/> <line stroke="#000000" x1="0.0" x2="228.00000000000003" y1="150.30855600000004" y2="150.30855600000004"/> <line stroke="#000000" x1="0.0" x2="0.0" y1="150.30855600000004" y2="150.30855600000004"/> - <line stroke="#000000" x1="120.00000000000001" x2="120.00000000000001" y1="150.30855600000004" y2="88.65427796513858"/> - <line stroke="#000000" x1="60.00000000000001" x2="60.00000000000001" y1="88.65427796513858" y2="150.30855600000004"/> - <line opacity="0.25" stroke="#ff0000" x1="60.00000000000001" x2="120.00000000000001" y1="88.65427796513858" y2="88.65427796513858"/> - <line stroke="#000000" x1="60.00000000000001" x2="60.00000000000001" y1="61.65427796513857" y2="88.65427796513858"/> - <line opacity="0.25" stroke="#ff0000" x1="120.00000000000001" x2="60.00000000000001" y1="61.65427796513857" y2="61.65427796513857"/> - <line opacity="0.5" stroke="#0000ff" x1="120.00000000000001" x2="120.00000000000001" y1="88.65427796513858" y2="61.65427796513857"/> - <line stroke="#000000" x1="60.00000000000001" x2="60.00000000000001" y1="-6.972288701945219e-08" y2="61.65427796513857"/> - <line stroke="#000000" x1="120.00000000000001" x2="60.00000000000001" y1="-6.972288701945219e-08" y2="-6.972288701945219e-08"/> - <line stroke="#000000" x1="120.00000000000001" x2="120.00000000000001" y1="61.65427796513857" y2="-6.972288701945219e-08"/> - <line stroke="#000000" x1="120.00000000000001" x2="137.00000000000003" y1="88.65427796513858" y2="88.65427796513858"/> - <line stroke="#000000" x1="137.00000000000003" x2="120.00000000000001" y1="61.65427796513857" y2="61.65427796513857"/> - <line opacity="0.5" stroke="#0000ff" x1="137.00000000000003" x2="137.00000000000003" y1="88.65427796513858" y2="61.65427796513857"/> - <line stroke="#000000" x1="137.00000000000003" x2="197.00000000000003" y1="88.65427796513858" y2="88.65427796513858"/> - <line stroke="#000000" x1="197.00000000000003" x2="137.00000000000003" y1="61.65427796513857" y2="61.65427796513857"/> - <line opacity="0.5" stroke="#0000ff" x1="197.00000000000003" x2="197.00000000000003" y1="88.65427796513858" y2="61.65427796513857"/> - <line stroke="#000000" x1="197.00000000000003" x2="214.0" y1="88.65427796513858" y2="88.65427796513858"/> - <line stroke="#000000" x1="214.0" x2="197.00000000000003" y1="61.65427796513857" y2="61.65427796513857"/> - <line opacity="0.5" stroke="#0000ff" x1="214.0" x2="214.0" y1="61.65427796513857" y2="88.65427796513858"/> - <line stroke="#000000" x1="224.00000000000003" x2="214.0" y1="61.65427796513857" y2="61.65427796513857"/> - <line stroke="#000000" x1="224.00000000000003" x2="224.00000000000003" y1="88.65427796513858" y2="61.65427796513857"/> - <line stroke="#000000" x1="214.0" x2="224.00000000000003" y1="88.65427796513858" y2="88.65427796513858"/> - <line stroke="#888888" x1="119.50000000000001" x2="116.50000000000001" y1="84.15427796513858" y2="84.15427796513858"/> - <line stroke="#888888" x1="116.50000000000001" x2="116.50000000000001" y1="84.15427796513858" y2="66.15427796513858"/> - <line stroke="#888888" x1="116.50000000000001" x2="119.50000000000001" y1="66.15427796513858" y2="66.15427796513858"/> - <line stroke="#888888" x1="119.50000000000001" x2="119.50000000000001" y1="66.15427796513858" y2="84.15427796513858"/> - <line stroke="#888888" x1="67.75000000000001" x2="67.75000000000001" y1="70.40427796513856" y2="79.90427796513858"/> - <line stroke="#888888" x1="67.75000000000001" x2="67.25" y1="79.90427796513858" y2="79.90427796513858"/> - <line stroke="#888888" x1="67.25" x2="67.25" y1="79.90427796513858" y2="70.40427796513856"/> - <line stroke="#888888" x1="67.25" x2="67.75000000000001" y1="70.40427796513856" y2="70.40427796513856"/> - <line stroke="#888888" x1="100.25000000000001" x2="79.75" y1="7.749999930277114" y2="7.749999930277114"/> - <line stroke="#888888" x1="79.75" x2="79.75" y1="7.749999930277114" y2="7.249999930277114"/> - <line stroke="#888888" x1="79.75" x2="100.25000000000001" y1="7.249999930277114" y2="7.249999930277114"/> - <line stroke="#888888" x1="100.25000000000001" x2="100.25000000000001" y1="7.249999930277114" y2="7.749999930277114"/> - <line stroke="#888888" x1="123.00000000000001" x2="120.00000000000001" y1="84.15427796513858" y2="84.15427796513858"/> - <line stroke="#888888" x1="120.00000000000001" x2="120.00000000000001" y1="84.15427796513858" y2="66.15427796513858"/> - <line stroke="#888888" x1="120.00000000000001" x2="123.00000000000001" y1="66.15427796513858" y2="66.15427796513858"/> - <line stroke="#888888" x1="123.00000000000001" x2="123.00000000000001" y1="66.15427796513858" y2="84.15427796513858"/> - <line stroke="#888888" x1="221.50000000000003" x2="216.50000000000003" y1="79.65427796513858" y2="79.65427796513858"/> - <line stroke="#888888" x1="216.50000000000003" x2="216.50000000000003" y1="79.65427796513858" y2="70.65427796513858"/> - <line stroke="#888888" x1="216.50000000000003" x2="221.50000000000003" y1="70.65427796513858" y2="70.65427796513858"/> - <line stroke="#000000" x1="406.00000000000006" x2="238.00000000000003" y1="150.30855600000004" y2="150.30855600000004"/> - <line stroke="#000000" x1="466.00000000000006" x2="466.00000000000006" y1="150.30855600000004" y2="150.30855600000004"/> - <line stroke="#000000" x1="238.00000000000003" x2="466.00000000000006" y1="150.30855600000004" y2="150.30855600000004"/> - <line stroke="#000000" x1="238.00000000000003" x2="238.00000000000003" y1="150.30855600000004" y2="150.30855600000004"/> - <line stroke="#000000" x1="406.00000000000006" x2="406.00000000000006" y1="140.30855600000004" y2="150.30855600000004"/> - <line stroke="#000000" x1="466.00000000000006" x2="406.00000000000006" y1="140.30855600000004" y2="140.30855600000004"/> - <line stroke="#000000" x1="466.00000000000006" x2="466.00000000000006" y1="150.30855600000004" y2="140.30855600000004"/> - <line stroke="#888888" x1="446.0" x2="451.00000000000006" y1="142.80855600000004" y2="142.80855600000004"/> - <line stroke="#888888" x1="451.00000000000006" x2="446.0" y1="142.80855600000004" y2="147.80855600000004"/> - <line stroke="#888888" x1="446.0" x2="426.00000000000006" y1="147.80855600000004" y2="147.80855600000004"/> - <line stroke="#888888" x1="426.00000000000006" x2="421.00000000000006" y1="147.80855600000004" y2="142.80855600000004"/> - <line stroke="#888888" x1="421.00000000000006" x2="426.00000000000006" y1="142.80855600000004" y2="142.80855600000004"/> - <line stroke="#000000" x1="546.0" x2="510.00000000000006" y1="138.30855600000004" y2="138.30855600000004"/> - <line opacity="0.5" stroke="#ff0000" x1="546.0" x2="546.0" y1="138.30855600000004" y2="162.308556"/> - <line stroke="#000000" x1="510.00000000000006" x2="546.0" y1="162.308556" y2="162.308556"/> - <line stroke="#000000" x1="546.0" x2="591.0" y1="162.308556" y2="162.308556"/> - <line stroke="#000000" x1="591.0" x2="546.0" y1="138.30855600000004" y2="138.30855600000004"/> - <line stroke="#000000" x1="596.0000000000001" x2="591.0" y1="138.30855600000004" y2="138.30855600000004"/> - <line stroke="#000000" x1="596.0000000000001" x2="596.0000000000001" y1="162.308556" y2="138.30855600000004"/> - <line stroke="#000000" x1="591.0" x2="596.0000000000001" y1="162.308556" y2="162.308556"/> - <line stroke="#000000" x1="476.00000000000006" x2="510.00000000000006" y1="162.308556" y2="162.308556"/> - <line opacity="0.5" stroke="#0000ff" x1="510.00000000000006" x2="476.00000000000006" y1="138.30855600000004" y2="138.30855600000004"/> - <line stroke="#000000" x1="476.00000000000006" x2="476.00000000000006" y1="138.30855600000004" y2="65.30855600000002"/> - <line stroke="#000000" x1="476.00000000000006" x2="476.00000000000006" y1="172.30855600000004" y2="162.308556"/> - <line stroke="#000000" x1="476.00000000000006" x2="476.00000000000006" y1="233.30855600000004" y2="233.30855600000004"/> - <line stroke="#000000" x1="476.00000000000006" x2="476.00000000000006" y1="65.30855600000002" y2="233.30855600000004"/> - <line stroke="#000000" x1="476.00000000000006" x2="476.00000000000006" y1="65.30855600000002" y2="65.30855600000002"/> - <line opacity="0.25" stroke="#0000ff" x1="512.1386219991854" x2="512.1386219991854" y1="172.30855600000004" y2="233.30855600000004"/> - <line stroke="#000000" x1="476.00000000000006" x2="512.1386219991854" y1="233.30855600000004" y2="233.30855600000004"/> - <line stroke="#000000" x1="512.1386219991854" x2="476.00000000000006" y1="172.30855600000004" y2="172.30855600000004"/> - <line opacity="0.25" stroke="#0000ff" x1="536.1386219991853" x2="536.1386219991853" y1="233.30855600000004" y2="172.30855600000004"/> - <line opacity="0.5" stroke="#0000ff" x1="536.1386219991853" x2="512.1386219991854" y1="233.30855600000004" y2="233.30855600000004"/> - <line stroke="#000000" x1="572.2772439983707" x2="536.1386219991853" y1="172.30855600000004" y2="172.30855600000004"/> - <line stroke="#000000" x1="536.1386219991853" x2="572.2772439983707" y1="233.30855600000004" y2="233.30855600000004"/> - <line stroke="#000000" x1="582.2772439983707" x2="572.2772439983707" y1="172.30855600000004" y2="172.30855600000004"/> - <line stroke="#000000" x1="582.2772439983707" x2="582.2772439983707" y1="233.30855600000004" y2="172.30855600000004"/> - <line stroke="#000000" x1="572.2772439983707" x2="582.2772439983707" y1="233.30855600000004" y2="233.30855600000004"/> - <line stroke="#000000" x1="536.1386219991853" x2="536.1386219991853" y1="243.30855600000004" y2="233.30855600000004"/> - <line stroke="#000000" x1="512.1386219991854" x2="536.1386219991853" y1="243.30855600000004" y2="243.30855600000004"/> - <line stroke="#000000" x1="512.1386219991854" x2="512.1386219991854" y1="233.30855600000004" y2="243.30855600000004"/> - <line stroke="#000000" x1="512.1386219991854" x2="512.1386219991854" y1="162.308556" y2="172.30855600000004"/> - <line stroke="#000000" x1="536.1386219991853" x2="512.1386219991854" y1="162.308556" y2="162.308556"/> - <line stroke="#000000" x1="536.1386219991853" x2="536.1386219991853" y1="172.30855600000004" y2="162.308556"/> - <line stroke="#000000" x1="510.00000000000006" x2="510.00000000000006" y1="138.30855600000004" y2="118.30855600000002"/> - <line stroke="#000000" x1="476.00000000000006" x2="476.00000000000006" y1="118.30855600000002" y2="138.30855600000004"/> - <line opacity="0.5" stroke="#0000ff" x1="510.00000000000006" x2="476.00000000000006" y1="118.30855600000002" y2="118.30855600000002"/> - <line stroke="#000000" x1="510.00000000000006" x2="510.00000000000006" y1="118.30855600000002" y2="94.30855600000001"/> - <line stroke="#000000" x1="476.00000000000006" x2="476.00000000000006" y1="94.30855600000001" y2="118.30855600000002"/> - <line opacity="0.5" stroke="#0000ff" x1="510.00000000000006" x2="476.00000000000006" y1="94.30855600000001" y2="94.30855600000001"/> - <line stroke="#000000" x1="510.00000000000006" x2="510.00000000000006" y1="94.30855600000001" y2="74.30855600000002"/> - <line stroke="#000000" x1="476.00000000000006" x2="476.00000000000006" y1="74.30855600000002" y2="94.30855600000001"/> - <line opacity="0.5" stroke="#0000ff" x1="476.00000000000006" x2="510.00000000000006" y1="74.30855600000002" y2="74.30855600000002"/> - <line stroke="#000000" x1="476.00000000000006" x2="476.00000000000006" y1="64.30855600000001" y2="74.30855600000002"/> - <line stroke="#000000" x1="510.00000000000006" x2="476.00000000000006" y1="64.30855600000001" y2="64.30855600000001"/> - <line stroke="#000000" x1="510.00000000000006" x2="510.00000000000006" y1="74.30855600000002" y2="64.30855600000001"/> - <line stroke="#888888" x1="594.75" x2="594.75" y1="154.30855600000004" y2="156.80855600000004"/> - <line stroke="#888888" x1="594.75" x2="592.2500000000001" y1="156.80855600000004" y2="154.30855600000004"/> - <line stroke="#888888" x1="592.2500000000001" x2="592.2500000000001" y1="154.30855600000004" y2="146.308556"/> - <line stroke="#888888" x1="592.2500000000001" x2="594.75" y1="146.308556" y2="143.80855600000004"/> - <line stroke="#888888" x1="594.75" x2="594.75" y1="143.80855600000004" y2="146.308556"/> - <line stroke="#888888" x1="487.08333333333337" x2="498.91666666666674" y1="154.55855600000004" y2="154.55855600000004"/> - <line stroke="#888888" x1="498.91666666666674" x2="498.91666666666674" y1="154.55855600000004" y2="155.05855600000004"/> - <line stroke="#888888" x1="498.91666666666674" x2="487.08333333333337" y1="155.05855600000004" y2="155.05855600000004"/> - <line stroke="#888888" x1="487.08333333333337" x2="487.08333333333337" y1="155.05855600000004" y2="154.55855600000004"/> - <line stroke="#888888" x1="530.6386219991854" x2="530.6386219991854" y1="190.30855600000004" y2="201.308556"/> - <line stroke="#888888" x1="530.6386219991854" x2="517.6386219991853" y1="201.308556" y2="201.308556"/> - <line stroke="#888888" x1="517.6386219991853" x2="517.6386219991853" y1="201.308556" y2="190.30855600000004"/> - <line stroke="#888888" x1="517.6386219991853" x2="530.6386219991854" y1="190.30855600000004" y2="190.30855600000004"/> - <line stroke="#888888" x1="529.1386219991854" x2="529.1386219991854" y1="221.808556" y2="227.80855600000004"/> - <line stroke="#888888" x1="529.1386219991854" x2="519.1386219991854" y1="227.80855600000004" y2="227.80855600000004"/> - <line stroke="#888888" x1="519.1386219991854" x2="519.1386219991854" y1="227.80855600000004" y2="221.808556"/> - <line stroke="#888888" x1="519.1386219991854" x2="529.1386219991854" y1="221.808556" y2="221.808556"/> - <line stroke="#888888" x1="579.7772439983706" x2="574.7772439983707" y1="222.21764690909094" y2="222.21764690909094"/> - <line stroke="#888888" x1="574.7772439983707" x2="574.7772439983707" y1="222.21764690909094" y2="211.12673781818185"/> - <line stroke="#888888" x1="574.7772439983707" x2="579.7772439983706" y1="211.12673781818185" y2="211.12673781818185"/> - <line stroke="#888888" x1="579.7772439983706" x2="574.7772439983707" y1="194.49037418181823" y2="194.49037418181823"/> - <line stroke="#888888" x1="574.7772439983707" x2="574.7772439983707" y1="194.49037418181823" y2="183.39946509090913"/> - <line stroke="#888888" x1="574.7772439983707" x2="579.7772439983706" y1="183.39946509090913" y2="183.39946509090913"/> - <line stroke="#888888" x1="520.1386219991854" x2="520.1386219991854" y1="240.80855600000004" y2="235.80855600000004"/> - <line stroke="#888888" x1="520.1386219991854" x2="528.1386219991854" y1="235.80855600000004" y2="235.80855600000004"/> - <line stroke="#888888" x1="528.1386219991854" x2="528.1386219991854" y1="235.80855600000004" y2="240.80855600000004"/> - <line stroke="#888888" x1="528.1386219991854" x2="528.1386219991854" y1="164.808556" y2="169.80855600000004"/> - <line stroke="#888888" x1="528.1386219991854" x2="520.1386219991854" y1="169.80855600000004" y2="169.80855600000004"/> - <line stroke="#888888" x1="520.1386219991854" x2="520.1386219991854" y1="169.80855600000004" y2="164.808556"/> - <line stroke="#888888" x1="499.00000000000006" x2="499.00000000000006" y1="119.30855600000004" y2="123.30855600000002"/> - <line stroke="#888888" x1="499.00000000000006" x2="487.00000000000006" y1="123.30855600000002" y2="123.30855600000002"/> - <line stroke="#888888" x1="487.00000000000006" x2="487.00000000000006" y1="123.30855600000002" y2="119.30855600000004"/> - <line stroke="#888888" x1="487.00000000000006" x2="499.00000000000006" y1="119.30855600000004" y2="119.30855600000004"/> - <line stroke="#888888" x1="497.50000000000006" x2="497.50000000000006" y1="131.30855600000004" y2="135.30855600000004"/> - <line stroke="#888888" x1="497.50000000000006" x2="488.50000000000006" y1="135.30855600000004" y2="135.30855600000004"/> - <line stroke="#888888" x1="488.50000000000006" x2="488.50000000000006" y1="135.30855600000004" y2="131.30855600000004"/> - <line stroke="#888888" x1="488.50000000000006" x2="497.50000000000006" y1="131.30855600000004" y2="131.30855600000004"/> - <line stroke="#888888" x1="499.00000000000006" x2="499.00000000000006" y1="94.80855600000002" y2="117.80855600000002"/> - <line stroke="#888888" x1="499.00000000000006" x2="487.00000000000006" y1="117.80855600000002" y2="117.80855600000002"/> - <line stroke="#888888" x1="487.00000000000006" x2="487.00000000000006" y1="117.80855600000002" y2="94.80855600000002"/> - <line stroke="#888888" x1="487.00000000000006" x2="499.00000000000006" y1="94.80855600000002" y2="94.80855600000002"/> - <line stroke="#888888" x1="499.00000000000006" x2="499.00000000000006" y1="89.30855600000002" y2="93.30855600000002"/> - <line stroke="#888888" x1="499.00000000000006" x2="487.00000000000006" y1="93.30855600000002" y2="93.30855600000002"/> - <line stroke="#888888" x1="487.00000000000006" x2="487.00000000000006" y1="93.30855600000002" y2="89.30855600000002"/> - <line stroke="#888888" x1="487.00000000000006" x2="499.00000000000006" y1="89.30855600000002" y2="89.30855600000002"/> - <line stroke="#888888" x1="498.66666666666674" x2="498.66666666666674" y1="66.80855600000002" y2="71.80855600000002"/> - <line stroke="#888888" x1="498.66666666666674" x2="487.33333333333337" y1="71.80855600000002" y2="71.80855600000002"/> - <line stroke="#888888" x1="487.33333333333337" x2="487.33333333333337" y1="71.80855600000002" y2="66.80855600000002"/> - <line stroke="#000000" x1="676.0000000000001" x2="640.0000000000001" y1="138.30855600000004" y2="138.30855600000004"/> - <line opacity="0.5" stroke="#ff0000" x1="676.0000000000001" x2="676.0000000000001" y1="138.30855600000004" y2="162.308556"/> - <line stroke="#000000" x1="640.0000000000001" x2="676.0000000000001" y1="162.308556" y2="162.308556"/> - <line stroke="#000000" x1="676.0000000000001" x2="721.0000000000001" y1="162.308556" y2="162.308556"/> - <line stroke="#000000" x1="721.0000000000001" x2="676.0000000000001" y1="138.30855600000004" y2="138.30855600000004"/> - <line stroke="#000000" x1="721.0000000000001" x2="721.0000000000001" y1="162.308556" y2="138.30855600000004"/> - <line stroke="#000000" x1="640.0000000000001" x2="606.0000000000001" y1="138.30855600000004" y2="138.30855600000004"/> - <line opacity="0.5" stroke="#0000ff" x1="606.0000000000001" x2="640.0000000000001" y1="162.308556" y2="162.308556"/> - <line stroke="#000000" x1="606.0000000000001" x2="606.0000000000001" y1="128.30855600000004" y2="67.30855600000002"/> - <line stroke="#000000" x1="606.0000000000001" x2="606.0000000000001" y1="138.30855600000004" y2="128.30855600000004"/> - <line stroke="#000000" x1="606.0000000000001" x2="606.0000000000001" y1="235.30855600000004" y2="162.308556"/> - <line stroke="#000000" x1="606.0000000000001" x2="606.0000000000001" y1="235.30855600000004" y2="235.30855600000004"/> - <line stroke="#000000" x1="606.0000000000001" x2="606.0000000000001" y1="67.30855600000002" y2="235.30855600000004"/> - <line stroke="#000000" x1="606.0000000000001" x2="606.0000000000001" y1="67.30855600000002" y2="67.30855600000002"/> - <line stroke="#000000" x1="606.0000000000001" x2="606.0000000000001" y1="162.308556" y2="182.30855600000004"/> - <line stroke="#000000" x1="640.0000000000001" x2="640.0000000000001" y1="182.30855600000004" y2="162.308556"/> - <line opacity="0.5" stroke="#0000ff" x1="606.0000000000001" x2="640.0000000000001" y1="182.30855600000004" y2="182.30855600000004"/> - <line stroke="#000000" x1="606.0000000000001" x2="606.0000000000001" y1="182.30855600000004" y2="206.30855600000004"/> - <line stroke="#000000" x1="640.0000000000001" x2="640.0000000000001" y1="206.30855600000004" y2="182.30855600000004"/> - <line opacity="0.5" stroke="#0000ff" x1="606.0000000000001" x2="640.0000000000001" y1="206.30855600000004" y2="206.30855600000004"/> - <line stroke="#000000" x1="606.0000000000001" x2="606.0000000000001" y1="206.30855600000004" y2="226.308556"/> - <line stroke="#000000" x1="640.0000000000001" x2="640.0000000000001" y1="226.308556" y2="206.30855600000004"/> - <line opacity="0.5" stroke="#0000ff" x1="640.0000000000001" x2="606.0000000000001" y1="226.308556" y2="226.308556"/> - <line stroke="#000000" x1="640.0000000000001" x2="640.0000000000001" y1="236.30855600000004" y2="226.308556"/> - <line stroke="#000000" x1="606.0000000000001" x2="640.0000000000001" y1="236.30855600000004" y2="236.30855600000004"/> - <line stroke="#000000" x1="606.0000000000001" x2="606.0000000000001" y1="226.308556" y2="236.30855600000004"/> - <line stroke="#888888" x1="717.0000000000001" x2="717.0000000000001" y1="154.55855600000004" y2="146.05855600000004"/> - <line stroke="#888888" x1="717.0000000000001" x2="717.5000000000001" y1="146.05855600000004" y2="146.05855600000004"/> - <line stroke="#888888" x1="717.5000000000001" x2="717.5000000000001" y1="146.05855600000004" y2="154.55855600000004"/> - <line stroke="#888888" x1="717.5000000000001" x2="717.0000000000001" y1="154.55855600000004" y2="154.55855600000004"/> - <line stroke="#888888" x1="628.9166666666667" x2="617.0833333333335" y1="146.05855600000004" y2="146.05855600000004"/> - <line stroke="#888888" x1="617.0833333333335" x2="617.0833333333335" y1="146.05855600000004" y2="145.55855600000004"/> - <line stroke="#888888" x1="617.0833333333335" x2="628.9166666666667" y1="145.55855600000004" y2="145.55855600000004"/> - <line stroke="#888888" x1="628.9166666666667" x2="628.9166666666667" y1="145.55855600000004" y2="146.05855600000004"/> - <line stroke="#888888" x1="598.2500000000001" x2="598.2500000000001" y1="89.74037418181821" y2="78.1494650909091"/> - <line stroke="#888888" x1="598.2500000000001" x2="598.7500000000001" y1="78.1494650909091" y2="78.1494650909091"/> - <line stroke="#888888" x1="598.7500000000001" x2="598.7500000000001" y1="78.1494650909091" y2="89.74037418181821"/> - <line stroke="#888888" x1="598.7500000000001" x2="598.2500000000001" y1="89.74037418181821" y2="89.74037418181821"/> - <line stroke="#888888" x1="598.2500000000001" x2="598.2500000000001" y1="117.46764690909093" y2="105.87673781818184"/> - <line stroke="#888888" x1="598.2500000000001" x2="598.7500000000001" y1="105.87673781818184" y2="105.87673781818184"/> - <line stroke="#888888" x1="598.7500000000001" x2="598.7500000000001" y1="105.87673781818184" y2="117.46764690909093"/> - <line stroke="#888888" x1="598.7500000000001" x2="598.2500000000001" y1="117.46764690909093" y2="117.46764690909093"/> - <line stroke="#888888" x1="617.0000000000001" x2="617.0000000000001" y1="181.30855600000004" y2="177.30855600000004"/> - <line stroke="#888888" x1="617.0000000000001" x2="629.0" y1="177.30855600000004" y2="177.30855600000004"/> - <line stroke="#888888" x1="629.0" x2="629.0" y1="177.30855600000004" y2="181.30855600000004"/> - <line stroke="#888888" x1="629.0" x2="617.0000000000001" y1="181.30855600000004" y2="181.30855600000004"/> - <line stroke="#888888" x1="618.5" x2="618.5" y1="169.308556" y2="165.30855600000004"/> - <line stroke="#888888" x1="618.5" x2="627.5" y1="165.30855600000004" y2="165.30855600000004"/> - <line stroke="#888888" x1="627.5" x2="627.5" y1="165.30855600000004" y2="169.308556"/> - <line stroke="#888888" x1="627.5" x2="618.5" y1="169.308556" y2="169.308556"/> - <line stroke="#888888" x1="617.0000000000001" x2="617.0000000000001" y1="205.808556" y2="182.808556"/> - <line stroke="#888888" x1="617.0000000000001" x2="629.0" y1="182.808556" y2="182.808556"/> - <line stroke="#888888" x1="629.0" x2="629.0" y1="182.808556" y2="205.808556"/> - <line stroke="#888888" x1="629.0" x2="617.0000000000001" y1="205.808556" y2="205.808556"/> - <line stroke="#888888" x1="617.0000000000001" x2="617.0000000000001" y1="211.30855600000004" y2="207.30855600000004"/> - <line stroke="#888888" x1="617.0000000000001" x2="629.0" y1="207.30855600000004" y2="207.30855600000004"/> - <line stroke="#888888" x1="629.0" x2="629.0" y1="207.30855600000004" y2="211.30855600000004"/> - <line stroke="#888888" x1="629.0" x2="617.0000000000001" y1="211.30855600000004" y2="211.30855600000004"/> - <line stroke="#888888" x1="617.3333333333334" x2="617.3333333333334" y1="233.80855600000004" y2="228.80855600000004"/> - <line stroke="#888888" x1="617.3333333333334" x2="628.6666666666666" y1="228.80855600000004" y2="228.80855600000004"/> - <line stroke="#888888" x1="628.6666666666666" x2="628.6666666666666" y1="228.80855600000004" y2="233.80855600000004"/> - <line opacity="0.5" stroke="#0000ff" x1="764.0" x2="825.0000000000001" y1="138.30855600000004" y2="138.30855600000004"/> - <line opacity="0.5" stroke="#0000ff" x1="825.0000000000001" x2="825.0000000000001" y1="138.30855600000004" y2="162.308556"/> - <line opacity="0.5" stroke="#0000ff" x1="825.0000000000001" x2="764.0" y1="162.308556" y2="162.308556"/> - <line opacity="0.5" stroke="#0000ff" x1="764.0" x2="764.0" y1="162.308556" y2="138.30855600000004"/> - <line stroke="#000000" x1="764.0" x2="764.0" y1="131.30855600000004" y2="138.30855600000004"/> - <line stroke="#000000" x1="824.0000000000001" x2="764.0" y1="131.30855600000004" y2="131.30855600000004"/> - <line stroke="#000000" x1="824.0000000000001" x2="824.0000000000001" y1="138.30855600000004" y2="131.30855600000004"/> - <line stroke="#000000" x1="832.0000000000001" x2="825.0000000000001" y1="138.30855600000004" y2="138.30855600000004"/> - <line stroke="#000000" x1="832.0000000000001" x2="832.0000000000001" y1="162.308556" y2="138.30855600000004"/> - <line stroke="#000000" x1="825.0000000000001" x2="832.0000000000001" y1="162.308556" y2="162.308556"/> - <line opacity="0.5" stroke="#0000ff" x1="825.0000000000001" x2="825.0000000000001" y1="162.308556" y2="223.30855600000004"/> - <line stroke="#000000" x1="765.0" x2="825.0000000000001" y1="223.30855600000004" y2="223.30855600000004"/> - <line opacity="0.5" stroke="#0000ff" x1="765.0" x2="765.0" y1="162.308556" y2="223.30855600000004"/> - <line stroke="#000000" x1="849.0000000000001" x2="825.0000000000001" y1="162.308556" y2="162.308556"/> - <line opacity="0.5" stroke="#0000ff" x1="849.0000000000001" x2="849.0000000000001" y1="162.308556" y2="223.30855600000004"/> - <line stroke="#000000" x1="825.0000000000001" x2="849.0000000000001" y1="223.30855600000004" y2="223.30855600000004"/> - <line stroke="#000000" x1="909.0000000000001" x2="849.0000000000001" y1="162.308556" y2="162.308556"/> - <line stroke="#000000" x1="909.0000000000001" x2="909.0000000000001" y1="223.30855600000004" y2="162.308556"/> - <line stroke="#000000" x1="849.0000000000001" x2="909.0000000000001" y1="223.30855600000004" y2="223.30855600000004"/> - <line stroke="#000000" x1="765.0" x2="741.0000000000001" y1="162.308556" y2="162.308556"/> - <line stroke="#000000" x1="741.0000000000001" x2="765.0" y1="223.30855600000004" y2="223.30855600000004"/> - <line opacity="0.5" stroke="#0000ff" x1="741.0000000000001" x2="741.0000000000001" y1="223.30855600000004" y2="162.308556"/> - <line stroke="#000000" x1="731.0000000000001" x2="741.0000000000001" y1="223.30855600000004" y2="223.30855600000004"/> - <line stroke="#000000" x1="731.0000000000001" x2="731.0000000000001" y1="162.308556" y2="223.30855600000004"/> - <line stroke="#000000" x1="741.0000000000001" x2="731.0000000000001" y1="162.308556" y2="162.308556"/> - <line stroke="#000000" x1="757.0000000000001" x2="764.0" y1="162.308556" y2="162.308556"/> - <line stroke="#000000" x1="757.0000000000001" x2="757.0000000000001" y1="138.30855600000004" y2="162.308556"/> - <line stroke="#000000" x1="764.0" x2="757.0000000000001" y1="138.30855600000004" y2="138.30855600000004"/> - <line stroke="#888888" x1="813.0909090909091" x2="816.5909090909092" y1="133.058556" y2="133.058556"/> - <line stroke="#888888" x1="816.5909090909092" x2="813.0909090909091" y1="133.058556" y2="136.55855600000004"/> - <line stroke="#888888" x1="813.0909090909091" x2="802.1818181818182" y1="136.55855600000004" y2="136.55855600000004"/> - <line stroke="#888888" x1="802.1818181818182" x2="798.6818181818182" y1="136.55855600000004" y2="133.058556"/> - <line stroke="#888888" x1="798.6818181818182" x2="802.1818181818182" y1="133.058556" y2="133.058556"/> - <line stroke="#888888" x1="785.8181818181819" x2="789.318181818182" y1="133.058556" y2="133.058556"/> - <line stroke="#888888" x1="789.318181818182" x2="785.8181818181819" y1="133.058556" y2="136.55855600000004"/> - <line stroke="#888888" x1="785.8181818181819" x2="774.909090909091" y1="136.55855600000004" y2="136.55855600000004"/> - <line stroke="#888888" x1="774.909090909091" x2="771.409090909091" y1="136.55855600000004" y2="133.058556"/> - <line stroke="#888888" x1="771.409090909091" x2="774.909090909091" y1="133.058556" y2="133.058556"/> - <line stroke="#888888" x1="830.2500000000001" x2="826.7500000000001" y1="154.30855600000004" y2="154.30855600000004"/> - <line stroke="#888888" x1="826.7500000000001" x2="826.7500000000001" y1="154.30855600000004" y2="146.308556"/> - <line stroke="#888888" x1="826.7500000000001" x2="830.2500000000001" y1="146.308556" y2="146.308556"/> - <line stroke="#888888" x1="772.5000000000001" x2="772.5000000000001" y1="213.80855600000004" y2="195.80855600000004"/> - <line stroke="#888888" x1="772.5000000000001" x2="807.5000000000001" y1="195.80855600000004" y2="195.80855600000004"/> - <line stroke="#888888" x1="807.5000000000001" x2="807.5000000000001" y1="195.80855600000004" y2="213.80855600000004"/> - <line stroke="#888888" x1="807.5000000000001" x2="772.5000000000001" y1="213.80855600000004" y2="213.80855600000004"/> - <line stroke="#888888" x1="825.5000000000001" x2="825.5000000000001" y1="175.55855600000004" y2="172.55855600000004"/> - <line stroke="#888888" x1="825.5000000000001" x2="828.5" y1="172.55855600000004" y2="172.55855600000004"/> - <line stroke="#888888" x1="828.5" x2="828.5" y1="172.55855600000004" y2="175.55855600000004"/> - <line stroke="#888888" x1="828.5" x2="825.5000000000001" y1="175.55855600000004" y2="175.55855600000004"/> - <line stroke="#888888" x1="846.5" x2="846.5" y1="174.55855600000004" y2="173.55855600000004"/> - <line stroke="#888888" x1="846.5" x2="847.5000000000001" y1="173.55855600000004" y2="173.55855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="847.5000000000001" y1="173.55855600000004" y2="174.55855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="846.5" y1="174.55855600000004" y2="174.55855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="826.5000000000001" y1="177.05855600000004" y2="176.058556"/> - <line stroke="#888888" x1="826.5000000000001" x2="827.5" y1="176.058556" y2="176.058556"/> - <line stroke="#888888" x1="827.5" x2="827.5" y1="176.058556" y2="177.05855600000004"/> - <line stroke="#888888" x1="827.5" x2="826.5000000000001" y1="177.05855600000004" y2="177.05855600000004"/> - <line stroke="#888888" x1="846.5" x2="846.5" y1="177.05855600000004" y2="176.058556"/> - <line stroke="#888888" x1="846.5" x2="847.5000000000001" y1="176.058556" y2="176.058556"/> - <line stroke="#888888" x1="847.5000000000001" x2="847.5000000000001" y1="176.058556" y2="177.05855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="846.5" y1="177.05855600000004" y2="177.05855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="826.5000000000001" y1="179.55855600000004" y2="178.558556"/> - <line stroke="#888888" x1="826.5000000000001" x2="827.5" y1="178.558556" y2="178.558556"/> - <line stroke="#888888" x1="827.5" x2="827.5" y1="178.558556" y2="179.55855600000004"/> - <line stroke="#888888" x1="827.5" x2="826.5000000000001" y1="179.55855600000004" y2="179.55855600000004"/> - <line stroke="#888888" x1="846.5" x2="846.5" y1="179.55855600000004" y2="178.558556"/> - <line stroke="#888888" x1="846.5" x2="847.5000000000001" y1="178.558556" y2="178.558556"/> - <line stroke="#888888" x1="847.5000000000001" x2="847.5000000000001" y1="178.558556" y2="179.55855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="846.5" y1="179.55855600000004" y2="179.55855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="826.5000000000001" y1="182.05855600000004" y2="181.058556"/> - <line stroke="#888888" x1="826.5000000000001" x2="827.5" y1="181.058556" y2="181.058556"/> - <line stroke="#888888" x1="827.5" x2="827.5" y1="181.058556" y2="182.05855600000004"/> - <line stroke="#888888" x1="827.5" x2="826.5000000000001" y1="182.05855600000004" y2="182.05855600000004"/> - <line stroke="#888888" x1="846.5" x2="846.5" y1="182.05855600000004" y2="181.058556"/> - <line stroke="#888888" x1="846.5" x2="847.5000000000001" y1="181.058556" y2="181.058556"/> - <line stroke="#888888" x1="847.5000000000001" x2="847.5000000000001" y1="181.058556" y2="182.05855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="846.5" y1="182.05855600000004" y2="182.05855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="826.5000000000001" y1="184.55855600000004" y2="183.55855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="827.5" y1="183.55855600000004" y2="183.55855600000004"/> - <line stroke="#888888" x1="827.5" x2="827.5" y1="183.55855600000004" y2="184.55855600000004"/> - <line stroke="#888888" x1="827.5" x2="826.5000000000001" y1="184.55855600000004" y2="184.55855600000004"/> - <line stroke="#888888" x1="846.5" x2="846.5" y1="184.55855600000004" y2="183.55855600000004"/> - <line stroke="#888888" x1="846.5" x2="847.5000000000001" y1="183.55855600000004" y2="183.55855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="847.5000000000001" y1="183.55855600000004" y2="184.55855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="846.5" y1="184.55855600000004" y2="184.55855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="826.5000000000001" y1="187.05855600000004" y2="186.05855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="827.5" y1="186.05855600000004" y2="186.05855600000004"/> - <line stroke="#888888" x1="827.5" x2="827.5" y1="186.05855600000004" y2="187.05855600000004"/> - <line stroke="#888888" x1="827.5" x2="826.5000000000001" y1="187.05855600000004" y2="187.05855600000004"/> - <line stroke="#888888" x1="846.5" x2="846.5" y1="187.05855600000004" y2="186.05855600000004"/> - <line stroke="#888888" x1="846.5" x2="847.5000000000001" y1="186.05855600000004" y2="186.05855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="847.5000000000001" y1="186.05855600000004" y2="187.05855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="846.5" y1="187.05855600000004" y2="187.05855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="826.5000000000001" y1="189.55855600000004" y2="188.55855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="827.5" y1="188.55855600000004" y2="188.55855600000004"/> - <line stroke="#888888" x1="827.5" x2="827.5" y1="188.55855600000004" y2="189.55855600000004"/> - <line stroke="#888888" x1="827.5" x2="826.5000000000001" y1="189.55855600000004" y2="189.55855600000004"/> - <line stroke="#888888" x1="846.5" x2="846.5" y1="189.55855600000004" y2="188.55855600000004"/> - <line stroke="#888888" x1="846.5" x2="847.5000000000001" y1="188.55855600000004" y2="188.55855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="847.5000000000001" y1="188.55855600000004" y2="189.55855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="846.5" y1="189.55855600000004" y2="189.55855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="826.5000000000001" y1="192.058556" y2="191.05855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="827.5" y1="191.05855600000004" y2="191.05855600000004"/> - <line stroke="#888888" x1="827.5" x2="827.5" y1="191.05855600000004" y2="192.058556"/> - <line stroke="#888888" x1="827.5" x2="826.5000000000001" y1="192.058556" y2="192.058556"/> - <line stroke="#888888" x1="846.5" x2="846.5" y1="192.058556" y2="191.05855600000004"/> - <line stroke="#888888" x1="846.5" x2="847.5000000000001" y1="191.05855600000004" y2="191.05855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="847.5000000000001" y1="191.05855600000004" y2="192.058556"/> - <line stroke="#888888" x1="847.5000000000001" x2="846.5" y1="192.058556" y2="192.058556"/> - <line stroke="#888888" x1="826.5000000000001" x2="826.5000000000001" y1="194.558556" y2="193.55855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="827.5" y1="193.55855600000004" y2="193.55855600000004"/> - <line stroke="#888888" x1="827.5" x2="827.5" y1="193.55855600000004" y2="194.558556"/> - <line stroke="#888888" x1="827.5" x2="826.5000000000001" y1="194.558556" y2="194.558556"/> - <line stroke="#888888" x1="846.5" x2="846.5" y1="194.558556" y2="193.55855600000004"/> - <line stroke="#888888" x1="846.5" x2="847.5000000000001" y1="193.55855600000004" y2="193.55855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="847.5000000000001" y1="193.55855600000004" y2="194.558556"/> - <line stroke="#888888" x1="847.5000000000001" x2="846.5" y1="194.558556" y2="194.558556"/> - <line stroke="#888888" x1="826.5000000000001" x2="826.5000000000001" y1="197.05855600000004" y2="196.05855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="827.5" y1="196.05855600000004" y2="196.05855600000004"/> - <line stroke="#888888" x1="827.5" x2="827.5" y1="196.05855600000004" y2="197.05855600000004"/> - <line stroke="#888888" x1="827.5" x2="826.5000000000001" y1="197.05855600000004" y2="197.05855600000004"/> - <line stroke="#888888" x1="846.5" x2="846.5" y1="197.05855600000004" y2="196.05855600000004"/> - <line stroke="#888888" x1="846.5" x2="847.5000000000001" y1="196.05855600000004" y2="196.05855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="847.5000000000001" y1="196.05855600000004" y2="197.05855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="846.5" y1="197.05855600000004" y2="197.05855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="826.5000000000001" y1="199.55855600000004" y2="198.55855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="827.5" y1="198.55855600000004" y2="198.55855600000004"/> - <line stroke="#888888" x1="827.5" x2="827.5" y1="198.55855600000004" y2="199.55855600000004"/> - <line stroke="#888888" x1="827.5" x2="826.5000000000001" y1="199.55855600000004" y2="199.55855600000004"/> - <line stroke="#888888" x1="846.5" x2="846.5" y1="199.55855600000004" y2="198.55855600000004"/> - <line stroke="#888888" x1="846.5" x2="847.5000000000001" y1="198.55855600000004" y2="198.55855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="847.5000000000001" y1="198.55855600000004" y2="199.55855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="846.5" y1="199.55855600000004" y2="199.55855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="826.5000000000001" y1="202.05855600000004" y2="201.058556"/> - <line stroke="#888888" x1="826.5000000000001" x2="827.5" y1="201.058556" y2="201.058556"/> - <line stroke="#888888" x1="827.5" x2="827.5" y1="201.058556" y2="202.05855600000004"/> - <line stroke="#888888" x1="827.5" x2="826.5000000000001" y1="202.05855600000004" y2="202.05855600000004"/> - <line stroke="#888888" x1="846.5" x2="846.5" y1="202.05855600000004" y2="201.058556"/> - <line stroke="#888888" x1="846.5" x2="847.5000000000001" y1="201.058556" y2="201.058556"/> - <line stroke="#888888" x1="847.5000000000001" x2="847.5000000000001" y1="201.058556" y2="202.05855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="846.5" y1="202.05855600000004" y2="202.05855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="826.5000000000001" y1="204.55855600000004" y2="203.558556"/> - <line stroke="#888888" x1="826.5000000000001" x2="827.5" y1="203.558556" y2="203.558556"/> - <line stroke="#888888" x1="827.5" x2="827.5" y1="203.558556" y2="204.55855600000004"/> - <line stroke="#888888" x1="827.5" x2="826.5000000000001" y1="204.55855600000004" y2="204.55855600000004"/> - <line stroke="#888888" x1="846.5" x2="846.5" y1="204.55855600000004" y2="203.558556"/> - <line stroke="#888888" x1="846.5" x2="847.5000000000001" y1="203.558556" y2="203.558556"/> - <line stroke="#888888" x1="847.5000000000001" x2="847.5000000000001" y1="203.558556" y2="204.55855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="846.5" y1="204.55855600000004" y2="204.55855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="826.5000000000001" y1="207.05855600000004" y2="206.05855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="827.5" y1="206.05855600000004" y2="206.05855600000004"/> - <line stroke="#888888" x1="827.5" x2="827.5" y1="206.05855600000004" y2="207.05855600000004"/> - <line stroke="#888888" x1="827.5" x2="826.5000000000001" y1="207.05855600000004" y2="207.05855600000004"/> - <line stroke="#888888" x1="846.5" x2="846.5" y1="207.05855600000004" y2="206.05855600000004"/> - <line stroke="#888888" x1="846.5" x2="847.5000000000001" y1="206.05855600000004" y2="206.05855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="847.5000000000001" y1="206.05855600000004" y2="207.05855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="846.5" y1="207.05855600000004" y2="207.05855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="826.5000000000001" y1="209.55855600000004" y2="208.55855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="827.5" y1="208.55855600000004" y2="208.55855600000004"/> - <line stroke="#888888" x1="827.5" x2="827.5" y1="208.55855600000004" y2="209.55855600000004"/> - <line stroke="#888888" x1="827.5" x2="826.5000000000001" y1="209.55855600000004" y2="209.55855600000004"/> - <line stroke="#888888" x1="846.5" x2="846.5" y1="209.55855600000004" y2="208.55855600000004"/> - <line stroke="#888888" x1="846.5" x2="847.5000000000001" y1="208.55855600000004" y2="208.55855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="847.5000000000001" y1="208.55855600000004" y2="209.55855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="846.5" y1="209.55855600000004" y2="209.55855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="826.5000000000001" y1="212.05855600000004" y2="211.05855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="827.5" y1="211.05855600000004" y2="211.05855600000004"/> - <line stroke="#888888" x1="827.5" x2="827.5" y1="211.05855600000004" y2="212.05855600000004"/> - <line stroke="#888888" x1="827.5" x2="826.5000000000001" y1="212.05855600000004" y2="212.05855600000004"/> - <line stroke="#888888" x1="845.5000000000001" x2="845.5000000000001" y1="213.05855600000004" y2="210.05855600000004"/> - <line stroke="#888888" x1="845.5000000000001" x2="848.5000000000001" y1="210.05855600000004" y2="210.05855600000004"/> - <line stroke="#888888" x1="848.5000000000001" x2="848.5000000000001" y1="210.05855600000004" y2="213.05855600000004"/> - <line stroke="#888888" x1="848.5000000000001" x2="845.5000000000001" y1="213.05855600000004" y2="213.05855600000004"/> - <line stroke="#888888" x1="841.25" x2="832.75" y1="170.05855600000004" y2="170.05855600000004"/> - <line stroke="#888888" x1="832.75" x2="832.75" y1="170.05855600000004" y2="169.558556"/> - <line stroke="#888888" x1="832.75" x2="841.25" y1="169.558556" y2="169.558556"/> - <line stroke="#888888" x1="841.25" x2="841.25" y1="169.558556" y2="170.05855600000004"/> - <line stroke="#888888" x1="832.75" x2="841.25" y1="217.80855600000004" y2="217.80855600000004"/> - <line stroke="#888888" x1="841.25" x2="841.25" y1="217.80855600000004" y2="218.30855600000004"/> - <line stroke="#888888" x1="841.25" x2="832.75" y1="218.30855600000004" y2="218.30855600000004"/> - <line stroke="#888888" x1="832.75" x2="832.75" y1="218.30855600000004" y2="217.80855600000004"/> - <line stroke="#888888" x1="864.0000000000001" x2="864.0000000000001" y1="213.30855600000004" y2="200.30855600000004"/> - <line stroke="#888888" x1="864.0000000000001" x2="894.0000000000001" y1="200.30855600000004" y2="200.30855600000004"/> - <line stroke="#888888" x1="894.0000000000001" x2="894.0000000000001" y1="200.30855600000004" y2="213.30855600000004"/> - <line stroke="#888888" x1="894.0000000000001" x2="864.0000000000001" y1="213.30855600000004" y2="213.30855600000004"/> - <line stroke="#888888" x1="871.0681818181819" x2="859.659090909091" y1="167.80855600000004" y2="167.80855600000004"/> - <line stroke="#888888" x1="859.659090909091" x2="859.659090909091" y1="167.80855600000004" y2="167.308556"/> - <line stroke="#888888" x1="859.659090909091" x2="871.0681818181819" y1="167.308556" y2="167.308556"/> - <line stroke="#888888" x1="871.0681818181819" x2="871.0681818181819" y1="167.308556" y2="167.80855600000004"/> - <line stroke="#888888" x1="898.3409090909092" x2="886.9318181818182" y1="167.80855600000004" y2="167.80855600000004"/> - <line stroke="#888888" x1="886.9318181818182" x2="886.9318181818182" y1="167.80855600000004" y2="167.308556"/> - <line stroke="#888888" x1="886.9318181818182" x2="898.3409090909092" y1="167.308556" y2="167.308556"/> - <line stroke="#888888" x1="898.3409090909092" x2="898.3409090909092" y1="167.308556" y2="167.80855600000004"/> - <line stroke="#888888" x1="901.2500000000001" x2="901.2500000000001" y1="184.74037418181823" y2="173.14946509090913"/> - <line stroke="#888888" x1="901.2500000000001" x2="901.7500000000001" y1="173.14946509090913" y2="173.14946509090913"/> - <line stroke="#888888" x1="901.7500000000001" x2="901.7500000000001" y1="173.14946509090913" y2="184.74037418181823"/> - <line stroke="#888888" x1="901.7500000000001" x2="901.2500000000001" y1="184.74037418181823" y2="184.74037418181823"/> - <line stroke="#888888" x1="901.2500000000001" x2="901.2500000000001" y1="212.46764690909094" y2="200.87673781818185"/> - <line stroke="#888888" x1="901.2500000000001" x2="901.7500000000001" y1="200.87673781818185" y2="200.87673781818185"/> - <line stroke="#888888" x1="901.7500000000001" x2="901.7500000000001" y1="200.87673781818185" y2="212.46764690909094"/> - <line stroke="#888888" x1="901.7500000000001" x2="901.2500000000001" y1="212.46764690909094" y2="212.46764690909094"/> - <line stroke="#888888" x1="741.5000000000001" x2="741.5000000000001" y1="175.55855600000004" y2="172.55855600000004"/> - <line stroke="#888888" x1="741.5000000000001" x2="744.5000000000001" y1="172.55855600000004" y2="172.55855600000004"/> - <line stroke="#888888" x1="744.5000000000001" x2="744.5000000000001" y1="172.55855600000004" y2="175.55855600000004"/> - <line stroke="#888888" x1="744.5000000000001" x2="741.5000000000001" y1="175.55855600000004" y2="175.55855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="762.5000000000001" y1="174.55855600000004" y2="173.55855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="763.5" y1="173.55855600000004" y2="173.55855600000004"/> - <line stroke="#888888" x1="763.5" x2="763.5" y1="173.55855600000004" y2="174.55855600000004"/> - <line stroke="#888888" x1="763.5" x2="762.5000000000001" y1="174.55855600000004" y2="174.55855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="742.5000000000001" y1="177.05855600000004" y2="176.058556"/> - <line stroke="#888888" x1="742.5000000000001" x2="743.5000000000001" y1="176.058556" y2="176.058556"/> - <line stroke="#888888" x1="743.5000000000001" x2="743.5000000000001" y1="176.058556" y2="177.05855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="742.5000000000001" y1="177.05855600000004" y2="177.05855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="762.5000000000001" y1="177.05855600000004" y2="176.058556"/> - <line stroke="#888888" x1="762.5000000000001" x2="763.5" y1="176.058556" y2="176.058556"/> - <line stroke="#888888" x1="763.5" x2="763.5" y1="176.058556" y2="177.05855600000004"/> - <line stroke="#888888" x1="763.5" x2="762.5000000000001" y1="177.05855600000004" y2="177.05855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="742.5000000000001" y1="179.55855600000004" y2="178.558556"/> - <line stroke="#888888" x1="742.5000000000001" x2="743.5000000000001" y1="178.558556" y2="178.558556"/> - <line stroke="#888888" x1="743.5000000000001" x2="743.5000000000001" y1="178.558556" y2="179.55855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="742.5000000000001" y1="179.55855600000004" y2="179.55855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="762.5000000000001" y1="179.55855600000004" y2="178.558556"/> - <line stroke="#888888" x1="762.5000000000001" x2="763.5" y1="178.558556" y2="178.558556"/> - <line stroke="#888888" x1="763.5" x2="763.5" y1="178.558556" y2="179.55855600000004"/> - <line stroke="#888888" x1="763.5" x2="762.5000000000001" y1="179.55855600000004" y2="179.55855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="742.5000000000001" y1="182.05855600000004" y2="181.058556"/> - <line stroke="#888888" x1="742.5000000000001" x2="743.5000000000001" y1="181.058556" y2="181.058556"/> - <line stroke="#888888" x1="743.5000000000001" x2="743.5000000000001" y1="181.058556" y2="182.05855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="742.5000000000001" y1="182.05855600000004" y2="182.05855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="762.5000000000001" y1="182.05855600000004" y2="181.058556"/> - <line stroke="#888888" x1="762.5000000000001" x2="763.5" y1="181.058556" y2="181.058556"/> - <line stroke="#888888" x1="763.5" x2="763.5" y1="181.058556" y2="182.05855600000004"/> - <line stroke="#888888" x1="763.5" x2="762.5000000000001" y1="182.05855600000004" y2="182.05855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="742.5000000000001" y1="184.55855600000004" y2="183.55855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="743.5000000000001" y1="183.55855600000004" y2="183.55855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="743.5000000000001" y1="183.55855600000004" y2="184.55855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="742.5000000000001" y1="184.55855600000004" y2="184.55855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="762.5000000000001" y1="184.55855600000004" y2="183.55855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="763.5" y1="183.55855600000004" y2="183.55855600000004"/> - <line stroke="#888888" x1="763.5" x2="763.5" y1="183.55855600000004" y2="184.55855600000004"/> - <line stroke="#888888" x1="763.5" x2="762.5000000000001" y1="184.55855600000004" y2="184.55855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="742.5000000000001" y1="187.05855600000004" y2="186.05855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="743.5000000000001" y1="186.05855600000004" y2="186.05855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="743.5000000000001" y1="186.05855600000004" y2="187.05855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="742.5000000000001" y1="187.05855600000004" y2="187.05855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="762.5000000000001" y1="187.05855600000004" y2="186.05855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="763.5" y1="186.05855600000004" y2="186.05855600000004"/> - <line stroke="#888888" x1="763.5" x2="763.5" y1="186.05855600000004" y2="187.05855600000004"/> - <line stroke="#888888" x1="763.5" x2="762.5000000000001" y1="187.05855600000004" y2="187.05855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="742.5000000000001" y1="189.55855600000004" y2="188.55855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="743.5000000000001" y1="188.55855600000004" y2="188.55855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="743.5000000000001" y1="188.55855600000004" y2="189.55855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="742.5000000000001" y1="189.55855600000004" y2="189.55855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="762.5000000000001" y1="189.55855600000004" y2="188.55855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="763.5" y1="188.55855600000004" y2="188.55855600000004"/> - <line stroke="#888888" x1="763.5" x2="763.5" y1="188.55855600000004" y2="189.55855600000004"/> - <line stroke="#888888" x1="763.5" x2="762.5000000000001" y1="189.55855600000004" y2="189.55855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="742.5000000000001" y1="192.058556" y2="191.05855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="743.5000000000001" y1="191.05855600000004" y2="191.05855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="743.5000000000001" y1="191.05855600000004" y2="192.058556"/> - <line stroke="#888888" x1="743.5000000000001" x2="742.5000000000001" y1="192.058556" y2="192.058556"/> - <line stroke="#888888" x1="762.5000000000001" x2="762.5000000000001" y1="192.058556" y2="191.05855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="763.5" y1="191.05855600000004" y2="191.05855600000004"/> - <line stroke="#888888" x1="763.5" x2="763.5" y1="191.05855600000004" y2="192.058556"/> - <line stroke="#888888" x1="763.5" x2="762.5000000000001" y1="192.058556" y2="192.058556"/> - <line stroke="#888888" x1="742.5000000000001" x2="742.5000000000001" y1="194.558556" y2="193.55855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="743.5000000000001" y1="193.55855600000004" y2="193.55855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="743.5000000000001" y1="193.55855600000004" y2="194.558556"/> - <line stroke="#888888" x1="743.5000000000001" x2="742.5000000000001" y1="194.558556" y2="194.558556"/> - <line stroke="#888888" x1="762.5000000000001" x2="762.5000000000001" y1="194.558556" y2="193.55855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="763.5" y1="193.55855600000004" y2="193.55855600000004"/> - <line stroke="#888888" x1="763.5" x2="763.5" y1="193.55855600000004" y2="194.558556"/> - <line stroke="#888888" x1="763.5" x2="762.5000000000001" y1="194.558556" y2="194.558556"/> - <line stroke="#888888" x1="742.5000000000001" x2="742.5000000000001" y1="197.05855600000004" y2="196.05855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="743.5000000000001" y1="196.05855600000004" y2="196.05855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="743.5000000000001" y1="196.05855600000004" y2="197.05855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="742.5000000000001" y1="197.05855600000004" y2="197.05855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="762.5000000000001" y1="197.05855600000004" y2="196.05855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="763.5" y1="196.05855600000004" y2="196.05855600000004"/> - <line stroke="#888888" x1="763.5" x2="763.5" y1="196.05855600000004" y2="197.05855600000004"/> - <line stroke="#888888" x1="763.5" x2="762.5000000000001" y1="197.05855600000004" y2="197.05855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="742.5000000000001" y1="199.55855600000004" y2="198.55855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="743.5000000000001" y1="198.55855600000004" y2="198.55855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="743.5000000000001" y1="198.55855600000004" y2="199.55855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="742.5000000000001" y1="199.55855600000004" y2="199.55855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="762.5000000000001" y1="199.55855600000004" y2="198.55855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="763.5" y1="198.55855600000004" y2="198.55855600000004"/> - <line stroke="#888888" x1="763.5" x2="763.5" y1="198.55855600000004" y2="199.55855600000004"/> - <line stroke="#888888" x1="763.5" x2="762.5000000000001" y1="199.55855600000004" y2="199.55855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="742.5000000000001" y1="202.05855600000004" y2="201.058556"/> - <line stroke="#888888" x1="742.5000000000001" x2="743.5000000000001" y1="201.058556" y2="201.058556"/> - <line stroke="#888888" x1="743.5000000000001" x2="743.5000000000001" y1="201.058556" y2="202.05855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="742.5000000000001" y1="202.05855600000004" y2="202.05855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="762.5000000000001" y1="202.05855600000004" y2="201.058556"/> - <line stroke="#888888" x1="762.5000000000001" x2="763.5" y1="201.058556" y2="201.058556"/> - <line stroke="#888888" x1="763.5" x2="763.5" y1="201.058556" y2="202.05855600000004"/> - <line stroke="#888888" x1="763.5" x2="762.5000000000001" y1="202.05855600000004" y2="202.05855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="742.5000000000001" y1="204.55855600000004" y2="203.558556"/> - <line stroke="#888888" x1="742.5000000000001" x2="743.5000000000001" y1="203.558556" y2="203.558556"/> - <line stroke="#888888" x1="743.5000000000001" x2="743.5000000000001" y1="203.558556" y2="204.55855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="742.5000000000001" y1="204.55855600000004" y2="204.55855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="762.5000000000001" y1="204.55855600000004" y2="203.558556"/> - <line stroke="#888888" x1="762.5000000000001" x2="763.5" y1="203.558556" y2="203.558556"/> - <line stroke="#888888" x1="763.5" x2="763.5" y1="203.558556" y2="204.55855600000004"/> - <line stroke="#888888" x1="763.5" x2="762.5000000000001" y1="204.55855600000004" y2="204.55855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="742.5000000000001" y1="207.05855600000004" y2="206.05855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="743.5000000000001" y1="206.05855600000004" y2="206.05855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="743.5000000000001" y1="206.05855600000004" y2="207.05855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="742.5000000000001" y1="207.05855600000004" y2="207.05855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="762.5000000000001" y1="207.05855600000004" y2="206.05855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="763.5" y1="206.05855600000004" y2="206.05855600000004"/> - <line stroke="#888888" x1="763.5" x2="763.5" y1="206.05855600000004" y2="207.05855600000004"/> - <line stroke="#888888" x1="763.5" x2="762.5000000000001" y1="207.05855600000004" y2="207.05855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="742.5000000000001" y1="209.55855600000004" y2="208.55855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="743.5000000000001" y1="208.55855600000004" y2="208.55855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="743.5000000000001" y1="208.55855600000004" y2="209.55855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="742.5000000000001" y1="209.55855600000004" y2="209.55855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="762.5000000000001" y1="209.55855600000004" y2="208.55855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="763.5" y1="208.55855600000004" y2="208.55855600000004"/> - <line stroke="#888888" x1="763.5" x2="763.5" y1="208.55855600000004" y2="209.55855600000004"/> - <line stroke="#888888" x1="763.5" x2="762.5000000000001" y1="209.55855600000004" y2="209.55855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="742.5000000000001" y1="212.05855600000004" y2="211.05855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="743.5000000000001" y1="211.05855600000004" y2="211.05855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="743.5000000000001" y1="211.05855600000004" y2="212.05855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="742.5000000000001" y1="212.05855600000004" y2="212.05855600000004"/> - <line stroke="#888888" x1="761.5000000000001" x2="761.5000000000001" y1="213.05855600000004" y2="210.05855600000004"/> - <line stroke="#888888" x1="761.5000000000001" x2="764.5" y1="210.05855600000004" y2="210.05855600000004"/> - <line stroke="#888888" x1="764.5" x2="764.5" y1="210.05855600000004" y2="213.05855600000004"/> - <line stroke="#888888" x1="764.5" x2="761.5000000000001" y1="213.05855600000004" y2="213.05855600000004"/> - <line stroke="#888888" x1="757.2500000000001" x2="748.7500000000001" y1="170.05855600000004" y2="170.05855600000004"/> - <line stroke="#888888" x1="748.7500000000001" x2="748.7500000000001" y1="170.05855600000004" y2="169.558556"/> - <line stroke="#888888" x1="748.7500000000001" x2="757.2500000000001" y1="169.558556" y2="169.558556"/> - <line stroke="#888888" x1="757.2500000000001" x2="757.2500000000001" y1="169.558556" y2="170.05855600000004"/> - <line stroke="#888888" x1="748.7500000000001" x2="757.2500000000001" y1="217.80855600000004" y2="217.80855600000004"/> - <line stroke="#888888" x1="757.2500000000001" x2="757.2500000000001" y1="217.80855600000004" y2="218.30855600000004"/> - <line stroke="#888888" x1="757.2500000000001" x2="748.7500000000001" y1="218.30855600000004" y2="218.30855600000004"/> - <line stroke="#888888" x1="748.7500000000001" x2="748.7500000000001" y1="218.30855600000004" y2="217.80855600000004"/> - <line stroke="#888888" x1="733.5000000000001" x2="738.5000000000001" y1="173.39946509090913" y2="173.39946509090913"/> - <line stroke="#888888" x1="738.5000000000001" x2="738.5000000000001" y1="173.39946509090913" y2="184.49037418181823"/> - <line stroke="#888888" x1="738.5000000000001" x2="733.5000000000001" y1="184.49037418181823" y2="184.49037418181823"/> - <line stroke="#888888" x1="733.5000000000001" x2="738.5000000000001" y1="201.12673781818185" y2="201.12673781818185"/> - <line stroke="#888888" x1="738.5000000000001" x2="738.5000000000001" y1="201.12673781818185" y2="212.21764690909094"/> - <line stroke="#888888" x1="738.5000000000001" x2="733.5000000000001" y1="212.21764690909094" y2="212.21764690909094"/> - <line stroke="#888888" x1="758.7500000000001" x2="762.2500000000001" y1="146.308556" y2="146.308556"/> - <line stroke="#888888" x1="762.2500000000001" x2="762.2500000000001" y1="146.308556" y2="154.30855600000004"/> - <line stroke="#888888" x1="762.2500000000001" x2="758.7500000000001" y1="154.30855600000004" y2="154.30855600000004"/> + <line stroke="#000000" x1="0.0" x2="0.0" y1="140.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="60.00000000000001" x2="0.0" y1="140.30855600000004" y2="140.30855600000004"/> + <line stroke="#000000" x1="60.00000000000001" x2="60.00000000000001" y1="150.30855600000004" y2="140.30855600000004"/> + <line stroke="#000000" x1="133.00000000000003" x2="60.00000000000001" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="167.00000000000003" x2="157.0" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="228.00000000000003" x2="228.00000000000003" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="60.00000000000001" x2="60.00000000000001" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="157.0" x2="157.0" y1="150.30855600000004" y2="116.30855600000002"/> + <line opacity="0.5" stroke="#0000ff" x1="133.00000000000003" x2="133.00000000000003" y1="116.30855600000002" y2="150.30855600000004"/> + <line stroke="#000000" x1="133.00000000000003" x2="133.00000000000003" y1="80.30855600000002" y2="116.30855600000002"/> + <line opacity="0.5" stroke="#ff0000" x1="133.00000000000003" x2="157.0" y1="80.30855600000002" y2="80.30855600000002"/> + <line stroke="#000000" x1="157.0" x2="157.0" y1="116.30855600000002" y2="80.30855600000002"/> + <line stroke="#000000" x1="157.0" x2="157.0" y1="80.30855600000002" y2="35.30855600000002"/> + <line stroke="#000000" x1="133.00000000000003" x2="133.00000000000003" y1="35.30855600000002" y2="80.30855600000002"/> + <line stroke="#000000" x1="133.00000000000003" x2="133.00000000000003" y1="30.308556000000017" y2="35.30855600000002"/> + <line stroke="#000000" x1="157.0" x2="133.00000000000003" y1="30.308556000000017" y2="30.308556000000017"/> + <line stroke="#000000" x1="157.0" x2="157.0" y1="35.30855600000002" y2="30.308556000000017"/> + <line stroke="#000000" x1="133.00000000000003" x2="113.00000000000001" y1="116.30855600000002" y2="116.30855600000002"/> + <line stroke="#000000" x1="113.00000000000001" x2="133.00000000000003" y1="150.30855600000004" y2="150.30855600000004"/> + <line opacity="0.5" stroke="#0000ff" x1="113.00000000000001" x2="113.00000000000001" y1="116.30855600000002" y2="150.30855600000004"/> + <line stroke="#000000" x1="113.00000000000001" x2="89.00000000000001" y1="116.30855600000002" y2="116.30855600000002"/> + <line stroke="#000000" x1="89.00000000000001" x2="113.00000000000001" y1="150.30855600000004" y2="150.30855600000004"/> + <line opacity="0.5" stroke="#0000ff" x1="89.00000000000001" x2="89.00000000000001" y1="116.30855600000002" y2="150.30855600000004"/> + <line stroke="#000000" x1="89.00000000000001" x2="69.00000000000001" y1="116.30855600000002" y2="116.30855600000002"/> + <line stroke="#000000" x1="69.00000000000001" x2="89.00000000000001" y1="150.30855600000004" y2="150.30855600000004"/> + <line opacity="0.5" stroke="#0000ff" x1="69.00000000000001" x2="69.00000000000001" y1="150.30855600000004" y2="116.30855600000002"/> + <line stroke="#000000" x1="59.00000000000001" x2="69.00000000000001" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="59.00000000000001" x2="59.00000000000001" y1="116.30855600000002" y2="150.30855600000004"/> + <line stroke="#000000" x1="69.00000000000001" x2="59.00000000000001" y1="116.30855600000002" y2="116.30855600000002"/> + <line opacity="0.25" stroke="#0000ff" x1="167.00000000000003" x2="228.00000000000003" y1="114.16993400081472" y2="114.16993400081472"/> + <line stroke="#000000" x1="228.00000000000003" x2="228.00000000000003" y1="150.30855600000004" y2="114.16993400081472"/> + <line stroke="#000000" x1="167.00000000000003" x2="167.00000000000003" y1="114.16993400081472" y2="150.30855600000004"/> + <line opacity="0.25" stroke="#0000ff" x1="228.00000000000003" x2="167.00000000000003" y1="90.16993400081472" y2="90.16993400081472"/> + <line opacity="0.5" stroke="#0000ff" x1="228.00000000000003" x2="228.00000000000003" y1="90.16993400081472" y2="114.16993400081472"/> + <line stroke="#000000" x1="167.00000000000003" x2="167.00000000000003" y1="54.03131200162941" y2="90.16993400081473"/> + <line stroke="#000000" x1="228.00000000000003" x2="228.00000000000003" y1="90.16993400081473" y2="54.03131200162941"/> + <line stroke="#000000" x1="167.00000000000003" x2="167.00000000000003" y1="44.03131200162941" y2="54.03131200162941"/> + <line stroke="#000000" x1="228.00000000000003" x2="167.00000000000003" y1="44.03131200162941" y2="44.03131200162941"/> + <line stroke="#000000" x1="228.00000000000003" x2="228.00000000000003" y1="54.03131200162941" y2="44.03131200162941"/> + <line stroke="#000000" x1="238.00000000000003" x2="228.00000000000003" y1="90.16993400081472" y2="90.16993400081472"/> + <line stroke="#000000" x1="238.00000000000003" x2="238.00000000000003" y1="114.16993400081472" y2="90.16993400081472"/> + <line stroke="#000000" x1="228.00000000000003" x2="238.00000000000003" y1="114.16993400081472" y2="114.16993400081472"/> + <line stroke="#000000" x1="157.0" x2="167.00000000000003" y1="114.16993400081472" y2="114.16993400081472"/> + <line stroke="#000000" x1="157.0" x2="157.0" y1="90.16993400081472" y2="114.16993400081472"/> + <line stroke="#000000" x1="167.00000000000003" x2="157.0" y1="90.16993400081472" y2="90.16993400081472"/> + <line stroke="#888888" x1="40.00000000000001" x2="45.0" y1="142.80855600000004" y2="142.80855600000004"/> + <line stroke="#888888" x1="45.0" x2="40.00000000000001" y1="142.80855600000004" y2="147.80855600000004"/> + <line stroke="#888888" x1="40.00000000000001" x2="20.000000000000004" y1="147.80855600000004" y2="147.80855600000004"/> + <line stroke="#888888" x1="20.000000000000004" x2="15.000000000000002" y1="147.80855600000004" y2="142.80855600000004"/> + <line stroke="#888888" x1="15.000000000000002" x2="20.000000000000004" y1="142.80855600000004" y2="142.80855600000004"/> + <line stroke="#888888" x1="149.25000000000003" x2="149.25000000000003" y1="139.2252226666667" y2="127.39188933333337"/> + <line stroke="#888888" x1="149.25000000000003" x2="149.75" y1="127.39188933333337" y2="127.39188933333337"/> + <line stroke="#888888" x1="149.75" x2="149.75" y1="127.39188933333337" y2="139.2252226666667"/> + <line stroke="#888888" x1="149.75" x2="149.25000000000003" y1="139.2252226666667" y2="139.2252226666667"/> + <line stroke="#888888" x1="149.00000000000003" x2="151.50000000000003" y1="31.558556000000014" y2="31.558556000000014"/> + <line stroke="#888888" x1="151.50000000000003" x2="149.00000000000003" y1="31.558556000000014" y2="34.05855600000001"/> + <line stroke="#888888" x1="149.00000000000003" x2="141.0" y1="34.05855600000001" y2="34.05855600000001"/> + <line stroke="#888888" x1="141.0" x2="138.5" y1="34.05855600000001" y2="31.558556000000014"/> + <line stroke="#888888" x1="138.5" x2="141.0" y1="31.558556000000014" y2="31.558556000000014"/> + <line stroke="#888888" x1="114.00000000000001" x2="118.00000000000001" y1="127.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="118.00000000000001" x2="118.00000000000001" y1="127.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="118.00000000000001" x2="114.00000000000001" y1="139.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="114.00000000000001" x2="114.00000000000001" y1="139.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="126.00000000000001" x2="130.0" y1="128.808556" y2="128.808556"/> + <line stroke="#888888" x1="130.0" x2="130.0" y1="128.808556" y2="137.808556"/> + <line stroke="#888888" x1="130.0" x2="126.00000000000001" y1="137.808556" y2="137.808556"/> + <line stroke="#888888" x1="126.00000000000001" x2="126.00000000000001" y1="137.808556" y2="128.808556"/> + <line stroke="#888888" x1="89.50000000000001" x2="112.50000000000001" y1="127.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="112.50000000000001" x2="112.50000000000001" y1="127.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="112.50000000000001" x2="89.50000000000001" y1="139.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="89.50000000000001" x2="89.50000000000001" y1="139.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="84.0" x2="88.00000000000001" y1="127.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="88.00000000000001" x2="88.00000000000001" y1="127.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="88.00000000000001" x2="84.0" y1="139.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="84.0" x2="84.0" y1="139.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="61.50000000000001" x2="66.50000000000001" y1="127.64188933333337" y2="127.64188933333337"/> + <line stroke="#888888" x1="66.50000000000001" x2="66.50000000000001" y1="127.64188933333337" y2="138.9752226666667"/> + <line stroke="#888888" x1="66.50000000000001" x2="61.50000000000001" y1="138.9752226666667" y2="138.9752226666667"/> + <line stroke="#888888" x1="185.00000000000003" x2="196.00000000000003" y1="95.66993400081472" y2="95.66993400081472"/> + <line stroke="#888888" x1="196.00000000000003" x2="196.00000000000003" y1="95.66993400081472" y2="108.66993400081472"/> + <line stroke="#888888" x1="196.00000000000003" x2="185.00000000000003" y1="108.66993400081472" y2="108.66993400081472"/> + <line stroke="#888888" x1="185.00000000000003" x2="185.00000000000003" y1="108.66993400081472" y2="95.66993400081472"/> + <line stroke="#888888" x1="216.50000000000003" x2="222.50000000000003" y1="97.16993400081472" y2="97.16993400081472"/> + <line stroke="#888888" x1="222.50000000000003" x2="222.50000000000003" y1="97.16993400081472" y2="107.16993400081472"/> + <line stroke="#888888" x1="222.50000000000003" x2="216.50000000000003" y1="107.16993400081472" y2="107.16993400081472"/> + <line stroke="#888888" x1="216.50000000000003" x2="216.50000000000003" y1="107.16993400081472" y2="97.16993400081472"/> + <line stroke="#888888" x1="216.90909090909093" x2="216.90909090909093" y1="46.5313120016294" y2="51.53131200162941"/> + <line stroke="#888888" x1="216.90909090909093" x2="205.81818181818184" y1="51.53131200162941" y2="51.53131200162941"/> + <line stroke="#888888" x1="205.81818181818184" x2="205.81818181818184" y1="51.53131200162941" y2="46.5313120016294"/> + <line stroke="#888888" x1="189.18181818181822" x2="189.18181818181822" y1="46.5313120016294" y2="51.53131200162941"/> + <line stroke="#888888" x1="189.18181818181822" x2="178.09090909090912" y1="51.53131200162941" y2="51.53131200162941"/> + <line stroke="#888888" x1="178.09090909090912" x2="178.09090909090912" y1="51.53131200162941" y2="46.5313120016294"/> + <line stroke="#888888" x1="235.50000000000003" x2="230.50000000000003" y1="106.16993400081472" y2="106.16993400081472"/> + <line stroke="#888888" x1="230.50000000000003" x2="230.50000000000003" y1="106.16993400081472" y2="98.16993400081472"/> + <line stroke="#888888" x1="230.50000000000003" x2="235.50000000000003" y1="98.16993400081472" y2="98.16993400081472"/> + <line stroke="#888888" x1="159.5" x2="164.50000000000003" y1="98.16993400081472" y2="98.16993400081472"/> + <line stroke="#888888" x1="164.50000000000003" x2="164.50000000000003" y1="98.16993400081472" y2="106.16993400081472"/> + <line stroke="#888888" x1="164.50000000000003" x2="159.5" y1="106.16993400081472" y2="106.16993400081472"/> + <line stroke="#000000" x1="476.00000000000006" x2="476.00000000000006" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="248.00000000000006" x2="476.00000000000006" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="248.00000000000006" x2="248.00000000000006" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="309.0" x2="248.00000000000006" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="319.0" x2="309.0" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="416.00000000000006" x2="343.00000000000006" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="416.00000000000006" x2="416.00000000000006" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="248.00000000000006" x2="248.00000000000006" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="319.0" x2="319.0" y1="116.30855600000002" y2="150.30855600000004"/> + <line opacity="0.5" stroke="#0000ff" x1="343.00000000000006" x2="343.00000000000006" y1="150.30855600000004" y2="116.30855600000002"/> + <line stroke="#000000" x1="319.0" x2="319.0" y1="80.30855600000002" y2="116.30855600000002"/> + <line opacity="0.5" stroke="#ff0000" x1="319.0" x2="343.00000000000006" y1="80.30855600000002" y2="80.30855600000002"/> + <line stroke="#000000" x1="343.00000000000006" x2="343.00000000000006" y1="116.30855600000002" y2="80.30855600000002"/> + <line stroke="#000000" x1="343.00000000000006" x2="343.00000000000006" y1="80.30855600000002" y2="35.30855600000002"/> + <line stroke="#000000" x1="319.0" x2="319.0" y1="35.30855600000002" y2="80.30855600000002"/> + <line stroke="#000000" x1="343.00000000000006" x2="319.0" y1="35.30855600000002" y2="35.30855600000002"/> + <line stroke="#000000" x1="343.00000000000006" x2="363.00000000000006" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="363.00000000000006" x2="343.00000000000006" y1="116.30855600000002" y2="116.30855600000002"/> + <line opacity="0.5" stroke="#0000ff" x1="363.00000000000006" x2="363.00000000000006" y1="150.30855600000004" y2="116.30855600000002"/> + <line stroke="#000000" x1="363.00000000000006" x2="387.0" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="387.0" x2="363.00000000000006" y1="116.30855600000002" y2="116.30855600000002"/> + <line opacity="0.5" stroke="#0000ff" x1="387.0" x2="387.0" y1="150.30855600000004" y2="116.30855600000002"/> + <line stroke="#000000" x1="387.0" x2="407.00000000000006" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="407.00000000000006" x2="387.0" y1="116.30855600000002" y2="116.30855600000002"/> + <line opacity="0.5" stroke="#0000ff" x1="407.00000000000006" x2="407.00000000000006" y1="116.30855600000002" y2="150.30855600000004"/> + <line stroke="#000000" x1="417.00000000000006" x2="407.00000000000006" y1="116.30855600000002" y2="116.30855600000002"/> + <line stroke="#000000" x1="417.00000000000006" x2="417.00000000000006" y1="150.30855600000004" y2="116.30855600000002"/> + <line stroke="#000000" x1="407.00000000000006" x2="417.00000000000006" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="476.00000000000006" x2="476.00000000000006" y1="150.30855600000004" y2="88.65427796513858"/> + <line stroke="#000000" x1="416.00000000000006" x2="416.00000000000006" y1="88.65427796513858" y2="150.30855600000004"/> + <line opacity="0.25" stroke="#ff0000" x1="416.00000000000006" x2="476.00000000000006" y1="88.65427796513858" y2="88.65427796513858"/> + <line stroke="#000000" x1="416.00000000000006" x2="416.00000000000006" y1="61.65427796513857" y2="88.65427796513858"/> + <line opacity="0.25" stroke="#ff0000" x1="476.00000000000006" x2="416.00000000000006" y1="61.65427796513857" y2="61.65427796513857"/> + <line opacity="0.5" stroke="#0000ff" x1="476.00000000000006" x2="476.00000000000006" y1="88.65427796513858" y2="61.65427796513857"/> + <line stroke="#000000" x1="416.00000000000006" x2="416.00000000000006" y1="-6.972288701945219e-08" y2="61.65427796513857"/> + <line stroke="#000000" x1="476.00000000000006" x2="416.00000000000006" y1="-6.972288701945219e-08" y2="-6.972288701945219e-08"/> + <line stroke="#000000" x1="476.00000000000006" x2="476.00000000000006" y1="61.65427796513857" y2="-6.972288701945219e-08"/> + <line stroke="#000000" x1="476.00000000000006" x2="493.00000000000006" y1="88.65427796513858" y2="88.65427796513858"/> + <line stroke="#000000" x1="493.00000000000006" x2="476.00000000000006" y1="61.65427796513857" y2="61.65427796513857"/> + <line opacity="0.5" stroke="#0000ff" x1="493.00000000000006" x2="493.00000000000006" y1="88.65427796513858" y2="61.65427796513857"/> + <line stroke="#000000" x1="493.00000000000006" x2="553.0000000000001" y1="88.65427796513858" y2="88.65427796513858"/> + <line stroke="#000000" x1="553.0000000000001" x2="493.00000000000006" y1="61.65427796513857" y2="61.65427796513857"/> + <line opacity="0.5" stroke="#0000ff" x1="553.0000000000001" x2="553.0000000000001" y1="88.65427796513858" y2="61.65427796513857"/> + <line stroke="#000000" x1="553.0000000000001" x2="570.0000000000001" y1="88.65427796513858" y2="88.65427796513858"/> + <line stroke="#000000" x1="570.0000000000001" x2="553.0000000000001" y1="61.65427796513857" y2="61.65427796513857"/> + <line opacity="0.5" stroke="#0000ff" x1="570.0000000000001" x2="570.0000000000001" y1="61.65427796513857" y2="88.65427796513858"/> + <line stroke="#000000" x1="580.0000000000001" x2="570.0000000000001" y1="61.65427796513857" y2="61.65427796513857"/> + <line stroke="#000000" x1="580.0000000000001" x2="580.0000000000001" y1="88.65427796513858" y2="61.65427796513857"/> + <line stroke="#000000" x1="570.0000000000001" x2="580.0000000000001" y1="88.65427796513858" y2="88.65427796513858"/> + <line stroke="#888888" x1="270.43181818181824" x2="258.8409090909091" y1="158.058556" y2="158.058556"/> + <line stroke="#888888" x1="258.8409090909091" x2="258.8409090909091" y1="158.058556" y2="157.55855600000004"/> + <line stroke="#888888" x1="258.8409090909091" x2="270.43181818181824" y1="157.55855600000004" y2="157.55855600000004"/> + <line stroke="#888888" x1="270.43181818181824" x2="270.43181818181824" y1="157.55855600000004" y2="158.058556"/> + <line stroke="#888888" x1="298.159090909091" x2="286.56818181818187" y1="158.058556" y2="158.058556"/> + <line stroke="#888888" x1="286.56818181818187" x2="286.56818181818187" y1="158.058556" y2="157.55855600000004"/> + <line stroke="#888888" x1="286.56818181818187" x2="298.159090909091" y1="157.55855600000004" y2="157.55855600000004"/> + <line stroke="#888888" x1="298.159090909091" x2="298.159090909091" y1="157.55855600000004" y2="158.058556"/> + <line stroke="#888888" x1="326.75000000000006" x2="326.75000000000006" y1="127.39188933333335" y2="139.2252226666667"/> + <line stroke="#888888" x1="326.75000000000006" x2="326.25000000000006" y1="139.2252226666667" y2="139.2252226666667"/> + <line stroke="#888888" x1="326.25000000000006" x2="326.25000000000006" y1="139.2252226666667" y2="127.39188933333335"/> + <line stroke="#888888" x1="326.25000000000006" x2="326.75000000000006" y1="127.39188933333335" y2="127.39188933333335"/> + <line stroke="#888888" x1="335.25000000000006" x2="326.75000000000006" y1="39.30855600000002" y2="39.30855600000002"/> + <line stroke="#888888" x1="326.75000000000006" x2="326.75000000000006" y1="39.30855600000002" y2="38.80855600000002"/> + <line stroke="#888888" x1="326.75000000000006" x2="335.25000000000006" y1="38.80855600000002" y2="38.80855600000002"/> + <line stroke="#888888" x1="335.25000000000006" x2="335.25000000000006" y1="38.80855600000002" y2="39.30855600000002"/> + <line stroke="#888888" x1="362.00000000000006" x2="358.00000000000006" y1="139.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="358.00000000000006" x2="358.00000000000006" y1="139.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="358.00000000000006" x2="362.00000000000006" y1="127.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="362.00000000000006" x2="362.00000000000006" y1="127.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="350.0" x2="346.0" y1="137.808556" y2="137.808556"/> + <line stroke="#888888" x1="346.0" x2="346.0" y1="137.808556" y2="128.808556"/> + <line stroke="#888888" x1="346.0" x2="350.0" y1="128.808556" y2="128.808556"/> + <line stroke="#888888" x1="350.0" x2="350.0" y1="128.808556" y2="137.808556"/> + <line stroke="#888888" x1="386.5" x2="363.5" y1="139.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="363.5" x2="363.5" y1="139.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="363.5" x2="386.5" y1="127.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="386.5" x2="386.5" y1="127.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="392.00000000000006" x2="388.00000000000006" y1="139.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="388.00000000000006" x2="388.00000000000006" y1="139.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="388.00000000000006" x2="392.00000000000006" y1="127.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="392.00000000000006" x2="392.00000000000006" y1="127.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="414.50000000000006" x2="409.5" y1="138.9752226666667" y2="138.9752226666667"/> + <line stroke="#888888" x1="409.5" x2="409.5" y1="138.9752226666667" y2="127.64188933333335"/> + <line stroke="#888888" x1="409.5" x2="414.50000000000006" y1="127.64188933333335" y2="127.64188933333335"/> + <line stroke="#888888" x1="475.50000000000006" x2="472.50000000000006" y1="84.15427796513858" y2="84.15427796513858"/> + <line stroke="#888888" x1="472.50000000000006" x2="472.50000000000006" y1="84.15427796513858" y2="66.15427796513858"/> + <line stroke="#888888" x1="472.50000000000006" x2="475.50000000000006" y1="66.15427796513858" y2="66.15427796513858"/> + <line stroke="#888888" x1="475.50000000000006" x2="475.50000000000006" y1="66.15427796513858" y2="84.15427796513858"/> + <line stroke="#888888" x1="423.75000000000006" x2="423.75000000000006" y1="70.40427796513856" y2="79.90427796513858"/> + <line stroke="#888888" x1="423.75000000000006" x2="423.25" y1="79.90427796513858" y2="79.90427796513858"/> + <line stroke="#888888" x1="423.25" x2="423.25" y1="79.90427796513858" y2="70.40427796513856"/> + <line stroke="#888888" x1="423.25" x2="423.75000000000006" y1="70.40427796513856" y2="70.40427796513856"/> + <line stroke="#888888" x1="456.25000000000006" x2="435.75000000000006" y1="7.749999930277114" y2="7.749999930277114"/> + <line stroke="#888888" x1="435.75000000000006" x2="435.75000000000006" y1="7.749999930277114" y2="7.249999930277114"/> + <line stroke="#888888" x1="435.75000000000006" x2="456.25000000000006" y1="7.249999930277114" y2="7.249999930277114"/> + <line stroke="#888888" x1="456.25000000000006" x2="456.25000000000006" y1="7.249999930277114" y2="7.749999930277114"/> + <line stroke="#888888" x1="479.00000000000006" x2="476.00000000000006" y1="84.15427796513858" y2="84.15427796513858"/> + <line stroke="#888888" x1="476.00000000000006" x2="476.00000000000006" y1="84.15427796513858" y2="66.15427796513858"/> + <line stroke="#888888" x1="476.00000000000006" x2="479.00000000000006" y1="66.15427796513858" y2="66.15427796513858"/> + <line stroke="#888888" x1="479.00000000000006" x2="479.00000000000006" y1="66.15427796513858" y2="84.15427796513858"/> + <line stroke="#888888" x1="577.5000000000001" x2="572.5" y1="79.65427796513858" y2="79.65427796513858"/> + <line stroke="#888888" x1="572.5" x2="572.5" y1="79.65427796513858" y2="70.65427796513858"/> + <line stroke="#888888" x1="572.5" x2="577.5000000000001" y1="70.65427796513858" y2="70.65427796513858"/> + <line opacity="0.5" stroke="#0000ff" x1="623.0000000000001" x2="684.0000000000001" y1="138.30855600000004" y2="138.30855600000004"/> + <line opacity="0.5" stroke="#0000ff" x1="684.0000000000001" x2="684.0000000000001" y1="138.30855600000004" y2="162.308556"/> + <line opacity="0.5" stroke="#0000ff" x1="684.0000000000001" x2="623.0000000000001" y1="162.308556" y2="162.308556"/> + <line opacity="0.5" stroke="#0000ff" x1="623.0000000000001" x2="623.0000000000001" y1="162.308556" y2="138.30855600000004"/> + <line stroke="#000000" x1="623.0000000000001" x2="623.0000000000001" y1="131.30855600000004" y2="138.30855600000004"/> + <line stroke="#000000" x1="683.0" x2="623.0000000000001" y1="131.30855600000004" y2="131.30855600000004"/> + <line stroke="#000000" x1="683.0" x2="683.0" y1="138.30855600000004" y2="131.30855600000004"/> + <line stroke="#000000" x1="691.0" x2="684.0000000000001" y1="138.30855600000004" y2="138.30855600000004"/> + <line stroke="#000000" x1="691.0" x2="691.0" y1="162.308556" y2="138.30855600000004"/> + <line stroke="#000000" x1="684.0000000000001" x2="691.0" y1="162.308556" y2="162.308556"/> + <line opacity="0.5" stroke="#0000ff" x1="684.0000000000001" x2="684.0000000000001" y1="162.308556" y2="223.30855600000004"/> + <line stroke="#000000" x1="624.0000000000001" x2="684.0000000000001" y1="223.30855600000004" y2="223.30855600000004"/> + <line opacity="0.5" stroke="#0000ff" x1="624.0000000000001" x2="624.0000000000001" y1="162.308556" y2="223.30855600000004"/> + <line stroke="#000000" x1="708.0000000000001" x2="684.0000000000001" y1="162.308556" y2="162.308556"/> + <line opacity="0.5" stroke="#0000ff" x1="708.0000000000001" x2="708.0000000000001" y1="162.308556" y2="223.30855600000004"/> + <line stroke="#000000" x1="684.0000000000001" x2="708.0000000000001" y1="223.30855600000004" y2="223.30855600000004"/> + <line stroke="#000000" x1="768.0000000000001" x2="708.0000000000001" y1="162.308556" y2="162.308556"/> + <line stroke="#000000" x1="768.0000000000001" x2="768.0000000000001" y1="223.30855600000004" y2="162.308556"/> + <line stroke="#000000" x1="708.0000000000001" x2="768.0000000000001" y1="223.30855600000004" y2="223.30855600000004"/> + <line stroke="#000000" x1="624.0000000000001" x2="600.0" y1="162.308556" y2="162.308556"/> + <line stroke="#000000" x1="600.0" x2="624.0000000000001" y1="223.30855600000004" y2="223.30855600000004"/> + <line opacity="0.5" stroke="#0000ff" x1="600.0" x2="600.0" y1="223.30855600000004" y2="162.308556"/> + <line stroke="#000000" x1="590.0" x2="600.0" y1="223.30855600000004" y2="223.30855600000004"/> + <line stroke="#000000" x1="590.0" x2="590.0" y1="162.308556" y2="223.30855600000004"/> + <line stroke="#000000" x1="600.0" x2="590.0" y1="162.308556" y2="162.308556"/> + <line stroke="#000000" x1="616.0000000000001" x2="623.0000000000001" y1="162.308556" y2="162.308556"/> + <line stroke="#000000" x1="616.0000000000001" x2="616.0000000000001" y1="138.30855600000004" y2="162.308556"/> + <line stroke="#000000" x1="623.0000000000001" x2="616.0000000000001" y1="138.30855600000004" y2="138.30855600000004"/> + <line stroke="#888888" x1="672.0909090909092" x2="675.5909090909091" y1="133.058556" y2="133.058556"/> + <line stroke="#888888" x1="675.5909090909091" x2="672.0909090909092" y1="133.058556" y2="136.55855600000004"/> + <line stroke="#888888" x1="672.0909090909092" x2="661.1818181818181" y1="136.55855600000004" y2="136.55855600000004"/> + <line stroke="#888888" x1="661.1818181818181" x2="657.6818181818184" y1="136.55855600000004" y2="133.058556"/> + <line stroke="#888888" x1="657.6818181818184" x2="661.1818181818181" y1="133.058556" y2="133.058556"/> + <line stroke="#888888" x1="644.818181818182" x2="648.3181818181819" y1="133.058556" y2="133.058556"/> + <line stroke="#888888" x1="648.3181818181819" x2="644.818181818182" y1="133.058556" y2="136.55855600000004"/> + <line stroke="#888888" x1="644.818181818182" x2="633.9090909090909" y1="136.55855600000004" y2="136.55855600000004"/> + <line stroke="#888888" x1="633.9090909090909" x2="630.409090909091" y1="136.55855600000004" y2="133.058556"/> + <line stroke="#888888" x1="630.409090909091" x2="633.9090909090909" y1="133.058556" y2="133.058556"/> + <line stroke="#888888" x1="689.2500000000001" x2="685.75" y1="154.30855600000004" y2="154.30855600000004"/> + <line stroke="#888888" x1="685.75" x2="685.75" y1="154.30855600000004" y2="146.308556"/> + <line stroke="#888888" x1="685.75" x2="689.2500000000001" y1="146.308556" y2="146.308556"/> + <line stroke="#888888" x1="631.5000000000001" x2="631.5000000000001" y1="213.80855600000004" y2="195.80855600000004"/> + <line stroke="#888888" x1="631.5000000000001" x2="666.5000000000001" y1="195.80855600000004" y2="195.80855600000004"/> + <line stroke="#888888" x1="666.5000000000001" x2="666.5000000000001" y1="195.80855600000004" y2="213.80855600000004"/> + <line stroke="#888888" x1="666.5000000000001" x2="631.5000000000001" y1="213.80855600000004" y2="213.80855600000004"/> + <line stroke="#888888" x1="684.5000000000001" x2="684.5000000000001" y1="175.55855600000004" y2="172.55855600000004"/> + <line stroke="#888888" x1="684.5000000000001" x2="687.5000000000001" y1="172.55855600000004" y2="172.55855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="687.5000000000001" y1="172.55855600000004" y2="175.55855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="684.5000000000001" y1="175.55855600000004" y2="175.55855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="705.5000000000001" y1="174.55855600000004" y2="173.55855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="706.5000000000001" y1="173.55855600000004" y2="173.55855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="706.5000000000001" y1="173.55855600000004" y2="174.55855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="705.5000000000001" y1="174.55855600000004" y2="174.55855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="685.5000000000001" y1="177.05855600000004" y2="176.058556"/> + <line stroke="#888888" x1="685.5000000000001" x2="686.5000000000001" y1="176.058556" y2="176.058556"/> + <line stroke="#888888" x1="686.5000000000001" x2="686.5000000000001" y1="176.058556" y2="177.05855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="685.5000000000001" y1="177.05855600000004" y2="177.05855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="705.5000000000001" y1="177.05855600000004" y2="176.058556"/> + <line stroke="#888888" x1="705.5000000000001" x2="706.5000000000001" y1="176.058556" y2="176.058556"/> + <line stroke="#888888" x1="706.5000000000001" x2="706.5000000000001" y1="176.058556" y2="177.05855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="705.5000000000001" y1="177.05855600000004" y2="177.05855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="685.5000000000001" y1="179.55855600000004" y2="178.558556"/> + <line stroke="#888888" x1="685.5000000000001" x2="686.5000000000001" y1="178.558556" y2="178.558556"/> + <line stroke="#888888" x1="686.5000000000001" x2="686.5000000000001" y1="178.558556" y2="179.55855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="685.5000000000001" y1="179.55855600000004" y2="179.55855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="705.5000000000001" y1="179.55855600000004" y2="178.558556"/> + <line stroke="#888888" x1="705.5000000000001" x2="706.5000000000001" y1="178.558556" y2="178.558556"/> + <line stroke="#888888" x1="706.5000000000001" x2="706.5000000000001" y1="178.558556" y2="179.55855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="705.5000000000001" y1="179.55855600000004" y2="179.55855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="685.5000000000001" y1="182.05855600000004" y2="181.058556"/> + <line stroke="#888888" x1="685.5000000000001" x2="686.5000000000001" y1="181.058556" y2="181.058556"/> + <line stroke="#888888" x1="686.5000000000001" x2="686.5000000000001" y1="181.058556" y2="182.05855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="685.5000000000001" y1="182.05855600000004" y2="182.05855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="705.5000000000001" y1="182.05855600000004" y2="181.058556"/> + <line stroke="#888888" x1="705.5000000000001" x2="706.5000000000001" y1="181.058556" y2="181.058556"/> + <line stroke="#888888" x1="706.5000000000001" x2="706.5000000000001" y1="181.058556" y2="182.05855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="705.5000000000001" y1="182.05855600000004" y2="182.05855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="685.5000000000001" y1="184.55855600000004" y2="183.55855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="686.5000000000001" y1="183.55855600000004" y2="183.55855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="686.5000000000001" y1="183.55855600000004" y2="184.55855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="685.5000000000001" y1="184.55855600000004" y2="184.55855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="705.5000000000001" y1="184.55855600000004" y2="183.55855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="706.5000000000001" y1="183.55855600000004" y2="183.55855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="706.5000000000001" y1="183.55855600000004" y2="184.55855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="705.5000000000001" y1="184.55855600000004" y2="184.55855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="685.5000000000001" y1="187.05855600000004" y2="186.05855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="686.5000000000001" y1="186.05855600000004" y2="186.05855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="686.5000000000001" y1="186.05855600000004" y2="187.05855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="685.5000000000001" y1="187.05855600000004" y2="187.05855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="705.5000000000001" y1="187.05855600000004" y2="186.05855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="706.5000000000001" y1="186.05855600000004" y2="186.05855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="706.5000000000001" y1="186.05855600000004" y2="187.05855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="705.5000000000001" y1="187.05855600000004" y2="187.05855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="685.5000000000001" y1="189.55855600000004" y2="188.55855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="686.5000000000001" y1="188.55855600000004" y2="188.55855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="686.5000000000001" y1="188.55855600000004" y2="189.55855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="685.5000000000001" y1="189.55855600000004" y2="189.55855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="705.5000000000001" y1="189.55855600000004" y2="188.55855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="706.5000000000001" y1="188.55855600000004" y2="188.55855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="706.5000000000001" y1="188.55855600000004" y2="189.55855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="705.5000000000001" y1="189.55855600000004" y2="189.55855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="685.5000000000001" y1="192.058556" y2="191.05855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="686.5000000000001" y1="191.05855600000004" y2="191.05855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="686.5000000000001" y1="191.05855600000004" y2="192.058556"/> + <line stroke="#888888" x1="686.5000000000001" x2="685.5000000000001" y1="192.058556" y2="192.058556"/> + <line stroke="#888888" x1="705.5000000000001" x2="705.5000000000001" y1="192.058556" y2="191.05855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="706.5000000000001" y1="191.05855600000004" y2="191.05855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="706.5000000000001" y1="191.05855600000004" y2="192.058556"/> + <line stroke="#888888" x1="706.5000000000001" x2="705.5000000000001" y1="192.058556" y2="192.058556"/> + <line stroke="#888888" x1="685.5000000000001" x2="685.5000000000001" y1="194.558556" y2="193.55855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="686.5000000000001" y1="193.55855600000004" y2="193.55855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="686.5000000000001" y1="193.55855600000004" y2="194.558556"/> + <line stroke="#888888" x1="686.5000000000001" x2="685.5000000000001" y1="194.558556" y2="194.558556"/> + <line stroke="#888888" x1="705.5000000000001" x2="705.5000000000001" y1="194.558556" y2="193.55855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="706.5000000000001" y1="193.55855600000004" y2="193.55855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="706.5000000000001" y1="193.55855600000004" y2="194.558556"/> + <line stroke="#888888" x1="706.5000000000001" x2="705.5000000000001" y1="194.558556" y2="194.558556"/> + <line stroke="#888888" x1="685.5000000000001" x2="685.5000000000001" y1="197.05855600000004" y2="196.05855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="686.5000000000001" y1="196.05855600000004" y2="196.05855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="686.5000000000001" y1="196.05855600000004" y2="197.05855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="685.5000000000001" y1="197.05855600000004" y2="197.05855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="705.5000000000001" y1="197.05855600000004" y2="196.05855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="706.5000000000001" y1="196.05855600000004" y2="196.05855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="706.5000000000001" y1="196.05855600000004" y2="197.05855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="705.5000000000001" y1="197.05855600000004" y2="197.05855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="685.5000000000001" y1="199.55855600000004" y2="198.55855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="686.5000000000001" y1="198.55855600000004" y2="198.55855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="686.5000000000001" y1="198.55855600000004" y2="199.55855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="685.5000000000001" y1="199.55855600000004" y2="199.55855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="705.5000000000001" y1="199.55855600000004" y2="198.55855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="706.5000000000001" y1="198.55855600000004" y2="198.55855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="706.5000000000001" y1="198.55855600000004" y2="199.55855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="705.5000000000001" y1="199.55855600000004" y2="199.55855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="685.5000000000001" y1="202.05855600000004" y2="201.058556"/> + <line stroke="#888888" x1="685.5000000000001" x2="686.5000000000001" y1="201.058556" y2="201.058556"/> + <line stroke="#888888" x1="686.5000000000001" x2="686.5000000000001" y1="201.058556" y2="202.05855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="685.5000000000001" y1="202.05855600000004" y2="202.05855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="705.5000000000001" y1="202.05855600000004" y2="201.058556"/> + <line stroke="#888888" x1="705.5000000000001" x2="706.5000000000001" y1="201.058556" y2="201.058556"/> + <line stroke="#888888" x1="706.5000000000001" x2="706.5000000000001" y1="201.058556" y2="202.05855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="705.5000000000001" y1="202.05855600000004" y2="202.05855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="685.5000000000001" y1="204.55855600000004" y2="203.558556"/> + <line stroke="#888888" x1="685.5000000000001" x2="686.5000000000001" y1="203.558556" y2="203.558556"/> + <line stroke="#888888" x1="686.5000000000001" x2="686.5000000000001" y1="203.558556" y2="204.55855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="685.5000000000001" y1="204.55855600000004" y2="204.55855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="705.5000000000001" y1="204.55855600000004" y2="203.558556"/> + <line stroke="#888888" x1="705.5000000000001" x2="706.5000000000001" y1="203.558556" y2="203.558556"/> + <line stroke="#888888" x1="706.5000000000001" x2="706.5000000000001" y1="203.558556" y2="204.55855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="705.5000000000001" y1="204.55855600000004" y2="204.55855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="685.5000000000001" y1="207.05855600000004" y2="206.05855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="686.5000000000001" y1="206.05855600000004" y2="206.05855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="686.5000000000001" y1="206.05855600000004" y2="207.05855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="685.5000000000001" y1="207.05855600000004" y2="207.05855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="705.5000000000001" y1="207.05855600000004" y2="206.05855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="706.5000000000001" y1="206.05855600000004" y2="206.05855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="706.5000000000001" y1="206.05855600000004" y2="207.05855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="705.5000000000001" y1="207.05855600000004" y2="207.05855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="685.5000000000001" y1="209.55855600000004" y2="208.55855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="686.5000000000001" y1="208.55855600000004" y2="208.55855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="686.5000000000001" y1="208.55855600000004" y2="209.55855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="685.5000000000001" y1="209.55855600000004" y2="209.55855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="705.5000000000001" y1="209.55855600000004" y2="208.55855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="706.5000000000001" y1="208.55855600000004" y2="208.55855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="706.5000000000001" y1="208.55855600000004" y2="209.55855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="705.5000000000001" y1="209.55855600000004" y2="209.55855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="685.5000000000001" y1="212.05855600000004" y2="211.05855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="686.5000000000001" y1="211.05855600000004" y2="211.05855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="686.5000000000001" y1="211.05855600000004" y2="212.05855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="685.5000000000001" y1="212.05855600000004" y2="212.05855600000004"/> + <line stroke="#888888" x1="704.5000000000001" x2="704.5000000000001" y1="213.05855600000004" y2="210.05855600000004"/> + <line stroke="#888888" x1="704.5000000000001" x2="707.5000000000001" y1="210.05855600000004" y2="210.05855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="707.5000000000001" y1="210.05855600000004" y2="213.05855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="704.5000000000001" y1="213.05855600000004" y2="213.05855600000004"/> + <line stroke="#888888" x1="700.2500000000001" x2="691.7500000000001" y1="170.05855600000004" y2="170.05855600000004"/> + <line stroke="#888888" x1="691.7500000000001" x2="691.7500000000001" y1="170.05855600000004" y2="169.558556"/> + <line stroke="#888888" x1="691.7500000000001" x2="700.2500000000001" y1="169.558556" y2="169.558556"/> + <line stroke="#888888" x1="700.2500000000001" x2="700.2500000000001" y1="169.558556" y2="170.05855600000004"/> + <line stroke="#888888" x1="691.7500000000001" x2="700.2500000000001" y1="217.80855600000004" y2="217.80855600000004"/> + <line stroke="#888888" x1="700.2500000000001" x2="700.2500000000001" y1="217.80855600000004" y2="218.30855600000004"/> + <line stroke="#888888" x1="700.2500000000001" x2="691.7500000000001" y1="218.30855600000004" y2="218.30855600000004"/> + <line stroke="#888888" x1="691.7500000000001" x2="691.7500000000001" y1="218.30855600000004" y2="217.80855600000004"/> + <line stroke="#888888" x1="723.0000000000001" x2="723.0000000000001" y1="213.30855600000004" y2="200.30855600000004"/> + <line stroke="#888888" x1="723.0000000000001" x2="753.0000000000001" y1="200.30855600000004" y2="200.30855600000004"/> + <line stroke="#888888" x1="753.0000000000001" x2="753.0000000000001" y1="200.30855600000004" y2="213.30855600000004"/> + <line stroke="#888888" x1="753.0000000000001" x2="723.0000000000001" y1="213.30855600000004" y2="213.30855600000004"/> + <line stroke="#888888" x1="730.0681818181819" x2="718.659090909091" y1="167.80855600000004" y2="167.80855600000004"/> + <line stroke="#888888" x1="718.659090909091" x2="718.659090909091" y1="167.80855600000004" y2="167.308556"/> + <line stroke="#888888" x1="718.659090909091" x2="730.0681818181819" y1="167.308556" y2="167.308556"/> + <line stroke="#888888" x1="730.0681818181819" x2="730.0681818181819" y1="167.308556" y2="167.80855600000004"/> + <line stroke="#888888" x1="757.3409090909092" x2="745.9318181818182" y1="167.80855600000004" y2="167.80855600000004"/> + <line stroke="#888888" x1="745.9318181818182" x2="745.9318181818182" y1="167.80855600000004" y2="167.308556"/> + <line stroke="#888888" x1="745.9318181818182" x2="757.3409090909092" y1="167.308556" y2="167.308556"/> + <line stroke="#888888" x1="757.3409090909092" x2="757.3409090909092" y1="167.308556" y2="167.80855600000004"/> + <line stroke="#888888" x1="760.25" x2="760.25" y1="184.74037418181823" y2="173.14946509090913"/> + <line stroke="#888888" x1="760.25" x2="760.75" y1="173.14946509090913" y2="173.14946509090913"/> + <line stroke="#888888" x1="760.75" x2="760.75" y1="173.14946509090913" y2="184.74037418181823"/> + <line stroke="#888888" x1="760.75" x2="760.25" y1="184.74037418181823" y2="184.74037418181823"/> + <line stroke="#888888" x1="760.25" x2="760.25" y1="212.46764690909094" y2="200.87673781818185"/> + <line stroke="#888888" x1="760.25" x2="760.75" y1="200.87673781818185" y2="200.87673781818185"/> + <line stroke="#888888" x1="760.75" x2="760.75" y1="200.87673781818185" y2="212.46764690909094"/> + <line stroke="#888888" x1="760.75" x2="760.25" y1="212.46764690909094" y2="212.46764690909094"/> + <line stroke="#888888" x1="600.5" x2="600.5" y1="175.55855600000004" y2="172.55855600000004"/> + <line stroke="#888888" x1="600.5" x2="603.5000000000001" y1="172.55855600000004" y2="172.55855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="603.5000000000001" y1="172.55855600000004" y2="175.55855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="600.5" y1="175.55855600000004" y2="175.55855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="621.5000000000001" y1="174.55855600000004" y2="173.55855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="622.5000000000001" y1="173.55855600000004" y2="173.55855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="622.5000000000001" y1="173.55855600000004" y2="174.55855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="621.5000000000001" y1="174.55855600000004" y2="174.55855600000004"/> + <line stroke="#888888" x1="601.5" x2="601.5" y1="177.05855600000004" y2="176.058556"/> + <line stroke="#888888" x1="601.5" x2="602.5000000000001" y1="176.058556" y2="176.058556"/> + <line stroke="#888888" x1="602.5000000000001" x2="602.5000000000001" y1="176.058556" y2="177.05855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="601.5" y1="177.05855600000004" y2="177.05855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="621.5000000000001" y1="177.05855600000004" y2="176.058556"/> + <line stroke="#888888" x1="621.5000000000001" x2="622.5000000000001" y1="176.058556" y2="176.058556"/> + <line stroke="#888888" x1="622.5000000000001" x2="622.5000000000001" y1="176.058556" y2="177.05855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="621.5000000000001" y1="177.05855600000004" y2="177.05855600000004"/> + <line stroke="#888888" x1="601.5" x2="601.5" y1="179.55855600000004" y2="178.558556"/> + <line stroke="#888888" x1="601.5" x2="602.5000000000001" y1="178.558556" y2="178.558556"/> + <line stroke="#888888" x1="602.5000000000001" x2="602.5000000000001" y1="178.558556" y2="179.55855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="601.5" y1="179.55855600000004" y2="179.55855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="621.5000000000001" y1="179.55855600000004" y2="178.558556"/> + <line stroke="#888888" x1="621.5000000000001" x2="622.5000000000001" y1="178.558556" y2="178.558556"/> + <line stroke="#888888" x1="622.5000000000001" x2="622.5000000000001" y1="178.558556" y2="179.55855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="621.5000000000001" y1="179.55855600000004" y2="179.55855600000004"/> + <line stroke="#888888" x1="601.5" x2="601.5" y1="182.05855600000004" y2="181.058556"/> + <line stroke="#888888" x1="601.5" x2="602.5000000000001" y1="181.058556" y2="181.058556"/> + <line stroke="#888888" x1="602.5000000000001" x2="602.5000000000001" y1="181.058556" y2="182.05855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="601.5" y1="182.05855600000004" y2="182.05855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="621.5000000000001" y1="182.05855600000004" y2="181.058556"/> + <line stroke="#888888" x1="621.5000000000001" x2="622.5000000000001" y1="181.058556" y2="181.058556"/> + <line stroke="#888888" x1="622.5000000000001" x2="622.5000000000001" y1="181.058556" y2="182.05855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="621.5000000000001" y1="182.05855600000004" y2="182.05855600000004"/> + <line stroke="#888888" x1="601.5" x2="601.5" y1="184.55855600000004" y2="183.55855600000004"/> + <line stroke="#888888" x1="601.5" x2="602.5000000000001" y1="183.55855600000004" y2="183.55855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="602.5000000000001" y1="183.55855600000004" y2="184.55855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="601.5" y1="184.55855600000004" y2="184.55855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="621.5000000000001" y1="184.55855600000004" y2="183.55855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="622.5000000000001" y1="183.55855600000004" y2="183.55855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="622.5000000000001" y1="183.55855600000004" y2="184.55855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="621.5000000000001" y1="184.55855600000004" y2="184.55855600000004"/> + <line stroke="#888888" x1="601.5" x2="601.5" y1="187.05855600000004" y2="186.05855600000004"/> + <line stroke="#888888" x1="601.5" x2="602.5000000000001" y1="186.05855600000004" y2="186.05855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="602.5000000000001" y1="186.05855600000004" y2="187.05855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="601.5" y1="187.05855600000004" y2="187.05855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="621.5000000000001" y1="187.05855600000004" y2="186.05855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="622.5000000000001" y1="186.05855600000004" y2="186.05855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="622.5000000000001" y1="186.05855600000004" y2="187.05855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="621.5000000000001" y1="187.05855600000004" y2="187.05855600000004"/> + <line stroke="#888888" x1="601.5" x2="601.5" y1="189.55855600000004" y2="188.55855600000004"/> + <line stroke="#888888" x1="601.5" x2="602.5000000000001" y1="188.55855600000004" y2="188.55855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="602.5000000000001" y1="188.55855600000004" y2="189.55855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="601.5" y1="189.55855600000004" y2="189.55855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="621.5000000000001" y1="189.55855600000004" y2="188.55855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="622.5000000000001" y1="188.55855600000004" y2="188.55855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="622.5000000000001" y1="188.55855600000004" y2="189.55855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="621.5000000000001" y1="189.55855600000004" y2="189.55855600000004"/> + <line stroke="#888888" x1="601.5" x2="601.5" y1="192.058556" y2="191.05855600000004"/> + <line stroke="#888888" x1="601.5" x2="602.5000000000001" y1="191.05855600000004" y2="191.05855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="602.5000000000001" y1="191.05855600000004" y2="192.058556"/> + <line stroke="#888888" x1="602.5000000000001" x2="601.5" y1="192.058556" y2="192.058556"/> + <line stroke="#888888" x1="621.5000000000001" x2="621.5000000000001" y1="192.058556" y2="191.05855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="622.5000000000001" y1="191.05855600000004" y2="191.05855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="622.5000000000001" y1="191.05855600000004" y2="192.058556"/> + <line stroke="#888888" x1="622.5000000000001" x2="621.5000000000001" y1="192.058556" y2="192.058556"/> + <line stroke="#888888" x1="601.5" x2="601.5" y1="194.558556" y2="193.55855600000004"/> + <line stroke="#888888" x1="601.5" x2="602.5000000000001" y1="193.55855600000004" y2="193.55855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="602.5000000000001" y1="193.55855600000004" y2="194.558556"/> + <line stroke="#888888" x1="602.5000000000001" x2="601.5" y1="194.558556" y2="194.558556"/> + <line stroke="#888888" x1="621.5000000000001" x2="621.5000000000001" y1="194.558556" y2="193.55855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="622.5000000000001" y1="193.55855600000004" y2="193.55855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="622.5000000000001" y1="193.55855600000004" y2="194.558556"/> + <line stroke="#888888" x1="622.5000000000001" x2="621.5000000000001" y1="194.558556" y2="194.558556"/> + <line stroke="#888888" x1="601.5" x2="601.5" y1="197.05855600000004" y2="196.05855600000004"/> + <line stroke="#888888" x1="601.5" x2="602.5000000000001" y1="196.05855600000004" y2="196.05855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="602.5000000000001" y1="196.05855600000004" y2="197.05855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="601.5" y1="197.05855600000004" y2="197.05855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="621.5000000000001" y1="197.05855600000004" y2="196.05855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="622.5000000000001" y1="196.05855600000004" y2="196.05855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="622.5000000000001" y1="196.05855600000004" y2="197.05855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="621.5000000000001" y1="197.05855600000004" y2="197.05855600000004"/> + <line stroke="#888888" x1="601.5" x2="601.5" y1="199.55855600000004" y2="198.55855600000004"/> + <line stroke="#888888" x1="601.5" x2="602.5000000000001" y1="198.55855600000004" y2="198.55855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="602.5000000000001" y1="198.55855600000004" y2="199.55855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="601.5" y1="199.55855600000004" y2="199.55855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="621.5000000000001" y1="199.55855600000004" y2="198.55855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="622.5000000000001" y1="198.55855600000004" y2="198.55855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="622.5000000000001" y1="198.55855600000004" y2="199.55855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="621.5000000000001" y1="199.55855600000004" y2="199.55855600000004"/> + <line stroke="#888888" x1="601.5" x2="601.5" y1="202.05855600000004" y2="201.058556"/> + <line stroke="#888888" x1="601.5" x2="602.5000000000001" y1="201.058556" y2="201.058556"/> + <line stroke="#888888" x1="602.5000000000001" x2="602.5000000000001" y1="201.058556" y2="202.05855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="601.5" y1="202.05855600000004" y2="202.05855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="621.5000000000001" y1="202.05855600000004" y2="201.058556"/> + <line stroke="#888888" x1="621.5000000000001" x2="622.5000000000001" y1="201.058556" y2="201.058556"/> + <line stroke="#888888" x1="622.5000000000001" x2="622.5000000000001" y1="201.058556" y2="202.05855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="621.5000000000001" y1="202.05855600000004" y2="202.05855600000004"/> + <line stroke="#888888" x1="601.5" x2="601.5" y1="204.55855600000004" y2="203.558556"/> + <line stroke="#888888" x1="601.5" x2="602.5000000000001" y1="203.558556" y2="203.558556"/> + <line stroke="#888888" x1="602.5000000000001" x2="602.5000000000001" y1="203.558556" y2="204.55855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="601.5" y1="204.55855600000004" y2="204.55855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="621.5000000000001" y1="204.55855600000004" y2="203.558556"/> + <line stroke="#888888" x1="621.5000000000001" x2="622.5000000000001" y1="203.558556" y2="203.558556"/> + <line stroke="#888888" x1="622.5000000000001" x2="622.5000000000001" y1="203.558556" y2="204.55855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="621.5000000000001" y1="204.55855600000004" y2="204.55855600000004"/> + <line stroke="#888888" x1="601.5" x2="601.5" y1="207.05855600000004" y2="206.05855600000004"/> + <line stroke="#888888" x1="601.5" x2="602.5000000000001" y1="206.05855600000004" y2="206.05855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="602.5000000000001" y1="206.05855600000004" y2="207.05855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="601.5" y1="207.05855600000004" y2="207.05855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="621.5000000000001" y1="207.05855600000004" y2="206.05855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="622.5000000000001" y1="206.05855600000004" y2="206.05855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="622.5000000000001" y1="206.05855600000004" y2="207.05855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="621.5000000000001" y1="207.05855600000004" y2="207.05855600000004"/> + <line stroke="#888888" x1="601.5" x2="601.5" y1="209.55855600000004" y2="208.55855600000004"/> + <line stroke="#888888" x1="601.5" x2="602.5000000000001" y1="208.55855600000004" y2="208.55855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="602.5000000000001" y1="208.55855600000004" y2="209.55855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="601.5" y1="209.55855600000004" y2="209.55855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="621.5000000000001" y1="209.55855600000004" y2="208.55855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="622.5000000000001" y1="208.55855600000004" y2="208.55855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="622.5000000000001" y1="208.55855600000004" y2="209.55855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="621.5000000000001" y1="209.55855600000004" y2="209.55855600000004"/> + <line stroke="#888888" x1="601.5" x2="601.5" y1="212.05855600000004" y2="211.05855600000004"/> + <line stroke="#888888" x1="601.5" x2="602.5000000000001" y1="211.05855600000004" y2="211.05855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="602.5000000000001" y1="211.05855600000004" y2="212.05855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="601.5" y1="212.05855600000004" y2="212.05855600000004"/> + <line stroke="#888888" x1="620.5000000000001" x2="620.5000000000001" y1="213.05855600000004" y2="210.05855600000004"/> + <line stroke="#888888" x1="620.5000000000001" x2="623.5000000000001" y1="210.05855600000004" y2="210.05855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="623.5000000000001" y1="210.05855600000004" y2="213.05855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="620.5000000000001" y1="213.05855600000004" y2="213.05855600000004"/> + <line stroke="#888888" x1="616.2500000000001" x2="607.7500000000001" y1="170.05855600000004" y2="170.05855600000004"/> + <line stroke="#888888" x1="607.7500000000001" x2="607.7500000000001" y1="170.05855600000004" y2="169.558556"/> + <line stroke="#888888" x1="607.7500000000001" x2="616.2500000000001" y1="169.558556" y2="169.558556"/> + <line stroke="#888888" x1="616.2500000000001" x2="616.2500000000001" y1="169.558556" y2="170.05855600000004"/> + <line stroke="#888888" x1="607.7500000000001" x2="616.2500000000001" y1="217.80855600000004" y2="217.80855600000004"/> + <line stroke="#888888" x1="616.2500000000001" x2="616.2500000000001" y1="217.80855600000004" y2="218.30855600000004"/> + <line stroke="#888888" x1="616.2500000000001" x2="607.7500000000001" y1="218.30855600000004" y2="218.30855600000004"/> + <line stroke="#888888" x1="607.7500000000001" x2="607.7500000000001" y1="218.30855600000004" y2="217.80855600000004"/> + <line stroke="#888888" x1="592.5" x2="597.5000000000001" y1="173.39946509090913" y2="173.39946509090913"/> + <line stroke="#888888" x1="597.5000000000001" x2="597.5000000000001" y1="173.39946509090913" y2="184.49037418181823"/> + <line stroke="#888888" x1="597.5000000000001" x2="592.5" y1="184.49037418181823" y2="184.49037418181823"/> + <line stroke="#888888" x1="592.5" x2="597.5000000000001" y1="201.12673781818185" y2="201.12673781818185"/> + <line stroke="#888888" x1="597.5000000000001" x2="597.5000000000001" y1="201.12673781818185" y2="212.21764690909094"/> + <line stroke="#888888" x1="597.5000000000001" x2="592.5" y1="212.21764690909094" y2="212.21764690909094"/> + <line stroke="#888888" x1="617.7500000000001" x2="621.2500000000001" y1="146.308556" y2="146.308556"/> + <line stroke="#888888" x1="621.2500000000001" x2="621.2500000000001" y1="146.308556" y2="154.30855600000004"/> + <line stroke="#888888" x1="621.2500000000001" x2="617.7500000000001" y1="154.30855600000004" y2="154.30855600000004"/> </svg> diff --git a/rocolib/output/ServoStackBatteryMount/graph-autofold-default.dxf b/rocolib/output/ServoStackBatteryMount/graph-autofold-default.dxf index 5e46467fde095d54d952bed7ccc88fbf09d8f3cb..464c76111d395fb635cf4926884364fbedbed592 100644 --- a/rocolib/output/ServoStackBatteryMount/graph-autofold-default.dxf +++ b/rocolib/output/ServoStackBatteryMount/graph-autofold-default.dxf @@ -557,7 +557,7 @@ CONTINUOUS 0 LAYER 2 --45 +90 70 0 62 @@ -567,7 +567,7 @@ CONTINUOUS 0 LAYER 2 -90 +-90 70 0 62 @@ -577,7 +577,7 @@ CONTINUOUS 0 LAYER 2 --90 +45 70 0 62 @@ -587,7 +587,7 @@ CONTINUOUS 0 LAYER 2 -45 +-45 70 0 62 @@ -993,24 +993,6 @@ LINE 8 cut 10 -60.00000000000001 - 20 -150.30855600000004 - 30 -0.0 - 11 -0.0 - 21 -150.30855600000004 - 31 -0.0 - 0 -LINE - 62 -5 - 8 -cut - 10 228.00000000000003 20 150.30855600000004 @@ -1065,15 +1047,15 @@ LINE 8 cut 10 -120.00000000000001 +0.0 20 -150.30855600000004 +140.30855600000004 30 0.0 11 -120.00000000000001 +0.0 21 -88.65427796513858 +150.30855600000004 31 0.0 0 @@ -1085,33 +1067,13 @@ cut 10 60.00000000000001 20 -88.65427796513858 +140.30855600000004 30 0.0 11 -60.00000000000001 - 21 -150.30855600000004 - 31 -0.0 - 0 -LINE - 6 -DOTTED - 62 -1 - 8 --45 - 10 -60.00000000000001 - 20 -88.65427796513858 - 30 0.0 - 11 -120.00000000000001 21 -88.65427796513858 +140.30855600000004 31 0.0 0 @@ -1123,53 +1085,49 @@ cut 10 60.00000000000001 20 -61.65427796513857 +150.30855600000004 30 0.0 11 60.00000000000001 21 -88.65427796513858 +140.30855600000004 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 --45 +cut 10 -120.00000000000001 +133.00000000000003 20 -61.65427796513857 +150.30855600000004 30 0.0 11 60.00000000000001 21 -61.65427796513857 +150.30855600000004 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 -90 +cut 10 -120.00000000000001 +167.00000000000003 20 -88.65427796513858 +150.30855600000004 30 0.0 11 -120.00000000000001 +157.0 21 -61.65427796513857 +150.30855600000004 31 0.0 0 @@ -1179,15 +1137,15 @@ LINE 8 cut 10 -60.00000000000001 +228.00000000000003 20 --6.972288701945219e-08 +150.30855600000004 30 0.0 11 -60.00000000000001 +228.00000000000003 21 -61.65427796513857 +150.30855600000004 31 0.0 0 @@ -1197,15 +1155,15 @@ LINE 8 cut 10 -120.00000000000001 +60.00000000000001 20 --6.972288701945219e-08 +150.30855600000004 30 0.0 11 60.00000000000001 21 --6.972288701945219e-08 +150.30855600000004 31 0.0 0 @@ -1215,33 +1173,35 @@ LINE 8 cut 10 -120.00000000000001 +157.0 20 -61.65427796513857 +150.30855600000004 30 0.0 11 -120.00000000000001 +157.0 21 --6.972288701945219e-08 +116.30855600000002 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 -cut +90 10 -120.00000000000001 +133.00000000000003 20 -88.65427796513858 +116.30855600000002 30 0.0 11 -137.00000000000003 +133.00000000000003 21 -88.65427796513858 +150.30855600000004 31 0.0 0 @@ -1251,15 +1211,15 @@ LINE 8 cut 10 -137.00000000000003 +133.00000000000003 20 -61.65427796513857 +80.30855600000002 30 0.0 11 -120.00000000000001 +133.00000000000003 21 -61.65427796513857 +116.30855600000002 31 0.0 0 @@ -1269,17 +1229,17 @@ DOTTED 62 1 8 -90 +-90 10 -137.00000000000003 +133.00000000000003 20 -88.65427796513858 +80.30855600000002 30 0.0 11 -137.00000000000003 +157.0 21 -61.65427796513857 +80.30855600000002 31 0.0 0 @@ -1289,15 +1249,15 @@ LINE 8 cut 10 -137.00000000000003 +157.0 20 -88.65427796513858 +116.30855600000002 30 0.0 11 -197.00000000000003 +157.0 21 -88.65427796513858 +80.30855600000002 31 0.0 0 @@ -1307,35 +1267,15 @@ LINE 8 cut 10 -197.00000000000003 - 20 -61.65427796513857 - 30 -0.0 - 11 -137.00000000000003 - 21 -61.65427796513857 - 31 -0.0 - 0 -LINE - 6 -DOTTED - 62 -1 - 8 -90 - 10 -197.00000000000003 +157.0 20 -88.65427796513858 +80.30855600000002 30 0.0 11 -197.00000000000003 +157.0 21 -61.65427796513857 +35.30855600000002 31 0.0 0 @@ -1345,15 +1285,15 @@ LINE 8 cut 10 -197.00000000000003 +133.00000000000003 20 -88.65427796513858 +35.30855600000002 30 0.0 11 -214.0 +133.00000000000003 21 -88.65427796513858 +80.30855600000002 31 0.0 0 @@ -1363,35 +1303,33 @@ LINE 8 cut 10 -214.0 +133.00000000000003 20 -61.65427796513857 +30.308556000000017 30 0.0 11 -197.00000000000003 +133.00000000000003 21 -61.65427796513857 +35.30855600000002 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 -90 +cut 10 -214.0 +157.0 20 -61.65427796513857 +30.308556000000017 30 0.0 11 -214.0 +133.00000000000003 21 -88.65427796513858 +30.308556000000017 31 0.0 0 @@ -1401,15 +1339,15 @@ LINE 8 cut 10 -224.00000000000003 +157.0 20 -61.65427796513857 +35.30855600000002 30 0.0 11 -214.0 +157.0 21 -61.65427796513857 +30.308556000000017 31 0.0 0 @@ -1419,15 +1357,15 @@ LINE 8 cut 10 -224.00000000000003 +133.00000000000003 20 -88.65427796513858 +116.30855600000002 30 0.0 11 -224.00000000000003 +113.00000000000001 21 -61.65427796513857 +116.30855600000002 31 0.0 0 @@ -1437,33 +1375,35 @@ LINE 8 cut 10 -214.0 +113.00000000000001 20 -88.65427796513858 +150.30855600000004 30 0.0 11 -224.00000000000003 +133.00000000000003 21 -88.65427796513858 +150.30855600000004 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 -cut +90 10 -119.50000000000001 +113.00000000000001 20 -84.15427796513858 +116.30855600000002 30 0.0 11 -116.50000000000001 +113.00000000000001 21 -84.15427796513858 +150.30855600000004 31 0.0 0 @@ -1473,15 +1413,15 @@ LINE 8 cut 10 -116.50000000000001 +113.00000000000001 20 -84.15427796513858 +116.30855600000002 30 0.0 11 -116.50000000000001 +89.00000000000001 21 -66.15427796513858 +116.30855600000002 31 0.0 0 @@ -1491,33 +1431,35 @@ LINE 8 cut 10 -116.50000000000001 +89.00000000000001 20 -66.15427796513858 +150.30855600000004 30 0.0 11 -119.50000000000001 +113.00000000000001 21 -66.15427796513858 +150.30855600000004 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 -cut +90 10 -119.50000000000001 +89.00000000000001 20 -66.15427796513858 +116.30855600000002 30 0.0 11 -119.50000000000001 +89.00000000000001 21 -84.15427796513858 +150.30855600000004 31 0.0 0 @@ -1527,15 +1469,15 @@ LINE 8 cut 10 -67.75000000000001 +89.00000000000001 20 -70.40427796513856 +116.30855600000002 30 0.0 11 -67.75000000000001 +69.00000000000001 21 -79.90427796513858 +116.30855600000002 31 0.0 0 @@ -1545,33 +1487,35 @@ LINE 8 cut 10 -67.75000000000001 +69.00000000000001 20 -79.90427796513858 +150.30855600000004 30 0.0 11 -67.25 +89.00000000000001 21 -79.90427796513858 +150.30855600000004 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 -cut +90 10 -67.25 +69.00000000000001 20 -79.90427796513858 +150.30855600000004 30 0.0 11 -67.25 +69.00000000000001 21 -70.40427796513856 +116.30855600000002 31 0.0 0 @@ -1581,15 +1525,15 @@ LINE 8 cut 10 -67.25 +59.00000000000001 20 -70.40427796513856 +150.30855600000004 30 0.0 11 -67.75000000000001 +69.00000000000001 21 -70.40427796513856 +150.30855600000004 31 0.0 0 @@ -1599,15 +1543,15 @@ LINE 8 cut 10 -100.25000000000001 +59.00000000000001 20 -7.749999930277114 +116.30855600000002 30 0.0 11 -79.75 +59.00000000000001 21 -7.749999930277114 +150.30855600000004 31 0.0 0 @@ -1617,33 +1561,35 @@ LINE 8 cut 10 -79.75 +69.00000000000001 20 -7.749999930277114 +116.30855600000002 30 0.0 11 -79.75 +59.00000000000001 21 -7.249999930277114 +116.30855600000002 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 -cut +45 10 -79.75 +167.00000000000003 20 -7.249999930277114 +114.16993400081472 30 0.0 11 -100.25000000000001 +228.00000000000003 21 -7.249999930277114 +114.16993400081472 31 0.0 0 @@ -1653,15 +1599,15 @@ LINE 8 cut 10 -100.25000000000001 +228.00000000000003 20 -7.249999930277114 +150.30855600000004 30 0.0 11 -100.25000000000001 +228.00000000000003 21 -7.749999930277114 +114.16993400081472 31 0.0 0 @@ -1671,51 +1617,55 @@ LINE 8 cut 10 -123.00000000000001 +167.00000000000003 20 -84.15427796513858 +114.16993400081472 30 0.0 11 -120.00000000000001 +167.00000000000003 21 -84.15427796513858 +150.30855600000004 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 -cut +45 10 -120.00000000000001 +228.00000000000003 20 -84.15427796513858 +90.16993400081472 30 0.0 11 -120.00000000000001 +167.00000000000003 21 -66.15427796513858 +90.16993400081472 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 -cut +90 10 -120.00000000000001 +228.00000000000003 20 -66.15427796513858 +90.16993400081472 30 0.0 11 -123.00000000000001 +228.00000000000003 21 -66.15427796513858 +114.16993400081472 31 0.0 0 @@ -1725,15 +1675,15 @@ LINE 8 cut 10 -123.00000000000001 +167.00000000000003 20 -66.15427796513858 +54.03131200162941 30 0.0 11 -123.00000000000001 +167.00000000000003 21 -84.15427796513858 +90.16993400081473 31 0.0 0 @@ -1743,15 +1693,15 @@ LINE 8 cut 10 -221.50000000000003 +228.00000000000003 20 -79.65427796513858 +90.16993400081473 30 0.0 11 -216.50000000000003 +228.00000000000003 21 -79.65427796513858 +54.03131200162941 31 0.0 0 @@ -1761,15 +1711,15 @@ LINE 8 cut 10 -216.50000000000003 +167.00000000000003 20 -79.65427796513858 +44.03131200162941 30 0.0 11 -216.50000000000003 +167.00000000000003 21 -70.65427796513858 +54.03131200162941 31 0.0 0 @@ -1779,15 +1729,15 @@ LINE 8 cut 10 -216.50000000000003 +228.00000000000003 20 -70.65427796513858 +44.03131200162941 30 0.0 11 -221.50000000000003 +167.00000000000003 21 -70.65427796513858 +44.03131200162941 31 0.0 0 @@ -1797,15 +1747,15 @@ LINE 8 cut 10 -406.00000000000006 +228.00000000000003 20 -150.30855600000004 +54.03131200162941 30 0.0 11 -238.00000000000003 +228.00000000000003 21 -150.30855600000004 +44.03131200162941 31 0.0 0 @@ -1815,15 +1765,15 @@ LINE 8 cut 10 -466.00000000000006 +238.00000000000003 20 -150.30855600000004 +90.16993400081472 30 0.0 11 -466.00000000000006 +228.00000000000003 21 -150.30855600000004 +90.16993400081472 31 0.0 0 @@ -1835,13 +1785,13 @@ cut 10 238.00000000000003 20 -150.30855600000004 +114.16993400081472 30 0.0 11 -466.00000000000006 +238.00000000000003 21 -150.30855600000004 +90.16993400081472 31 0.0 0 @@ -1851,15 +1801,15 @@ LINE 8 cut 10 -238.00000000000003 +228.00000000000003 20 -150.30855600000004 +114.16993400081472 30 0.0 11 238.00000000000003 21 -150.30855600000004 +114.16993400081472 31 0.0 0 @@ -1869,15 +1819,15 @@ LINE 8 cut 10 -406.00000000000006 +157.0 20 -140.30855600000004 +114.16993400081472 30 0.0 11 -406.00000000000006 +167.00000000000003 21 -150.30855600000004 +114.16993400081472 31 0.0 0 @@ -1887,15 +1837,15 @@ LINE 8 cut 10 -466.00000000000006 +157.0 20 -140.30855600000004 +90.16993400081472 30 0.0 11 -406.00000000000006 +157.0 21 -140.30855600000004 +114.16993400081472 31 0.0 0 @@ -1905,15 +1855,15 @@ LINE 8 cut 10 -466.00000000000006 +167.00000000000003 20 -150.30855600000004 +90.16993400081472 30 0.0 11 -466.00000000000006 +157.0 21 -140.30855600000004 +90.16993400081472 31 0.0 0 @@ -1923,13 +1873,13 @@ LINE 8 cut 10 -446.0 +40.00000000000001 20 142.80855600000004 30 0.0 11 -451.00000000000006 +45.0 21 142.80855600000004 31 @@ -1941,13 +1891,13 @@ LINE 8 cut 10 -451.00000000000006 +45.0 20 142.80855600000004 30 0.0 11 -446.0 +40.00000000000001 21 147.80855600000004 31 @@ -1959,13 +1909,13 @@ LINE 8 cut 10 -446.0 +40.00000000000001 20 147.80855600000004 30 0.0 11 -426.00000000000006 +20.000000000000004 21 147.80855600000004 31 @@ -1977,13 +1927,13 @@ LINE 8 cut 10 -426.00000000000006 +20.000000000000004 20 147.80855600000004 30 0.0 11 -421.00000000000006 +15.000000000000002 21 142.80855600000004 31 @@ -1995,13 +1945,13 @@ LINE 8 cut 10 -421.00000000000006 +15.000000000000002 20 142.80855600000004 30 0.0 11 -426.00000000000006 +20.000000000000004 21 142.80855600000004 31 @@ -2013,35 +1963,15 @@ LINE 8 cut 10 -546.0 +149.25000000000003 20 -138.30855600000004 +139.2252226666667 30 0.0 11 -510.00000000000006 +149.25000000000003 21 -138.30855600000004 - 31 -0.0 - 0 -LINE - 6 -DOTTED - 62 -1 - 8 --90 - 10 -546.0 - 20 -138.30855600000004 - 30 -0.0 - 11 -546.0 - 21 -162.308556 +127.39188933333337 31 0.0 0 @@ -2051,15 +1981,15 @@ LINE 8 cut 10 -510.00000000000006 +149.25000000000003 20 -162.308556 +127.39188933333337 30 0.0 11 -546.0 +149.75 21 -162.308556 +127.39188933333337 31 0.0 0 @@ -2069,15 +1999,15 @@ LINE 8 cut 10 -546.0 +149.75 20 -162.308556 +127.39188933333337 30 0.0 11 -591.0 +149.75 21 -162.308556 +139.2252226666667 31 0.0 0 @@ -2087,15 +2017,15 @@ LINE 8 cut 10 -591.0 +149.75 20 -138.30855600000004 +139.2252226666667 30 0.0 11 -546.0 +149.25000000000003 21 -138.30855600000004 +139.2252226666667 31 0.0 0 @@ -2105,15 +2035,15 @@ LINE 8 cut 10 -596.0000000000001 +149.00000000000003 20 -138.30855600000004 +31.558556000000014 30 0.0 11 -591.0 +151.50000000000003 21 -138.30855600000004 +31.558556000000014 31 0.0 0 @@ -2123,15 +2053,15 @@ LINE 8 cut 10 -596.0000000000001 +151.50000000000003 20 -162.308556 +31.558556000000014 30 0.0 11 -596.0000000000001 +149.00000000000003 21 -138.30855600000004 +34.05855600000001 31 0.0 0 @@ -2141,15 +2071,15 @@ LINE 8 cut 10 -591.0 +149.00000000000003 20 -162.308556 +34.05855600000001 30 0.0 11 -596.0000000000001 +141.0 21 -162.308556 +34.05855600000001 31 0.0 0 @@ -2159,35 +2089,15 @@ LINE 8 cut 10 -476.00000000000006 - 20 -162.308556 - 30 -0.0 - 11 -510.00000000000006 - 21 -162.308556 - 31 -0.0 - 0 -LINE - 6 -DOTTED - 62 -1 - 8 -90 - 10 -510.00000000000006 +141.0 20 -138.30855600000004 +34.05855600000001 30 0.0 11 -476.00000000000006 +138.5 21 -138.30855600000004 +31.558556000000014 31 0.0 0 @@ -2197,15 +2107,15 @@ LINE 8 cut 10 -476.00000000000006 +138.5 20 -138.30855600000004 +31.558556000000014 30 0.0 11 -476.00000000000006 +141.0 21 -65.30855600000002 +31.558556000000014 31 0.0 0 @@ -2215,15 +2125,15 @@ LINE 8 cut 10 -476.00000000000006 +114.00000000000001 20 -172.30855600000004 +127.30855600000004 30 0.0 11 -476.00000000000006 +118.00000000000001 21 -162.308556 +127.30855600000004 31 0.0 0 @@ -2233,15 +2143,15 @@ LINE 8 cut 10 -476.00000000000006 +118.00000000000001 20 -233.30855600000004 +127.30855600000004 30 0.0 11 -476.00000000000006 +118.00000000000001 21 -233.30855600000004 +139.30855600000004 31 0.0 0 @@ -2251,15 +2161,15 @@ LINE 8 cut 10 -476.00000000000006 +118.00000000000001 20 -65.30855600000002 +139.30855600000004 30 0.0 11 -476.00000000000006 +114.00000000000001 21 -233.30855600000004 +139.30855600000004 31 0.0 0 @@ -2269,35 +2179,33 @@ LINE 8 cut 10 -476.00000000000006 +114.00000000000001 20 -65.30855600000002 +139.30855600000004 30 0.0 11 -476.00000000000006 +114.00000000000001 21 -65.30855600000002 +127.30855600000004 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 -45 +cut 10 -512.1386219991854 +126.00000000000001 20 -172.30855600000004 +128.808556 30 0.0 11 -512.1386219991854 +130.0 21 -233.30855600000004 +128.808556 31 0.0 0 @@ -2307,15 +2215,15 @@ LINE 8 cut 10 -476.00000000000006 +130.0 20 -233.30855600000004 +128.808556 30 0.0 11 -512.1386219991854 +130.0 21 -233.30855600000004 +137.808556 31 0.0 0 @@ -2325,55 +2233,51 @@ LINE 8 cut 10 -512.1386219991854 +130.0 20 -172.30855600000004 +137.808556 30 0.0 11 -476.00000000000006 +126.00000000000001 21 -172.30855600000004 +137.808556 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 -45 +cut 10 -536.1386219991853 +126.00000000000001 20 -233.30855600000004 +137.808556 30 0.0 11 -536.1386219991853 +126.00000000000001 21 -172.30855600000004 +128.808556 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 -90 +cut 10 -536.1386219991853 +89.50000000000001 20 -233.30855600000004 +127.30855600000004 30 0.0 11 -512.1386219991854 +112.50000000000001 21 -233.30855600000004 +127.30855600000004 31 0.0 0 @@ -2383,15 +2287,15 @@ LINE 8 cut 10 -572.2772439983707 +112.50000000000001 20 -172.30855600000004 +127.30855600000004 30 0.0 11 -536.1386219991853 +112.50000000000001 21 -172.30855600000004 +139.30855600000004 31 0.0 0 @@ -2401,15 +2305,15 @@ LINE 8 cut 10 -536.1386219991853 +112.50000000000001 20 -233.30855600000004 +139.30855600000004 30 0.0 11 -572.2772439983707 +89.50000000000001 21 -233.30855600000004 +139.30855600000004 31 0.0 0 @@ -2419,15 +2323,15 @@ LINE 8 cut 10 -582.2772439983707 +89.50000000000001 20 -172.30855600000004 +139.30855600000004 30 0.0 11 -572.2772439983707 +89.50000000000001 21 -172.30855600000004 +127.30855600000004 31 0.0 0 @@ -2437,15 +2341,15 @@ LINE 8 cut 10 -582.2772439983707 +84.0 20 -233.30855600000004 +127.30855600000004 30 0.0 11 -582.2772439983707 +88.00000000000001 21 -172.30855600000004 +127.30855600000004 31 0.0 0 @@ -2455,15 +2359,15 @@ LINE 8 cut 10 -572.2772439983707 +88.00000000000001 20 -233.30855600000004 +127.30855600000004 30 0.0 11 -582.2772439983707 +88.00000000000001 21 -233.30855600000004 +139.30855600000004 31 0.0 0 @@ -2473,15 +2377,15 @@ LINE 8 cut 10 -536.1386219991853 +88.00000000000001 20 -243.30855600000004 +139.30855600000004 30 0.0 11 -536.1386219991853 +84.0 21 -233.30855600000004 +139.30855600000004 31 0.0 0 @@ -2491,15 +2395,15 @@ LINE 8 cut 10 -512.1386219991854 +84.0 20 -243.30855600000004 +139.30855600000004 30 0.0 11 -536.1386219991853 +84.0 21 -243.30855600000004 +127.30855600000004 31 0.0 0 @@ -2509,15 +2413,15 @@ LINE 8 cut 10 -512.1386219991854 +61.50000000000001 20 -233.30855600000004 +127.64188933333337 30 0.0 11 -512.1386219991854 +66.50000000000001 21 -243.30855600000004 +127.64188933333337 31 0.0 0 @@ -2527,15 +2431,15 @@ LINE 8 cut 10 -512.1386219991854 +66.50000000000001 20 -162.308556 +127.64188933333337 30 0.0 11 -512.1386219991854 +66.50000000000001 21 -172.30855600000004 +138.9752226666667 31 0.0 0 @@ -2545,15 +2449,15 @@ LINE 8 cut 10 -536.1386219991853 +66.50000000000001 20 -162.308556 +138.9752226666667 30 0.0 11 -512.1386219991854 +61.50000000000001 21 -162.308556 +138.9752226666667 31 0.0 0 @@ -2563,15 +2467,15 @@ LINE 8 cut 10 -536.1386219991853 +185.00000000000003 20 -172.30855600000004 +95.66993400081472 30 0.0 11 -536.1386219991853 +196.00000000000003 21 -162.308556 +95.66993400081472 31 0.0 0 @@ -2581,15 +2485,15 @@ LINE 8 cut 10 -510.00000000000006 +196.00000000000003 20 -138.30855600000004 +95.66993400081472 30 0.0 11 -510.00000000000006 +196.00000000000003 21 -118.30855600000002 +108.66993400081472 31 0.0 0 @@ -2599,35 +2503,33 @@ LINE 8 cut 10 -476.00000000000006 +196.00000000000003 20 -118.30855600000002 +108.66993400081472 30 0.0 11 -476.00000000000006 +185.00000000000003 21 -138.30855600000004 +108.66993400081472 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 -90 +cut 10 -510.00000000000006 +185.00000000000003 20 -118.30855600000002 +108.66993400081472 30 0.0 11 -476.00000000000006 +185.00000000000003 21 -118.30855600000002 +95.66993400081472 31 0.0 0 @@ -2637,15 +2539,15 @@ LINE 8 cut 10 -510.00000000000006 +216.50000000000003 20 -118.30855600000002 +97.16993400081472 30 0.0 11 -510.00000000000006 +222.50000000000003 21 -94.30855600000001 +97.16993400081472 31 0.0 0 @@ -2655,35 +2557,33 @@ LINE 8 cut 10 -476.00000000000006 +222.50000000000003 20 -94.30855600000001 +97.16993400081472 30 0.0 11 -476.00000000000006 +222.50000000000003 21 -118.30855600000002 +107.16993400081472 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 -90 +cut 10 -510.00000000000006 +222.50000000000003 20 -94.30855600000001 +107.16993400081472 30 0.0 11 -476.00000000000006 +216.50000000000003 21 -94.30855600000001 +107.16993400081472 31 0.0 0 @@ -2693,15 +2593,15 @@ LINE 8 cut 10 -510.00000000000006 +216.50000000000003 20 -94.30855600000001 +107.16993400081472 30 0.0 11 -510.00000000000006 +216.50000000000003 21 -74.30855600000002 +97.16993400081472 31 0.0 0 @@ -2711,35 +2611,33 @@ LINE 8 cut 10 -476.00000000000006 +216.90909090909093 20 -74.30855600000002 +46.5313120016294 30 0.0 11 -476.00000000000006 +216.90909090909093 21 -94.30855600000001 +51.53131200162941 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 -90 +cut 10 -476.00000000000006 +216.90909090909093 20 -74.30855600000002 +51.53131200162941 30 0.0 11 -510.00000000000006 +205.81818181818184 21 -74.30855600000002 +51.53131200162941 31 0.0 0 @@ -2749,15 +2647,15 @@ LINE 8 cut 10 -476.00000000000006 +205.81818181818184 20 -64.30855600000001 +51.53131200162941 30 0.0 11 -476.00000000000006 +205.81818181818184 21 -74.30855600000002 +46.5313120016294 31 0.0 0 @@ -2767,15 +2665,15 @@ LINE 8 cut 10 -510.00000000000006 +189.18181818181822 20 -64.30855600000001 +46.5313120016294 30 0.0 11 -476.00000000000006 +189.18181818181822 21 -64.30855600000001 +51.53131200162941 31 0.0 0 @@ -2785,15 +2683,15 @@ LINE 8 cut 10 -510.00000000000006 +189.18181818181822 20 -74.30855600000002 +51.53131200162941 30 0.0 11 -510.00000000000006 +178.09090909090912 21 -64.30855600000001 +51.53131200162941 31 0.0 0 @@ -2803,15 +2701,15 @@ LINE 8 cut 10 -594.75 +178.09090909090912 20 -154.30855600000004 +51.53131200162941 30 0.0 11 -594.75 +178.09090909090912 21 -156.80855600000004 +46.5313120016294 31 0.0 0 @@ -2821,15 +2719,15 @@ LINE 8 cut 10 -594.75 +235.50000000000003 20 -156.80855600000004 +106.16993400081472 30 0.0 11 -592.2500000000001 +230.50000000000003 21 -154.30855600000004 +106.16993400081472 31 0.0 0 @@ -2839,15 +2737,15 @@ LINE 8 cut 10 -592.2500000000001 +230.50000000000003 20 -154.30855600000004 +106.16993400081472 30 0.0 11 -592.2500000000001 +230.50000000000003 21 -146.308556 +98.16993400081472 31 0.0 0 @@ -2857,15 +2755,15 @@ LINE 8 cut 10 -592.2500000000001 +230.50000000000003 20 -146.308556 +98.16993400081472 30 0.0 11 -594.75 +235.50000000000003 21 -143.80855600000004 +98.16993400081472 31 0.0 0 @@ -2875,15 +2773,15 @@ LINE 8 cut 10 -594.75 +159.5 20 -143.80855600000004 +98.16993400081472 30 0.0 11 -594.75 +164.50000000000003 21 -146.308556 +98.16993400081472 31 0.0 0 @@ -2893,15 +2791,15 @@ LINE 8 cut 10 -487.08333333333337 +164.50000000000003 20 -154.55855600000004 +98.16993400081472 30 0.0 11 -498.91666666666674 +164.50000000000003 21 -154.55855600000004 +106.16993400081472 31 0.0 0 @@ -2911,15 +2809,15 @@ LINE 8 cut 10 -498.91666666666674 +164.50000000000003 20 -154.55855600000004 +106.16993400081472 30 0.0 11 -498.91666666666674 +159.5 21 -155.05855600000004 +106.16993400081472 31 0.0 0 @@ -2929,15 +2827,15 @@ LINE 8 cut 10 -498.91666666666674 +476.00000000000006 20 -155.05855600000004 +150.30855600000004 30 0.0 11 -487.08333333333337 +476.00000000000006 21 -155.05855600000004 +150.30855600000004 31 0.0 0 @@ -2947,15 +2845,15 @@ LINE 8 cut 10 -487.08333333333337 +248.00000000000006 20 -155.05855600000004 +150.30855600000004 30 0.0 11 -487.08333333333337 +476.00000000000006 21 -154.55855600000004 +150.30855600000004 31 0.0 0 @@ -2965,15 +2863,15 @@ LINE 8 cut 10 -530.6386219991854 +248.00000000000006 20 -190.30855600000004 +150.30855600000004 30 0.0 11 -530.6386219991854 +248.00000000000006 21 -201.308556 +150.30855600000004 31 0.0 0 @@ -2983,15 +2881,15 @@ LINE 8 cut 10 -530.6386219991854 +309.0 20 -201.308556 +150.30855600000004 30 0.0 11 -517.6386219991853 +248.00000000000006 21 -201.308556 +150.30855600000004 31 0.0 0 @@ -3001,15 +2899,15 @@ LINE 8 cut 10 -517.6386219991853 +319.0 20 -201.308556 +150.30855600000004 30 0.0 11 -517.6386219991853 +309.0 21 -190.30855600000004 +150.30855600000004 31 0.0 0 @@ -3019,15 +2917,15 @@ LINE 8 cut 10 -517.6386219991853 +416.00000000000006 20 -190.30855600000004 +150.30855600000004 30 0.0 11 -530.6386219991854 +343.00000000000006 21 -190.30855600000004 +150.30855600000004 31 0.0 0 @@ -3037,15 +2935,15 @@ LINE 8 cut 10 -529.1386219991854 +416.00000000000006 20 -221.808556 +150.30855600000004 30 0.0 11 -529.1386219991854 +416.00000000000006 21 -227.80855600000004 +150.30855600000004 31 0.0 0 @@ -3055,15 +2953,15 @@ LINE 8 cut 10 -529.1386219991854 +248.00000000000006 20 -227.80855600000004 +150.30855600000004 30 0.0 11 -519.1386219991854 +248.00000000000006 21 -227.80855600000004 +150.30855600000004 31 0.0 0 @@ -3073,33 +2971,35 @@ LINE 8 cut 10 -519.1386219991854 +319.0 20 -227.80855600000004 +116.30855600000002 30 0.0 11 -519.1386219991854 +319.0 21 -221.808556 +150.30855600000004 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 -cut +90 10 -519.1386219991854 +343.00000000000006 20 -221.808556 +150.30855600000004 30 0.0 11 -529.1386219991854 +343.00000000000006 21 -221.808556 +116.30855600000002 31 0.0 0 @@ -3109,33 +3009,35 @@ LINE 8 cut 10 -579.7772439983706 +319.0 20 -222.21764690909094 +80.30855600000002 30 0.0 11 -574.7772439983707 +319.0 21 -222.21764690909094 +116.30855600000002 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 -cut +-90 10 -574.7772439983707 +319.0 20 -222.21764690909094 +80.30855600000002 30 0.0 11 -574.7772439983707 +343.00000000000006 21 -211.12673781818185 +80.30855600000002 31 0.0 0 @@ -3145,15 +3047,15 @@ LINE 8 cut 10 -574.7772439983707 +343.00000000000006 20 -211.12673781818185 +116.30855600000002 30 0.0 11 -579.7772439983706 +343.00000000000006 21 -211.12673781818185 +80.30855600000002 31 0.0 0 @@ -3163,15 +3065,15 @@ LINE 8 cut 10 -579.7772439983706 +343.00000000000006 20 -194.49037418181823 +80.30855600000002 30 0.0 11 -574.7772439983707 +343.00000000000006 21 -194.49037418181823 +35.30855600000002 31 0.0 0 @@ -3181,15 +3083,15 @@ LINE 8 cut 10 -574.7772439983707 +319.0 20 -194.49037418181823 +35.30855600000002 30 0.0 11 -574.7772439983707 +319.0 21 -183.39946509090913 +80.30855600000002 31 0.0 0 @@ -3199,15 +3101,15 @@ LINE 8 cut 10 -574.7772439983707 +343.00000000000006 20 -183.39946509090913 +35.30855600000002 30 0.0 11 -579.7772439983706 +319.0 21 -183.39946509090913 +35.30855600000002 31 0.0 0 @@ -3217,15 +3119,15 @@ LINE 8 cut 10 -520.1386219991854 +343.00000000000006 20 -240.80855600000004 +150.30855600000004 30 0.0 11 -520.1386219991854 +363.00000000000006 21 -235.80855600000004 +150.30855600000004 31 0.0 0 @@ -3235,33 +3137,35 @@ LINE 8 cut 10 -520.1386219991854 +363.00000000000006 20 -235.80855600000004 +116.30855600000002 30 0.0 11 -528.1386219991854 +343.00000000000006 21 -235.80855600000004 +116.30855600000002 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 -cut +90 10 -528.1386219991854 +363.00000000000006 20 -235.80855600000004 +150.30855600000004 30 0.0 11 -528.1386219991854 +363.00000000000006 21 -240.80855600000004 +116.30855600000002 31 0.0 0 @@ -3271,15 +3175,15 @@ LINE 8 cut 10 -528.1386219991854 +363.00000000000006 20 -164.808556 +150.30855600000004 30 0.0 11 -528.1386219991854 +387.0 21 -169.80855600000004 +150.30855600000004 31 0.0 0 @@ -3289,33 +3193,35 @@ LINE 8 cut 10 -528.1386219991854 +387.0 20 -169.80855600000004 +116.30855600000002 30 0.0 11 -520.1386219991854 +363.00000000000006 21 -169.80855600000004 +116.30855600000002 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 -cut +90 10 -520.1386219991854 +387.0 20 -169.80855600000004 +150.30855600000004 30 0.0 11 -520.1386219991854 +387.0 21 -164.808556 +116.30855600000002 31 0.0 0 @@ -3325,15 +3231,15 @@ LINE 8 cut 10 -499.00000000000006 +387.0 20 -119.30855600000004 +150.30855600000004 30 0.0 11 -499.00000000000006 +407.00000000000006 21 -123.30855600000002 +150.30855600000004 31 0.0 0 @@ -3343,33 +3249,35 @@ LINE 8 cut 10 -499.00000000000006 +407.00000000000006 20 -123.30855600000002 +116.30855600000002 30 0.0 11 -487.00000000000006 +387.0 21 -123.30855600000002 +116.30855600000002 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 -cut +90 10 -487.00000000000006 +407.00000000000006 20 -123.30855600000002 +116.30855600000002 30 0.0 11 -487.00000000000006 +407.00000000000006 21 -119.30855600000004 +150.30855600000004 31 0.0 0 @@ -3379,15 +3287,15 @@ LINE 8 cut 10 -487.00000000000006 +417.00000000000006 20 -119.30855600000004 +116.30855600000002 30 0.0 11 -499.00000000000006 +407.00000000000006 21 -119.30855600000004 +116.30855600000002 31 0.0 0 @@ -3397,15 +3305,15 @@ LINE 8 cut 10 -497.50000000000006 +417.00000000000006 20 -131.30855600000004 +150.30855600000004 30 0.0 11 -497.50000000000006 +417.00000000000006 21 -135.30855600000004 +116.30855600000002 31 0.0 0 @@ -3415,15 +3323,15 @@ LINE 8 cut 10 -497.50000000000006 +407.00000000000006 20 -135.30855600000004 +150.30855600000004 30 0.0 11 -488.50000000000006 +417.00000000000006 21 -135.30855600000004 +150.30855600000004 31 0.0 0 @@ -3433,15 +3341,15 @@ LINE 8 cut 10 -488.50000000000006 +476.00000000000006 20 -135.30855600000004 +150.30855600000004 30 0.0 11 -488.50000000000006 +476.00000000000006 21 -131.30855600000004 +88.65427796513858 31 0.0 0 @@ -3451,33 +3359,35 @@ LINE 8 cut 10 -488.50000000000006 +416.00000000000006 20 -131.30855600000004 +88.65427796513858 30 0.0 11 -497.50000000000006 +416.00000000000006 21 -131.30855600000004 +150.30855600000004 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 -cut +-45 10 -499.00000000000006 +416.00000000000006 20 -94.80855600000002 +88.65427796513858 30 0.0 11 -499.00000000000006 +476.00000000000006 21 -117.80855600000002 +88.65427796513858 31 0.0 0 @@ -3487,51 +3397,55 @@ LINE 8 cut 10 -499.00000000000006 +416.00000000000006 20 -117.80855600000002 +61.65427796513857 30 0.0 11 -487.00000000000006 +416.00000000000006 21 -117.80855600000002 +88.65427796513858 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 -cut +-45 10 -487.00000000000006 +476.00000000000006 20 -117.80855600000002 +61.65427796513857 30 0.0 11 -487.00000000000006 +416.00000000000006 21 -94.80855600000002 +61.65427796513857 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 -cut +90 10 -487.00000000000006 +476.00000000000006 20 -94.80855600000002 +88.65427796513858 30 0.0 11 -499.00000000000006 +476.00000000000006 21 -94.80855600000002 +61.65427796513857 31 0.0 0 @@ -3541,15 +3455,15 @@ LINE 8 cut 10 -499.00000000000006 +416.00000000000006 20 -89.30855600000002 +-6.972288701945219e-08 30 0.0 11 -499.00000000000006 +416.00000000000006 21 -93.30855600000002 +61.65427796513857 31 0.0 0 @@ -3559,15 +3473,15 @@ LINE 8 cut 10 -499.00000000000006 +476.00000000000006 20 -93.30855600000002 +-6.972288701945219e-08 30 0.0 11 -487.00000000000006 +416.00000000000006 21 -93.30855600000002 +-6.972288701945219e-08 31 0.0 0 @@ -3577,15 +3491,15 @@ LINE 8 cut 10 -487.00000000000006 +476.00000000000006 20 -93.30855600000002 +61.65427796513857 30 0.0 11 -487.00000000000006 +476.00000000000006 21 -89.30855600000002 +-6.972288701945219e-08 31 0.0 0 @@ -3595,15 +3509,15 @@ LINE 8 cut 10 -487.00000000000006 +476.00000000000006 20 -89.30855600000002 +88.65427796513858 30 0.0 11 -499.00000000000006 +493.00000000000006 21 -89.30855600000002 +88.65427796513858 31 0.0 0 @@ -3613,33 +3527,35 @@ LINE 8 cut 10 -498.66666666666674 +493.00000000000006 20 -66.80855600000002 +61.65427796513857 30 0.0 11 -498.66666666666674 +476.00000000000006 21 -71.80855600000002 +61.65427796513857 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 -cut +90 10 -498.66666666666674 +493.00000000000006 20 -71.80855600000002 +88.65427796513858 30 0.0 11 -487.33333333333337 +493.00000000000006 21 -71.80855600000002 +61.65427796513857 31 0.0 0 @@ -3649,15 +3565,15 @@ LINE 8 cut 10 -487.33333333333337 +493.00000000000006 20 -71.80855600000002 +88.65427796513858 30 0.0 11 -487.33333333333337 +553.0000000000001 21 -66.80855600000002 +88.65427796513858 31 0.0 0 @@ -3667,15 +3583,15 @@ LINE 8 cut 10 -676.0000000000001 +553.0000000000001 20 -138.30855600000004 +61.65427796513857 30 0.0 11 -640.0000000000001 +493.00000000000006 21 -138.30855600000004 +61.65427796513857 31 0.0 0 @@ -3685,17 +3601,17 @@ DOTTED 62 1 8 --90 +90 10 -676.0000000000001 +553.0000000000001 20 -138.30855600000004 +88.65427796513858 30 0.0 11 -676.0000000000001 +553.0000000000001 21 -162.308556 +61.65427796513857 31 0.0 0 @@ -3705,15 +3621,15 @@ LINE 8 cut 10 -640.0000000000001 +553.0000000000001 20 -162.308556 +88.65427796513858 30 0.0 11 -676.0000000000001 +570.0000000000001 21 -162.308556 +88.65427796513858 31 0.0 0 @@ -3723,15 +3639,35 @@ LINE 8 cut 10 -676.0000000000001 +570.0000000000001 20 -162.308556 +61.65427796513857 30 0.0 11 -721.0000000000001 +553.0000000000001 21 -162.308556 +61.65427796513857 + 31 +0.0 + 0 +LINE + 6 +DOTTED + 62 +1 + 8 +90 + 10 +570.0000000000001 + 20 +61.65427796513857 + 30 +0.0 + 11 +570.0000000000001 + 21 +88.65427796513858 31 0.0 0 @@ -3741,15 +3677,15 @@ LINE 8 cut 10 -721.0000000000001 +580.0000000000001 20 -138.30855600000004 +61.65427796513857 30 0.0 11 -676.0000000000001 +570.0000000000001 21 -138.30855600000004 +61.65427796513857 31 0.0 0 @@ -3759,15 +3695,15 @@ LINE 8 cut 10 -721.0000000000001 +580.0000000000001 20 -162.308556 +88.65427796513858 30 0.0 11 -721.0000000000001 +580.0000000000001 21 -138.30855600000004 +61.65427796513857 31 0.0 0 @@ -3777,35 +3713,33 @@ LINE 8 cut 10 -640.0000000000001 +570.0000000000001 20 -138.30855600000004 +88.65427796513858 30 0.0 11 -606.0000000000001 +580.0000000000001 21 -138.30855600000004 +88.65427796513858 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 -90 +cut 10 -606.0000000000001 +270.43181818181824 20 -162.308556 +158.058556 30 0.0 11 -640.0000000000001 +258.8409090909091 21 -162.308556 +158.058556 31 0.0 0 @@ -3815,15 +3749,15 @@ LINE 8 cut 10 -606.0000000000001 +258.8409090909091 20 -128.30855600000004 +158.058556 30 0.0 11 -606.0000000000001 +258.8409090909091 21 -67.30855600000002 +157.55855600000004 31 0.0 0 @@ -3833,15 +3767,15 @@ LINE 8 cut 10 -606.0000000000001 +258.8409090909091 20 -138.30855600000004 +157.55855600000004 30 0.0 11 -606.0000000000001 +270.43181818181824 21 -128.30855600000004 +157.55855600000004 31 0.0 0 @@ -3851,15 +3785,15 @@ LINE 8 cut 10 -606.0000000000001 +270.43181818181824 20 -235.30855600000004 +157.55855600000004 30 0.0 11 -606.0000000000001 +270.43181818181824 21 -162.308556 +158.058556 31 0.0 0 @@ -3869,15 +3803,15 @@ LINE 8 cut 10 -606.0000000000001 +298.159090909091 20 -235.30855600000004 +158.058556 30 0.0 11 -606.0000000000001 +286.56818181818187 21 -235.30855600000004 +158.058556 31 0.0 0 @@ -3887,15 +3821,15 @@ LINE 8 cut 10 -606.0000000000001 +286.56818181818187 20 -67.30855600000002 +158.058556 30 0.0 11 -606.0000000000001 +286.56818181818187 21 -235.30855600000004 +157.55855600000004 31 0.0 0 @@ -3905,15 +3839,15 @@ LINE 8 cut 10 -606.0000000000001 +286.56818181818187 20 -67.30855600000002 +157.55855600000004 30 0.0 11 -606.0000000000001 +298.159090909091 21 -67.30855600000002 +157.55855600000004 31 0.0 0 @@ -3923,15 +3857,15 @@ LINE 8 cut 10 -606.0000000000001 +298.159090909091 20 -162.308556 +157.55855600000004 30 0.0 11 -606.0000000000001 +298.159090909091 21 -182.30855600000004 +158.058556 31 0.0 0 @@ -3941,35 +3875,33 @@ LINE 8 cut 10 -640.0000000000001 +326.75000000000006 20 -182.30855600000004 +127.39188933333335 30 0.0 11 -640.0000000000001 +326.75000000000006 21 -162.308556 +139.2252226666667 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 -90 +cut 10 -606.0000000000001 +326.75000000000006 20 -182.30855600000004 +139.2252226666667 30 0.0 11 -640.0000000000001 +326.25000000000006 21 -182.30855600000004 +139.2252226666667 31 0.0 0 @@ -3979,15 +3911,15 @@ LINE 8 cut 10 -606.0000000000001 +326.25000000000006 20 -182.30855600000004 +139.2252226666667 30 0.0 11 -606.0000000000001 +326.25000000000006 21 -206.30855600000004 +127.39188933333335 31 0.0 0 @@ -3997,35 +3929,33 @@ LINE 8 cut 10 -640.0000000000001 +326.25000000000006 20 -206.30855600000004 +127.39188933333335 30 0.0 11 -640.0000000000001 +326.75000000000006 21 -182.30855600000004 +127.39188933333335 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 -90 +cut 10 -606.0000000000001 +335.25000000000006 20 -206.30855600000004 +39.30855600000002 30 0.0 11 -640.0000000000001 +326.75000000000006 21 -206.30855600000004 +39.30855600000002 31 0.0 0 @@ -4035,15 +3965,15 @@ LINE 8 cut 10 -606.0000000000001 +326.75000000000006 20 -206.30855600000004 +39.30855600000002 30 0.0 11 -606.0000000000001 +326.75000000000006 21 -226.308556 +38.80855600000002 31 0.0 0 @@ -4053,35 +3983,33 @@ LINE 8 cut 10 -640.0000000000001 +326.75000000000006 20 -226.308556 +38.80855600000002 30 0.0 11 -640.0000000000001 +335.25000000000006 21 -206.30855600000004 +38.80855600000002 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 -90 +cut 10 -640.0000000000001 +335.25000000000006 20 -226.308556 +38.80855600000002 30 0.0 11 -606.0000000000001 +335.25000000000006 21 -226.308556 +39.30855600000002 31 0.0 0 @@ -4091,15 +4019,15 @@ LINE 8 cut 10 -640.0000000000001 +362.00000000000006 20 -236.30855600000004 +139.30855600000004 30 0.0 11 -640.0000000000001 +358.00000000000006 21 -226.308556 +139.30855600000004 31 0.0 0 @@ -4109,15 +4037,15 @@ LINE 8 cut 10 -606.0000000000001 +358.00000000000006 20 -236.30855600000004 +139.30855600000004 30 0.0 11 -640.0000000000001 +358.00000000000006 21 -236.30855600000004 +127.30855600000004 31 0.0 0 @@ -4127,15 +4055,15 @@ LINE 8 cut 10 -606.0000000000001 +358.00000000000006 20 -226.308556 +127.30855600000004 30 0.0 11 -606.0000000000001 +362.00000000000006 21 -236.30855600000004 +127.30855600000004 31 0.0 0 @@ -4145,15 +4073,15 @@ LINE 8 cut 10 -717.0000000000001 +362.00000000000006 20 -154.55855600000004 +127.30855600000004 30 0.0 11 -717.0000000000001 +362.00000000000006 21 -146.05855600000004 +139.30855600000004 31 0.0 0 @@ -4163,15 +4091,15 @@ LINE 8 cut 10 -717.0000000000001 +350.0 20 -146.05855600000004 +137.808556 30 0.0 11 -717.5000000000001 +346.0 21 -146.05855600000004 +137.808556 31 0.0 0 @@ -4181,15 +4109,15 @@ LINE 8 cut 10 -717.5000000000001 +346.0 20 -146.05855600000004 +137.808556 30 0.0 11 -717.5000000000001 +346.0 21 -154.55855600000004 +128.808556 31 0.0 0 @@ -4199,15 +4127,15 @@ LINE 8 cut 10 -717.5000000000001 +346.0 20 -154.55855600000004 +128.808556 30 0.0 11 -717.0000000000001 +350.0 21 -154.55855600000004 +128.808556 31 0.0 0 @@ -4217,15 +4145,15 @@ LINE 8 cut 10 -628.9166666666667 +350.0 20 -146.05855600000004 +128.808556 30 0.0 11 -617.0833333333335 +350.0 21 -146.05855600000004 +137.808556 31 0.0 0 @@ -4235,15 +4163,15 @@ LINE 8 cut 10 -617.0833333333335 +386.5 20 -146.05855600000004 +139.30855600000004 30 0.0 11 -617.0833333333335 +363.5 21 -145.55855600000004 +139.30855600000004 31 0.0 0 @@ -4253,15 +4181,15 @@ LINE 8 cut 10 -617.0833333333335 +363.5 20 -145.55855600000004 +139.30855600000004 30 0.0 11 -628.9166666666667 +363.5 21 -145.55855600000004 +127.30855600000004 31 0.0 0 @@ -4271,15 +4199,15 @@ LINE 8 cut 10 -628.9166666666667 +363.5 20 -145.55855600000004 +127.30855600000004 30 0.0 11 -628.9166666666667 +386.5 21 -146.05855600000004 +127.30855600000004 31 0.0 0 @@ -4289,15 +4217,15 @@ LINE 8 cut 10 -598.2500000000001 +386.5 20 -89.74037418181821 +127.30855600000004 30 0.0 11 -598.2500000000001 +386.5 21 -78.1494650909091 +139.30855600000004 31 0.0 0 @@ -4307,15 +4235,15 @@ LINE 8 cut 10 -598.2500000000001 +392.00000000000006 20 -78.1494650909091 +139.30855600000004 30 0.0 11 -598.7500000000001 +388.00000000000006 21 -78.1494650909091 +139.30855600000004 31 0.0 0 @@ -4325,15 +4253,15 @@ LINE 8 cut 10 -598.7500000000001 +388.00000000000006 20 -78.1494650909091 +139.30855600000004 30 0.0 11 -598.7500000000001 +388.00000000000006 21 -89.74037418181821 +127.30855600000004 31 0.0 0 @@ -4343,15 +4271,15 @@ LINE 8 cut 10 -598.7500000000001 +388.00000000000006 20 -89.74037418181821 +127.30855600000004 30 0.0 11 -598.2500000000001 +392.00000000000006 21 -89.74037418181821 +127.30855600000004 31 0.0 0 @@ -4361,15 +4289,15 @@ LINE 8 cut 10 -598.2500000000001 +392.00000000000006 20 -117.46764690909093 +127.30855600000004 30 0.0 11 -598.2500000000001 +392.00000000000006 21 -105.87673781818184 +139.30855600000004 31 0.0 0 @@ -4379,15 +4307,15 @@ LINE 8 cut 10 -598.2500000000001 +414.50000000000006 20 -105.87673781818184 +138.9752226666667 30 0.0 11 -598.7500000000001 +409.5 21 -105.87673781818184 +138.9752226666667 31 0.0 0 @@ -4397,15 +4325,15 @@ LINE 8 cut 10 -598.7500000000001 +409.5 20 -105.87673781818184 +138.9752226666667 30 0.0 11 -598.7500000000001 +409.5 21 -117.46764690909093 +127.64188933333335 31 0.0 0 @@ -4415,15 +4343,15 @@ LINE 8 cut 10 -598.7500000000001 +409.5 20 -117.46764690909093 +127.64188933333335 30 0.0 11 -598.2500000000001 +414.50000000000006 21 -117.46764690909093 +127.64188933333335 31 0.0 0 @@ -4433,15 +4361,15 @@ LINE 8 cut 10 -617.0000000000001 +475.50000000000006 20 -181.30855600000004 +84.15427796513858 30 0.0 11 -617.0000000000001 +472.50000000000006 21 -177.30855600000004 +84.15427796513858 31 0.0 0 @@ -4451,15 +4379,15 @@ LINE 8 cut 10 -617.0000000000001 +472.50000000000006 20 -177.30855600000004 +84.15427796513858 30 0.0 11 -629.0 +472.50000000000006 21 -177.30855600000004 +66.15427796513858 31 0.0 0 @@ -4469,15 +4397,15 @@ LINE 8 cut 10 -629.0 +472.50000000000006 20 -177.30855600000004 +66.15427796513858 30 0.0 11 -629.0 +475.50000000000006 21 -181.30855600000004 +66.15427796513858 31 0.0 0 @@ -4487,15 +4415,15 @@ LINE 8 cut 10 -629.0 +475.50000000000006 20 -181.30855600000004 +66.15427796513858 30 0.0 11 -617.0000000000001 +475.50000000000006 21 -181.30855600000004 +84.15427796513858 31 0.0 0 @@ -4505,15 +4433,15 @@ LINE 8 cut 10 -618.5 +423.75000000000006 20 -169.308556 +70.40427796513856 30 0.0 11 -618.5 +423.75000000000006 21 -165.30855600000004 +79.90427796513858 31 0.0 0 @@ -4523,15 +4451,15 @@ LINE 8 cut 10 -618.5 +423.75000000000006 20 -165.30855600000004 +79.90427796513858 30 0.0 11 -627.5 +423.25 21 -165.30855600000004 +79.90427796513858 31 0.0 0 @@ -4541,15 +4469,15 @@ LINE 8 cut 10 -627.5 +423.25 20 -165.30855600000004 +79.90427796513858 30 0.0 11 -627.5 +423.25 21 -169.308556 +70.40427796513856 31 0.0 0 @@ -4559,15 +4487,15 @@ LINE 8 cut 10 -627.5 +423.25 20 -169.308556 +70.40427796513856 30 0.0 11 -618.5 +423.75000000000006 21 -169.308556 +70.40427796513856 31 0.0 0 @@ -4577,15 +4505,15 @@ LINE 8 cut 10 -617.0000000000001 +456.25000000000006 20 -205.808556 +7.749999930277114 30 0.0 11 -617.0000000000001 +435.75000000000006 21 -182.808556 +7.749999930277114 31 0.0 0 @@ -4595,15 +4523,15 @@ LINE 8 cut 10 -617.0000000000001 +435.75000000000006 20 -182.808556 +7.749999930277114 30 0.0 11 -629.0 +435.75000000000006 21 -182.808556 +7.249999930277114 31 0.0 0 @@ -4613,15 +4541,15 @@ LINE 8 cut 10 -629.0 +435.75000000000006 20 -182.808556 +7.249999930277114 30 0.0 11 -629.0 +456.25000000000006 21 -205.808556 +7.249999930277114 31 0.0 0 @@ -4631,15 +4559,15 @@ LINE 8 cut 10 -629.0 +456.25000000000006 20 -205.808556 +7.249999930277114 30 0.0 11 -617.0000000000001 +456.25000000000006 21 -205.808556 +7.749999930277114 31 0.0 0 @@ -4649,15 +4577,15 @@ LINE 8 cut 10 -617.0000000000001 +479.00000000000006 20 -211.30855600000004 +84.15427796513858 30 0.0 11 -617.0000000000001 +476.00000000000006 21 -207.30855600000004 +84.15427796513858 31 0.0 0 @@ -4667,15 +4595,15 @@ LINE 8 cut 10 -617.0000000000001 +476.00000000000006 20 -207.30855600000004 +84.15427796513858 30 0.0 11 -629.0 +476.00000000000006 21 -207.30855600000004 +66.15427796513858 31 0.0 0 @@ -4685,15 +4613,15 @@ LINE 8 cut 10 -629.0 +476.00000000000006 20 -207.30855600000004 +66.15427796513858 30 0.0 11 -629.0 +479.00000000000006 21 -211.30855600000004 +66.15427796513858 31 0.0 0 @@ -4703,15 +4631,15 @@ LINE 8 cut 10 -629.0 +479.00000000000006 20 -211.30855600000004 +66.15427796513858 30 0.0 11 -617.0000000000001 +479.00000000000006 21 -211.30855600000004 +84.15427796513858 31 0.0 0 @@ -4721,15 +4649,15 @@ LINE 8 cut 10 -617.3333333333334 +577.5000000000001 20 -233.80855600000004 +79.65427796513858 30 0.0 11 -617.3333333333334 +572.5 21 -228.80855600000004 +79.65427796513858 31 0.0 0 @@ -4739,15 +4667,15 @@ LINE 8 cut 10 -617.3333333333334 +572.5 20 -228.80855600000004 +79.65427796513858 30 0.0 11 -628.6666666666666 +572.5 21 -228.80855600000004 +70.65427796513858 31 0.0 0 @@ -4757,15 +4685,15 @@ LINE 8 cut 10 -628.6666666666666 +572.5 20 -228.80855600000004 +70.65427796513858 30 0.0 11 -628.6666666666666 +577.5000000000001 21 -233.80855600000004 +70.65427796513858 31 0.0 0 @@ -4777,13 +4705,13 @@ DOTTED 8 90 10 -764.0 +623.0000000000001 20 138.30855600000004 30 0.0 11 -825.0000000000001 +684.0000000000001 21 138.30855600000004 31 @@ -4797,13 +4725,13 @@ DOTTED 8 90 10 -825.0000000000001 +684.0000000000001 20 138.30855600000004 30 0.0 11 -825.0000000000001 +684.0000000000001 21 162.308556 31 @@ -4817,13 +4745,13 @@ DOTTED 8 90 10 -825.0000000000001 +684.0000000000001 20 162.308556 30 0.0 11 -764.0 +623.0000000000001 21 162.308556 31 @@ -4837,13 +4765,13 @@ DOTTED 8 90 10 -764.0 +623.0000000000001 20 162.308556 30 0.0 11 -764.0 +623.0000000000001 21 138.30855600000004 31 @@ -4855,13 +4783,13 @@ LINE 8 cut 10 -764.0 +623.0000000000001 20 131.30855600000004 30 0.0 11 -764.0 +623.0000000000001 21 138.30855600000004 31 @@ -4873,13 +4801,13 @@ LINE 8 cut 10 -824.0000000000001 +683.0 20 131.30855600000004 30 0.0 11 -764.0 +623.0000000000001 21 131.30855600000004 31 @@ -4891,13 +4819,13 @@ LINE 8 cut 10 -824.0000000000001 +683.0 20 138.30855600000004 30 0.0 11 -824.0000000000001 +683.0 21 131.30855600000004 31 @@ -4909,13 +4837,13 @@ LINE 8 cut 10 -832.0000000000001 +691.0 20 138.30855600000004 30 0.0 11 -825.0000000000001 +684.0000000000001 21 138.30855600000004 31 @@ -4927,13 +4855,13 @@ LINE 8 cut 10 -832.0000000000001 +691.0 20 162.308556 30 0.0 11 -832.0000000000001 +691.0 21 138.30855600000004 31 @@ -4945,13 +4873,13 @@ LINE 8 cut 10 -825.0000000000001 +684.0000000000001 20 162.308556 30 0.0 11 -832.0000000000001 +691.0 21 162.308556 31 @@ -4965,13 +4893,13 @@ DOTTED 8 90 10 -825.0000000000001 +684.0000000000001 20 162.308556 30 0.0 11 -825.0000000000001 +684.0000000000001 21 223.30855600000004 31 @@ -4983,13 +4911,13 @@ LINE 8 cut 10 -765.0 +624.0000000000001 20 223.30855600000004 30 0.0 11 -825.0000000000001 +684.0000000000001 21 223.30855600000004 31 @@ -5003,13 +4931,13 @@ DOTTED 8 90 10 -765.0 +624.0000000000001 20 162.308556 30 0.0 11 -765.0 +624.0000000000001 21 223.30855600000004 31 @@ -5021,13 +4949,13 @@ LINE 8 cut 10 -849.0000000000001 +708.0000000000001 20 162.308556 30 0.0 11 -825.0000000000001 +684.0000000000001 21 162.308556 31 @@ -5041,13 +4969,13 @@ DOTTED 8 90 10 -849.0000000000001 +708.0000000000001 20 162.308556 30 0.0 11 -849.0000000000001 +708.0000000000001 21 223.30855600000004 31 @@ -5059,13 +4987,13 @@ LINE 8 cut 10 -825.0000000000001 +684.0000000000001 20 223.30855600000004 30 0.0 11 -849.0000000000001 +708.0000000000001 21 223.30855600000004 31 @@ -5077,13 +5005,13 @@ LINE 8 cut 10 -909.0000000000001 +768.0000000000001 20 162.308556 30 0.0 11 -849.0000000000001 +708.0000000000001 21 162.308556 31 @@ -5095,13 +5023,13 @@ LINE 8 cut 10 -909.0000000000001 +768.0000000000001 20 223.30855600000004 30 0.0 11 -909.0000000000001 +768.0000000000001 21 162.308556 31 @@ -5113,13 +5041,13 @@ LINE 8 cut 10 -849.0000000000001 +708.0000000000001 20 223.30855600000004 30 0.0 11 -909.0000000000001 +768.0000000000001 21 223.30855600000004 31 @@ -5131,13 +5059,13 @@ LINE 8 cut 10 -765.0 +624.0000000000001 20 162.308556 30 0.0 11 -741.0000000000001 +600.0 21 162.308556 31 @@ -5149,13 +5077,13 @@ LINE 8 cut 10 -741.0000000000001 +600.0 20 223.30855600000004 30 0.0 11 -765.0 +624.0000000000001 21 223.30855600000004 31 @@ -5169,13 +5097,13 @@ DOTTED 8 90 10 -741.0000000000001 +600.0 20 223.30855600000004 30 0.0 11 -741.0000000000001 +600.0 21 162.308556 31 @@ -5187,13 +5115,13 @@ LINE 8 cut 10 -731.0000000000001 +590.0 20 223.30855600000004 30 0.0 11 -741.0000000000001 +600.0 21 223.30855600000004 31 @@ -5205,13 +5133,13 @@ LINE 8 cut 10 -731.0000000000001 +590.0 20 162.308556 30 0.0 11 -731.0000000000001 +590.0 21 223.30855600000004 31 @@ -5223,13 +5151,13 @@ LINE 8 cut 10 -741.0000000000001 +600.0 20 162.308556 30 0.0 11 -731.0000000000001 +590.0 21 162.308556 31 @@ -5241,13 +5169,13 @@ LINE 8 cut 10 -757.0000000000001 +616.0000000000001 20 162.308556 30 0.0 11 -764.0 +623.0000000000001 21 162.308556 31 @@ -5259,13 +5187,13 @@ LINE 8 cut 10 -757.0000000000001 +616.0000000000001 20 138.30855600000004 30 0.0 11 -757.0000000000001 +616.0000000000001 21 162.308556 31 @@ -5277,13 +5205,13 @@ LINE 8 cut 10 -764.0 +623.0000000000001 20 138.30855600000004 30 0.0 11 -757.0000000000001 +616.0000000000001 21 138.30855600000004 31 @@ -5295,13 +5223,13 @@ LINE 8 cut 10 -813.0909090909091 +672.0909090909092 20 133.058556 30 0.0 11 -816.5909090909092 +675.5909090909091 21 133.058556 31 @@ -5313,13 +5241,13 @@ LINE 8 cut 10 -816.5909090909092 +675.5909090909091 20 133.058556 30 0.0 11 -813.0909090909091 +672.0909090909092 21 136.55855600000004 31 @@ -5331,13 +5259,13 @@ LINE 8 cut 10 -813.0909090909091 +672.0909090909092 20 136.55855600000004 30 0.0 11 -802.1818181818182 +661.1818181818181 21 136.55855600000004 31 @@ -5349,13 +5277,13 @@ LINE 8 cut 10 -802.1818181818182 +661.1818181818181 20 136.55855600000004 30 0.0 11 -798.6818181818182 +657.6818181818184 21 133.058556 31 @@ -5367,13 +5295,13 @@ LINE 8 cut 10 -798.6818181818182 +657.6818181818184 20 133.058556 30 0.0 11 -802.1818181818182 +661.1818181818181 21 133.058556 31 @@ -5385,13 +5313,13 @@ LINE 8 cut 10 -785.8181818181819 +644.818181818182 20 133.058556 30 0.0 11 -789.318181818182 +648.3181818181819 21 133.058556 31 @@ -5403,13 +5331,13 @@ LINE 8 cut 10 -789.318181818182 +648.3181818181819 20 133.058556 30 0.0 11 -785.8181818181819 +644.818181818182 21 136.55855600000004 31 @@ -5421,13 +5349,13 @@ LINE 8 cut 10 -785.8181818181819 +644.818181818182 20 136.55855600000004 30 0.0 11 -774.909090909091 +633.9090909090909 21 136.55855600000004 31 @@ -5439,13 +5367,13 @@ LINE 8 cut 10 -774.909090909091 +633.9090909090909 20 136.55855600000004 30 0.0 11 -771.409090909091 +630.409090909091 21 133.058556 31 @@ -5457,13 +5385,13 @@ LINE 8 cut 10 -771.409090909091 +630.409090909091 20 133.058556 30 0.0 11 -774.909090909091 +633.9090909090909 21 133.058556 31 @@ -5475,13 +5403,13 @@ LINE 8 cut 10 -830.2500000000001 +689.2500000000001 20 154.30855600000004 30 0.0 11 -826.7500000000001 +685.75 21 154.30855600000004 31 @@ -5493,13 +5421,13 @@ LINE 8 cut 10 -826.7500000000001 +685.75 20 154.30855600000004 30 0.0 11 -826.7500000000001 +685.75 21 146.308556 31 @@ -5511,13 +5439,13 @@ LINE 8 cut 10 -826.7500000000001 +685.75 20 146.308556 30 0.0 11 -830.2500000000001 +689.2500000000001 21 146.308556 31 @@ -5529,13 +5457,13 @@ LINE 8 cut 10 -772.5000000000001 +631.5000000000001 20 213.80855600000004 30 0.0 11 -772.5000000000001 +631.5000000000001 21 195.80855600000004 31 @@ -5547,13 +5475,13 @@ LINE 8 cut 10 -772.5000000000001 +631.5000000000001 20 195.80855600000004 30 0.0 11 -807.5000000000001 +666.5000000000001 21 195.80855600000004 31 @@ -5565,13 +5493,13 @@ LINE 8 cut 10 -807.5000000000001 +666.5000000000001 20 195.80855600000004 30 0.0 11 -807.5000000000001 +666.5000000000001 21 213.80855600000004 31 @@ -5583,13 +5511,13 @@ LINE 8 cut 10 -807.5000000000001 +666.5000000000001 20 213.80855600000004 30 0.0 11 -772.5000000000001 +631.5000000000001 21 213.80855600000004 31 @@ -5601,13 +5529,13 @@ LINE 8 cut 10 -825.5000000000001 +684.5000000000001 20 175.55855600000004 30 0.0 11 -825.5000000000001 +684.5000000000001 21 172.55855600000004 31 @@ -5619,13 +5547,13 @@ LINE 8 cut 10 -825.5000000000001 +684.5000000000001 20 172.55855600000004 30 0.0 11 -828.5 +687.5000000000001 21 172.55855600000004 31 @@ -5637,13 +5565,13 @@ LINE 8 cut 10 -828.5 +687.5000000000001 20 172.55855600000004 30 0.0 11 -828.5 +687.5000000000001 21 175.55855600000004 31 @@ -5655,13 +5583,13 @@ LINE 8 cut 10 -828.5 +687.5000000000001 20 175.55855600000004 30 0.0 11 -825.5000000000001 +684.5000000000001 21 175.55855600000004 31 @@ -5673,13 +5601,13 @@ LINE 8 cut 10 -846.5 +705.5000000000001 20 174.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 173.55855600000004 31 @@ -5691,13 +5619,13 @@ LINE 8 cut 10 -846.5 +705.5000000000001 20 173.55855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 173.55855600000004 31 @@ -5709,13 +5637,13 @@ LINE 8 cut 10 -847.5000000000001 +706.5000000000001 20 173.55855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 174.55855600000004 31 @@ -5727,13 +5655,13 @@ LINE 8 cut 10 -847.5000000000001 +706.5000000000001 20 174.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 174.55855600000004 31 @@ -5745,13 +5673,13 @@ LINE 8 cut 10 -826.5000000000001 +685.5000000000001 20 177.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 176.058556 31 @@ -5763,13 +5691,13 @@ LINE 8 cut 10 -826.5000000000001 +685.5000000000001 20 176.058556 30 0.0 11 -827.5 +686.5000000000001 21 176.058556 31 @@ -5781,13 +5709,13 @@ LINE 8 cut 10 -827.5 +686.5000000000001 20 176.058556 30 0.0 11 -827.5 +686.5000000000001 21 177.05855600000004 31 @@ -5799,13 +5727,13 @@ LINE 8 cut 10 -827.5 +686.5000000000001 20 177.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 177.05855600000004 31 @@ -5817,13 +5745,13 @@ LINE 8 cut 10 -846.5 +705.5000000000001 20 177.05855600000004 30 0.0 11 -846.5 +705.5000000000001 21 176.058556 31 @@ -5835,13 +5763,13 @@ LINE 8 cut 10 -846.5 +705.5000000000001 20 176.058556 30 0.0 11 -847.5000000000001 +706.5000000000001 21 176.058556 31 @@ -5853,13 +5781,13 @@ LINE 8 cut 10 -847.5000000000001 +706.5000000000001 20 176.058556 30 0.0 11 -847.5000000000001 +706.5000000000001 21 177.05855600000004 31 @@ -5871,13 +5799,13 @@ LINE 8 cut 10 -847.5000000000001 +706.5000000000001 20 177.05855600000004 30 0.0 11 -846.5 +705.5000000000001 21 177.05855600000004 31 @@ -5889,13 +5817,13 @@ LINE 8 cut 10 -826.5000000000001 +685.5000000000001 20 179.55855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 178.558556 31 @@ -5907,13 +5835,13 @@ LINE 8 cut 10 -826.5000000000001 +685.5000000000001 20 178.558556 30 0.0 11 -827.5 +686.5000000000001 21 178.558556 31 @@ -5925,13 +5853,13 @@ LINE 8 cut 10 -827.5 +686.5000000000001 20 178.558556 30 0.0 11 -827.5 +686.5000000000001 21 179.55855600000004 31 @@ -5943,13 +5871,13 @@ LINE 8 cut 10 -827.5 +686.5000000000001 20 179.55855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 179.55855600000004 31 @@ -5961,13 +5889,13 @@ LINE 8 cut 10 -846.5 +705.5000000000001 20 179.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 178.558556 31 @@ -5979,13 +5907,13 @@ LINE 8 cut 10 -846.5 +705.5000000000001 20 178.558556 30 0.0 11 -847.5000000000001 +706.5000000000001 21 178.558556 31 @@ -5997,13 +5925,13 @@ LINE 8 cut 10 -847.5000000000001 +706.5000000000001 20 178.558556 30 0.0 11 -847.5000000000001 +706.5000000000001 21 179.55855600000004 31 @@ -6015,13 +5943,13 @@ LINE 8 cut 10 -847.5000000000001 +706.5000000000001 20 179.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 179.55855600000004 31 @@ -6033,13 +5961,13 @@ LINE 8 cut 10 -826.5000000000001 +685.5000000000001 20 182.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 181.058556 31 @@ -6051,13 +5979,13 @@ LINE 8 cut 10 -826.5000000000001 +685.5000000000001 20 181.058556 30 0.0 11 -827.5 +686.5000000000001 21 181.058556 31 @@ -6069,13 +5997,13 @@ LINE 8 cut 10 -827.5 +686.5000000000001 20 181.058556 30 0.0 11 -827.5 +686.5000000000001 21 182.05855600000004 31 @@ -6087,13 +6015,13 @@ LINE 8 cut 10 -827.5 +686.5000000000001 20 182.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 182.05855600000004 31 @@ -6105,13 +6033,13 @@ LINE 8 cut 10 -846.5 +705.5000000000001 20 182.05855600000004 30 0.0 11 -846.5 +705.5000000000001 21 181.058556 31 @@ -6123,13 +6051,13 @@ LINE 8 cut 10 -846.5 +705.5000000000001 20 181.058556 30 0.0 11 -847.5000000000001 +706.5000000000001 21 181.058556 31 @@ -6141,13 +6069,13 @@ LINE 8 cut 10 -847.5000000000001 +706.5000000000001 20 181.058556 30 0.0 11 -847.5000000000001 +706.5000000000001 21 182.05855600000004 31 @@ -6159,13 +6087,13 @@ LINE 8 cut 10 -847.5000000000001 +706.5000000000001 20 182.05855600000004 30 0.0 11 -846.5 +705.5000000000001 21 182.05855600000004 31 @@ -6177,13 +6105,13 @@ LINE 8 cut 10 -826.5000000000001 +685.5000000000001 20 184.55855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 183.55855600000004 31 @@ -6195,13 +6123,13 @@ LINE 8 cut 10 -826.5000000000001 +685.5000000000001 20 183.55855600000004 30 0.0 11 -827.5 +686.5000000000001 21 183.55855600000004 31 @@ -6213,13 +6141,13 @@ LINE 8 cut 10 -827.5 +686.5000000000001 20 183.55855600000004 30 0.0 11 -827.5 +686.5000000000001 21 184.55855600000004 31 @@ -6231,13 +6159,13 @@ LINE 8 cut 10 -827.5 +686.5000000000001 20 184.55855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 184.55855600000004 31 @@ -6249,13 +6177,13 @@ LINE 8 cut 10 -846.5 +705.5000000000001 20 184.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 183.55855600000004 31 @@ -6267,13 +6195,13 @@ LINE 8 cut 10 -846.5 +705.5000000000001 20 183.55855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 183.55855600000004 31 @@ -6285,13 +6213,13 @@ LINE 8 cut 10 -847.5000000000001 +706.5000000000001 20 183.55855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 184.55855600000004 31 @@ -6303,13 +6231,13 @@ LINE 8 cut 10 -847.5000000000001 +706.5000000000001 20 184.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 184.55855600000004 31 @@ -6321,13 +6249,13 @@ LINE 8 cut 10 -826.5000000000001 +685.5000000000001 20 187.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 186.05855600000004 31 @@ -6339,13 +6267,13 @@ LINE 8 cut 10 -826.5000000000001 +685.5000000000001 20 186.05855600000004 30 0.0 11 -827.5 +686.5000000000001 21 186.05855600000004 31 @@ -6357,13 +6285,13 @@ LINE 8 cut 10 -827.5 +686.5000000000001 20 186.05855600000004 30 0.0 11 -827.5 +686.5000000000001 21 187.05855600000004 31 @@ -6375,13 +6303,13 @@ LINE 8 cut 10 -827.5 +686.5000000000001 20 187.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 187.05855600000004 31 @@ -6393,13 +6321,13 @@ LINE 8 cut 10 -846.5 +705.5000000000001 20 187.05855600000004 30 0.0 11 -846.5 +705.5000000000001 21 186.05855600000004 31 @@ -6411,13 +6339,13 @@ LINE 8 cut 10 -846.5 +705.5000000000001 20 186.05855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 186.05855600000004 31 @@ -6429,13 +6357,13 @@ LINE 8 cut 10 -847.5000000000001 +706.5000000000001 20 186.05855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 187.05855600000004 31 @@ -6447,13 +6375,13 @@ LINE 8 cut 10 -847.5000000000001 +706.5000000000001 20 187.05855600000004 30 0.0 11 -846.5 +705.5000000000001 21 187.05855600000004 31 @@ -6465,13 +6393,13 @@ LINE 8 cut 10 -826.5000000000001 +685.5000000000001 20 189.55855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 188.55855600000004 31 @@ -6483,13 +6411,13 @@ LINE 8 cut 10 -826.5000000000001 +685.5000000000001 20 188.55855600000004 30 0.0 11 -827.5 +686.5000000000001 21 188.55855600000004 31 @@ -6501,13 +6429,13 @@ LINE 8 cut 10 -827.5 +686.5000000000001 20 188.55855600000004 30 0.0 11 -827.5 +686.5000000000001 21 189.55855600000004 31 @@ -6519,13 +6447,13 @@ LINE 8 cut 10 -827.5 +686.5000000000001 20 189.55855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 189.55855600000004 31 @@ -6537,13 +6465,13 @@ LINE 8 cut 10 -846.5 +705.5000000000001 20 189.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 188.55855600000004 31 @@ -6555,13 +6483,13 @@ LINE 8 cut 10 -846.5 +705.5000000000001 20 188.55855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 188.55855600000004 31 @@ -6573,13 +6501,13 @@ LINE 8 cut 10 -847.5000000000001 +706.5000000000001 20 188.55855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 189.55855600000004 31 @@ -6591,13 +6519,13 @@ LINE 8 cut 10 -847.5000000000001 +706.5000000000001 20 189.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 189.55855600000004 31 @@ -6609,13 +6537,13 @@ LINE 8 cut 10 -826.5000000000001 +685.5000000000001 20 192.058556 30 0.0 11 -826.5000000000001 +685.5000000000001 21 191.05855600000004 31 @@ -6627,13 +6555,13 @@ LINE 8 cut 10 -826.5000000000001 +685.5000000000001 20 191.05855600000004 30 0.0 11 -827.5 +686.5000000000001 21 191.05855600000004 31 @@ -6645,13 +6573,13 @@ LINE 8 cut 10 -827.5 +686.5000000000001 20 191.05855600000004 30 0.0 11 -827.5 +686.5000000000001 21 192.058556 31 @@ -6663,13 +6591,13 @@ LINE 8 cut 10 -827.5 +686.5000000000001 20 192.058556 30 0.0 11 -826.5000000000001 +685.5000000000001 21 192.058556 31 @@ -6681,13 +6609,13 @@ LINE 8 cut 10 -846.5 +705.5000000000001 20 192.058556 30 0.0 11 -846.5 +705.5000000000001 21 191.05855600000004 31 @@ -6699,13 +6627,13 @@ LINE 8 cut 10 -846.5 +705.5000000000001 20 191.05855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 191.05855600000004 31 @@ -6717,13 +6645,13 @@ LINE 8 cut 10 -847.5000000000001 +706.5000000000001 20 191.05855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 192.058556 31 @@ -6735,13 +6663,13 @@ LINE 8 cut 10 -847.5000000000001 +706.5000000000001 20 192.058556 30 0.0 11 -846.5 +705.5000000000001 21 192.058556 31 @@ -6753,13 +6681,13 @@ LINE 8 cut 10 -826.5000000000001 +685.5000000000001 20 194.558556 30 0.0 11 -826.5000000000001 +685.5000000000001 21 193.55855600000004 31 @@ -6771,13 +6699,13 @@ LINE 8 cut 10 -826.5000000000001 +685.5000000000001 20 193.55855600000004 30 0.0 11 -827.5 +686.5000000000001 21 193.55855600000004 31 @@ -6789,13 +6717,13 @@ LINE 8 cut 10 -827.5 +686.5000000000001 20 193.55855600000004 30 0.0 11 -827.5 +686.5000000000001 21 194.558556 31 @@ -6807,13 +6735,13 @@ LINE 8 cut 10 -827.5 +686.5000000000001 20 194.558556 30 0.0 11 -826.5000000000001 +685.5000000000001 21 194.558556 31 @@ -6825,13 +6753,13 @@ LINE 8 cut 10 -846.5 +705.5000000000001 20 194.558556 30 0.0 11 -846.5 +705.5000000000001 21 193.55855600000004 31 @@ -6843,13 +6771,13 @@ LINE 8 cut 10 -846.5 +705.5000000000001 20 193.55855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 193.55855600000004 31 @@ -6861,13 +6789,13 @@ LINE 8 cut 10 -847.5000000000001 +706.5000000000001 20 193.55855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 194.558556 31 @@ -6879,13 +6807,13 @@ LINE 8 cut 10 -847.5000000000001 +706.5000000000001 20 194.558556 30 0.0 11 -846.5 +705.5000000000001 21 194.558556 31 @@ -6897,13 +6825,13 @@ LINE 8 cut 10 -826.5000000000001 +685.5000000000001 20 197.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 196.05855600000004 31 @@ -6915,13 +6843,13 @@ LINE 8 cut 10 -826.5000000000001 +685.5000000000001 20 196.05855600000004 30 0.0 11 -827.5 +686.5000000000001 21 196.05855600000004 31 @@ -6933,13 +6861,13 @@ LINE 8 cut 10 -827.5 +686.5000000000001 20 196.05855600000004 30 0.0 11 -827.5 +686.5000000000001 21 197.05855600000004 31 @@ -6951,13 +6879,13 @@ LINE 8 cut 10 -827.5 +686.5000000000001 20 197.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 197.05855600000004 31 @@ -6969,13 +6897,13 @@ LINE 8 cut 10 -846.5 +705.5000000000001 20 197.05855600000004 30 0.0 11 -846.5 +705.5000000000001 21 196.05855600000004 31 @@ -6987,13 +6915,13 @@ LINE 8 cut 10 -846.5 +705.5000000000001 20 196.05855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 196.05855600000004 31 @@ -7005,13 +6933,13 @@ LINE 8 cut 10 -847.5000000000001 +706.5000000000001 20 196.05855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 197.05855600000004 31 @@ -7023,13 +6951,13 @@ LINE 8 cut 10 -847.5000000000001 +706.5000000000001 20 197.05855600000004 30 0.0 11 -846.5 +705.5000000000001 21 197.05855600000004 31 @@ -7041,13 +6969,13 @@ LINE 8 cut 10 -826.5000000000001 +685.5000000000001 20 199.55855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 198.55855600000004 31 @@ -7059,13 +6987,13 @@ LINE 8 cut 10 -826.5000000000001 +685.5000000000001 20 198.55855600000004 30 0.0 11 -827.5 +686.5000000000001 21 198.55855600000004 31 @@ -7077,13 +7005,13 @@ LINE 8 cut 10 -827.5 +686.5000000000001 20 198.55855600000004 30 0.0 11 -827.5 +686.5000000000001 21 199.55855600000004 31 @@ -7095,13 +7023,13 @@ LINE 8 cut 10 -827.5 +686.5000000000001 20 199.55855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 199.55855600000004 31 @@ -7113,13 +7041,13 @@ LINE 8 cut 10 -846.5 +705.5000000000001 20 199.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 198.55855600000004 31 @@ -7131,13 +7059,13 @@ LINE 8 cut 10 -846.5 +705.5000000000001 20 198.55855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 198.55855600000004 31 @@ -7149,13 +7077,13 @@ LINE 8 cut 10 -847.5000000000001 +706.5000000000001 20 198.55855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 199.55855600000004 31 @@ -7167,13 +7095,13 @@ LINE 8 cut 10 -847.5000000000001 +706.5000000000001 20 199.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 199.55855600000004 31 @@ -7185,13 +7113,13 @@ LINE 8 cut 10 -826.5000000000001 +685.5000000000001 20 202.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 201.058556 31 @@ -7203,13 +7131,13 @@ LINE 8 cut 10 -826.5000000000001 +685.5000000000001 20 201.058556 30 0.0 11 -827.5 +686.5000000000001 21 201.058556 31 @@ -7221,13 +7149,13 @@ LINE 8 cut 10 -827.5 +686.5000000000001 20 201.058556 30 0.0 11 -827.5 +686.5000000000001 21 202.05855600000004 31 @@ -7239,13 +7167,13 @@ LINE 8 cut 10 -827.5 +686.5000000000001 20 202.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 202.05855600000004 31 @@ -7257,13 +7185,13 @@ LINE 8 cut 10 -846.5 +705.5000000000001 20 202.05855600000004 30 0.0 11 -846.5 +705.5000000000001 21 201.058556 31 @@ -7275,13 +7203,13 @@ LINE 8 cut 10 -846.5 +705.5000000000001 20 201.058556 30 0.0 11 -847.5000000000001 +706.5000000000001 21 201.058556 31 @@ -7293,13 +7221,13 @@ LINE 8 cut 10 -847.5000000000001 +706.5000000000001 20 201.058556 30 0.0 11 -847.5000000000001 +706.5000000000001 21 202.05855600000004 31 @@ -7311,13 +7239,13 @@ LINE 8 cut 10 -847.5000000000001 +706.5000000000001 20 202.05855600000004 30 0.0 11 -846.5 +705.5000000000001 21 202.05855600000004 31 @@ -7329,13 +7257,13 @@ LINE 8 cut 10 -826.5000000000001 +685.5000000000001 20 204.55855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 203.558556 31 @@ -7347,13 +7275,13 @@ LINE 8 cut 10 -826.5000000000001 +685.5000000000001 20 203.558556 30 0.0 11 -827.5 +686.5000000000001 21 203.558556 31 @@ -7365,13 +7293,13 @@ LINE 8 cut 10 -827.5 +686.5000000000001 20 203.558556 30 0.0 11 -827.5 +686.5000000000001 21 204.55855600000004 31 @@ -7383,13 +7311,13 @@ LINE 8 cut 10 -827.5 +686.5000000000001 20 204.55855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 204.55855600000004 31 @@ -7401,13 +7329,13 @@ LINE 8 cut 10 -846.5 +705.5000000000001 20 204.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 203.558556 31 @@ -7419,13 +7347,13 @@ LINE 8 cut 10 -846.5 +705.5000000000001 20 203.558556 30 0.0 11 -847.5000000000001 +706.5000000000001 21 203.558556 31 @@ -7437,13 +7365,13 @@ LINE 8 cut 10 -847.5000000000001 +706.5000000000001 20 203.558556 30 0.0 11 -847.5000000000001 +706.5000000000001 21 204.55855600000004 31 @@ -7455,13 +7383,13 @@ LINE 8 cut 10 -847.5000000000001 +706.5000000000001 20 204.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 204.55855600000004 31 @@ -7473,13 +7401,13 @@ LINE 8 cut 10 -826.5000000000001 +685.5000000000001 20 207.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 206.05855600000004 31 @@ -7491,13 +7419,13 @@ LINE 8 cut 10 -826.5000000000001 +685.5000000000001 20 206.05855600000004 30 0.0 11 -827.5 +686.5000000000001 21 206.05855600000004 31 @@ -7509,13 +7437,13 @@ LINE 8 cut 10 -827.5 +686.5000000000001 20 206.05855600000004 30 0.0 11 -827.5 +686.5000000000001 21 207.05855600000004 31 @@ -7527,13 +7455,13 @@ LINE 8 cut 10 -827.5 +686.5000000000001 20 207.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 207.05855600000004 31 @@ -7545,13 +7473,13 @@ LINE 8 cut 10 -846.5 +705.5000000000001 20 207.05855600000004 30 0.0 11 -846.5 +705.5000000000001 21 206.05855600000004 31 @@ -7563,13 +7491,13 @@ LINE 8 cut 10 -846.5 +705.5000000000001 20 206.05855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 206.05855600000004 31 @@ -7581,13 +7509,13 @@ LINE 8 cut 10 -847.5000000000001 +706.5000000000001 20 206.05855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 207.05855600000004 31 @@ -7599,13 +7527,13 @@ LINE 8 cut 10 -847.5000000000001 +706.5000000000001 20 207.05855600000004 30 0.0 11 -846.5 +705.5000000000001 21 207.05855600000004 31 @@ -7617,13 +7545,13 @@ LINE 8 cut 10 -826.5000000000001 +685.5000000000001 20 209.55855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 208.55855600000004 31 @@ -7635,13 +7563,13 @@ LINE 8 cut 10 -826.5000000000001 +685.5000000000001 20 208.55855600000004 30 0.0 11 -827.5 +686.5000000000001 21 208.55855600000004 31 @@ -7653,13 +7581,13 @@ LINE 8 cut 10 -827.5 +686.5000000000001 20 208.55855600000004 30 0.0 11 -827.5 +686.5000000000001 21 209.55855600000004 31 @@ -7671,13 +7599,13 @@ LINE 8 cut 10 -827.5 +686.5000000000001 20 209.55855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 209.55855600000004 31 @@ -7689,13 +7617,13 @@ LINE 8 cut 10 -846.5 +705.5000000000001 20 209.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 208.55855600000004 31 @@ -7707,13 +7635,13 @@ LINE 8 cut 10 -846.5 +705.5000000000001 20 208.55855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 208.55855600000004 31 @@ -7725,13 +7653,13 @@ LINE 8 cut 10 -847.5000000000001 +706.5000000000001 20 208.55855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 209.55855600000004 31 @@ -7743,13 +7671,13 @@ LINE 8 cut 10 -847.5000000000001 +706.5000000000001 20 209.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 209.55855600000004 31 @@ -7761,13 +7689,13 @@ LINE 8 cut 10 -826.5000000000001 +685.5000000000001 20 212.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 211.05855600000004 31 @@ -7779,13 +7707,13 @@ LINE 8 cut 10 -826.5000000000001 +685.5000000000001 20 211.05855600000004 30 0.0 11 -827.5 +686.5000000000001 21 211.05855600000004 31 @@ -7797,13 +7725,13 @@ LINE 8 cut 10 -827.5 +686.5000000000001 20 211.05855600000004 30 0.0 11 -827.5 +686.5000000000001 21 212.05855600000004 31 @@ -7815,13 +7743,13 @@ LINE 8 cut 10 -827.5 +686.5000000000001 20 212.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 212.05855600000004 31 @@ -7833,13 +7761,13 @@ LINE 8 cut 10 -845.5000000000001 +704.5000000000001 20 213.05855600000004 30 0.0 11 -845.5000000000001 +704.5000000000001 21 210.05855600000004 31 @@ -7851,13 +7779,13 @@ LINE 8 cut 10 -845.5000000000001 +704.5000000000001 20 210.05855600000004 30 0.0 11 -848.5000000000001 +707.5000000000001 21 210.05855600000004 31 @@ -7869,13 +7797,13 @@ LINE 8 cut 10 -848.5000000000001 +707.5000000000001 20 210.05855600000004 30 0.0 11 -848.5000000000001 +707.5000000000001 21 213.05855600000004 31 @@ -7887,13 +7815,13 @@ LINE 8 cut 10 -848.5000000000001 +707.5000000000001 20 213.05855600000004 30 0.0 11 -845.5000000000001 +704.5000000000001 21 213.05855600000004 31 @@ -7905,13 +7833,13 @@ LINE 8 cut 10 -841.25 +700.2500000000001 20 170.05855600000004 30 0.0 11 -832.75 +691.7500000000001 21 170.05855600000004 31 @@ -7923,13 +7851,13 @@ LINE 8 cut 10 -832.75 +691.7500000000001 20 170.05855600000004 30 0.0 11 -832.75 +691.7500000000001 21 169.558556 31 @@ -7941,13 +7869,13 @@ LINE 8 cut 10 -832.75 +691.7500000000001 20 169.558556 30 0.0 11 -841.25 +700.2500000000001 21 169.558556 31 @@ -7959,13 +7887,13 @@ LINE 8 cut 10 -841.25 +700.2500000000001 20 169.558556 30 0.0 11 -841.25 +700.2500000000001 21 170.05855600000004 31 @@ -7977,13 +7905,13 @@ LINE 8 cut 10 -832.75 +691.7500000000001 20 217.80855600000004 30 0.0 11 -841.25 +700.2500000000001 21 217.80855600000004 31 @@ -7995,13 +7923,13 @@ LINE 8 cut 10 -841.25 +700.2500000000001 20 217.80855600000004 30 0.0 11 -841.25 +700.2500000000001 21 218.30855600000004 31 @@ -8013,13 +7941,13 @@ LINE 8 cut 10 -841.25 +700.2500000000001 20 218.30855600000004 30 0.0 11 -832.75 +691.7500000000001 21 218.30855600000004 31 @@ -8031,13 +7959,13 @@ LINE 8 cut 10 -832.75 +691.7500000000001 20 218.30855600000004 30 0.0 11 -832.75 +691.7500000000001 21 217.80855600000004 31 @@ -8049,13 +7977,13 @@ LINE 8 cut 10 -864.0000000000001 +723.0000000000001 20 213.30855600000004 30 0.0 11 -864.0000000000001 +723.0000000000001 21 200.30855600000004 31 @@ -8067,13 +7995,13 @@ LINE 8 cut 10 -864.0000000000001 +723.0000000000001 20 200.30855600000004 30 0.0 11 -894.0000000000001 +753.0000000000001 21 200.30855600000004 31 @@ -8085,13 +8013,13 @@ LINE 8 cut 10 -894.0000000000001 +753.0000000000001 20 200.30855600000004 30 0.0 11 -894.0000000000001 +753.0000000000001 21 213.30855600000004 31 @@ -8103,13 +8031,13 @@ LINE 8 cut 10 -894.0000000000001 +753.0000000000001 20 213.30855600000004 30 0.0 11 -864.0000000000001 +723.0000000000001 21 213.30855600000004 31 @@ -8121,13 +8049,13 @@ LINE 8 cut 10 -871.0681818181819 +730.0681818181819 20 167.80855600000004 30 0.0 11 -859.659090909091 +718.659090909091 21 167.80855600000004 31 @@ -8139,13 +8067,13 @@ LINE 8 cut 10 -859.659090909091 +718.659090909091 20 167.80855600000004 30 0.0 11 -859.659090909091 +718.659090909091 21 167.308556 31 @@ -8157,13 +8085,13 @@ LINE 8 cut 10 -859.659090909091 +718.659090909091 20 167.308556 30 0.0 11 -871.0681818181819 +730.0681818181819 21 167.308556 31 @@ -8175,13 +8103,13 @@ LINE 8 cut 10 -871.0681818181819 +730.0681818181819 20 167.308556 30 0.0 11 -871.0681818181819 +730.0681818181819 21 167.80855600000004 31 @@ -8193,13 +8121,13 @@ LINE 8 cut 10 -898.3409090909092 +757.3409090909092 20 167.80855600000004 30 0.0 11 -886.9318181818182 +745.9318181818182 21 167.80855600000004 31 @@ -8211,13 +8139,13 @@ LINE 8 cut 10 -886.9318181818182 +745.9318181818182 20 167.80855600000004 30 0.0 11 -886.9318181818182 +745.9318181818182 21 167.308556 31 @@ -8229,13 +8157,13 @@ LINE 8 cut 10 -886.9318181818182 +745.9318181818182 20 167.308556 30 0.0 11 -898.3409090909092 +757.3409090909092 21 167.308556 31 @@ -8247,13 +8175,13 @@ LINE 8 cut 10 -898.3409090909092 +757.3409090909092 20 167.308556 30 0.0 11 -898.3409090909092 +757.3409090909092 21 167.80855600000004 31 @@ -8265,13 +8193,13 @@ LINE 8 cut 10 -901.2500000000001 +760.25 20 184.74037418181823 30 0.0 11 -901.2500000000001 +760.25 21 173.14946509090913 31 @@ -8283,13 +8211,13 @@ LINE 8 cut 10 -901.2500000000001 +760.25 20 173.14946509090913 30 0.0 11 -901.7500000000001 +760.75 21 173.14946509090913 31 @@ -8301,13 +8229,13 @@ LINE 8 cut 10 -901.7500000000001 +760.75 20 173.14946509090913 30 0.0 11 -901.7500000000001 +760.75 21 184.74037418181823 31 @@ -8319,13 +8247,13 @@ LINE 8 cut 10 -901.7500000000001 +760.75 20 184.74037418181823 30 0.0 11 -901.2500000000001 +760.25 21 184.74037418181823 31 @@ -8337,13 +8265,13 @@ LINE 8 cut 10 -901.2500000000001 +760.25 20 212.46764690909094 30 0.0 11 -901.2500000000001 +760.25 21 200.87673781818185 31 @@ -8355,13 +8283,13 @@ LINE 8 cut 10 -901.2500000000001 +760.25 20 200.87673781818185 30 0.0 11 -901.7500000000001 +760.75 21 200.87673781818185 31 @@ -8373,13 +8301,13 @@ LINE 8 cut 10 -901.7500000000001 +760.75 20 200.87673781818185 30 0.0 11 -901.7500000000001 +760.75 21 212.46764690909094 31 @@ -8391,13 +8319,13 @@ LINE 8 cut 10 -901.7500000000001 +760.75 20 212.46764690909094 30 0.0 11 -901.2500000000001 +760.25 21 212.46764690909094 31 @@ -8409,13 +8337,13 @@ LINE 8 cut 10 -741.5000000000001 +600.5 20 175.55855600000004 30 0.0 11 -741.5000000000001 +600.5 21 172.55855600000004 31 @@ -8427,13 +8355,13 @@ LINE 8 cut 10 -741.5000000000001 +600.5 20 172.55855600000004 30 0.0 11 -744.5000000000001 +603.5000000000001 21 172.55855600000004 31 @@ -8445,13 +8373,13 @@ LINE 8 cut 10 -744.5000000000001 +603.5000000000001 20 172.55855600000004 30 0.0 11 -744.5000000000001 +603.5000000000001 21 175.55855600000004 31 @@ -8463,13 +8391,13 @@ LINE 8 cut 10 -744.5000000000001 +603.5000000000001 20 175.55855600000004 30 0.0 11 -741.5000000000001 +600.5 21 175.55855600000004 31 @@ -8481,13 +8409,13 @@ LINE 8 cut 10 -762.5000000000001 +621.5000000000001 20 174.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 173.55855600000004 31 @@ -8499,13 +8427,13 @@ LINE 8 cut 10 -762.5000000000001 +621.5000000000001 20 173.55855600000004 30 0.0 11 -763.5 +622.5000000000001 21 173.55855600000004 31 @@ -8517,13 +8445,13 @@ LINE 8 cut 10 -763.5 +622.5000000000001 20 173.55855600000004 30 0.0 11 -763.5 +622.5000000000001 21 174.55855600000004 31 @@ -8535,13 +8463,13 @@ LINE 8 cut 10 -763.5 +622.5000000000001 20 174.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 174.55855600000004 31 @@ -8553,13 +8481,13 @@ LINE 8 cut 10 -742.5000000000001 +601.5 20 177.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 176.058556 31 @@ -8571,13 +8499,13 @@ LINE 8 cut 10 -742.5000000000001 +601.5 20 176.058556 30 0.0 11 -743.5000000000001 +602.5000000000001 21 176.058556 31 @@ -8589,13 +8517,13 @@ LINE 8 cut 10 -743.5000000000001 +602.5000000000001 20 176.058556 30 0.0 11 -743.5000000000001 +602.5000000000001 21 177.05855600000004 31 @@ -8607,13 +8535,13 @@ LINE 8 cut 10 -743.5000000000001 +602.5000000000001 20 177.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 177.05855600000004 31 @@ -8625,13 +8553,13 @@ LINE 8 cut 10 -762.5000000000001 +621.5000000000001 20 177.05855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 176.058556 31 @@ -8643,13 +8571,13 @@ LINE 8 cut 10 -762.5000000000001 +621.5000000000001 20 176.058556 30 0.0 11 -763.5 +622.5000000000001 21 176.058556 31 @@ -8661,13 +8589,13 @@ LINE 8 cut 10 -763.5 +622.5000000000001 20 176.058556 30 0.0 11 -763.5 +622.5000000000001 21 177.05855600000004 31 @@ -8679,13 +8607,13 @@ LINE 8 cut 10 -763.5 +622.5000000000001 20 177.05855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 177.05855600000004 31 @@ -8697,13 +8625,13 @@ LINE 8 cut 10 -742.5000000000001 +601.5 20 179.55855600000004 30 0.0 11 -742.5000000000001 +601.5 21 178.558556 31 @@ -8715,13 +8643,13 @@ LINE 8 cut 10 -742.5000000000001 +601.5 20 178.558556 30 0.0 11 -743.5000000000001 +602.5000000000001 21 178.558556 31 @@ -8733,13 +8661,13 @@ LINE 8 cut 10 -743.5000000000001 +602.5000000000001 20 178.558556 30 0.0 11 -743.5000000000001 +602.5000000000001 21 179.55855600000004 31 @@ -8751,13 +8679,13 @@ LINE 8 cut 10 -743.5000000000001 +602.5000000000001 20 179.55855600000004 30 0.0 11 -742.5000000000001 +601.5 21 179.55855600000004 31 @@ -8769,13 +8697,13 @@ LINE 8 cut 10 -762.5000000000001 +621.5000000000001 20 179.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 178.558556 31 @@ -8787,13 +8715,13 @@ LINE 8 cut 10 -762.5000000000001 +621.5000000000001 20 178.558556 30 0.0 11 -763.5 +622.5000000000001 21 178.558556 31 @@ -8805,13 +8733,13 @@ LINE 8 cut 10 -763.5 +622.5000000000001 20 178.558556 30 0.0 11 -763.5 +622.5000000000001 21 179.55855600000004 31 @@ -8823,13 +8751,13 @@ LINE 8 cut 10 -763.5 +622.5000000000001 20 179.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 179.55855600000004 31 @@ -8841,13 +8769,13 @@ LINE 8 cut 10 -742.5000000000001 +601.5 20 182.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 181.058556 31 @@ -8859,13 +8787,13 @@ LINE 8 cut 10 -742.5000000000001 +601.5 20 181.058556 30 0.0 11 -743.5000000000001 +602.5000000000001 21 181.058556 31 @@ -8877,13 +8805,13 @@ LINE 8 cut 10 -743.5000000000001 +602.5000000000001 20 181.058556 30 0.0 11 -743.5000000000001 +602.5000000000001 21 182.05855600000004 31 @@ -8895,13 +8823,13 @@ LINE 8 cut 10 -743.5000000000001 +602.5000000000001 20 182.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 182.05855600000004 31 @@ -8913,13 +8841,13 @@ LINE 8 cut 10 -762.5000000000001 +621.5000000000001 20 182.05855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 181.058556 31 @@ -8931,13 +8859,13 @@ LINE 8 cut 10 -762.5000000000001 +621.5000000000001 20 181.058556 30 0.0 11 -763.5 +622.5000000000001 21 181.058556 31 @@ -8949,13 +8877,13 @@ LINE 8 cut 10 -763.5 +622.5000000000001 20 181.058556 30 0.0 11 -763.5 +622.5000000000001 21 182.05855600000004 31 @@ -8967,13 +8895,13 @@ LINE 8 cut 10 -763.5 +622.5000000000001 20 182.05855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 182.05855600000004 31 @@ -8985,13 +8913,13 @@ LINE 8 cut 10 -742.5000000000001 +601.5 20 184.55855600000004 30 0.0 11 -742.5000000000001 +601.5 21 183.55855600000004 31 @@ -9003,13 +8931,13 @@ LINE 8 cut 10 -742.5000000000001 +601.5 20 183.55855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 183.55855600000004 31 @@ -9021,13 +8949,13 @@ LINE 8 cut 10 -743.5000000000001 +602.5000000000001 20 183.55855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 184.55855600000004 31 @@ -9039,13 +8967,13 @@ LINE 8 cut 10 -743.5000000000001 +602.5000000000001 20 184.55855600000004 30 0.0 11 -742.5000000000001 +601.5 21 184.55855600000004 31 @@ -9057,13 +8985,13 @@ LINE 8 cut 10 -762.5000000000001 +621.5000000000001 20 184.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 183.55855600000004 31 @@ -9075,13 +9003,13 @@ LINE 8 cut 10 -762.5000000000001 +621.5000000000001 20 183.55855600000004 30 0.0 11 -763.5 +622.5000000000001 21 183.55855600000004 31 @@ -9093,13 +9021,13 @@ LINE 8 cut 10 -763.5 +622.5000000000001 20 183.55855600000004 30 0.0 11 -763.5 +622.5000000000001 21 184.55855600000004 31 @@ -9111,13 +9039,13 @@ LINE 8 cut 10 -763.5 +622.5000000000001 20 184.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 184.55855600000004 31 @@ -9129,13 +9057,13 @@ LINE 8 cut 10 -742.5000000000001 +601.5 20 187.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 186.05855600000004 31 @@ -9147,13 +9075,13 @@ LINE 8 cut 10 -742.5000000000001 +601.5 20 186.05855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 186.05855600000004 31 @@ -9165,13 +9093,13 @@ LINE 8 cut 10 -743.5000000000001 +602.5000000000001 20 186.05855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 187.05855600000004 31 @@ -9183,13 +9111,13 @@ LINE 8 cut 10 -743.5000000000001 +602.5000000000001 20 187.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 187.05855600000004 31 @@ -9201,13 +9129,13 @@ LINE 8 cut 10 -762.5000000000001 +621.5000000000001 20 187.05855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 186.05855600000004 31 @@ -9219,13 +9147,13 @@ LINE 8 cut 10 -762.5000000000001 +621.5000000000001 20 186.05855600000004 30 0.0 11 -763.5 +622.5000000000001 21 186.05855600000004 31 @@ -9237,13 +9165,13 @@ LINE 8 cut 10 -763.5 +622.5000000000001 20 186.05855600000004 30 0.0 11 -763.5 +622.5000000000001 21 187.05855600000004 31 @@ -9255,13 +9183,13 @@ LINE 8 cut 10 -763.5 +622.5000000000001 20 187.05855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 187.05855600000004 31 @@ -9273,13 +9201,13 @@ LINE 8 cut 10 -742.5000000000001 +601.5 20 189.55855600000004 30 0.0 11 -742.5000000000001 +601.5 21 188.55855600000004 31 @@ -9291,13 +9219,13 @@ LINE 8 cut 10 -742.5000000000001 +601.5 20 188.55855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 188.55855600000004 31 @@ -9309,13 +9237,13 @@ LINE 8 cut 10 -743.5000000000001 +602.5000000000001 20 188.55855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 189.55855600000004 31 @@ -9327,13 +9255,13 @@ LINE 8 cut 10 -743.5000000000001 +602.5000000000001 20 189.55855600000004 30 0.0 11 -742.5000000000001 +601.5 21 189.55855600000004 31 @@ -9345,13 +9273,13 @@ LINE 8 cut 10 -762.5000000000001 +621.5000000000001 20 189.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 188.55855600000004 31 @@ -9363,13 +9291,13 @@ LINE 8 cut 10 -762.5000000000001 +621.5000000000001 20 188.55855600000004 30 0.0 11 -763.5 +622.5000000000001 21 188.55855600000004 31 @@ -9381,13 +9309,13 @@ LINE 8 cut 10 -763.5 +622.5000000000001 20 188.55855600000004 30 0.0 11 -763.5 +622.5000000000001 21 189.55855600000004 31 @@ -9399,13 +9327,13 @@ LINE 8 cut 10 -763.5 +622.5000000000001 20 189.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 189.55855600000004 31 @@ -9417,13 +9345,13 @@ LINE 8 cut 10 -742.5000000000001 +601.5 20 192.058556 30 0.0 11 -742.5000000000001 +601.5 21 191.05855600000004 31 @@ -9435,13 +9363,13 @@ LINE 8 cut 10 -742.5000000000001 +601.5 20 191.05855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 191.05855600000004 31 @@ -9453,13 +9381,13 @@ LINE 8 cut 10 -743.5000000000001 +602.5000000000001 20 191.05855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 192.058556 31 @@ -9471,13 +9399,13 @@ LINE 8 cut 10 -743.5000000000001 +602.5000000000001 20 192.058556 30 0.0 11 -742.5000000000001 +601.5 21 192.058556 31 @@ -9489,13 +9417,13 @@ LINE 8 cut 10 -762.5000000000001 +621.5000000000001 20 192.058556 30 0.0 11 -762.5000000000001 +621.5000000000001 21 191.05855600000004 31 @@ -9507,13 +9435,13 @@ LINE 8 cut 10 -762.5000000000001 +621.5000000000001 20 191.05855600000004 30 0.0 11 -763.5 +622.5000000000001 21 191.05855600000004 31 @@ -9525,13 +9453,13 @@ LINE 8 cut 10 -763.5 +622.5000000000001 20 191.05855600000004 30 0.0 11 -763.5 +622.5000000000001 21 192.058556 31 @@ -9543,13 +9471,13 @@ LINE 8 cut 10 -763.5 +622.5000000000001 20 192.058556 30 0.0 11 -762.5000000000001 +621.5000000000001 21 192.058556 31 @@ -9561,13 +9489,13 @@ LINE 8 cut 10 -742.5000000000001 +601.5 20 194.558556 30 0.0 11 -742.5000000000001 +601.5 21 193.55855600000004 31 @@ -9579,13 +9507,13 @@ LINE 8 cut 10 -742.5000000000001 +601.5 20 193.55855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 193.55855600000004 31 @@ -9597,13 +9525,13 @@ LINE 8 cut 10 -743.5000000000001 +602.5000000000001 20 193.55855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 194.558556 31 @@ -9615,13 +9543,13 @@ LINE 8 cut 10 -743.5000000000001 +602.5000000000001 20 194.558556 30 0.0 11 -742.5000000000001 +601.5 21 194.558556 31 @@ -9633,13 +9561,13 @@ LINE 8 cut 10 -762.5000000000001 +621.5000000000001 20 194.558556 30 0.0 11 -762.5000000000001 +621.5000000000001 21 193.55855600000004 31 @@ -9651,13 +9579,13 @@ LINE 8 cut 10 -762.5000000000001 +621.5000000000001 20 193.55855600000004 30 0.0 11 -763.5 +622.5000000000001 21 193.55855600000004 31 @@ -9669,13 +9597,13 @@ LINE 8 cut 10 -763.5 +622.5000000000001 20 193.55855600000004 30 0.0 11 -763.5 +622.5000000000001 21 194.558556 31 @@ -9687,13 +9615,13 @@ LINE 8 cut 10 -763.5 +622.5000000000001 20 194.558556 30 0.0 11 -762.5000000000001 +621.5000000000001 21 194.558556 31 @@ -9705,13 +9633,13 @@ LINE 8 cut 10 -742.5000000000001 +601.5 20 197.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 196.05855600000004 31 @@ -9723,13 +9651,13 @@ LINE 8 cut 10 -742.5000000000001 +601.5 20 196.05855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 196.05855600000004 31 @@ -9741,13 +9669,13 @@ LINE 8 cut 10 -743.5000000000001 +602.5000000000001 20 196.05855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 197.05855600000004 31 @@ -9759,13 +9687,13 @@ LINE 8 cut 10 -743.5000000000001 +602.5000000000001 20 197.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 197.05855600000004 31 @@ -9777,13 +9705,13 @@ LINE 8 cut 10 -762.5000000000001 +621.5000000000001 20 197.05855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 196.05855600000004 31 @@ -9795,13 +9723,13 @@ LINE 8 cut 10 -762.5000000000001 +621.5000000000001 20 196.05855600000004 30 0.0 11 -763.5 +622.5000000000001 21 196.05855600000004 31 @@ -9813,13 +9741,13 @@ LINE 8 cut 10 -763.5 +622.5000000000001 20 196.05855600000004 30 0.0 11 -763.5 +622.5000000000001 21 197.05855600000004 31 @@ -9831,13 +9759,13 @@ LINE 8 cut 10 -763.5 +622.5000000000001 20 197.05855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 197.05855600000004 31 @@ -9849,13 +9777,13 @@ LINE 8 cut 10 -742.5000000000001 +601.5 20 199.55855600000004 30 0.0 11 -742.5000000000001 +601.5 21 198.55855600000004 31 @@ -9867,13 +9795,13 @@ LINE 8 cut 10 -742.5000000000001 +601.5 20 198.55855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 198.55855600000004 31 @@ -9885,13 +9813,13 @@ LINE 8 cut 10 -743.5000000000001 +602.5000000000001 20 198.55855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 199.55855600000004 31 @@ -9903,13 +9831,13 @@ LINE 8 cut 10 -743.5000000000001 +602.5000000000001 20 199.55855600000004 30 0.0 11 -742.5000000000001 +601.5 21 199.55855600000004 31 @@ -9921,13 +9849,13 @@ LINE 8 cut 10 -762.5000000000001 +621.5000000000001 20 199.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 198.55855600000004 31 @@ -9939,13 +9867,13 @@ LINE 8 cut 10 -762.5000000000001 +621.5000000000001 20 198.55855600000004 30 0.0 11 -763.5 +622.5000000000001 21 198.55855600000004 31 @@ -9957,13 +9885,13 @@ LINE 8 cut 10 -763.5 +622.5000000000001 20 198.55855600000004 30 0.0 11 -763.5 +622.5000000000001 21 199.55855600000004 31 @@ -9975,13 +9903,13 @@ LINE 8 cut 10 -763.5 +622.5000000000001 20 199.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 199.55855600000004 31 @@ -9993,13 +9921,13 @@ LINE 8 cut 10 -742.5000000000001 +601.5 20 202.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 201.058556 31 @@ -10011,13 +9939,13 @@ LINE 8 cut 10 -742.5000000000001 +601.5 20 201.058556 30 0.0 11 -743.5000000000001 +602.5000000000001 21 201.058556 31 @@ -10029,13 +9957,13 @@ LINE 8 cut 10 -743.5000000000001 +602.5000000000001 20 201.058556 30 0.0 11 -743.5000000000001 +602.5000000000001 21 202.05855600000004 31 @@ -10047,13 +9975,13 @@ LINE 8 cut 10 -743.5000000000001 +602.5000000000001 20 202.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 202.05855600000004 31 @@ -10065,13 +9993,13 @@ LINE 8 cut 10 -762.5000000000001 +621.5000000000001 20 202.05855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 201.058556 31 @@ -10083,13 +10011,13 @@ LINE 8 cut 10 -762.5000000000001 +621.5000000000001 20 201.058556 30 0.0 11 -763.5 +622.5000000000001 21 201.058556 31 @@ -10101,13 +10029,13 @@ LINE 8 cut 10 -763.5 +622.5000000000001 20 201.058556 30 0.0 11 -763.5 +622.5000000000001 21 202.05855600000004 31 @@ -10119,13 +10047,13 @@ LINE 8 cut 10 -763.5 +622.5000000000001 20 202.05855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 202.05855600000004 31 @@ -10137,13 +10065,13 @@ LINE 8 cut 10 -742.5000000000001 +601.5 20 204.55855600000004 30 0.0 11 -742.5000000000001 +601.5 21 203.558556 31 @@ -10155,13 +10083,13 @@ LINE 8 cut 10 -742.5000000000001 +601.5 20 203.558556 30 0.0 11 -743.5000000000001 +602.5000000000001 21 203.558556 31 @@ -10173,13 +10101,13 @@ LINE 8 cut 10 -743.5000000000001 +602.5000000000001 20 203.558556 30 0.0 11 -743.5000000000001 +602.5000000000001 21 204.55855600000004 31 @@ -10191,13 +10119,13 @@ LINE 8 cut 10 -743.5000000000001 +602.5000000000001 20 204.55855600000004 30 0.0 11 -742.5000000000001 +601.5 21 204.55855600000004 31 @@ -10209,13 +10137,13 @@ LINE 8 cut 10 -762.5000000000001 +621.5000000000001 20 204.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 203.558556 31 @@ -10227,13 +10155,13 @@ LINE 8 cut 10 -762.5000000000001 +621.5000000000001 20 203.558556 30 0.0 11 -763.5 +622.5000000000001 21 203.558556 31 @@ -10245,13 +10173,13 @@ LINE 8 cut 10 -763.5 +622.5000000000001 20 203.558556 30 0.0 11 -763.5 +622.5000000000001 21 204.55855600000004 31 @@ -10263,13 +10191,13 @@ LINE 8 cut 10 -763.5 +622.5000000000001 20 204.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 204.55855600000004 31 @@ -10281,13 +10209,13 @@ LINE 8 cut 10 -742.5000000000001 +601.5 20 207.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 206.05855600000004 31 @@ -10299,13 +10227,13 @@ LINE 8 cut 10 -742.5000000000001 +601.5 20 206.05855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 206.05855600000004 31 @@ -10317,13 +10245,13 @@ LINE 8 cut 10 -743.5000000000001 +602.5000000000001 20 206.05855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 207.05855600000004 31 @@ -10335,13 +10263,13 @@ LINE 8 cut 10 -743.5000000000001 +602.5000000000001 20 207.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 207.05855600000004 31 @@ -10353,13 +10281,13 @@ LINE 8 cut 10 -762.5000000000001 +621.5000000000001 20 207.05855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 206.05855600000004 31 @@ -10371,13 +10299,13 @@ LINE 8 cut 10 -762.5000000000001 +621.5000000000001 20 206.05855600000004 30 0.0 11 -763.5 +622.5000000000001 21 206.05855600000004 31 @@ -10389,13 +10317,13 @@ LINE 8 cut 10 -763.5 +622.5000000000001 20 206.05855600000004 30 0.0 11 -763.5 +622.5000000000001 21 207.05855600000004 31 @@ -10407,13 +10335,13 @@ LINE 8 cut 10 -763.5 +622.5000000000001 20 207.05855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 207.05855600000004 31 @@ -10425,13 +10353,13 @@ LINE 8 cut 10 -742.5000000000001 +601.5 20 209.55855600000004 30 0.0 11 -742.5000000000001 +601.5 21 208.55855600000004 31 @@ -10443,13 +10371,13 @@ LINE 8 cut 10 -742.5000000000001 +601.5 20 208.55855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 208.55855600000004 31 @@ -10461,13 +10389,13 @@ LINE 8 cut 10 -743.5000000000001 +602.5000000000001 20 208.55855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 209.55855600000004 31 @@ -10479,13 +10407,13 @@ LINE 8 cut 10 -743.5000000000001 +602.5000000000001 20 209.55855600000004 30 0.0 11 -742.5000000000001 +601.5 21 209.55855600000004 31 @@ -10497,13 +10425,13 @@ LINE 8 cut 10 -762.5000000000001 +621.5000000000001 20 209.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 208.55855600000004 31 @@ -10515,13 +10443,13 @@ LINE 8 cut 10 -762.5000000000001 +621.5000000000001 20 208.55855600000004 30 0.0 11 -763.5 +622.5000000000001 21 208.55855600000004 31 @@ -10533,13 +10461,13 @@ LINE 8 cut 10 -763.5 +622.5000000000001 20 208.55855600000004 30 0.0 11 -763.5 +622.5000000000001 21 209.55855600000004 31 @@ -10551,13 +10479,13 @@ LINE 8 cut 10 -763.5 +622.5000000000001 20 209.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 209.55855600000004 31 @@ -10569,13 +10497,13 @@ LINE 8 cut 10 -742.5000000000001 +601.5 20 212.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 211.05855600000004 31 @@ -10587,13 +10515,13 @@ LINE 8 cut 10 -742.5000000000001 +601.5 20 211.05855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 211.05855600000004 31 @@ -10605,13 +10533,13 @@ LINE 8 cut 10 -743.5000000000001 +602.5000000000001 20 211.05855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 212.05855600000004 31 @@ -10623,13 +10551,13 @@ LINE 8 cut 10 -743.5000000000001 +602.5000000000001 20 212.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 212.05855600000004 31 @@ -10641,13 +10569,13 @@ LINE 8 cut 10 -761.5000000000001 +620.5000000000001 20 213.05855600000004 30 0.0 11 -761.5000000000001 +620.5000000000001 21 210.05855600000004 31 @@ -10659,13 +10587,13 @@ LINE 8 cut 10 -761.5000000000001 +620.5000000000001 20 210.05855600000004 30 0.0 11 -764.5 +623.5000000000001 21 210.05855600000004 31 @@ -10677,13 +10605,13 @@ LINE 8 cut 10 -764.5 +623.5000000000001 20 210.05855600000004 30 0.0 11 -764.5 +623.5000000000001 21 213.05855600000004 31 @@ -10695,13 +10623,13 @@ LINE 8 cut 10 -764.5 +623.5000000000001 20 213.05855600000004 30 0.0 11 -761.5000000000001 +620.5000000000001 21 213.05855600000004 31 @@ -10713,13 +10641,13 @@ LINE 8 cut 10 -757.2500000000001 +616.2500000000001 20 170.05855600000004 30 0.0 11 -748.7500000000001 +607.7500000000001 21 170.05855600000004 31 @@ -10731,13 +10659,13 @@ LINE 8 cut 10 -748.7500000000001 +607.7500000000001 20 170.05855600000004 30 0.0 11 -748.7500000000001 +607.7500000000001 21 169.558556 31 @@ -10749,13 +10677,13 @@ LINE 8 cut 10 -748.7500000000001 +607.7500000000001 20 169.558556 30 0.0 11 -757.2500000000001 +616.2500000000001 21 169.558556 31 @@ -10767,13 +10695,13 @@ LINE 8 cut 10 -757.2500000000001 +616.2500000000001 20 169.558556 30 0.0 11 -757.2500000000001 +616.2500000000001 21 170.05855600000004 31 @@ -10785,13 +10713,13 @@ LINE 8 cut 10 -748.7500000000001 +607.7500000000001 20 217.80855600000004 30 0.0 11 -757.2500000000001 +616.2500000000001 21 217.80855600000004 31 @@ -10803,13 +10731,13 @@ LINE 8 cut 10 -757.2500000000001 +616.2500000000001 20 217.80855600000004 30 0.0 11 -757.2500000000001 +616.2500000000001 21 218.30855600000004 31 @@ -10821,13 +10749,13 @@ LINE 8 cut 10 -757.2500000000001 +616.2500000000001 20 218.30855600000004 30 0.0 11 -748.7500000000001 +607.7500000000001 21 218.30855600000004 31 @@ -10839,13 +10767,13 @@ LINE 8 cut 10 -748.7500000000001 +607.7500000000001 20 218.30855600000004 30 0.0 11 -748.7500000000001 +607.7500000000001 21 217.80855600000004 31 @@ -10857,13 +10785,13 @@ LINE 8 cut 10 -733.5000000000001 +592.5 20 173.39946509090913 30 0.0 11 -738.5000000000001 +597.5000000000001 21 173.39946509090913 31 @@ -10875,13 +10803,13 @@ LINE 8 cut 10 -738.5000000000001 +597.5000000000001 20 173.39946509090913 30 0.0 11 -738.5000000000001 +597.5000000000001 21 184.49037418181823 31 @@ -10893,13 +10821,13 @@ LINE 8 cut 10 -738.5000000000001 +597.5000000000001 20 184.49037418181823 30 0.0 11 -733.5000000000001 +592.5 21 184.49037418181823 31 @@ -10911,13 +10839,13 @@ LINE 8 cut 10 -733.5000000000001 +592.5 20 201.12673781818185 30 0.0 11 -738.5000000000001 +597.5000000000001 21 201.12673781818185 31 @@ -10929,13 +10857,13 @@ LINE 8 cut 10 -738.5000000000001 +597.5000000000001 20 201.12673781818185 30 0.0 11 -738.5000000000001 +597.5000000000001 21 212.21764690909094 31 @@ -10947,13 +10875,13 @@ LINE 8 cut 10 -738.5000000000001 +597.5000000000001 20 212.21764690909094 30 0.0 11 -733.5000000000001 +592.5 21 212.21764690909094 31 @@ -10965,13 +10893,13 @@ LINE 8 cut 10 -758.7500000000001 +617.7500000000001 20 146.308556 30 0.0 11 -762.2500000000001 +621.2500000000001 21 146.308556 31 @@ -10983,13 +10911,13 @@ LINE 8 cut 10 -762.2500000000001 +621.2500000000001 20 146.308556 30 0.0 11 -762.2500000000001 +621.2500000000001 21 154.30855600000004 31 @@ -11001,13 +10929,13 @@ LINE 8 cut 10 -762.2500000000001 +621.2500000000001 20 154.30855600000004 30 0.0 11 -758.7500000000001 +617.7500000000001 21 154.30855600000004 31 diff --git a/rocolib/output/ServoStackBatteryMount/graph-autofold-graph.dxf b/rocolib/output/ServoStackBatteryMount/graph-autofold-graph.dxf index 4bfda8cefbff4c963d7299ede2b6e0b2ae60678a..52678d1195bb2ee0c54133101d5622a0371829a6 100644 --- a/rocolib/output/ServoStackBatteryMount/graph-autofold-graph.dxf +++ b/rocolib/output/ServoStackBatteryMount/graph-autofold-graph.dxf @@ -943,24 +943,6 @@ LINE 8 0 10 -60.00000000000001 - 20 -150.30855600000004 - 30 -0.0 - 11 -0.0 - 21 -150.30855600000004 - 31 -0.0 - 0 -LINE - 62 -5 - 8 -0 - 10 228.00000000000003 20 150.30855600000004 @@ -1015,53 +997,33 @@ LINE 8 0 10 -120.00000000000001 - 20 -150.30855600000004 - 30 -0.0 - 11 -120.00000000000001 - 21 -88.65427796513858 - 31 0.0 - 0 -LINE - 62 -5 - 8 -0 - 10 -60.00000000000001 20 -88.65427796513858 +140.30855600000004 30 0.0 11 -60.00000000000001 +0.0 21 150.30855600000004 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 0 10 60.00000000000001 20 -88.65427796513858 +140.30855600000004 30 0.0 11 -120.00000000000001 +0.0 21 -88.65427796513858 +140.30855600000004 31 0.0 0 @@ -1073,53 +1035,49 @@ LINE 10 60.00000000000001 20 -61.65427796513857 +150.30855600000004 30 0.0 11 60.00000000000001 21 -88.65427796513858 +140.30855600000004 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 0 10 -120.00000000000001 +133.00000000000003 20 -61.65427796513857 +150.30855600000004 30 0.0 11 60.00000000000001 21 -61.65427796513857 +150.30855600000004 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 0 10 -120.00000000000001 +167.00000000000003 20 -88.65427796513858 +150.30855600000004 30 0.0 11 -120.00000000000001 +157.0 21 -61.65427796513857 +150.30855600000004 31 0.0 0 @@ -1129,15 +1087,15 @@ LINE 8 0 10 -60.00000000000001 +228.00000000000003 20 --6.972288701945219e-08 +150.30855600000004 30 0.0 11 -60.00000000000001 +228.00000000000003 21 -61.65427796513857 +150.30855600000004 31 0.0 0 @@ -1147,15 +1105,15 @@ LINE 8 0 10 -120.00000000000001 +60.00000000000001 20 --6.972288701945219e-08 +150.30855600000004 30 0.0 11 60.00000000000001 21 --6.972288701945219e-08 +150.30855600000004 31 0.0 0 @@ -1165,33 +1123,35 @@ LINE 8 0 10 -120.00000000000001 +157.0 20 -61.65427796513857 +150.30855600000004 30 0.0 11 -120.00000000000001 +157.0 21 --6.972288701945219e-08 +116.30855600000002 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 0 10 -120.00000000000001 +133.00000000000003 20 -88.65427796513858 +116.30855600000002 30 0.0 11 -137.00000000000003 +133.00000000000003 21 -88.65427796513858 +150.30855600000004 31 0.0 0 @@ -1201,15 +1161,15 @@ LINE 8 0 10 -137.00000000000003 +133.00000000000003 20 -61.65427796513857 +80.30855600000002 30 0.0 11 -120.00000000000001 +133.00000000000003 21 -61.65427796513857 +116.30855600000002 31 0.0 0 @@ -1221,15 +1181,15 @@ DOTTED 8 0 10 -137.00000000000003 +133.00000000000003 20 -88.65427796513858 +80.30855600000002 30 0.0 11 -137.00000000000003 +157.0 21 -61.65427796513857 +80.30855600000002 31 0.0 0 @@ -1239,15 +1199,15 @@ LINE 8 0 10 -137.00000000000003 +157.0 20 -88.65427796513858 +116.30855600000002 30 0.0 11 -197.00000000000003 +157.0 21 -88.65427796513858 +80.30855600000002 31 0.0 0 @@ -1257,35 +1217,15 @@ LINE 8 0 10 -197.00000000000003 +157.0 20 -61.65427796513857 +80.30855600000002 30 0.0 11 -137.00000000000003 +157.0 21 -61.65427796513857 - 31 -0.0 - 0 -LINE - 6 -DOTTED - 62 -1 - 8 -0 - 10 -197.00000000000003 - 20 -88.65427796513858 - 30 -0.0 - 11 -197.00000000000003 - 21 -61.65427796513857 +35.30855600000002 31 0.0 0 @@ -1295,15 +1235,15 @@ LINE 8 0 10 -197.00000000000003 +133.00000000000003 20 -88.65427796513858 +35.30855600000002 30 0.0 11 -214.0 +133.00000000000003 21 -88.65427796513858 +80.30855600000002 31 0.0 0 @@ -1313,35 +1253,33 @@ LINE 8 0 10 -214.0 +133.00000000000003 20 -61.65427796513857 +30.308556000000017 30 0.0 11 -197.00000000000003 +133.00000000000003 21 -61.65427796513857 +35.30855600000002 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 0 10 -214.0 +157.0 20 -61.65427796513857 +30.308556000000017 30 0.0 11 -214.0 +133.00000000000003 21 -88.65427796513858 +30.308556000000017 31 0.0 0 @@ -1351,15 +1289,15 @@ LINE 8 0 10 -224.00000000000003 +157.0 20 -61.65427796513857 +35.30855600000002 30 0.0 11 -214.0 +157.0 21 -61.65427796513857 +30.308556000000017 31 0.0 0 @@ -1369,15 +1307,15 @@ LINE 8 0 10 -224.00000000000003 +133.00000000000003 20 -88.65427796513858 +116.30855600000002 30 0.0 11 -224.00000000000003 +113.00000000000001 21 -61.65427796513857 +116.30855600000002 31 0.0 0 @@ -1387,33 +1325,35 @@ LINE 8 0 10 -214.0 +113.00000000000001 20 -88.65427796513858 +150.30855600000004 30 0.0 11 -224.00000000000003 +133.00000000000003 21 -88.65427796513858 +150.30855600000004 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 0 10 -119.50000000000001 +113.00000000000001 20 -84.15427796513858 +116.30855600000002 30 0.0 11 -116.50000000000001 +113.00000000000001 21 -84.15427796513858 +150.30855600000004 31 0.0 0 @@ -1423,15 +1363,15 @@ LINE 8 0 10 -116.50000000000001 +113.00000000000001 20 -84.15427796513858 +116.30855600000002 30 0.0 11 -116.50000000000001 +89.00000000000001 21 -66.15427796513858 +116.30855600000002 31 0.0 0 @@ -1441,33 +1381,35 @@ LINE 8 0 10 -116.50000000000001 +89.00000000000001 20 -66.15427796513858 +150.30855600000004 30 0.0 11 -119.50000000000001 +113.00000000000001 21 -66.15427796513858 +150.30855600000004 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 0 10 -119.50000000000001 +89.00000000000001 20 -66.15427796513858 +116.30855600000002 30 0.0 11 -119.50000000000001 +89.00000000000001 21 -84.15427796513858 +150.30855600000004 31 0.0 0 @@ -1477,15 +1419,15 @@ LINE 8 0 10 -67.75000000000001 +89.00000000000001 20 -70.40427796513856 +116.30855600000002 30 0.0 11 -67.75000000000001 +69.00000000000001 21 -79.90427796513858 +116.30855600000002 31 0.0 0 @@ -1495,33 +1437,35 @@ LINE 8 0 10 -67.75000000000001 +69.00000000000001 20 -79.90427796513858 +150.30855600000004 30 0.0 11 -67.25 +89.00000000000001 21 -79.90427796513858 +150.30855600000004 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 0 10 -67.25 +69.00000000000001 20 -79.90427796513858 +150.30855600000004 30 0.0 11 -67.25 +69.00000000000001 21 -70.40427796513856 +116.30855600000002 31 0.0 0 @@ -1531,15 +1475,15 @@ LINE 8 0 10 -67.25 +59.00000000000001 20 -70.40427796513856 +150.30855600000004 30 0.0 11 -67.75000000000001 +69.00000000000001 21 -70.40427796513856 +150.30855600000004 31 0.0 0 @@ -1549,15 +1493,15 @@ LINE 8 0 10 -100.25000000000001 +59.00000000000001 20 -7.749999930277114 +116.30855600000002 30 0.0 11 -79.75 +59.00000000000001 21 -7.749999930277114 +150.30855600000004 31 0.0 0 @@ -1567,33 +1511,35 @@ LINE 8 0 10 -79.75 +69.00000000000001 20 -7.749999930277114 +116.30855600000002 30 0.0 11 -79.75 +59.00000000000001 21 -7.249999930277114 +116.30855600000002 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 0 10 -79.75 +167.00000000000003 20 -7.249999930277114 +114.16993400081472 30 0.0 11 -100.25000000000001 +228.00000000000003 21 -7.249999930277114 +114.16993400081472 31 0.0 0 @@ -1603,15 +1549,15 @@ LINE 8 0 10 -100.25000000000001 +228.00000000000003 20 -7.249999930277114 +150.30855600000004 30 0.0 11 -100.25000000000001 +228.00000000000003 21 -7.749999930277114 +114.16993400081472 31 0.0 0 @@ -1621,51 +1567,55 @@ LINE 8 0 10 -123.00000000000001 +167.00000000000003 20 -84.15427796513858 +114.16993400081472 30 0.0 11 -120.00000000000001 +167.00000000000003 21 -84.15427796513858 +150.30855600000004 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 0 10 -120.00000000000001 +228.00000000000003 20 -84.15427796513858 +90.16993400081472 30 0.0 11 -120.00000000000001 +167.00000000000003 21 -66.15427796513858 +90.16993400081472 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 0 10 -120.00000000000001 +228.00000000000003 20 -66.15427796513858 +90.16993400081472 30 0.0 11 -123.00000000000001 +228.00000000000003 21 -66.15427796513858 +114.16993400081472 31 0.0 0 @@ -1675,15 +1625,15 @@ LINE 8 0 10 -123.00000000000001 +167.00000000000003 20 -66.15427796513858 +54.03131200162941 30 0.0 11 -123.00000000000001 +167.00000000000003 21 -84.15427796513858 +90.16993400081473 31 0.0 0 @@ -1693,15 +1643,15 @@ LINE 8 0 10 -221.50000000000003 +228.00000000000003 20 -79.65427796513858 +90.16993400081473 30 0.0 11 -216.50000000000003 +228.00000000000003 21 -79.65427796513858 +54.03131200162941 31 0.0 0 @@ -1711,15 +1661,15 @@ LINE 8 0 10 -216.50000000000003 +167.00000000000003 20 -79.65427796513858 +44.03131200162941 30 0.0 11 -216.50000000000003 +167.00000000000003 21 -70.65427796513858 +54.03131200162941 31 0.0 0 @@ -1729,15 +1679,15 @@ LINE 8 0 10 -216.50000000000003 +228.00000000000003 20 -70.65427796513858 +44.03131200162941 30 0.0 11 -221.50000000000003 +167.00000000000003 21 -70.65427796513858 +44.03131200162941 31 0.0 0 @@ -1747,15 +1697,15 @@ LINE 8 0 10 -406.00000000000006 +228.00000000000003 20 -150.30855600000004 +54.03131200162941 30 0.0 11 -238.00000000000003 +228.00000000000003 21 -150.30855600000004 +44.03131200162941 31 0.0 0 @@ -1765,15 +1715,15 @@ LINE 8 0 10 -466.00000000000006 +238.00000000000003 20 -150.30855600000004 +90.16993400081472 30 0.0 11 -466.00000000000006 +228.00000000000003 21 -150.30855600000004 +90.16993400081472 31 0.0 0 @@ -1785,13 +1735,13 @@ LINE 10 238.00000000000003 20 -150.30855600000004 +114.16993400081472 30 0.0 11 -466.00000000000006 +238.00000000000003 21 -150.30855600000004 +90.16993400081472 31 0.0 0 @@ -1801,15 +1751,15 @@ LINE 8 0 10 -238.00000000000003 +228.00000000000003 20 -150.30855600000004 +114.16993400081472 30 0.0 11 238.00000000000003 21 -150.30855600000004 +114.16993400081472 31 0.0 0 @@ -1819,15 +1769,15 @@ LINE 8 0 10 -406.00000000000006 +157.0 20 -140.30855600000004 +114.16993400081472 30 0.0 11 -406.00000000000006 +167.00000000000003 21 -150.30855600000004 +114.16993400081472 31 0.0 0 @@ -1837,15 +1787,15 @@ LINE 8 0 10 -466.00000000000006 +157.0 20 -140.30855600000004 +90.16993400081472 30 0.0 11 -406.00000000000006 +157.0 21 -140.30855600000004 +114.16993400081472 31 0.0 0 @@ -1855,15 +1805,15 @@ LINE 8 0 10 -466.00000000000006 +167.00000000000003 20 -150.30855600000004 +90.16993400081472 30 0.0 11 -466.00000000000006 +157.0 21 -140.30855600000004 +90.16993400081472 31 0.0 0 @@ -1873,13 +1823,13 @@ LINE 8 0 10 -446.0 +40.00000000000001 20 142.80855600000004 30 0.0 11 -451.00000000000006 +45.0 21 142.80855600000004 31 @@ -1891,13 +1841,13 @@ LINE 8 0 10 -451.00000000000006 +45.0 20 142.80855600000004 30 0.0 11 -446.0 +40.00000000000001 21 147.80855600000004 31 @@ -1909,13 +1859,13 @@ LINE 8 0 10 -446.0 +40.00000000000001 20 147.80855600000004 30 0.0 11 -426.00000000000006 +20.000000000000004 21 147.80855600000004 31 @@ -1927,13 +1877,13 @@ LINE 8 0 10 -426.00000000000006 +20.000000000000004 20 147.80855600000004 30 0.0 11 -421.00000000000006 +15.000000000000002 21 142.80855600000004 31 @@ -1945,13 +1895,13 @@ LINE 8 0 10 -421.00000000000006 +15.000000000000002 20 142.80855600000004 30 0.0 11 -426.00000000000006 +20.000000000000004 21 142.80855600000004 31 @@ -1963,35 +1913,15 @@ LINE 8 0 10 -546.0 +149.25000000000003 20 -138.30855600000004 +139.2252226666667 30 0.0 11 -510.00000000000006 +149.25000000000003 21 -138.30855600000004 - 31 -0.0 - 0 -LINE - 6 -DOTTED - 62 -1 - 8 -0 - 10 -546.0 - 20 -138.30855600000004 - 30 -0.0 - 11 -546.0 - 21 -162.308556 +127.39188933333337 31 0.0 0 @@ -2001,15 +1931,15 @@ LINE 8 0 10 -510.00000000000006 +149.25000000000003 20 -162.308556 +127.39188933333337 30 0.0 11 -546.0 +149.75 21 -162.308556 +127.39188933333337 31 0.0 0 @@ -2019,15 +1949,15 @@ LINE 8 0 10 -546.0 +149.75 20 -162.308556 +127.39188933333337 30 0.0 11 -591.0 +149.75 21 -162.308556 +139.2252226666667 31 0.0 0 @@ -2037,15 +1967,15 @@ LINE 8 0 10 -591.0 +149.75 20 -138.30855600000004 +139.2252226666667 30 0.0 11 -546.0 +149.25000000000003 21 -138.30855600000004 +139.2252226666667 31 0.0 0 @@ -2055,15 +1985,15 @@ LINE 8 0 10 -596.0000000000001 +149.00000000000003 20 -138.30855600000004 +31.558556000000014 30 0.0 11 -591.0 +151.50000000000003 21 -138.30855600000004 +31.558556000000014 31 0.0 0 @@ -2073,15 +2003,15 @@ LINE 8 0 10 -596.0000000000001 +151.50000000000003 20 -162.308556 +31.558556000000014 30 0.0 11 -596.0000000000001 +149.00000000000003 21 -138.30855600000004 +34.05855600000001 31 0.0 0 @@ -2091,15 +2021,15 @@ LINE 8 0 10 -591.0 +149.00000000000003 20 -162.308556 +34.05855600000001 30 0.0 11 -596.0000000000001 +141.0 21 -162.308556 +34.05855600000001 31 0.0 0 @@ -2109,35 +2039,33 @@ LINE 8 0 10 -476.00000000000006 +141.0 20 -162.308556 +34.05855600000001 30 0.0 11 -510.00000000000006 +138.5 21 -162.308556 +31.558556000000014 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 0 10 -510.00000000000006 +138.5 20 -138.30855600000004 +31.558556000000014 30 0.0 11 -476.00000000000006 +141.0 21 -138.30855600000004 +31.558556000000014 31 0.0 0 @@ -2147,15 +2075,15 @@ LINE 8 0 10 -476.00000000000006 +114.00000000000001 20 -138.30855600000004 +127.30855600000004 30 0.0 11 -476.00000000000006 +118.00000000000001 21 -65.30855600000002 +127.30855600000004 31 0.0 0 @@ -2165,15 +2093,15 @@ LINE 8 0 10 -476.00000000000006 +118.00000000000001 20 -172.30855600000004 +127.30855600000004 30 0.0 11 -476.00000000000006 +118.00000000000001 21 -162.308556 +139.30855600000004 31 0.0 0 @@ -2183,15 +2111,15 @@ LINE 8 0 10 -476.00000000000006 +118.00000000000001 20 -233.30855600000004 +139.30855600000004 30 0.0 11 -476.00000000000006 +114.00000000000001 21 -233.30855600000004 +139.30855600000004 31 0.0 0 @@ -2201,15 +2129,15 @@ LINE 8 0 10 -476.00000000000006 +114.00000000000001 20 -65.30855600000002 +139.30855600000004 30 0.0 11 -476.00000000000006 +114.00000000000001 21 -233.30855600000004 +127.30855600000004 31 0.0 0 @@ -2219,35 +2147,33 @@ LINE 8 0 10 -476.00000000000006 +126.00000000000001 20 -65.30855600000002 +128.808556 30 0.0 11 -476.00000000000006 +130.0 21 -65.30855600000002 +128.808556 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 0 10 -512.1386219991854 +130.0 20 -172.30855600000004 +128.808556 30 0.0 11 -512.1386219991854 +130.0 21 -233.30855600000004 +137.808556 31 0.0 0 @@ -2257,15 +2183,15 @@ LINE 8 0 10 -476.00000000000006 +130.0 20 -233.30855600000004 +137.808556 30 0.0 11 -512.1386219991854 +126.00000000000001 21 -233.30855600000004 +137.808556 31 0.0 0 @@ -2275,55 +2201,51 @@ LINE 8 0 10 -512.1386219991854 +126.00000000000001 20 -172.30855600000004 +137.808556 30 0.0 11 -476.00000000000006 +126.00000000000001 21 -172.30855600000004 +128.808556 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 0 10 -536.1386219991853 +89.50000000000001 20 -233.30855600000004 +127.30855600000004 30 0.0 11 -536.1386219991853 +112.50000000000001 21 -172.30855600000004 +127.30855600000004 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 0 10 -536.1386219991853 +112.50000000000001 20 -233.30855600000004 +127.30855600000004 30 0.0 11 -512.1386219991854 +112.50000000000001 21 -233.30855600000004 +139.30855600000004 31 0.0 0 @@ -2333,15 +2255,15 @@ LINE 8 0 10 -572.2772439983707 +112.50000000000001 20 -172.30855600000004 +139.30855600000004 30 0.0 11 -536.1386219991853 +89.50000000000001 21 -172.30855600000004 +139.30855600000004 31 0.0 0 @@ -2351,15 +2273,15 @@ LINE 8 0 10 -536.1386219991853 +89.50000000000001 20 -233.30855600000004 +139.30855600000004 30 0.0 11 -572.2772439983707 +89.50000000000001 21 -233.30855600000004 +127.30855600000004 31 0.0 0 @@ -2369,15 +2291,15 @@ LINE 8 0 10 -582.2772439983707 +84.0 20 -172.30855600000004 +127.30855600000004 30 0.0 11 -572.2772439983707 +88.00000000000001 21 -172.30855600000004 +127.30855600000004 31 0.0 0 @@ -2387,15 +2309,15 @@ LINE 8 0 10 -582.2772439983707 +88.00000000000001 20 -233.30855600000004 +127.30855600000004 30 0.0 11 -582.2772439983707 +88.00000000000001 21 -172.30855600000004 +139.30855600000004 31 0.0 0 @@ -2405,15 +2327,15 @@ LINE 8 0 10 -572.2772439983707 +88.00000000000001 20 -233.30855600000004 +139.30855600000004 30 0.0 11 -582.2772439983707 +84.0 21 -233.30855600000004 +139.30855600000004 31 0.0 0 @@ -2423,15 +2345,15 @@ LINE 8 0 10 -536.1386219991853 +84.0 20 -243.30855600000004 +139.30855600000004 30 0.0 11 -536.1386219991853 +84.0 21 -233.30855600000004 +127.30855600000004 31 0.0 0 @@ -2441,15 +2363,15 @@ LINE 8 0 10 -512.1386219991854 +61.50000000000001 20 -243.30855600000004 +127.64188933333337 30 0.0 11 -536.1386219991853 +66.50000000000001 21 -243.30855600000004 +127.64188933333337 31 0.0 0 @@ -2459,15 +2381,15 @@ LINE 8 0 10 -512.1386219991854 +66.50000000000001 20 -233.30855600000004 +127.64188933333337 30 0.0 11 -512.1386219991854 +66.50000000000001 21 -243.30855600000004 +138.9752226666667 31 0.0 0 @@ -2477,15 +2399,15 @@ LINE 8 0 10 -512.1386219991854 +66.50000000000001 20 -162.308556 +138.9752226666667 30 0.0 11 -512.1386219991854 +61.50000000000001 21 -172.30855600000004 +138.9752226666667 31 0.0 0 @@ -2495,15 +2417,15 @@ LINE 8 0 10 -536.1386219991853 +185.00000000000003 20 -162.308556 +95.66993400081472 30 0.0 11 -512.1386219991854 +196.00000000000003 21 -162.308556 +95.66993400081472 31 0.0 0 @@ -2513,15 +2435,15 @@ LINE 8 0 10 -536.1386219991853 +196.00000000000003 20 -172.30855600000004 +95.66993400081472 30 0.0 11 -536.1386219991853 +196.00000000000003 21 -162.308556 +108.66993400081472 31 0.0 0 @@ -2531,15 +2453,15 @@ LINE 8 0 10 -510.00000000000006 +196.00000000000003 20 -138.30855600000004 +108.66993400081472 30 0.0 11 -510.00000000000006 +185.00000000000003 21 -118.30855600000002 +108.66993400081472 31 0.0 0 @@ -2549,35 +2471,33 @@ LINE 8 0 10 -476.00000000000006 +185.00000000000003 20 -118.30855600000002 +108.66993400081472 30 0.0 11 -476.00000000000006 +185.00000000000003 21 -138.30855600000004 +95.66993400081472 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 0 10 -510.00000000000006 +216.50000000000003 20 -118.30855600000002 +97.16993400081472 30 0.0 11 -476.00000000000006 +222.50000000000003 21 -118.30855600000002 +97.16993400081472 31 0.0 0 @@ -2587,15 +2507,15 @@ LINE 8 0 10 -510.00000000000006 +222.50000000000003 20 -118.30855600000002 +97.16993400081472 30 0.0 11 -510.00000000000006 +222.50000000000003 21 -94.30855600000001 +107.16993400081472 31 0.0 0 @@ -2605,35 +2525,33 @@ LINE 8 0 10 -476.00000000000006 +222.50000000000003 20 -94.30855600000001 +107.16993400081472 30 0.0 11 -476.00000000000006 +216.50000000000003 21 -118.30855600000002 +107.16993400081472 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 0 10 -510.00000000000006 +216.50000000000003 20 -94.30855600000001 +107.16993400081472 30 0.0 11 -476.00000000000006 +216.50000000000003 21 -94.30855600000001 +97.16993400081472 31 0.0 0 @@ -2643,15 +2561,15 @@ LINE 8 0 10 -510.00000000000006 +216.90909090909093 20 -94.30855600000001 +46.5313120016294 30 0.0 11 -510.00000000000006 +216.90909090909093 21 -74.30855600000002 +51.53131200162941 31 0.0 0 @@ -2661,35 +2579,33 @@ LINE 8 0 10 -476.00000000000006 +216.90909090909093 20 -74.30855600000002 +51.53131200162941 30 0.0 11 -476.00000000000006 +205.81818181818184 21 -94.30855600000001 +51.53131200162941 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 0 10 -476.00000000000006 +205.81818181818184 20 -74.30855600000002 +51.53131200162941 30 0.0 11 -510.00000000000006 +205.81818181818184 21 -74.30855600000002 +46.5313120016294 31 0.0 0 @@ -2699,15 +2615,15 @@ LINE 8 0 10 -476.00000000000006 +189.18181818181822 20 -64.30855600000001 +46.5313120016294 30 0.0 11 -476.00000000000006 +189.18181818181822 21 -74.30855600000002 +51.53131200162941 31 0.0 0 @@ -2717,15 +2633,15 @@ LINE 8 0 10 -510.00000000000006 +189.18181818181822 20 -64.30855600000001 +51.53131200162941 30 0.0 11 -476.00000000000006 +178.09090909090912 21 -64.30855600000001 +51.53131200162941 31 0.0 0 @@ -2735,15 +2651,15 @@ LINE 8 0 10 -510.00000000000006 +178.09090909090912 20 -74.30855600000002 +51.53131200162941 30 0.0 11 -510.00000000000006 +178.09090909090912 21 -64.30855600000001 +46.5313120016294 31 0.0 0 @@ -2753,15 +2669,15 @@ LINE 8 0 10 -594.75 +235.50000000000003 20 -154.30855600000004 +106.16993400081472 30 0.0 11 -594.75 +230.50000000000003 21 -156.80855600000004 +106.16993400081472 31 0.0 0 @@ -2771,15 +2687,15 @@ LINE 8 0 10 -594.75 +230.50000000000003 20 -156.80855600000004 +106.16993400081472 30 0.0 11 -592.2500000000001 +230.50000000000003 21 -154.30855600000004 +98.16993400081472 31 0.0 0 @@ -2789,15 +2705,15 @@ LINE 8 0 10 -592.2500000000001 +230.50000000000003 20 -154.30855600000004 +98.16993400081472 30 0.0 11 -592.2500000000001 +235.50000000000003 21 -146.308556 +98.16993400081472 31 0.0 0 @@ -2807,15 +2723,15 @@ LINE 8 0 10 -592.2500000000001 +159.5 20 -146.308556 +98.16993400081472 30 0.0 11 -594.75 +164.50000000000003 21 -143.80855600000004 +98.16993400081472 31 0.0 0 @@ -2825,15 +2741,15 @@ LINE 8 0 10 -594.75 +164.50000000000003 20 -143.80855600000004 +98.16993400081472 30 0.0 11 -594.75 +164.50000000000003 21 -146.308556 +106.16993400081472 31 0.0 0 @@ -2843,15 +2759,15 @@ LINE 8 0 10 -487.08333333333337 +164.50000000000003 20 -154.55855600000004 +106.16993400081472 30 0.0 11 -498.91666666666674 +159.5 21 -154.55855600000004 +106.16993400081472 31 0.0 0 @@ -2861,15 +2777,15 @@ LINE 8 0 10 -498.91666666666674 +476.00000000000006 20 -154.55855600000004 +150.30855600000004 30 0.0 11 -498.91666666666674 +476.00000000000006 21 -155.05855600000004 +150.30855600000004 31 0.0 0 @@ -2879,15 +2795,15 @@ LINE 8 0 10 -498.91666666666674 +248.00000000000006 20 -155.05855600000004 +150.30855600000004 30 0.0 11 -487.08333333333337 +476.00000000000006 21 -155.05855600000004 +150.30855600000004 31 0.0 0 @@ -2897,15 +2813,15 @@ LINE 8 0 10 -487.08333333333337 +248.00000000000006 20 -155.05855600000004 +150.30855600000004 30 0.0 11 -487.08333333333337 +248.00000000000006 21 -154.55855600000004 +150.30855600000004 31 0.0 0 @@ -2915,15 +2831,15 @@ LINE 8 0 10 -530.6386219991854 +309.0 20 -190.30855600000004 +150.30855600000004 30 0.0 11 -530.6386219991854 +248.00000000000006 21 -201.308556 +150.30855600000004 31 0.0 0 @@ -2933,15 +2849,15 @@ LINE 8 0 10 -530.6386219991854 +319.0 20 -201.308556 +150.30855600000004 30 0.0 11 -517.6386219991853 +309.0 21 -201.308556 +150.30855600000004 31 0.0 0 @@ -2951,15 +2867,15 @@ LINE 8 0 10 -517.6386219991853 +416.00000000000006 20 -201.308556 +150.30855600000004 30 0.0 11 -517.6386219991853 +343.00000000000006 21 -190.30855600000004 +150.30855600000004 31 0.0 0 @@ -2969,15 +2885,15 @@ LINE 8 0 10 -517.6386219991853 +416.00000000000006 20 -190.30855600000004 +150.30855600000004 30 0.0 11 -530.6386219991854 +416.00000000000006 21 -190.30855600000004 +150.30855600000004 31 0.0 0 @@ -2987,15 +2903,15 @@ LINE 8 0 10 -529.1386219991854 +248.00000000000006 20 -221.808556 +150.30855600000004 30 0.0 11 -529.1386219991854 +248.00000000000006 21 -227.80855600000004 +150.30855600000004 31 0.0 0 @@ -3005,33 +2921,35 @@ LINE 8 0 10 -529.1386219991854 +319.0 20 -227.80855600000004 +116.30855600000002 30 0.0 11 -519.1386219991854 +319.0 21 -227.80855600000004 +150.30855600000004 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 0 10 -519.1386219991854 +343.00000000000006 20 -227.80855600000004 +150.30855600000004 30 0.0 11 -519.1386219991854 +343.00000000000006 21 -221.808556 +116.30855600000002 31 0.0 0 @@ -3041,33 +2959,35 @@ LINE 8 0 10 -519.1386219991854 +319.0 20 -221.808556 +80.30855600000002 30 0.0 11 -529.1386219991854 +319.0 21 -221.808556 +116.30855600000002 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 0 10 -579.7772439983706 +319.0 20 -222.21764690909094 +80.30855600000002 30 0.0 11 -574.7772439983707 +343.00000000000006 21 -222.21764690909094 +80.30855600000002 31 0.0 0 @@ -3077,15 +2997,15 @@ LINE 8 0 10 -574.7772439983707 +343.00000000000006 20 -222.21764690909094 +116.30855600000002 30 0.0 11 -574.7772439983707 +343.00000000000006 21 -211.12673781818185 +80.30855600000002 31 0.0 0 @@ -3095,15 +3015,15 @@ LINE 8 0 10 -574.7772439983707 +343.00000000000006 20 -211.12673781818185 +80.30855600000002 30 0.0 11 -579.7772439983706 +343.00000000000006 21 -211.12673781818185 +35.30855600000002 31 0.0 0 @@ -3113,15 +3033,15 @@ LINE 8 0 10 -579.7772439983706 +319.0 20 -194.49037418181823 +35.30855600000002 30 0.0 11 -574.7772439983707 +319.0 21 -194.49037418181823 +80.30855600000002 31 0.0 0 @@ -3131,15 +3051,15 @@ LINE 8 0 10 -574.7772439983707 +343.00000000000006 20 -194.49037418181823 +35.30855600000002 30 0.0 11 -574.7772439983707 +319.0 21 -183.39946509090913 +35.30855600000002 31 0.0 0 @@ -3149,15 +3069,15 @@ LINE 8 0 10 -574.7772439983707 +343.00000000000006 20 -183.39946509090913 +150.30855600000004 30 0.0 11 -579.7772439983706 +363.00000000000006 21 -183.39946509090913 +150.30855600000004 31 0.0 0 @@ -3167,33 +3087,35 @@ LINE 8 0 10 -520.1386219991854 +363.00000000000006 20 -240.80855600000004 +116.30855600000002 30 0.0 11 -520.1386219991854 +343.00000000000006 21 -235.80855600000004 +116.30855600000002 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 0 10 -520.1386219991854 +363.00000000000006 20 -235.80855600000004 +150.30855600000004 30 0.0 11 -528.1386219991854 +363.00000000000006 21 -235.80855600000004 +116.30855600000002 31 0.0 0 @@ -3203,15 +3125,15 @@ LINE 8 0 10 -528.1386219991854 +363.00000000000006 20 -235.80855600000004 +150.30855600000004 30 0.0 11 -528.1386219991854 +387.0 21 -240.80855600000004 +150.30855600000004 31 0.0 0 @@ -3221,33 +3143,35 @@ LINE 8 0 10 -528.1386219991854 +387.0 20 -164.808556 +116.30855600000002 30 0.0 11 -528.1386219991854 +363.00000000000006 21 -169.80855600000004 +116.30855600000002 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 0 10 -528.1386219991854 +387.0 20 -169.80855600000004 +150.30855600000004 30 0.0 11 -520.1386219991854 +387.0 21 -169.80855600000004 +116.30855600000002 31 0.0 0 @@ -3257,15 +3181,15 @@ LINE 8 0 10 -520.1386219991854 +387.0 20 -169.80855600000004 +150.30855600000004 30 0.0 11 -520.1386219991854 +407.00000000000006 21 -164.808556 +150.30855600000004 31 0.0 0 @@ -3275,33 +3199,35 @@ LINE 8 0 10 -499.00000000000006 +407.00000000000006 20 -119.30855600000004 +116.30855600000002 30 0.0 11 -499.00000000000006 +387.0 21 -123.30855600000002 +116.30855600000002 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 0 10 -499.00000000000006 +407.00000000000006 20 -123.30855600000002 +116.30855600000002 30 0.0 11 -487.00000000000006 +407.00000000000006 21 -123.30855600000002 +150.30855600000004 31 0.0 0 @@ -3311,15 +3237,15 @@ LINE 8 0 10 -487.00000000000006 +417.00000000000006 20 -123.30855600000002 +116.30855600000002 30 0.0 11 -487.00000000000006 +407.00000000000006 21 -119.30855600000004 +116.30855600000002 31 0.0 0 @@ -3329,15 +3255,15 @@ LINE 8 0 10 -487.00000000000006 +417.00000000000006 20 -119.30855600000004 +150.30855600000004 30 0.0 11 -499.00000000000006 +417.00000000000006 21 -119.30855600000004 +116.30855600000002 31 0.0 0 @@ -3347,15 +3273,15 @@ LINE 8 0 10 -497.50000000000006 +407.00000000000006 20 -131.30855600000004 +150.30855600000004 30 0.0 11 -497.50000000000006 +417.00000000000006 21 -135.30855600000004 +150.30855600000004 31 0.0 0 @@ -3365,15 +3291,15 @@ LINE 8 0 10 -497.50000000000006 +476.00000000000006 20 -135.30855600000004 +150.30855600000004 30 0.0 11 -488.50000000000006 +476.00000000000006 21 -135.30855600000004 +88.65427796513858 31 0.0 0 @@ -3383,33 +3309,35 @@ LINE 8 0 10 -488.50000000000006 +416.00000000000006 20 -135.30855600000004 +88.65427796513858 30 0.0 11 -488.50000000000006 +416.00000000000006 21 -131.30855600000004 +150.30855600000004 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 0 10 -488.50000000000006 +416.00000000000006 20 -131.30855600000004 +88.65427796513858 30 0.0 11 -497.50000000000006 +476.00000000000006 21 -131.30855600000004 +88.65427796513858 31 0.0 0 @@ -3419,51 +3347,55 @@ LINE 8 0 10 -499.00000000000006 +416.00000000000006 20 -94.80855600000002 +61.65427796513857 30 0.0 11 -499.00000000000006 +416.00000000000006 21 -117.80855600000002 +88.65427796513858 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 0 10 -499.00000000000006 +476.00000000000006 20 -117.80855600000002 +61.65427796513857 30 0.0 11 -487.00000000000006 +416.00000000000006 21 -117.80855600000002 +61.65427796513857 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 0 10 -487.00000000000006 +476.00000000000006 20 -117.80855600000002 +88.65427796513858 30 0.0 11 -487.00000000000006 +476.00000000000006 21 -94.80855600000002 +61.65427796513857 31 0.0 0 @@ -3473,15 +3405,15 @@ LINE 8 0 10 -487.00000000000006 +416.00000000000006 20 -94.80855600000002 +-6.972288701945219e-08 30 0.0 11 -499.00000000000006 +416.00000000000006 21 -94.80855600000002 +61.65427796513857 31 0.0 0 @@ -3491,15 +3423,15 @@ LINE 8 0 10 -499.00000000000006 +476.00000000000006 20 -89.30855600000002 +-6.972288701945219e-08 30 0.0 11 -499.00000000000006 +416.00000000000006 21 -93.30855600000002 +-6.972288701945219e-08 31 0.0 0 @@ -3509,15 +3441,15 @@ LINE 8 0 10 -499.00000000000006 +476.00000000000006 20 -93.30855600000002 +61.65427796513857 30 0.0 11 -487.00000000000006 +476.00000000000006 21 -93.30855600000002 +-6.972288701945219e-08 31 0.0 0 @@ -3527,15 +3459,15 @@ LINE 8 0 10 -487.00000000000006 +476.00000000000006 20 -93.30855600000002 +88.65427796513858 30 0.0 11 -487.00000000000006 +493.00000000000006 21 -89.30855600000002 +88.65427796513858 31 0.0 0 @@ -3545,33 +3477,35 @@ LINE 8 0 10 -487.00000000000006 +493.00000000000006 20 -89.30855600000002 +61.65427796513857 30 0.0 11 -499.00000000000006 +476.00000000000006 21 -89.30855600000002 +61.65427796513857 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 0 10 -498.66666666666674 +493.00000000000006 20 -66.80855600000002 +88.65427796513858 30 0.0 11 -498.66666666666674 +493.00000000000006 21 -71.80855600000002 +61.65427796513857 31 0.0 0 @@ -3581,15 +3515,15 @@ LINE 8 0 10 -498.66666666666674 +493.00000000000006 20 -71.80855600000002 +88.65427796513858 30 0.0 11 -487.33333333333337 +553.0000000000001 21 -71.80855600000002 +88.65427796513858 31 0.0 0 @@ -3599,53 +3533,53 @@ LINE 8 0 10 -487.33333333333337 +553.0000000000001 20 -71.80855600000002 +61.65427796513857 30 0.0 11 -487.33333333333337 +493.00000000000006 21 -66.80855600000002 +61.65427796513857 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 0 10 -676.0000000000001 +553.0000000000001 20 -138.30855600000004 +88.65427796513858 30 0.0 11 -640.0000000000001 +553.0000000000001 21 -138.30855600000004 +61.65427796513857 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 0 10 -676.0000000000001 +553.0000000000001 20 -138.30855600000004 +88.65427796513858 30 0.0 11 -676.0000000000001 +570.0000000000001 21 -162.308556 +88.65427796513858 31 0.0 0 @@ -3655,33 +3589,35 @@ LINE 8 0 10 -640.0000000000001 +570.0000000000001 20 -162.308556 +61.65427796513857 30 0.0 11 -676.0000000000001 +553.0000000000001 21 -162.308556 +61.65427796513857 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 0 10 -676.0000000000001 +570.0000000000001 20 -162.308556 +61.65427796513857 30 0.0 11 -721.0000000000001 +570.0000000000001 21 -162.308556 +88.65427796513858 31 0.0 0 @@ -3691,15 +3627,15 @@ LINE 8 0 10 -721.0000000000001 +580.0000000000001 20 -138.30855600000004 +61.65427796513857 30 0.0 11 -676.0000000000001 +570.0000000000001 21 -138.30855600000004 +61.65427796513857 31 0.0 0 @@ -3709,15 +3645,15 @@ LINE 8 0 10 -721.0000000000001 +580.0000000000001 20 -162.308556 +88.65427796513858 30 0.0 11 -721.0000000000001 +580.0000000000001 21 -138.30855600000004 +61.65427796513857 31 0.0 0 @@ -3727,35 +3663,33 @@ LINE 8 0 10 -640.0000000000001 +570.0000000000001 20 -138.30855600000004 +88.65427796513858 30 0.0 11 -606.0000000000001 +580.0000000000001 21 -138.30855600000004 +88.65427796513858 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 0 10 -606.0000000000001 +270.43181818181824 20 -162.308556 +158.058556 30 0.0 11 -640.0000000000001 +258.8409090909091 21 -162.308556 +158.058556 31 0.0 0 @@ -3765,15 +3699,15 @@ LINE 8 0 10 -606.0000000000001 +258.8409090909091 20 -128.30855600000004 +158.058556 30 0.0 11 -606.0000000000001 +258.8409090909091 21 -67.30855600000002 +157.55855600000004 31 0.0 0 @@ -3783,15 +3717,15 @@ LINE 8 0 10 -606.0000000000001 +258.8409090909091 20 -138.30855600000004 +157.55855600000004 30 0.0 11 -606.0000000000001 +270.43181818181824 21 -128.30855600000004 +157.55855600000004 31 0.0 0 @@ -3801,15 +3735,15 @@ LINE 8 0 10 -606.0000000000001 +270.43181818181824 20 -235.30855600000004 +157.55855600000004 30 0.0 11 -606.0000000000001 +270.43181818181824 21 -162.308556 +158.058556 31 0.0 0 @@ -3819,15 +3753,15 @@ LINE 8 0 10 -606.0000000000001 +298.159090909091 20 -235.30855600000004 +158.058556 30 0.0 11 -606.0000000000001 +286.56818181818187 21 -235.30855600000004 +158.058556 31 0.0 0 @@ -3837,15 +3771,15 @@ LINE 8 0 10 -606.0000000000001 +286.56818181818187 20 -67.30855600000002 +158.058556 30 0.0 11 -606.0000000000001 +286.56818181818187 21 -235.30855600000004 +157.55855600000004 31 0.0 0 @@ -3855,15 +3789,15 @@ LINE 8 0 10 -606.0000000000001 +286.56818181818187 20 -67.30855600000002 +157.55855600000004 30 0.0 11 -606.0000000000001 +298.159090909091 21 -67.30855600000002 +157.55855600000004 31 0.0 0 @@ -3873,15 +3807,15 @@ LINE 8 0 10 -606.0000000000001 +298.159090909091 20 -162.308556 +157.55855600000004 30 0.0 11 -606.0000000000001 +298.159090909091 21 -182.30855600000004 +158.058556 31 0.0 0 @@ -3891,35 +3825,33 @@ LINE 8 0 10 -640.0000000000001 +326.75000000000006 20 -182.30855600000004 +127.39188933333335 30 0.0 11 -640.0000000000001 +326.75000000000006 21 -162.308556 +139.2252226666667 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 0 10 -606.0000000000001 +326.75000000000006 20 -182.30855600000004 +139.2252226666667 30 0.0 11 -640.0000000000001 +326.25000000000006 21 -182.30855600000004 +139.2252226666667 31 0.0 0 @@ -3929,15 +3861,15 @@ LINE 8 0 10 -606.0000000000001 +326.25000000000006 20 -182.30855600000004 +139.2252226666667 30 0.0 11 -606.0000000000001 +326.25000000000006 21 -206.30855600000004 +127.39188933333335 31 0.0 0 @@ -3947,35 +3879,33 @@ LINE 8 0 10 -640.0000000000001 +326.25000000000006 20 -206.30855600000004 +127.39188933333335 30 0.0 11 -640.0000000000001 +326.75000000000006 21 -182.30855600000004 +127.39188933333335 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 0 10 -606.0000000000001 +335.25000000000006 20 -206.30855600000004 +39.30855600000002 30 0.0 11 -640.0000000000001 +326.75000000000006 21 -206.30855600000004 +39.30855600000002 31 0.0 0 @@ -3985,15 +3915,15 @@ LINE 8 0 10 -606.0000000000001 +326.75000000000006 20 -206.30855600000004 +39.30855600000002 30 0.0 11 -606.0000000000001 +326.75000000000006 21 -226.308556 +38.80855600000002 31 0.0 0 @@ -4003,35 +3933,33 @@ LINE 8 0 10 -640.0000000000001 +326.75000000000006 20 -226.308556 +38.80855600000002 30 0.0 11 -640.0000000000001 +335.25000000000006 21 -206.30855600000004 +38.80855600000002 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 0 10 -640.0000000000001 +335.25000000000006 20 -226.308556 +38.80855600000002 30 0.0 11 -606.0000000000001 +335.25000000000006 21 -226.308556 +39.30855600000002 31 0.0 0 @@ -4041,15 +3969,15 @@ LINE 8 0 10 -640.0000000000001 +362.00000000000006 20 -236.30855600000004 +139.30855600000004 30 0.0 11 -640.0000000000001 +358.00000000000006 21 -226.308556 +139.30855600000004 31 0.0 0 @@ -4059,15 +3987,15 @@ LINE 8 0 10 -606.0000000000001 +358.00000000000006 20 -236.30855600000004 +139.30855600000004 30 0.0 11 -640.0000000000001 +358.00000000000006 21 -236.30855600000004 +127.30855600000004 31 0.0 0 @@ -4077,15 +4005,15 @@ LINE 8 0 10 -606.0000000000001 +358.00000000000006 20 -226.308556 +127.30855600000004 30 0.0 11 -606.0000000000001 +362.00000000000006 21 -236.30855600000004 +127.30855600000004 31 0.0 0 @@ -4095,15 +4023,15 @@ LINE 8 0 10 -717.0000000000001 +362.00000000000006 20 -154.55855600000004 +127.30855600000004 30 0.0 11 -717.0000000000001 +362.00000000000006 21 -146.05855600000004 +139.30855600000004 31 0.0 0 @@ -4113,15 +4041,15 @@ LINE 8 0 10 -717.0000000000001 +350.0 20 -146.05855600000004 +137.808556 30 0.0 11 -717.5000000000001 +346.0 21 -146.05855600000004 +137.808556 31 0.0 0 @@ -4131,15 +4059,15 @@ LINE 8 0 10 -717.5000000000001 +346.0 20 -146.05855600000004 +137.808556 30 0.0 11 -717.5000000000001 +346.0 21 -154.55855600000004 +128.808556 31 0.0 0 @@ -4149,15 +4077,15 @@ LINE 8 0 10 -717.5000000000001 +346.0 20 -154.55855600000004 +128.808556 30 0.0 11 -717.0000000000001 +350.0 21 -154.55855600000004 +128.808556 31 0.0 0 @@ -4167,15 +4095,15 @@ LINE 8 0 10 -628.9166666666667 +350.0 20 -146.05855600000004 +128.808556 30 0.0 11 -617.0833333333335 +350.0 21 -146.05855600000004 +137.808556 31 0.0 0 @@ -4185,15 +4113,15 @@ LINE 8 0 10 -617.0833333333335 +386.5 20 -146.05855600000004 +139.30855600000004 30 0.0 11 -617.0833333333335 +363.5 21 -145.55855600000004 +139.30855600000004 31 0.0 0 @@ -4203,15 +4131,15 @@ LINE 8 0 10 -617.0833333333335 +363.5 20 -145.55855600000004 +139.30855600000004 30 0.0 11 -628.9166666666667 +363.5 21 -145.55855600000004 +127.30855600000004 31 0.0 0 @@ -4221,15 +4149,15 @@ LINE 8 0 10 -628.9166666666667 +363.5 20 -145.55855600000004 +127.30855600000004 30 0.0 11 -628.9166666666667 +386.5 21 -146.05855600000004 +127.30855600000004 31 0.0 0 @@ -4239,15 +4167,15 @@ LINE 8 0 10 -598.2500000000001 +386.5 20 -89.74037418181821 +127.30855600000004 30 0.0 11 -598.2500000000001 +386.5 21 -78.1494650909091 +139.30855600000004 31 0.0 0 @@ -4257,15 +4185,15 @@ LINE 8 0 10 -598.2500000000001 +392.00000000000006 20 -78.1494650909091 +139.30855600000004 30 0.0 11 -598.7500000000001 +388.00000000000006 21 -78.1494650909091 +139.30855600000004 31 0.0 0 @@ -4275,15 +4203,15 @@ LINE 8 0 10 -598.7500000000001 +388.00000000000006 20 -78.1494650909091 +139.30855600000004 30 0.0 11 -598.7500000000001 +388.00000000000006 21 -89.74037418181821 +127.30855600000004 31 0.0 0 @@ -4293,15 +4221,15 @@ LINE 8 0 10 -598.7500000000001 +388.00000000000006 20 -89.74037418181821 +127.30855600000004 30 0.0 11 -598.2500000000001 +392.00000000000006 21 -89.74037418181821 +127.30855600000004 31 0.0 0 @@ -4311,15 +4239,15 @@ LINE 8 0 10 -598.2500000000001 +392.00000000000006 20 -117.46764690909093 +127.30855600000004 30 0.0 11 -598.2500000000001 +392.00000000000006 21 -105.87673781818184 +139.30855600000004 31 0.0 0 @@ -4329,15 +4257,15 @@ LINE 8 0 10 -598.2500000000001 +414.50000000000006 20 -105.87673781818184 +138.9752226666667 30 0.0 11 -598.7500000000001 +409.5 21 -105.87673781818184 +138.9752226666667 31 0.0 0 @@ -4347,15 +4275,15 @@ LINE 8 0 10 -598.7500000000001 +409.5 20 -105.87673781818184 +138.9752226666667 30 0.0 11 -598.7500000000001 +409.5 21 -117.46764690909093 +127.64188933333335 31 0.0 0 @@ -4365,15 +4293,15 @@ LINE 8 0 10 -598.7500000000001 +409.5 20 -117.46764690909093 +127.64188933333335 30 0.0 11 -598.2500000000001 +414.50000000000006 21 -117.46764690909093 +127.64188933333335 31 0.0 0 @@ -4383,15 +4311,15 @@ LINE 8 0 10 -617.0000000000001 +475.50000000000006 20 -181.30855600000004 +84.15427796513858 30 0.0 11 -617.0000000000001 +472.50000000000006 21 -177.30855600000004 +84.15427796513858 31 0.0 0 @@ -4401,15 +4329,15 @@ LINE 8 0 10 -617.0000000000001 +472.50000000000006 20 -177.30855600000004 +84.15427796513858 30 0.0 11 -629.0 +472.50000000000006 21 -177.30855600000004 +66.15427796513858 31 0.0 0 @@ -4419,15 +4347,15 @@ LINE 8 0 10 -629.0 +472.50000000000006 20 -177.30855600000004 +66.15427796513858 30 0.0 11 -629.0 +475.50000000000006 21 -181.30855600000004 +66.15427796513858 31 0.0 0 @@ -4437,15 +4365,15 @@ LINE 8 0 10 -629.0 +475.50000000000006 20 -181.30855600000004 +66.15427796513858 30 0.0 11 -617.0000000000001 +475.50000000000006 21 -181.30855600000004 +84.15427796513858 31 0.0 0 @@ -4455,15 +4383,15 @@ LINE 8 0 10 -618.5 +423.75000000000006 20 -169.308556 +70.40427796513856 30 0.0 11 -618.5 +423.75000000000006 21 -165.30855600000004 +79.90427796513858 31 0.0 0 @@ -4473,15 +4401,15 @@ LINE 8 0 10 -618.5 +423.75000000000006 20 -165.30855600000004 +79.90427796513858 30 0.0 11 -627.5 +423.25 21 -165.30855600000004 +79.90427796513858 31 0.0 0 @@ -4491,15 +4419,15 @@ LINE 8 0 10 -627.5 +423.25 20 -165.30855600000004 +79.90427796513858 30 0.0 11 -627.5 +423.25 21 -169.308556 +70.40427796513856 31 0.0 0 @@ -4509,15 +4437,15 @@ LINE 8 0 10 -627.5 +423.25 20 -169.308556 +70.40427796513856 30 0.0 11 -618.5 +423.75000000000006 21 -169.308556 +70.40427796513856 31 0.0 0 @@ -4527,15 +4455,15 @@ LINE 8 0 10 -617.0000000000001 +456.25000000000006 20 -205.808556 +7.749999930277114 30 0.0 11 -617.0000000000001 +435.75000000000006 21 -182.808556 +7.749999930277114 31 0.0 0 @@ -4545,15 +4473,15 @@ LINE 8 0 10 -617.0000000000001 +435.75000000000006 20 -182.808556 +7.749999930277114 30 0.0 11 -629.0 +435.75000000000006 21 -182.808556 +7.249999930277114 31 0.0 0 @@ -4563,15 +4491,15 @@ LINE 8 0 10 -629.0 +435.75000000000006 20 -182.808556 +7.249999930277114 30 0.0 11 -629.0 +456.25000000000006 21 -205.808556 +7.249999930277114 31 0.0 0 @@ -4581,15 +4509,15 @@ LINE 8 0 10 -629.0 +456.25000000000006 20 -205.808556 +7.249999930277114 30 0.0 11 -617.0000000000001 +456.25000000000006 21 -205.808556 +7.749999930277114 31 0.0 0 @@ -4599,15 +4527,15 @@ LINE 8 0 10 -617.0000000000001 +479.00000000000006 20 -211.30855600000004 +84.15427796513858 30 0.0 11 -617.0000000000001 +476.00000000000006 21 -207.30855600000004 +84.15427796513858 31 0.0 0 @@ -4617,15 +4545,15 @@ LINE 8 0 10 -617.0000000000001 +476.00000000000006 20 -207.30855600000004 +84.15427796513858 30 0.0 11 -629.0 +476.00000000000006 21 -207.30855600000004 +66.15427796513858 31 0.0 0 @@ -4635,15 +4563,15 @@ LINE 8 0 10 -629.0 +476.00000000000006 20 -207.30855600000004 +66.15427796513858 30 0.0 11 -629.0 +479.00000000000006 21 -211.30855600000004 +66.15427796513858 31 0.0 0 @@ -4653,15 +4581,15 @@ LINE 8 0 10 -629.0 +479.00000000000006 20 -211.30855600000004 +66.15427796513858 30 0.0 11 -617.0000000000001 +479.00000000000006 21 -211.30855600000004 +84.15427796513858 31 0.0 0 @@ -4671,15 +4599,15 @@ LINE 8 0 10 -617.3333333333334 +577.5000000000001 20 -233.80855600000004 +79.65427796513858 30 0.0 11 -617.3333333333334 +572.5 21 -228.80855600000004 +79.65427796513858 31 0.0 0 @@ -4689,15 +4617,15 @@ LINE 8 0 10 -617.3333333333334 +572.5 20 -228.80855600000004 +79.65427796513858 30 0.0 11 -628.6666666666666 +572.5 21 -228.80855600000004 +70.65427796513858 31 0.0 0 @@ -4707,15 +4635,15 @@ LINE 8 0 10 -628.6666666666666 +572.5 20 -228.80855600000004 +70.65427796513858 30 0.0 11 -628.6666666666666 +577.5000000000001 21 -233.80855600000004 +70.65427796513858 31 0.0 0 @@ -4727,13 +4655,13 @@ DOTTED 8 0 10 -764.0 +623.0000000000001 20 138.30855600000004 30 0.0 11 -825.0000000000001 +684.0000000000001 21 138.30855600000004 31 @@ -4747,13 +4675,13 @@ DOTTED 8 0 10 -825.0000000000001 +684.0000000000001 20 138.30855600000004 30 0.0 11 -825.0000000000001 +684.0000000000001 21 162.308556 31 @@ -4767,13 +4695,13 @@ DOTTED 8 0 10 -825.0000000000001 +684.0000000000001 20 162.308556 30 0.0 11 -764.0 +623.0000000000001 21 162.308556 31 @@ -4787,13 +4715,13 @@ DOTTED 8 0 10 -764.0 +623.0000000000001 20 162.308556 30 0.0 11 -764.0 +623.0000000000001 21 138.30855600000004 31 @@ -4805,13 +4733,13 @@ LINE 8 0 10 -764.0 +623.0000000000001 20 131.30855600000004 30 0.0 11 -764.0 +623.0000000000001 21 138.30855600000004 31 @@ -4823,13 +4751,13 @@ LINE 8 0 10 -824.0000000000001 +683.0 20 131.30855600000004 30 0.0 11 -764.0 +623.0000000000001 21 131.30855600000004 31 @@ -4841,13 +4769,13 @@ LINE 8 0 10 -824.0000000000001 +683.0 20 138.30855600000004 30 0.0 11 -824.0000000000001 +683.0 21 131.30855600000004 31 @@ -4859,13 +4787,13 @@ LINE 8 0 10 -832.0000000000001 +691.0 20 138.30855600000004 30 0.0 11 -825.0000000000001 +684.0000000000001 21 138.30855600000004 31 @@ -4877,13 +4805,13 @@ LINE 8 0 10 -832.0000000000001 +691.0 20 162.308556 30 0.0 11 -832.0000000000001 +691.0 21 138.30855600000004 31 @@ -4895,13 +4823,13 @@ LINE 8 0 10 -825.0000000000001 +684.0000000000001 20 162.308556 30 0.0 11 -832.0000000000001 +691.0 21 162.308556 31 @@ -4915,13 +4843,13 @@ DOTTED 8 0 10 -825.0000000000001 +684.0000000000001 20 162.308556 30 0.0 11 -825.0000000000001 +684.0000000000001 21 223.30855600000004 31 @@ -4933,13 +4861,13 @@ LINE 8 0 10 -765.0 +624.0000000000001 20 223.30855600000004 30 0.0 11 -825.0000000000001 +684.0000000000001 21 223.30855600000004 31 @@ -4953,13 +4881,13 @@ DOTTED 8 0 10 -765.0 +624.0000000000001 20 162.308556 30 0.0 11 -765.0 +624.0000000000001 21 223.30855600000004 31 @@ -4971,13 +4899,13 @@ LINE 8 0 10 -849.0000000000001 +708.0000000000001 20 162.308556 30 0.0 11 -825.0000000000001 +684.0000000000001 21 162.308556 31 @@ -4991,13 +4919,13 @@ DOTTED 8 0 10 -849.0000000000001 +708.0000000000001 20 162.308556 30 0.0 11 -849.0000000000001 +708.0000000000001 21 223.30855600000004 31 @@ -5009,13 +4937,13 @@ LINE 8 0 10 -825.0000000000001 +684.0000000000001 20 223.30855600000004 30 0.0 11 -849.0000000000001 +708.0000000000001 21 223.30855600000004 31 @@ -5027,13 +4955,13 @@ LINE 8 0 10 -909.0000000000001 +768.0000000000001 20 162.308556 30 0.0 11 -849.0000000000001 +708.0000000000001 21 162.308556 31 @@ -5045,13 +4973,13 @@ LINE 8 0 10 -909.0000000000001 +768.0000000000001 20 223.30855600000004 30 0.0 11 -909.0000000000001 +768.0000000000001 21 162.308556 31 @@ -5063,13 +4991,13 @@ LINE 8 0 10 -849.0000000000001 +708.0000000000001 20 223.30855600000004 30 0.0 11 -909.0000000000001 +768.0000000000001 21 223.30855600000004 31 @@ -5081,13 +5009,13 @@ LINE 8 0 10 -765.0 +624.0000000000001 20 162.308556 30 0.0 11 -741.0000000000001 +600.0 21 162.308556 31 @@ -5099,13 +5027,13 @@ LINE 8 0 10 -741.0000000000001 +600.0 20 223.30855600000004 30 0.0 11 -765.0 +624.0000000000001 21 223.30855600000004 31 @@ -5119,13 +5047,13 @@ DOTTED 8 0 10 -741.0000000000001 +600.0 20 223.30855600000004 30 0.0 11 -741.0000000000001 +600.0 21 162.308556 31 @@ -5137,13 +5065,13 @@ LINE 8 0 10 -731.0000000000001 +590.0 20 223.30855600000004 30 0.0 11 -741.0000000000001 +600.0 21 223.30855600000004 31 @@ -5155,13 +5083,13 @@ LINE 8 0 10 -731.0000000000001 +590.0 20 162.308556 30 0.0 11 -731.0000000000001 +590.0 21 223.30855600000004 31 @@ -5173,13 +5101,13 @@ LINE 8 0 10 -741.0000000000001 +600.0 20 162.308556 30 0.0 11 -731.0000000000001 +590.0 21 162.308556 31 @@ -5191,13 +5119,13 @@ LINE 8 0 10 -757.0000000000001 +616.0000000000001 20 162.308556 30 0.0 11 -764.0 +623.0000000000001 21 162.308556 31 @@ -5209,13 +5137,13 @@ LINE 8 0 10 -757.0000000000001 +616.0000000000001 20 138.30855600000004 30 0.0 11 -757.0000000000001 +616.0000000000001 21 162.308556 31 @@ -5227,13 +5155,13 @@ LINE 8 0 10 -764.0 +623.0000000000001 20 138.30855600000004 30 0.0 11 -757.0000000000001 +616.0000000000001 21 138.30855600000004 31 @@ -5245,13 +5173,13 @@ LINE 8 0 10 -813.0909090909091 +672.0909090909092 20 133.058556 30 0.0 11 -816.5909090909092 +675.5909090909091 21 133.058556 31 @@ -5263,13 +5191,13 @@ LINE 8 0 10 -816.5909090909092 +675.5909090909091 20 133.058556 30 0.0 11 -813.0909090909091 +672.0909090909092 21 136.55855600000004 31 @@ -5281,13 +5209,13 @@ LINE 8 0 10 -813.0909090909091 +672.0909090909092 20 136.55855600000004 30 0.0 11 -802.1818181818182 +661.1818181818181 21 136.55855600000004 31 @@ -5299,13 +5227,13 @@ LINE 8 0 10 -802.1818181818182 +661.1818181818181 20 136.55855600000004 30 0.0 11 -798.6818181818182 +657.6818181818184 21 133.058556 31 @@ -5317,13 +5245,13 @@ LINE 8 0 10 -798.6818181818182 +657.6818181818184 20 133.058556 30 0.0 11 -802.1818181818182 +661.1818181818181 21 133.058556 31 @@ -5335,13 +5263,13 @@ LINE 8 0 10 -785.8181818181819 +644.818181818182 20 133.058556 30 0.0 11 -789.318181818182 +648.3181818181819 21 133.058556 31 @@ -5353,13 +5281,13 @@ LINE 8 0 10 -789.318181818182 +648.3181818181819 20 133.058556 30 0.0 11 -785.8181818181819 +644.818181818182 21 136.55855600000004 31 @@ -5371,13 +5299,13 @@ LINE 8 0 10 -785.8181818181819 +644.818181818182 20 136.55855600000004 30 0.0 11 -774.909090909091 +633.9090909090909 21 136.55855600000004 31 @@ -5389,13 +5317,13 @@ LINE 8 0 10 -774.909090909091 +633.9090909090909 20 136.55855600000004 30 0.0 11 -771.409090909091 +630.409090909091 21 133.058556 31 @@ -5407,13 +5335,13 @@ LINE 8 0 10 -771.409090909091 +630.409090909091 20 133.058556 30 0.0 11 -774.909090909091 +633.9090909090909 21 133.058556 31 @@ -5425,13 +5353,13 @@ LINE 8 0 10 -830.2500000000001 +689.2500000000001 20 154.30855600000004 30 0.0 11 -826.7500000000001 +685.75 21 154.30855600000004 31 @@ -5443,13 +5371,13 @@ LINE 8 0 10 -826.7500000000001 +685.75 20 154.30855600000004 30 0.0 11 -826.7500000000001 +685.75 21 146.308556 31 @@ -5461,13 +5389,13 @@ LINE 8 0 10 -826.7500000000001 +685.75 20 146.308556 30 0.0 11 -830.2500000000001 +689.2500000000001 21 146.308556 31 @@ -5479,13 +5407,13 @@ LINE 8 0 10 -772.5000000000001 +631.5000000000001 20 213.80855600000004 30 0.0 11 -772.5000000000001 +631.5000000000001 21 195.80855600000004 31 @@ -5497,13 +5425,13 @@ LINE 8 0 10 -772.5000000000001 +631.5000000000001 20 195.80855600000004 30 0.0 11 -807.5000000000001 +666.5000000000001 21 195.80855600000004 31 @@ -5515,13 +5443,13 @@ LINE 8 0 10 -807.5000000000001 +666.5000000000001 20 195.80855600000004 30 0.0 11 -807.5000000000001 +666.5000000000001 21 213.80855600000004 31 @@ -5533,13 +5461,13 @@ LINE 8 0 10 -807.5000000000001 +666.5000000000001 20 213.80855600000004 30 0.0 11 -772.5000000000001 +631.5000000000001 21 213.80855600000004 31 @@ -5551,13 +5479,13 @@ LINE 8 0 10 -825.5000000000001 +684.5000000000001 20 175.55855600000004 30 0.0 11 -825.5000000000001 +684.5000000000001 21 172.55855600000004 31 @@ -5569,13 +5497,13 @@ LINE 8 0 10 -825.5000000000001 +684.5000000000001 20 172.55855600000004 30 0.0 11 -828.5 +687.5000000000001 21 172.55855600000004 31 @@ -5587,13 +5515,13 @@ LINE 8 0 10 -828.5 +687.5000000000001 20 172.55855600000004 30 0.0 11 -828.5 +687.5000000000001 21 175.55855600000004 31 @@ -5605,13 +5533,13 @@ LINE 8 0 10 -828.5 +687.5000000000001 20 175.55855600000004 30 0.0 11 -825.5000000000001 +684.5000000000001 21 175.55855600000004 31 @@ -5623,13 +5551,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 174.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 173.55855600000004 31 @@ -5641,13 +5569,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 173.55855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 173.55855600000004 31 @@ -5659,13 +5587,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 173.55855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 174.55855600000004 31 @@ -5677,13 +5605,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 174.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 174.55855600000004 31 @@ -5695,13 +5623,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 177.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 176.058556 31 @@ -5713,13 +5641,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 176.058556 30 0.0 11 -827.5 +686.5000000000001 21 176.058556 31 @@ -5731,13 +5659,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 176.058556 30 0.0 11 -827.5 +686.5000000000001 21 177.05855600000004 31 @@ -5749,13 +5677,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 177.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 177.05855600000004 31 @@ -5767,13 +5695,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 177.05855600000004 30 0.0 11 -846.5 +705.5000000000001 21 176.058556 31 @@ -5785,13 +5713,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 176.058556 30 0.0 11 -847.5000000000001 +706.5000000000001 21 176.058556 31 @@ -5803,13 +5731,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 176.058556 30 0.0 11 -847.5000000000001 +706.5000000000001 21 177.05855600000004 31 @@ -5821,13 +5749,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 177.05855600000004 30 0.0 11 -846.5 +705.5000000000001 21 177.05855600000004 31 @@ -5839,13 +5767,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 179.55855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 178.558556 31 @@ -5857,13 +5785,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 178.558556 30 0.0 11 -827.5 +686.5000000000001 21 178.558556 31 @@ -5875,13 +5803,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 178.558556 30 0.0 11 -827.5 +686.5000000000001 21 179.55855600000004 31 @@ -5893,13 +5821,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 179.55855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 179.55855600000004 31 @@ -5911,13 +5839,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 179.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 178.558556 31 @@ -5929,13 +5857,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 178.558556 30 0.0 11 -847.5000000000001 +706.5000000000001 21 178.558556 31 @@ -5947,13 +5875,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 178.558556 30 0.0 11 -847.5000000000001 +706.5000000000001 21 179.55855600000004 31 @@ -5965,13 +5893,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 179.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 179.55855600000004 31 @@ -5983,13 +5911,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 182.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 181.058556 31 @@ -6001,13 +5929,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 181.058556 30 0.0 11 -827.5 +686.5000000000001 21 181.058556 31 @@ -6019,13 +5947,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 181.058556 30 0.0 11 -827.5 +686.5000000000001 21 182.05855600000004 31 @@ -6037,13 +5965,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 182.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 182.05855600000004 31 @@ -6055,13 +5983,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 182.05855600000004 30 0.0 11 -846.5 +705.5000000000001 21 181.058556 31 @@ -6073,13 +6001,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 181.058556 30 0.0 11 -847.5000000000001 +706.5000000000001 21 181.058556 31 @@ -6091,13 +6019,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 181.058556 30 0.0 11 -847.5000000000001 +706.5000000000001 21 182.05855600000004 31 @@ -6109,13 +6037,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 182.05855600000004 30 0.0 11 -846.5 +705.5000000000001 21 182.05855600000004 31 @@ -6127,13 +6055,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 184.55855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 183.55855600000004 31 @@ -6145,13 +6073,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 183.55855600000004 30 0.0 11 -827.5 +686.5000000000001 21 183.55855600000004 31 @@ -6163,13 +6091,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 183.55855600000004 30 0.0 11 -827.5 +686.5000000000001 21 184.55855600000004 31 @@ -6181,13 +6109,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 184.55855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 184.55855600000004 31 @@ -6199,13 +6127,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 184.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 183.55855600000004 31 @@ -6217,13 +6145,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 183.55855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 183.55855600000004 31 @@ -6235,13 +6163,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 183.55855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 184.55855600000004 31 @@ -6253,13 +6181,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 184.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 184.55855600000004 31 @@ -6271,13 +6199,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 187.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 186.05855600000004 31 @@ -6289,13 +6217,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 186.05855600000004 30 0.0 11 -827.5 +686.5000000000001 21 186.05855600000004 31 @@ -6307,13 +6235,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 186.05855600000004 30 0.0 11 -827.5 +686.5000000000001 21 187.05855600000004 31 @@ -6325,13 +6253,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 187.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 187.05855600000004 31 @@ -6343,13 +6271,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 187.05855600000004 30 0.0 11 -846.5 +705.5000000000001 21 186.05855600000004 31 @@ -6361,13 +6289,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 186.05855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 186.05855600000004 31 @@ -6379,13 +6307,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 186.05855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 187.05855600000004 31 @@ -6397,13 +6325,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 187.05855600000004 30 0.0 11 -846.5 +705.5000000000001 21 187.05855600000004 31 @@ -6415,13 +6343,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 189.55855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 188.55855600000004 31 @@ -6433,13 +6361,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 188.55855600000004 30 0.0 11 -827.5 +686.5000000000001 21 188.55855600000004 31 @@ -6451,13 +6379,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 188.55855600000004 30 0.0 11 -827.5 +686.5000000000001 21 189.55855600000004 31 @@ -6469,13 +6397,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 189.55855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 189.55855600000004 31 @@ -6487,13 +6415,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 189.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 188.55855600000004 31 @@ -6505,13 +6433,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 188.55855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 188.55855600000004 31 @@ -6523,13 +6451,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 188.55855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 189.55855600000004 31 @@ -6541,13 +6469,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 189.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 189.55855600000004 31 @@ -6559,13 +6487,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 192.058556 30 0.0 11 -826.5000000000001 +685.5000000000001 21 191.05855600000004 31 @@ -6577,13 +6505,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 191.05855600000004 30 0.0 11 -827.5 +686.5000000000001 21 191.05855600000004 31 @@ -6595,13 +6523,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 191.05855600000004 30 0.0 11 -827.5 +686.5000000000001 21 192.058556 31 @@ -6613,13 +6541,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 192.058556 30 0.0 11 -826.5000000000001 +685.5000000000001 21 192.058556 31 @@ -6631,13 +6559,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 192.058556 30 0.0 11 -846.5 +705.5000000000001 21 191.05855600000004 31 @@ -6649,13 +6577,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 191.05855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 191.05855600000004 31 @@ -6667,13 +6595,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 191.05855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 192.058556 31 @@ -6685,13 +6613,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 192.058556 30 0.0 11 -846.5 +705.5000000000001 21 192.058556 31 @@ -6703,13 +6631,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 194.558556 30 0.0 11 -826.5000000000001 +685.5000000000001 21 193.55855600000004 31 @@ -6721,13 +6649,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 193.55855600000004 30 0.0 11 -827.5 +686.5000000000001 21 193.55855600000004 31 @@ -6739,13 +6667,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 193.55855600000004 30 0.0 11 -827.5 +686.5000000000001 21 194.558556 31 @@ -6757,13 +6685,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 194.558556 30 0.0 11 -826.5000000000001 +685.5000000000001 21 194.558556 31 @@ -6775,13 +6703,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 194.558556 30 0.0 11 -846.5 +705.5000000000001 21 193.55855600000004 31 @@ -6793,13 +6721,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 193.55855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 193.55855600000004 31 @@ -6811,13 +6739,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 193.55855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 194.558556 31 @@ -6829,13 +6757,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 194.558556 30 0.0 11 -846.5 +705.5000000000001 21 194.558556 31 @@ -6847,13 +6775,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 197.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 196.05855600000004 31 @@ -6865,13 +6793,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 196.05855600000004 30 0.0 11 -827.5 +686.5000000000001 21 196.05855600000004 31 @@ -6883,13 +6811,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 196.05855600000004 30 0.0 11 -827.5 +686.5000000000001 21 197.05855600000004 31 @@ -6901,13 +6829,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 197.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 197.05855600000004 31 @@ -6919,13 +6847,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 197.05855600000004 30 0.0 11 -846.5 +705.5000000000001 21 196.05855600000004 31 @@ -6937,13 +6865,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 196.05855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 196.05855600000004 31 @@ -6955,13 +6883,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 196.05855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 197.05855600000004 31 @@ -6973,13 +6901,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 197.05855600000004 30 0.0 11 -846.5 +705.5000000000001 21 197.05855600000004 31 @@ -6991,13 +6919,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 199.55855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 198.55855600000004 31 @@ -7009,13 +6937,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 198.55855600000004 30 0.0 11 -827.5 +686.5000000000001 21 198.55855600000004 31 @@ -7027,13 +6955,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 198.55855600000004 30 0.0 11 -827.5 +686.5000000000001 21 199.55855600000004 31 @@ -7045,13 +6973,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 199.55855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 199.55855600000004 31 @@ -7063,13 +6991,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 199.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 198.55855600000004 31 @@ -7081,13 +7009,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 198.55855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 198.55855600000004 31 @@ -7099,13 +7027,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 198.55855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 199.55855600000004 31 @@ -7117,13 +7045,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 199.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 199.55855600000004 31 @@ -7135,13 +7063,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 202.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 201.058556 31 @@ -7153,13 +7081,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 201.058556 30 0.0 11 -827.5 +686.5000000000001 21 201.058556 31 @@ -7171,13 +7099,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 201.058556 30 0.0 11 -827.5 +686.5000000000001 21 202.05855600000004 31 @@ -7189,13 +7117,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 202.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 202.05855600000004 31 @@ -7207,13 +7135,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 202.05855600000004 30 0.0 11 -846.5 +705.5000000000001 21 201.058556 31 @@ -7225,13 +7153,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 201.058556 30 0.0 11 -847.5000000000001 +706.5000000000001 21 201.058556 31 @@ -7243,13 +7171,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 201.058556 30 0.0 11 -847.5000000000001 +706.5000000000001 21 202.05855600000004 31 @@ -7261,13 +7189,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 202.05855600000004 30 0.0 11 -846.5 +705.5000000000001 21 202.05855600000004 31 @@ -7279,13 +7207,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 204.55855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 203.558556 31 @@ -7297,13 +7225,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 203.558556 30 0.0 11 -827.5 +686.5000000000001 21 203.558556 31 @@ -7315,13 +7243,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 203.558556 30 0.0 11 -827.5 +686.5000000000001 21 204.55855600000004 31 @@ -7333,13 +7261,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 204.55855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 204.55855600000004 31 @@ -7351,13 +7279,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 204.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 203.558556 31 @@ -7369,13 +7297,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 203.558556 30 0.0 11 -847.5000000000001 +706.5000000000001 21 203.558556 31 @@ -7387,13 +7315,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 203.558556 30 0.0 11 -847.5000000000001 +706.5000000000001 21 204.55855600000004 31 @@ -7405,13 +7333,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 204.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 204.55855600000004 31 @@ -7423,13 +7351,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 207.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 206.05855600000004 31 @@ -7441,13 +7369,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 206.05855600000004 30 0.0 11 -827.5 +686.5000000000001 21 206.05855600000004 31 @@ -7459,13 +7387,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 206.05855600000004 30 0.0 11 -827.5 +686.5000000000001 21 207.05855600000004 31 @@ -7477,13 +7405,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 207.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 207.05855600000004 31 @@ -7495,13 +7423,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 207.05855600000004 30 0.0 11 -846.5 +705.5000000000001 21 206.05855600000004 31 @@ -7513,13 +7441,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 206.05855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 206.05855600000004 31 @@ -7531,13 +7459,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 206.05855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 207.05855600000004 31 @@ -7549,13 +7477,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 207.05855600000004 30 0.0 11 -846.5 +705.5000000000001 21 207.05855600000004 31 @@ -7567,13 +7495,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 209.55855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 208.55855600000004 31 @@ -7585,13 +7513,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 208.55855600000004 30 0.0 11 -827.5 +686.5000000000001 21 208.55855600000004 31 @@ -7603,13 +7531,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 208.55855600000004 30 0.0 11 -827.5 +686.5000000000001 21 209.55855600000004 31 @@ -7621,13 +7549,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 209.55855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 209.55855600000004 31 @@ -7639,13 +7567,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 209.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 208.55855600000004 31 @@ -7657,13 +7585,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 208.55855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 208.55855600000004 31 @@ -7675,13 +7603,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 208.55855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 209.55855600000004 31 @@ -7693,13 +7621,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 209.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 209.55855600000004 31 @@ -7711,13 +7639,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 212.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 211.05855600000004 31 @@ -7729,13 +7657,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 211.05855600000004 30 0.0 11 -827.5 +686.5000000000001 21 211.05855600000004 31 @@ -7747,13 +7675,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 211.05855600000004 30 0.0 11 -827.5 +686.5000000000001 21 212.05855600000004 31 @@ -7765,13 +7693,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 212.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 212.05855600000004 31 @@ -7783,13 +7711,13 @@ LINE 8 0 10 -845.5000000000001 +704.5000000000001 20 213.05855600000004 30 0.0 11 -845.5000000000001 +704.5000000000001 21 210.05855600000004 31 @@ -7801,13 +7729,13 @@ LINE 8 0 10 -845.5000000000001 +704.5000000000001 20 210.05855600000004 30 0.0 11 -848.5000000000001 +707.5000000000001 21 210.05855600000004 31 @@ -7819,13 +7747,13 @@ LINE 8 0 10 -848.5000000000001 +707.5000000000001 20 210.05855600000004 30 0.0 11 -848.5000000000001 +707.5000000000001 21 213.05855600000004 31 @@ -7837,13 +7765,13 @@ LINE 8 0 10 -848.5000000000001 +707.5000000000001 20 213.05855600000004 30 0.0 11 -845.5000000000001 +704.5000000000001 21 213.05855600000004 31 @@ -7855,13 +7783,13 @@ LINE 8 0 10 -841.25 +700.2500000000001 20 170.05855600000004 30 0.0 11 -832.75 +691.7500000000001 21 170.05855600000004 31 @@ -7873,13 +7801,13 @@ LINE 8 0 10 -832.75 +691.7500000000001 20 170.05855600000004 30 0.0 11 -832.75 +691.7500000000001 21 169.558556 31 @@ -7891,13 +7819,13 @@ LINE 8 0 10 -832.75 +691.7500000000001 20 169.558556 30 0.0 11 -841.25 +700.2500000000001 21 169.558556 31 @@ -7909,13 +7837,13 @@ LINE 8 0 10 -841.25 +700.2500000000001 20 169.558556 30 0.0 11 -841.25 +700.2500000000001 21 170.05855600000004 31 @@ -7927,13 +7855,13 @@ LINE 8 0 10 -832.75 +691.7500000000001 20 217.80855600000004 30 0.0 11 -841.25 +700.2500000000001 21 217.80855600000004 31 @@ -7945,13 +7873,13 @@ LINE 8 0 10 -841.25 +700.2500000000001 20 217.80855600000004 30 0.0 11 -841.25 +700.2500000000001 21 218.30855600000004 31 @@ -7963,13 +7891,13 @@ LINE 8 0 10 -841.25 +700.2500000000001 20 218.30855600000004 30 0.0 11 -832.75 +691.7500000000001 21 218.30855600000004 31 @@ -7981,13 +7909,13 @@ LINE 8 0 10 -832.75 +691.7500000000001 20 218.30855600000004 30 0.0 11 -832.75 +691.7500000000001 21 217.80855600000004 31 @@ -7999,13 +7927,13 @@ LINE 8 0 10 -864.0000000000001 +723.0000000000001 20 213.30855600000004 30 0.0 11 -864.0000000000001 +723.0000000000001 21 200.30855600000004 31 @@ -8017,13 +7945,13 @@ LINE 8 0 10 -864.0000000000001 +723.0000000000001 20 200.30855600000004 30 0.0 11 -894.0000000000001 +753.0000000000001 21 200.30855600000004 31 @@ -8035,13 +7963,13 @@ LINE 8 0 10 -894.0000000000001 +753.0000000000001 20 200.30855600000004 30 0.0 11 -894.0000000000001 +753.0000000000001 21 213.30855600000004 31 @@ -8053,13 +7981,13 @@ LINE 8 0 10 -894.0000000000001 +753.0000000000001 20 213.30855600000004 30 0.0 11 -864.0000000000001 +723.0000000000001 21 213.30855600000004 31 @@ -8071,13 +7999,13 @@ LINE 8 0 10 -871.0681818181819 +730.0681818181819 20 167.80855600000004 30 0.0 11 -859.659090909091 +718.659090909091 21 167.80855600000004 31 @@ -8089,13 +8017,13 @@ LINE 8 0 10 -859.659090909091 +718.659090909091 20 167.80855600000004 30 0.0 11 -859.659090909091 +718.659090909091 21 167.308556 31 @@ -8107,13 +8035,13 @@ LINE 8 0 10 -859.659090909091 +718.659090909091 20 167.308556 30 0.0 11 -871.0681818181819 +730.0681818181819 21 167.308556 31 @@ -8125,13 +8053,13 @@ LINE 8 0 10 -871.0681818181819 +730.0681818181819 20 167.308556 30 0.0 11 -871.0681818181819 +730.0681818181819 21 167.80855600000004 31 @@ -8143,13 +8071,13 @@ LINE 8 0 10 -898.3409090909092 +757.3409090909092 20 167.80855600000004 30 0.0 11 -886.9318181818182 +745.9318181818182 21 167.80855600000004 31 @@ -8161,13 +8089,13 @@ LINE 8 0 10 -886.9318181818182 +745.9318181818182 20 167.80855600000004 30 0.0 11 -886.9318181818182 +745.9318181818182 21 167.308556 31 @@ -8179,13 +8107,13 @@ LINE 8 0 10 -886.9318181818182 +745.9318181818182 20 167.308556 30 0.0 11 -898.3409090909092 +757.3409090909092 21 167.308556 31 @@ -8197,13 +8125,13 @@ LINE 8 0 10 -898.3409090909092 +757.3409090909092 20 167.308556 30 0.0 11 -898.3409090909092 +757.3409090909092 21 167.80855600000004 31 @@ -8215,13 +8143,13 @@ LINE 8 0 10 -901.2500000000001 +760.25 20 184.74037418181823 30 0.0 11 -901.2500000000001 +760.25 21 173.14946509090913 31 @@ -8233,13 +8161,13 @@ LINE 8 0 10 -901.2500000000001 +760.25 20 173.14946509090913 30 0.0 11 -901.7500000000001 +760.75 21 173.14946509090913 31 @@ -8251,13 +8179,13 @@ LINE 8 0 10 -901.7500000000001 +760.75 20 173.14946509090913 30 0.0 11 -901.7500000000001 +760.75 21 184.74037418181823 31 @@ -8269,13 +8197,13 @@ LINE 8 0 10 -901.7500000000001 +760.75 20 184.74037418181823 30 0.0 11 -901.2500000000001 +760.25 21 184.74037418181823 31 @@ -8287,13 +8215,13 @@ LINE 8 0 10 -901.2500000000001 +760.25 20 212.46764690909094 30 0.0 11 -901.2500000000001 +760.25 21 200.87673781818185 31 @@ -8305,13 +8233,13 @@ LINE 8 0 10 -901.2500000000001 +760.25 20 200.87673781818185 30 0.0 11 -901.7500000000001 +760.75 21 200.87673781818185 31 @@ -8323,13 +8251,13 @@ LINE 8 0 10 -901.7500000000001 +760.75 20 200.87673781818185 30 0.0 11 -901.7500000000001 +760.75 21 212.46764690909094 31 @@ -8341,13 +8269,13 @@ LINE 8 0 10 -901.7500000000001 +760.75 20 212.46764690909094 30 0.0 11 -901.2500000000001 +760.25 21 212.46764690909094 31 @@ -8359,13 +8287,13 @@ LINE 8 0 10 -741.5000000000001 +600.5 20 175.55855600000004 30 0.0 11 -741.5000000000001 +600.5 21 172.55855600000004 31 @@ -8377,13 +8305,13 @@ LINE 8 0 10 -741.5000000000001 +600.5 20 172.55855600000004 30 0.0 11 -744.5000000000001 +603.5000000000001 21 172.55855600000004 31 @@ -8395,13 +8323,13 @@ LINE 8 0 10 -744.5000000000001 +603.5000000000001 20 172.55855600000004 30 0.0 11 -744.5000000000001 +603.5000000000001 21 175.55855600000004 31 @@ -8413,13 +8341,13 @@ LINE 8 0 10 -744.5000000000001 +603.5000000000001 20 175.55855600000004 30 0.0 11 -741.5000000000001 +600.5 21 175.55855600000004 31 @@ -8431,13 +8359,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 174.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 173.55855600000004 31 @@ -8449,13 +8377,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 173.55855600000004 30 0.0 11 -763.5 +622.5000000000001 21 173.55855600000004 31 @@ -8467,13 +8395,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 173.55855600000004 30 0.0 11 -763.5 +622.5000000000001 21 174.55855600000004 31 @@ -8485,13 +8413,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 174.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 174.55855600000004 31 @@ -8503,13 +8431,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 177.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 176.058556 31 @@ -8521,13 +8449,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 176.058556 30 0.0 11 -743.5000000000001 +602.5000000000001 21 176.058556 31 @@ -8539,13 +8467,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 176.058556 30 0.0 11 -743.5000000000001 +602.5000000000001 21 177.05855600000004 31 @@ -8557,13 +8485,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 177.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 177.05855600000004 31 @@ -8575,13 +8503,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 177.05855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 176.058556 31 @@ -8593,13 +8521,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 176.058556 30 0.0 11 -763.5 +622.5000000000001 21 176.058556 31 @@ -8611,13 +8539,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 176.058556 30 0.0 11 -763.5 +622.5000000000001 21 177.05855600000004 31 @@ -8629,13 +8557,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 177.05855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 177.05855600000004 31 @@ -8647,13 +8575,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 179.55855600000004 30 0.0 11 -742.5000000000001 +601.5 21 178.558556 31 @@ -8665,13 +8593,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 178.558556 30 0.0 11 -743.5000000000001 +602.5000000000001 21 178.558556 31 @@ -8683,13 +8611,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 178.558556 30 0.0 11 -743.5000000000001 +602.5000000000001 21 179.55855600000004 31 @@ -8701,13 +8629,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 179.55855600000004 30 0.0 11 -742.5000000000001 +601.5 21 179.55855600000004 31 @@ -8719,13 +8647,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 179.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 178.558556 31 @@ -8737,13 +8665,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 178.558556 30 0.0 11 -763.5 +622.5000000000001 21 178.558556 31 @@ -8755,13 +8683,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 178.558556 30 0.0 11 -763.5 +622.5000000000001 21 179.55855600000004 31 @@ -8773,13 +8701,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 179.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 179.55855600000004 31 @@ -8791,13 +8719,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 182.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 181.058556 31 @@ -8809,13 +8737,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 181.058556 30 0.0 11 -743.5000000000001 +602.5000000000001 21 181.058556 31 @@ -8827,13 +8755,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 181.058556 30 0.0 11 -743.5000000000001 +602.5000000000001 21 182.05855600000004 31 @@ -8845,13 +8773,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 182.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 182.05855600000004 31 @@ -8863,13 +8791,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 182.05855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 181.058556 31 @@ -8881,13 +8809,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 181.058556 30 0.0 11 -763.5 +622.5000000000001 21 181.058556 31 @@ -8899,13 +8827,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 181.058556 30 0.0 11 -763.5 +622.5000000000001 21 182.05855600000004 31 @@ -8917,13 +8845,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 182.05855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 182.05855600000004 31 @@ -8935,13 +8863,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 184.55855600000004 30 0.0 11 -742.5000000000001 +601.5 21 183.55855600000004 31 @@ -8953,13 +8881,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 183.55855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 183.55855600000004 31 @@ -8971,13 +8899,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 183.55855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 184.55855600000004 31 @@ -8989,13 +8917,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 184.55855600000004 30 0.0 11 -742.5000000000001 +601.5 21 184.55855600000004 31 @@ -9007,13 +8935,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 184.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 183.55855600000004 31 @@ -9025,13 +8953,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 183.55855600000004 30 0.0 11 -763.5 +622.5000000000001 21 183.55855600000004 31 @@ -9043,13 +8971,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 183.55855600000004 30 0.0 11 -763.5 +622.5000000000001 21 184.55855600000004 31 @@ -9061,13 +8989,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 184.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 184.55855600000004 31 @@ -9079,13 +9007,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 187.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 186.05855600000004 31 @@ -9097,13 +9025,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 186.05855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 186.05855600000004 31 @@ -9115,13 +9043,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 186.05855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 187.05855600000004 31 @@ -9133,13 +9061,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 187.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 187.05855600000004 31 @@ -9151,13 +9079,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 187.05855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 186.05855600000004 31 @@ -9169,13 +9097,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 186.05855600000004 30 0.0 11 -763.5 +622.5000000000001 21 186.05855600000004 31 @@ -9187,13 +9115,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 186.05855600000004 30 0.0 11 -763.5 +622.5000000000001 21 187.05855600000004 31 @@ -9205,13 +9133,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 187.05855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 187.05855600000004 31 @@ -9223,13 +9151,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 189.55855600000004 30 0.0 11 -742.5000000000001 +601.5 21 188.55855600000004 31 @@ -9241,13 +9169,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 188.55855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 188.55855600000004 31 @@ -9259,13 +9187,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 188.55855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 189.55855600000004 31 @@ -9277,13 +9205,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 189.55855600000004 30 0.0 11 -742.5000000000001 +601.5 21 189.55855600000004 31 @@ -9295,13 +9223,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 189.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 188.55855600000004 31 @@ -9313,13 +9241,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 188.55855600000004 30 0.0 11 -763.5 +622.5000000000001 21 188.55855600000004 31 @@ -9331,13 +9259,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 188.55855600000004 30 0.0 11 -763.5 +622.5000000000001 21 189.55855600000004 31 @@ -9349,13 +9277,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 189.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 189.55855600000004 31 @@ -9367,13 +9295,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 192.058556 30 0.0 11 -742.5000000000001 +601.5 21 191.05855600000004 31 @@ -9385,13 +9313,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 191.05855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 191.05855600000004 31 @@ -9403,13 +9331,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 191.05855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 192.058556 31 @@ -9421,13 +9349,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 192.058556 30 0.0 11 -742.5000000000001 +601.5 21 192.058556 31 @@ -9439,13 +9367,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 192.058556 30 0.0 11 -762.5000000000001 +621.5000000000001 21 191.05855600000004 31 @@ -9457,13 +9385,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 191.05855600000004 30 0.0 11 -763.5 +622.5000000000001 21 191.05855600000004 31 @@ -9475,13 +9403,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 191.05855600000004 30 0.0 11 -763.5 +622.5000000000001 21 192.058556 31 @@ -9493,13 +9421,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 192.058556 30 0.0 11 -762.5000000000001 +621.5000000000001 21 192.058556 31 @@ -9511,13 +9439,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 194.558556 30 0.0 11 -742.5000000000001 +601.5 21 193.55855600000004 31 @@ -9529,13 +9457,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 193.55855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 193.55855600000004 31 @@ -9547,13 +9475,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 193.55855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 194.558556 31 @@ -9565,13 +9493,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 194.558556 30 0.0 11 -742.5000000000001 +601.5 21 194.558556 31 @@ -9583,13 +9511,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 194.558556 30 0.0 11 -762.5000000000001 +621.5000000000001 21 193.55855600000004 31 @@ -9601,13 +9529,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 193.55855600000004 30 0.0 11 -763.5 +622.5000000000001 21 193.55855600000004 31 @@ -9619,13 +9547,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 193.55855600000004 30 0.0 11 -763.5 +622.5000000000001 21 194.558556 31 @@ -9637,13 +9565,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 194.558556 30 0.0 11 -762.5000000000001 +621.5000000000001 21 194.558556 31 @@ -9655,13 +9583,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 197.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 196.05855600000004 31 @@ -9673,13 +9601,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 196.05855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 196.05855600000004 31 @@ -9691,13 +9619,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 196.05855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 197.05855600000004 31 @@ -9709,13 +9637,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 197.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 197.05855600000004 31 @@ -9727,13 +9655,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 197.05855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 196.05855600000004 31 @@ -9745,13 +9673,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 196.05855600000004 30 0.0 11 -763.5 +622.5000000000001 21 196.05855600000004 31 @@ -9763,13 +9691,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 196.05855600000004 30 0.0 11 -763.5 +622.5000000000001 21 197.05855600000004 31 @@ -9781,13 +9709,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 197.05855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 197.05855600000004 31 @@ -9799,13 +9727,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 199.55855600000004 30 0.0 11 -742.5000000000001 +601.5 21 198.55855600000004 31 @@ -9817,13 +9745,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 198.55855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 198.55855600000004 31 @@ -9835,13 +9763,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 198.55855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 199.55855600000004 31 @@ -9853,13 +9781,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 199.55855600000004 30 0.0 11 -742.5000000000001 +601.5 21 199.55855600000004 31 @@ -9871,13 +9799,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 199.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 198.55855600000004 31 @@ -9889,13 +9817,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 198.55855600000004 30 0.0 11 -763.5 +622.5000000000001 21 198.55855600000004 31 @@ -9907,13 +9835,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 198.55855600000004 30 0.0 11 -763.5 +622.5000000000001 21 199.55855600000004 31 @@ -9925,13 +9853,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 199.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 199.55855600000004 31 @@ -9943,13 +9871,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 202.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 201.058556 31 @@ -9961,13 +9889,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 201.058556 30 0.0 11 -743.5000000000001 +602.5000000000001 21 201.058556 31 @@ -9979,13 +9907,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 201.058556 30 0.0 11 -743.5000000000001 +602.5000000000001 21 202.05855600000004 31 @@ -9997,13 +9925,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 202.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 202.05855600000004 31 @@ -10015,13 +9943,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 202.05855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 201.058556 31 @@ -10033,13 +9961,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 201.058556 30 0.0 11 -763.5 +622.5000000000001 21 201.058556 31 @@ -10051,13 +9979,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 201.058556 30 0.0 11 -763.5 +622.5000000000001 21 202.05855600000004 31 @@ -10069,13 +9997,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 202.05855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 202.05855600000004 31 @@ -10087,13 +10015,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 204.55855600000004 30 0.0 11 -742.5000000000001 +601.5 21 203.558556 31 @@ -10105,13 +10033,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 203.558556 30 0.0 11 -743.5000000000001 +602.5000000000001 21 203.558556 31 @@ -10123,13 +10051,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 203.558556 30 0.0 11 -743.5000000000001 +602.5000000000001 21 204.55855600000004 31 @@ -10141,13 +10069,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 204.55855600000004 30 0.0 11 -742.5000000000001 +601.5 21 204.55855600000004 31 @@ -10159,13 +10087,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 204.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 203.558556 31 @@ -10177,13 +10105,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 203.558556 30 0.0 11 -763.5 +622.5000000000001 21 203.558556 31 @@ -10195,13 +10123,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 203.558556 30 0.0 11 -763.5 +622.5000000000001 21 204.55855600000004 31 @@ -10213,13 +10141,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 204.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 204.55855600000004 31 @@ -10231,13 +10159,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 207.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 206.05855600000004 31 @@ -10249,13 +10177,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 206.05855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 206.05855600000004 31 @@ -10267,13 +10195,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 206.05855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 207.05855600000004 31 @@ -10285,13 +10213,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 207.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 207.05855600000004 31 @@ -10303,13 +10231,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 207.05855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 206.05855600000004 31 @@ -10321,13 +10249,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 206.05855600000004 30 0.0 11 -763.5 +622.5000000000001 21 206.05855600000004 31 @@ -10339,13 +10267,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 206.05855600000004 30 0.0 11 -763.5 +622.5000000000001 21 207.05855600000004 31 @@ -10357,13 +10285,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 207.05855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 207.05855600000004 31 @@ -10375,13 +10303,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 209.55855600000004 30 0.0 11 -742.5000000000001 +601.5 21 208.55855600000004 31 @@ -10393,13 +10321,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 208.55855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 208.55855600000004 31 @@ -10411,13 +10339,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 208.55855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 209.55855600000004 31 @@ -10429,13 +10357,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 209.55855600000004 30 0.0 11 -742.5000000000001 +601.5 21 209.55855600000004 31 @@ -10447,13 +10375,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 209.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 208.55855600000004 31 @@ -10465,13 +10393,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 208.55855600000004 30 0.0 11 -763.5 +622.5000000000001 21 208.55855600000004 31 @@ -10483,13 +10411,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 208.55855600000004 30 0.0 11 -763.5 +622.5000000000001 21 209.55855600000004 31 @@ -10501,13 +10429,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 209.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 209.55855600000004 31 @@ -10519,13 +10447,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 212.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 211.05855600000004 31 @@ -10537,13 +10465,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 211.05855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 211.05855600000004 31 @@ -10555,13 +10483,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 211.05855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 212.05855600000004 31 @@ -10573,13 +10501,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 212.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 212.05855600000004 31 @@ -10591,13 +10519,13 @@ LINE 8 0 10 -761.5000000000001 +620.5000000000001 20 213.05855600000004 30 0.0 11 -761.5000000000001 +620.5000000000001 21 210.05855600000004 31 @@ -10609,13 +10537,13 @@ LINE 8 0 10 -761.5000000000001 +620.5000000000001 20 210.05855600000004 30 0.0 11 -764.5 +623.5000000000001 21 210.05855600000004 31 @@ -10627,13 +10555,13 @@ LINE 8 0 10 -764.5 +623.5000000000001 20 210.05855600000004 30 0.0 11 -764.5 +623.5000000000001 21 213.05855600000004 31 @@ -10645,13 +10573,13 @@ LINE 8 0 10 -764.5 +623.5000000000001 20 213.05855600000004 30 0.0 11 -761.5000000000001 +620.5000000000001 21 213.05855600000004 31 @@ -10663,13 +10591,13 @@ LINE 8 0 10 -757.2500000000001 +616.2500000000001 20 170.05855600000004 30 0.0 11 -748.7500000000001 +607.7500000000001 21 170.05855600000004 31 @@ -10681,13 +10609,13 @@ LINE 8 0 10 -748.7500000000001 +607.7500000000001 20 170.05855600000004 30 0.0 11 -748.7500000000001 +607.7500000000001 21 169.558556 31 @@ -10699,13 +10627,13 @@ LINE 8 0 10 -748.7500000000001 +607.7500000000001 20 169.558556 30 0.0 11 -757.2500000000001 +616.2500000000001 21 169.558556 31 @@ -10717,13 +10645,13 @@ LINE 8 0 10 -757.2500000000001 +616.2500000000001 20 169.558556 30 0.0 11 -757.2500000000001 +616.2500000000001 21 170.05855600000004 31 @@ -10735,13 +10663,13 @@ LINE 8 0 10 -748.7500000000001 +607.7500000000001 20 217.80855600000004 30 0.0 11 -757.2500000000001 +616.2500000000001 21 217.80855600000004 31 @@ -10753,13 +10681,13 @@ LINE 8 0 10 -757.2500000000001 +616.2500000000001 20 217.80855600000004 30 0.0 11 -757.2500000000001 +616.2500000000001 21 218.30855600000004 31 @@ -10771,13 +10699,13 @@ LINE 8 0 10 -757.2500000000001 +616.2500000000001 20 218.30855600000004 30 0.0 11 -748.7500000000001 +607.7500000000001 21 218.30855600000004 31 @@ -10789,13 +10717,13 @@ LINE 8 0 10 -748.7500000000001 +607.7500000000001 20 218.30855600000004 30 0.0 11 -748.7500000000001 +607.7500000000001 21 217.80855600000004 31 @@ -10807,13 +10735,13 @@ LINE 8 0 10 -733.5000000000001 +592.5 20 173.39946509090913 30 0.0 11 -738.5000000000001 +597.5000000000001 21 173.39946509090913 31 @@ -10825,13 +10753,13 @@ LINE 8 0 10 -738.5000000000001 +597.5000000000001 20 173.39946509090913 30 0.0 11 -738.5000000000001 +597.5000000000001 21 184.49037418181823 31 @@ -10843,13 +10771,13 @@ LINE 8 0 10 -738.5000000000001 +597.5000000000001 20 184.49037418181823 30 0.0 11 -733.5000000000001 +592.5 21 184.49037418181823 31 @@ -10861,13 +10789,13 @@ LINE 8 0 10 -733.5000000000001 +592.5 20 201.12673781818185 30 0.0 11 -738.5000000000001 +597.5000000000001 21 201.12673781818185 31 @@ -10879,13 +10807,13 @@ LINE 8 0 10 -738.5000000000001 +597.5000000000001 20 201.12673781818185 30 0.0 11 -738.5000000000001 +597.5000000000001 21 212.21764690909094 31 @@ -10897,13 +10825,13 @@ LINE 8 0 10 -738.5000000000001 +597.5000000000001 20 212.21764690909094 30 0.0 11 -733.5000000000001 +592.5 21 212.21764690909094 31 @@ -10915,13 +10843,13 @@ LINE 8 0 10 -758.7500000000001 +617.7500000000001 20 146.308556 30 0.0 11 -762.2500000000001 +621.2500000000001 21 146.308556 31 @@ -10933,13 +10861,13 @@ LINE 8 0 10 -762.2500000000001 +621.2500000000001 20 146.308556 30 0.0 11 -762.2500000000001 +621.2500000000001 21 154.30855600000004 31 @@ -10951,13 +10879,13 @@ LINE 8 0 10 -762.2500000000001 +621.2500000000001 20 154.30855600000004 30 0.0 11 -758.7500000000001 +617.7500000000001 21 154.30855600000004 31 diff --git a/rocolib/output/ServoStackBatteryMount/graph-lasercutter.svg b/rocolib/output/ServoStackBatteryMount/graph-lasercutter.svg index d8e6d8fd1fd482d1cdcee58c2d64867f10b296a2..eb4f5f64a7e46a7aec1cf8fd5986d8d31c256eb4 100644 --- a/rocolib/output/ServoStackBatteryMount/graph-lasercutter.svg +++ b/rocolib/output/ServoStackBatteryMount/graph-lasercutter.svg @@ -1,558 +1,554 @@ <?xml version="1.0" encoding="utf-8" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xlink="http://www.w3.org/1999/xlink" baseProfile="full" height="243.308556mm" version="1.1" viewBox="0.000000 0.000000 909.000000 243.308556" width="909.000000mm"> +<svg xmlns="http://www.w3.org/2000/svg" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xlink="http://www.w3.org/1999/xlink" baseProfile="full" height="223.308556mm" version="1.1" viewBox="0.000000 0.000000 768.000000 223.308556" width="768.000000mm"> <defs/> - <line stroke="#000000" x1="60.00000000000001" x2="0.0" y1="150.30855600000004" y2="150.30855600000004"/> <line stroke="#000000" x1="228.00000000000003" x2="228.00000000000003" y1="150.30855600000004" y2="150.30855600000004"/> <line stroke="#000000" x1="0.0" x2="228.00000000000003" y1="150.30855600000004" y2="150.30855600000004"/> <line stroke="#000000" x1="0.0" x2="0.0" y1="150.30855600000004" y2="150.30855600000004"/> - <line stroke="#000000" x1="120.00000000000001" x2="120.00000000000001" y1="150.30855600000004" y2="88.65427796513858"/> - <line stroke="#000000" x1="60.00000000000001" x2="60.00000000000001" y1="88.65427796513858" y2="150.30855600000004"/> - <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="60.00000000000001" x2="120.00000000000001" y1="88.65427796513858" y2="88.65427796513858"/> - <line stroke="#000000" x1="60.00000000000001" x2="60.00000000000001" y1="61.65427796513857" y2="88.65427796513858"/> - <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="120.00000000000001" x2="60.00000000000001" y1="61.65427796513857" y2="61.65427796513857"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="120.00000000000001" x2="120.00000000000001" y1="88.65427796513858" y2="61.65427796513857"/> - <line stroke="#000000" x1="60.00000000000001" x2="60.00000000000001" y1="-6.972288701945219e-08" y2="61.65427796513857"/> - <line stroke="#000000" x1="120.00000000000001" x2="60.00000000000001" y1="-6.972288701945219e-08" y2="-6.972288701945219e-08"/> - <line stroke="#000000" x1="120.00000000000001" x2="120.00000000000001" y1="61.65427796513857" y2="-6.972288701945219e-08"/> - <line stroke="#000000" x1="120.00000000000001" x2="137.00000000000003" y1="88.65427796513858" y2="88.65427796513858"/> - <line stroke="#000000" x1="137.00000000000003" x2="120.00000000000001" y1="61.65427796513857" y2="61.65427796513857"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="137.00000000000003" x2="137.00000000000003" y1="88.65427796513858" y2="61.65427796513857"/> - <line stroke="#000000" x1="137.00000000000003" x2="197.00000000000003" y1="88.65427796513858" y2="88.65427796513858"/> - <line stroke="#000000" x1="197.00000000000003" x2="137.00000000000003" y1="61.65427796513857" y2="61.65427796513857"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="197.00000000000003" x2="197.00000000000003" y1="88.65427796513858" y2="61.65427796513857"/> - <line stroke="#000000" x1="197.00000000000003" x2="214.0" y1="88.65427796513858" y2="88.65427796513858"/> - <line stroke="#000000" x1="214.0" x2="197.00000000000003" y1="61.65427796513857" y2="61.65427796513857"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="214.0" x2="214.0" y1="61.65427796513857" y2="88.65427796513858"/> - <line stroke="#000000" x1="224.00000000000003" x2="214.0" y1="61.65427796513857" y2="61.65427796513857"/> - <line stroke="#000000" x1="224.00000000000003" x2="224.00000000000003" y1="88.65427796513858" y2="61.65427796513857"/> - <line stroke="#000000" x1="214.0" x2="224.00000000000003" y1="88.65427796513858" y2="88.65427796513858"/> - <line stroke="#888888" x1="119.50000000000001" x2="116.50000000000001" y1="84.15427796513858" y2="84.15427796513858"/> - <line stroke="#888888" x1="116.50000000000001" x2="116.50000000000001" y1="84.15427796513858" y2="66.15427796513858"/> - <line stroke="#888888" x1="116.50000000000001" x2="119.50000000000001" y1="66.15427796513858" y2="66.15427796513858"/> - <line stroke="#888888" x1="119.50000000000001" x2="119.50000000000001" y1="66.15427796513858" y2="84.15427796513858"/> - <line stroke="#888888" x1="67.75000000000001" x2="67.75000000000001" y1="70.40427796513856" y2="79.90427796513858"/> - <line stroke="#888888" x1="67.75000000000001" x2="67.25" y1="79.90427796513858" y2="79.90427796513858"/> - <line stroke="#888888" x1="67.25" x2="67.25" y1="79.90427796513858" y2="70.40427796513856"/> - <line stroke="#888888" x1="67.25" x2="67.75000000000001" y1="70.40427796513856" y2="70.40427796513856"/> - <line stroke="#888888" x1="100.25000000000001" x2="79.75" y1="7.749999930277114" y2="7.749999930277114"/> - <line stroke="#888888" x1="79.75" x2="79.75" y1="7.749999930277114" y2="7.249999930277114"/> - <line stroke="#888888" x1="79.75" x2="100.25000000000001" y1="7.249999930277114" y2="7.249999930277114"/> - <line stroke="#888888" x1="100.25000000000001" x2="100.25000000000001" y1="7.249999930277114" y2="7.749999930277114"/> - <line stroke="#888888" x1="123.00000000000001" x2="120.00000000000001" y1="84.15427796513858" y2="84.15427796513858"/> - <line stroke="#888888" x1="120.00000000000001" x2="120.00000000000001" y1="84.15427796513858" y2="66.15427796513858"/> - <line stroke="#888888" x1="120.00000000000001" x2="123.00000000000001" y1="66.15427796513858" y2="66.15427796513858"/> - <line stroke="#888888" x1="123.00000000000001" x2="123.00000000000001" y1="66.15427796513858" y2="84.15427796513858"/> - <line stroke="#888888" x1="221.50000000000003" x2="216.50000000000003" y1="79.65427796513858" y2="79.65427796513858"/> - <line stroke="#888888" x1="216.50000000000003" x2="216.50000000000003" y1="79.65427796513858" y2="70.65427796513858"/> - <line stroke="#888888" x1="216.50000000000003" x2="221.50000000000003" y1="70.65427796513858" y2="70.65427796513858"/> - <line stroke="#000000" x1="406.00000000000006" x2="238.00000000000003" y1="150.30855600000004" y2="150.30855600000004"/> - <line stroke="#000000" x1="466.00000000000006" x2="466.00000000000006" y1="150.30855600000004" y2="150.30855600000004"/> - <line stroke="#000000" x1="238.00000000000003" x2="466.00000000000006" y1="150.30855600000004" y2="150.30855600000004"/> - <line stroke="#000000" x1="238.00000000000003" x2="238.00000000000003" y1="150.30855600000004" y2="150.30855600000004"/> - <line stroke="#000000" x1="406.00000000000006" x2="406.00000000000006" y1="140.30855600000004" y2="150.30855600000004"/> - <line stroke="#000000" x1="466.00000000000006" x2="406.00000000000006" y1="140.30855600000004" y2="140.30855600000004"/> - <line stroke="#000000" x1="466.00000000000006" x2="466.00000000000006" y1="150.30855600000004" y2="140.30855600000004"/> - <line stroke="#888888" x1="446.0" x2="451.00000000000006" y1="142.80855600000004" y2="142.80855600000004"/> - <line stroke="#888888" x1="451.00000000000006" x2="446.0" y1="142.80855600000004" y2="147.80855600000004"/> - <line stroke="#888888" x1="446.0" x2="426.00000000000006" y1="147.80855600000004" y2="147.80855600000004"/> - <line stroke="#888888" x1="426.00000000000006" x2="421.00000000000006" y1="147.80855600000004" y2="142.80855600000004"/> - <line stroke="#888888" x1="421.00000000000006" x2="426.00000000000006" y1="142.80855600000004" y2="142.80855600000004"/> - <line stroke="#000000" x1="546.0" x2="510.00000000000006" y1="138.30855600000004" y2="138.30855600000004"/> - <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="546.0" x2="546.0" y1="138.30855600000004" y2="162.308556"/> - <line stroke="#000000" x1="510.00000000000006" x2="546.0" y1="162.308556" y2="162.308556"/> - <line stroke="#000000" x1="546.0" x2="591.0" y1="162.308556" y2="162.308556"/> - <line stroke="#000000" x1="591.0" x2="546.0" y1="138.30855600000004" y2="138.30855600000004"/> - <line stroke="#000000" x1="596.0000000000001" x2="591.0" y1="138.30855600000004" y2="138.30855600000004"/> - <line stroke="#000000" x1="596.0000000000001" x2="596.0000000000001" y1="162.308556" y2="138.30855600000004"/> - <line stroke="#000000" x1="591.0" x2="596.0000000000001" y1="162.308556" y2="162.308556"/> - <line stroke="#000000" x1="476.00000000000006" x2="510.00000000000006" y1="162.308556" y2="162.308556"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="510.00000000000006" x2="476.00000000000006" y1="138.30855600000004" y2="138.30855600000004"/> - <line stroke="#000000" x1="476.00000000000006" x2="476.00000000000006" y1="138.30855600000004" y2="65.30855600000002"/> - <line stroke="#000000" x1="476.00000000000006" x2="476.00000000000006" y1="172.30855600000004" y2="162.308556"/> - <line stroke="#000000" x1="476.00000000000006" x2="476.00000000000006" y1="233.30855600000004" y2="233.30855600000004"/> - <line stroke="#000000" x1="476.00000000000006" x2="476.00000000000006" y1="65.30855600000002" y2="233.30855600000004"/> - <line stroke="#000000" x1="476.00000000000006" x2="476.00000000000006" y1="65.30855600000002" y2="65.30855600000002"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="512.1386219991854" x2="512.1386219991854" y1="172.30855600000004" y2="233.30855600000004"/> - <line stroke="#000000" x1="476.00000000000006" x2="512.1386219991854" y1="233.30855600000004" y2="233.30855600000004"/> - <line stroke="#000000" x1="512.1386219991854" x2="476.00000000000006" y1="172.30855600000004" y2="172.30855600000004"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="536.1386219991853" x2="536.1386219991853" y1="233.30855600000004" y2="172.30855600000004"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="536.1386219991853" x2="512.1386219991854" y1="233.30855600000004" y2="233.30855600000004"/> - <line stroke="#000000" x1="572.2772439983707" x2="536.1386219991853" y1="172.30855600000004" y2="172.30855600000004"/> - <line stroke="#000000" x1="536.1386219991853" x2="572.2772439983707" y1="233.30855600000004" y2="233.30855600000004"/> - <line stroke="#000000" x1="582.2772439983707" x2="572.2772439983707" y1="172.30855600000004" y2="172.30855600000004"/> - <line stroke="#000000" x1="582.2772439983707" x2="582.2772439983707" y1="233.30855600000004" y2="172.30855600000004"/> - <line stroke="#000000" x1="572.2772439983707" x2="582.2772439983707" y1="233.30855600000004" y2="233.30855600000004"/> - <line stroke="#000000" x1="536.1386219991853" x2="536.1386219991853" y1="243.30855600000004" y2="233.30855600000004"/> - <line stroke="#000000" x1="512.1386219991854" x2="536.1386219991853" y1="243.30855600000004" y2="243.30855600000004"/> - <line stroke="#000000" x1="512.1386219991854" x2="512.1386219991854" y1="233.30855600000004" y2="243.30855600000004"/> - <line stroke="#000000" x1="512.1386219991854" x2="512.1386219991854" y1="162.308556" y2="172.30855600000004"/> - <line stroke="#000000" x1="536.1386219991853" x2="512.1386219991854" y1="162.308556" y2="162.308556"/> - <line stroke="#000000" x1="536.1386219991853" x2="536.1386219991853" y1="172.30855600000004" y2="162.308556"/> - <line stroke="#000000" x1="510.00000000000006" x2="510.00000000000006" y1="138.30855600000004" y2="118.30855600000002"/> - <line stroke="#000000" x1="476.00000000000006" x2="476.00000000000006" y1="118.30855600000002" y2="138.30855600000004"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="510.00000000000006" x2="476.00000000000006" y1="118.30855600000002" y2="118.30855600000002"/> - <line stroke="#000000" x1="510.00000000000006" x2="510.00000000000006" y1="118.30855600000002" y2="94.30855600000001"/> - <line stroke="#000000" x1="476.00000000000006" x2="476.00000000000006" y1="94.30855600000001" y2="118.30855600000002"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="510.00000000000006" x2="476.00000000000006" y1="94.30855600000001" y2="94.30855600000001"/> - <line stroke="#000000" x1="510.00000000000006" x2="510.00000000000006" y1="94.30855600000001" y2="74.30855600000002"/> - <line stroke="#000000" x1="476.00000000000006" x2="476.00000000000006" y1="74.30855600000002" y2="94.30855600000001"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="476.00000000000006" x2="510.00000000000006" y1="74.30855600000002" y2="74.30855600000002"/> - <line stroke="#000000" x1="476.00000000000006" x2="476.00000000000006" y1="64.30855600000001" y2="74.30855600000002"/> - <line stroke="#000000" x1="510.00000000000006" x2="476.00000000000006" y1="64.30855600000001" y2="64.30855600000001"/> - <line stroke="#000000" x1="510.00000000000006" x2="510.00000000000006" y1="74.30855600000002" y2="64.30855600000001"/> - <line stroke="#888888" x1="594.75" x2="594.75" y1="154.30855600000004" y2="156.80855600000004"/> - <line stroke="#888888" x1="594.75" x2="592.2500000000001" y1="156.80855600000004" y2="154.30855600000004"/> - <line stroke="#888888" x1="592.2500000000001" x2="592.2500000000001" y1="154.30855600000004" y2="146.308556"/> - <line stroke="#888888" x1="592.2500000000001" x2="594.75" y1="146.308556" y2="143.80855600000004"/> - <line stroke="#888888" x1="594.75" x2="594.75" y1="143.80855600000004" y2="146.308556"/> - <line stroke="#888888" x1="487.08333333333337" x2="498.91666666666674" y1="154.55855600000004" y2="154.55855600000004"/> - <line stroke="#888888" x1="498.91666666666674" x2="498.91666666666674" y1="154.55855600000004" y2="155.05855600000004"/> - <line stroke="#888888" x1="498.91666666666674" x2="487.08333333333337" y1="155.05855600000004" y2="155.05855600000004"/> - <line stroke="#888888" x1="487.08333333333337" x2="487.08333333333337" y1="155.05855600000004" y2="154.55855600000004"/> - <line stroke="#888888" x1="530.6386219991854" x2="530.6386219991854" y1="190.30855600000004" y2="201.308556"/> - <line stroke="#888888" x1="530.6386219991854" x2="517.6386219991853" y1="201.308556" y2="201.308556"/> - <line stroke="#888888" x1="517.6386219991853" x2="517.6386219991853" y1="201.308556" y2="190.30855600000004"/> - <line stroke="#888888" x1="517.6386219991853" x2="530.6386219991854" y1="190.30855600000004" y2="190.30855600000004"/> - <line stroke="#888888" x1="529.1386219991854" x2="529.1386219991854" y1="221.808556" y2="227.80855600000004"/> - <line stroke="#888888" x1="529.1386219991854" x2="519.1386219991854" y1="227.80855600000004" y2="227.80855600000004"/> - <line stroke="#888888" x1="519.1386219991854" x2="519.1386219991854" y1="227.80855600000004" y2="221.808556"/> - <line stroke="#888888" x1="519.1386219991854" x2="529.1386219991854" y1="221.808556" y2="221.808556"/> - <line stroke="#888888" x1="579.7772439983706" x2="574.7772439983707" y1="222.21764690909094" y2="222.21764690909094"/> - <line stroke="#888888" x1="574.7772439983707" x2="574.7772439983707" y1="222.21764690909094" y2="211.12673781818185"/> - <line stroke="#888888" x1="574.7772439983707" x2="579.7772439983706" y1="211.12673781818185" y2="211.12673781818185"/> - <line stroke="#888888" x1="579.7772439983706" x2="574.7772439983707" y1="194.49037418181823" y2="194.49037418181823"/> - <line stroke="#888888" x1="574.7772439983707" x2="574.7772439983707" y1="194.49037418181823" y2="183.39946509090913"/> - <line stroke="#888888" x1="574.7772439983707" x2="579.7772439983706" y1="183.39946509090913" y2="183.39946509090913"/> - <line stroke="#888888" x1="520.1386219991854" x2="520.1386219991854" y1="240.80855600000004" y2="235.80855600000004"/> - <line stroke="#888888" x1="520.1386219991854" x2="528.1386219991854" y1="235.80855600000004" y2="235.80855600000004"/> - <line stroke="#888888" x1="528.1386219991854" x2="528.1386219991854" y1="235.80855600000004" y2="240.80855600000004"/> - <line stroke="#888888" x1="528.1386219991854" x2="528.1386219991854" y1="164.808556" y2="169.80855600000004"/> - <line stroke="#888888" x1="528.1386219991854" x2="520.1386219991854" y1="169.80855600000004" y2="169.80855600000004"/> - <line stroke="#888888" x1="520.1386219991854" x2="520.1386219991854" y1="169.80855600000004" y2="164.808556"/> - <line stroke="#888888" x1="499.00000000000006" x2="499.00000000000006" y1="119.30855600000004" y2="123.30855600000002"/> - <line stroke="#888888" x1="499.00000000000006" x2="487.00000000000006" y1="123.30855600000002" y2="123.30855600000002"/> - <line stroke="#888888" x1="487.00000000000006" x2="487.00000000000006" y1="123.30855600000002" y2="119.30855600000004"/> - <line stroke="#888888" x1="487.00000000000006" x2="499.00000000000006" y1="119.30855600000004" y2="119.30855600000004"/> - <line stroke="#888888" x1="497.50000000000006" x2="497.50000000000006" y1="131.30855600000004" y2="135.30855600000004"/> - <line stroke="#888888" x1="497.50000000000006" x2="488.50000000000006" y1="135.30855600000004" y2="135.30855600000004"/> - <line stroke="#888888" x1="488.50000000000006" x2="488.50000000000006" y1="135.30855600000004" y2="131.30855600000004"/> - <line stroke="#888888" x1="488.50000000000006" x2="497.50000000000006" y1="131.30855600000004" y2="131.30855600000004"/> - <line stroke="#888888" x1="499.00000000000006" x2="499.00000000000006" y1="94.80855600000002" y2="117.80855600000002"/> - <line stroke="#888888" x1="499.00000000000006" x2="487.00000000000006" y1="117.80855600000002" y2="117.80855600000002"/> - <line stroke="#888888" x1="487.00000000000006" x2="487.00000000000006" y1="117.80855600000002" y2="94.80855600000002"/> - <line stroke="#888888" x1="487.00000000000006" x2="499.00000000000006" y1="94.80855600000002" y2="94.80855600000002"/> - <line stroke="#888888" x1="499.00000000000006" x2="499.00000000000006" y1="89.30855600000002" y2="93.30855600000002"/> - <line stroke="#888888" x1="499.00000000000006" x2="487.00000000000006" y1="93.30855600000002" y2="93.30855600000002"/> - <line stroke="#888888" x1="487.00000000000006" x2="487.00000000000006" y1="93.30855600000002" y2="89.30855600000002"/> - <line stroke="#888888" x1="487.00000000000006" x2="499.00000000000006" y1="89.30855600000002" y2="89.30855600000002"/> - <line stroke="#888888" x1="498.66666666666674" x2="498.66666666666674" y1="66.80855600000002" y2="71.80855600000002"/> - <line stroke="#888888" x1="498.66666666666674" x2="487.33333333333337" y1="71.80855600000002" y2="71.80855600000002"/> - <line stroke="#888888" x1="487.33333333333337" x2="487.33333333333337" y1="71.80855600000002" y2="66.80855600000002"/> - <line stroke="#000000" x1="676.0000000000001" x2="640.0000000000001" y1="138.30855600000004" y2="138.30855600000004"/> - <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="676.0000000000001" x2="676.0000000000001" y1="138.30855600000004" y2="162.308556"/> - <line stroke="#000000" x1="640.0000000000001" x2="676.0000000000001" y1="162.308556" y2="162.308556"/> - <line stroke="#000000" x1="676.0000000000001" x2="721.0000000000001" y1="162.308556" y2="162.308556"/> - <line stroke="#000000" x1="721.0000000000001" x2="676.0000000000001" y1="138.30855600000004" y2="138.30855600000004"/> - <line stroke="#000000" x1="721.0000000000001" x2="721.0000000000001" y1="162.308556" y2="138.30855600000004"/> - <line stroke="#000000" x1="640.0000000000001" x2="606.0000000000001" y1="138.30855600000004" y2="138.30855600000004"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="606.0000000000001" x2="640.0000000000001" y1="162.308556" y2="162.308556"/> - <line stroke="#000000" x1="606.0000000000001" x2="606.0000000000001" y1="128.30855600000004" y2="67.30855600000002"/> - <line stroke="#000000" x1="606.0000000000001" x2="606.0000000000001" y1="138.30855600000004" y2="128.30855600000004"/> - <line stroke="#000000" x1="606.0000000000001" x2="606.0000000000001" y1="235.30855600000004" y2="162.308556"/> - <line stroke="#000000" x1="606.0000000000001" x2="606.0000000000001" y1="235.30855600000004" y2="235.30855600000004"/> - <line stroke="#000000" x1="606.0000000000001" x2="606.0000000000001" y1="67.30855600000002" y2="235.30855600000004"/> - <line stroke="#000000" x1="606.0000000000001" x2="606.0000000000001" y1="67.30855600000002" y2="67.30855600000002"/> - <line stroke="#000000" x1="606.0000000000001" x2="606.0000000000001" y1="162.308556" y2="182.30855600000004"/> - <line stroke="#000000" x1="640.0000000000001" x2="640.0000000000001" y1="182.30855600000004" y2="162.308556"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="606.0000000000001" x2="640.0000000000001" y1="182.30855600000004" y2="182.30855600000004"/> - <line stroke="#000000" x1="606.0000000000001" x2="606.0000000000001" y1="182.30855600000004" y2="206.30855600000004"/> - <line stroke="#000000" x1="640.0000000000001" x2="640.0000000000001" y1="206.30855600000004" y2="182.30855600000004"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="606.0000000000001" x2="640.0000000000001" y1="206.30855600000004" y2="206.30855600000004"/> - <line stroke="#000000" x1="606.0000000000001" x2="606.0000000000001" y1="206.30855600000004" y2="226.308556"/> - <line stroke="#000000" x1="640.0000000000001" x2="640.0000000000001" y1="226.308556" y2="206.30855600000004"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="640.0000000000001" x2="606.0000000000001" y1="226.308556" y2="226.308556"/> - <line stroke="#000000" x1="640.0000000000001" x2="640.0000000000001" y1="236.30855600000004" y2="226.308556"/> - <line stroke="#000000" x1="606.0000000000001" x2="640.0000000000001" y1="236.30855600000004" y2="236.30855600000004"/> - <line stroke="#000000" x1="606.0000000000001" x2="606.0000000000001" y1="226.308556" y2="236.30855600000004"/> - <line stroke="#888888" x1="717.0000000000001" x2="717.0000000000001" y1="154.55855600000004" y2="146.05855600000004"/> - <line stroke="#888888" x1="717.0000000000001" x2="717.5000000000001" y1="146.05855600000004" y2="146.05855600000004"/> - <line stroke="#888888" x1="717.5000000000001" x2="717.5000000000001" y1="146.05855600000004" y2="154.55855600000004"/> - <line stroke="#888888" x1="717.5000000000001" x2="717.0000000000001" y1="154.55855600000004" y2="154.55855600000004"/> - <line stroke="#888888" x1="628.9166666666667" x2="617.0833333333335" y1="146.05855600000004" y2="146.05855600000004"/> - <line stroke="#888888" x1="617.0833333333335" x2="617.0833333333335" y1="146.05855600000004" y2="145.55855600000004"/> - <line stroke="#888888" x1="617.0833333333335" x2="628.9166666666667" y1="145.55855600000004" y2="145.55855600000004"/> - <line stroke="#888888" x1="628.9166666666667" x2="628.9166666666667" y1="145.55855600000004" y2="146.05855600000004"/> - <line stroke="#888888" x1="598.2500000000001" x2="598.2500000000001" y1="89.74037418181821" y2="78.1494650909091"/> - <line stroke="#888888" x1="598.2500000000001" x2="598.7500000000001" y1="78.1494650909091" y2="78.1494650909091"/> - <line stroke="#888888" x1="598.7500000000001" x2="598.7500000000001" y1="78.1494650909091" y2="89.74037418181821"/> - <line stroke="#888888" x1="598.7500000000001" x2="598.2500000000001" y1="89.74037418181821" y2="89.74037418181821"/> - <line stroke="#888888" x1="598.2500000000001" x2="598.2500000000001" y1="117.46764690909093" y2="105.87673781818184"/> - <line stroke="#888888" x1="598.2500000000001" x2="598.7500000000001" y1="105.87673781818184" y2="105.87673781818184"/> - <line stroke="#888888" x1="598.7500000000001" x2="598.7500000000001" y1="105.87673781818184" y2="117.46764690909093"/> - <line stroke="#888888" x1="598.7500000000001" x2="598.2500000000001" y1="117.46764690909093" y2="117.46764690909093"/> - <line stroke="#888888" x1="617.0000000000001" x2="617.0000000000001" y1="181.30855600000004" y2="177.30855600000004"/> - <line stroke="#888888" x1="617.0000000000001" x2="629.0" y1="177.30855600000004" y2="177.30855600000004"/> - <line stroke="#888888" x1="629.0" x2="629.0" y1="177.30855600000004" y2="181.30855600000004"/> - <line stroke="#888888" x1="629.0" x2="617.0000000000001" y1="181.30855600000004" y2="181.30855600000004"/> - <line stroke="#888888" x1="618.5" x2="618.5" y1="169.308556" y2="165.30855600000004"/> - <line stroke="#888888" x1="618.5" x2="627.5" y1="165.30855600000004" y2="165.30855600000004"/> - <line stroke="#888888" x1="627.5" x2="627.5" y1="165.30855600000004" y2="169.308556"/> - <line stroke="#888888" x1="627.5" x2="618.5" y1="169.308556" y2="169.308556"/> - <line stroke="#888888" x1="617.0000000000001" x2="617.0000000000001" y1="205.808556" y2="182.808556"/> - <line stroke="#888888" x1="617.0000000000001" x2="629.0" y1="182.808556" y2="182.808556"/> - <line stroke="#888888" x1="629.0" x2="629.0" y1="182.808556" y2="205.808556"/> - <line stroke="#888888" x1="629.0" x2="617.0000000000001" y1="205.808556" y2="205.808556"/> - <line stroke="#888888" x1="617.0000000000001" x2="617.0000000000001" y1="211.30855600000004" y2="207.30855600000004"/> - <line stroke="#888888" x1="617.0000000000001" x2="629.0" y1="207.30855600000004" y2="207.30855600000004"/> - <line stroke="#888888" x1="629.0" x2="629.0" y1="207.30855600000004" y2="211.30855600000004"/> - <line stroke="#888888" x1="629.0" x2="617.0000000000001" y1="211.30855600000004" y2="211.30855600000004"/> - <line stroke="#888888" x1="617.3333333333334" x2="617.3333333333334" y1="233.80855600000004" y2="228.80855600000004"/> - <line stroke="#888888" x1="617.3333333333334" x2="628.6666666666666" y1="228.80855600000004" y2="228.80855600000004"/> - <line stroke="#888888" x1="628.6666666666666" x2="628.6666666666666" y1="228.80855600000004" y2="233.80855600000004"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="764.0" x2="825.0000000000001" y1="138.30855600000004" y2="138.30855600000004"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="825.0000000000001" x2="825.0000000000001" y1="138.30855600000004" y2="162.308556"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="825.0000000000001" x2="764.0" y1="162.308556" y2="162.308556"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="764.0" x2="764.0" y1="162.308556" y2="138.30855600000004"/> - <line stroke="#000000" x1="764.0" x2="764.0" y1="131.30855600000004" y2="138.30855600000004"/> - <line stroke="#000000" x1="824.0000000000001" x2="764.0" y1="131.30855600000004" y2="131.30855600000004"/> - <line stroke="#000000" x1="824.0000000000001" x2="824.0000000000001" y1="138.30855600000004" y2="131.30855600000004"/> - <line stroke="#000000" x1="832.0000000000001" x2="825.0000000000001" y1="138.30855600000004" y2="138.30855600000004"/> - <line stroke="#000000" x1="832.0000000000001" x2="832.0000000000001" y1="162.308556" y2="138.30855600000004"/> - <line stroke="#000000" x1="825.0000000000001" x2="832.0000000000001" y1="162.308556" y2="162.308556"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="825.0000000000001" x2="825.0000000000001" y1="162.308556" y2="223.30855600000004"/> - <line stroke="#000000" x1="765.0" x2="825.0000000000001" y1="223.30855600000004" y2="223.30855600000004"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="765.0" x2="765.0" y1="162.308556" y2="223.30855600000004"/> - <line stroke="#000000" x1="849.0000000000001" x2="825.0000000000001" y1="162.308556" y2="162.308556"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="849.0000000000001" x2="849.0000000000001" y1="162.308556" y2="223.30855600000004"/> - <line stroke="#000000" x1="825.0000000000001" x2="849.0000000000001" y1="223.30855600000004" y2="223.30855600000004"/> - <line stroke="#000000" x1="909.0000000000001" x2="849.0000000000001" y1="162.308556" y2="162.308556"/> - <line stroke="#000000" x1="909.0000000000001" x2="909.0000000000001" y1="223.30855600000004" y2="162.308556"/> - <line stroke="#000000" x1="849.0000000000001" x2="909.0000000000001" y1="223.30855600000004" y2="223.30855600000004"/> - <line stroke="#000000" x1="765.0" x2="741.0000000000001" y1="162.308556" y2="162.308556"/> - <line stroke="#000000" x1="741.0000000000001" x2="765.0" y1="223.30855600000004" y2="223.30855600000004"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="741.0000000000001" x2="741.0000000000001" y1="223.30855600000004" y2="162.308556"/> - <line stroke="#000000" x1="731.0000000000001" x2="741.0000000000001" y1="223.30855600000004" y2="223.30855600000004"/> - <line stroke="#000000" x1="731.0000000000001" x2="731.0000000000001" y1="162.308556" y2="223.30855600000004"/> - <line stroke="#000000" x1="741.0000000000001" x2="731.0000000000001" y1="162.308556" y2="162.308556"/> - <line stroke="#000000" x1="757.0000000000001" x2="764.0" y1="162.308556" y2="162.308556"/> - <line stroke="#000000" x1="757.0000000000001" x2="757.0000000000001" y1="138.30855600000004" y2="162.308556"/> - <line stroke="#000000" x1="764.0" x2="757.0000000000001" y1="138.30855600000004" y2="138.30855600000004"/> - <line stroke="#888888" x1="813.0909090909091" x2="816.5909090909092" y1="133.058556" y2="133.058556"/> - <line stroke="#888888" x1="816.5909090909092" x2="813.0909090909091" y1="133.058556" y2="136.55855600000004"/> - <line stroke="#888888" x1="813.0909090909091" x2="802.1818181818182" y1="136.55855600000004" y2="136.55855600000004"/> - <line stroke="#888888" x1="802.1818181818182" x2="798.6818181818182" y1="136.55855600000004" y2="133.058556"/> - <line stroke="#888888" x1="798.6818181818182" x2="802.1818181818182" y1="133.058556" y2="133.058556"/> - <line stroke="#888888" x1="785.8181818181819" x2="789.318181818182" y1="133.058556" y2="133.058556"/> - <line stroke="#888888" x1="789.318181818182" x2="785.8181818181819" y1="133.058556" y2="136.55855600000004"/> - <line stroke="#888888" x1="785.8181818181819" x2="774.909090909091" y1="136.55855600000004" y2="136.55855600000004"/> - <line stroke="#888888" x1="774.909090909091" x2="771.409090909091" y1="136.55855600000004" y2="133.058556"/> - <line stroke="#888888" x1="771.409090909091" x2="774.909090909091" y1="133.058556" y2="133.058556"/> - <line stroke="#888888" x1="830.2500000000001" x2="826.7500000000001" y1="154.30855600000004" y2="154.30855600000004"/> - <line stroke="#888888" x1="826.7500000000001" x2="826.7500000000001" y1="154.30855600000004" y2="146.308556"/> - <line stroke="#888888" x1="826.7500000000001" x2="830.2500000000001" y1="146.308556" y2="146.308556"/> - <line stroke="#888888" x1="772.5000000000001" x2="772.5000000000001" y1="213.80855600000004" y2="195.80855600000004"/> - <line stroke="#888888" x1="772.5000000000001" x2="807.5000000000001" y1="195.80855600000004" y2="195.80855600000004"/> - <line stroke="#888888" x1="807.5000000000001" x2="807.5000000000001" y1="195.80855600000004" y2="213.80855600000004"/> - <line stroke="#888888" x1="807.5000000000001" x2="772.5000000000001" y1="213.80855600000004" y2="213.80855600000004"/> - <line stroke="#888888" x1="825.5000000000001" x2="825.5000000000001" y1="175.55855600000004" y2="172.55855600000004"/> - <line stroke="#888888" x1="825.5000000000001" x2="828.5" y1="172.55855600000004" y2="172.55855600000004"/> - <line stroke="#888888" x1="828.5" x2="828.5" y1="172.55855600000004" y2="175.55855600000004"/> - <line stroke="#888888" x1="828.5" x2="825.5000000000001" y1="175.55855600000004" y2="175.55855600000004"/> - <line stroke="#888888" x1="846.5" x2="846.5" y1="174.55855600000004" y2="173.55855600000004"/> - <line stroke="#888888" x1="846.5" x2="847.5000000000001" y1="173.55855600000004" y2="173.55855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="847.5000000000001" y1="173.55855600000004" y2="174.55855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="846.5" y1="174.55855600000004" y2="174.55855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="826.5000000000001" y1="177.05855600000004" y2="176.058556"/> - <line stroke="#888888" x1="826.5000000000001" x2="827.5" y1="176.058556" y2="176.058556"/> - <line stroke="#888888" x1="827.5" x2="827.5" y1="176.058556" y2="177.05855600000004"/> - <line stroke="#888888" x1="827.5" x2="826.5000000000001" y1="177.05855600000004" y2="177.05855600000004"/> - <line stroke="#888888" x1="846.5" x2="846.5" y1="177.05855600000004" y2="176.058556"/> - <line stroke="#888888" x1="846.5" x2="847.5000000000001" y1="176.058556" y2="176.058556"/> - <line stroke="#888888" x1="847.5000000000001" x2="847.5000000000001" y1="176.058556" y2="177.05855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="846.5" y1="177.05855600000004" y2="177.05855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="826.5000000000001" y1="179.55855600000004" y2="178.558556"/> - <line stroke="#888888" x1="826.5000000000001" x2="827.5" y1="178.558556" y2="178.558556"/> - <line stroke="#888888" x1="827.5" x2="827.5" y1="178.558556" y2="179.55855600000004"/> - <line stroke="#888888" x1="827.5" x2="826.5000000000001" y1="179.55855600000004" y2="179.55855600000004"/> - <line stroke="#888888" x1="846.5" x2="846.5" y1="179.55855600000004" y2="178.558556"/> - <line stroke="#888888" x1="846.5" x2="847.5000000000001" y1="178.558556" y2="178.558556"/> - <line stroke="#888888" x1="847.5000000000001" x2="847.5000000000001" y1="178.558556" y2="179.55855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="846.5" y1="179.55855600000004" y2="179.55855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="826.5000000000001" y1="182.05855600000004" y2="181.058556"/> - <line stroke="#888888" x1="826.5000000000001" x2="827.5" y1="181.058556" y2="181.058556"/> - <line stroke="#888888" x1="827.5" x2="827.5" y1="181.058556" y2="182.05855600000004"/> - <line stroke="#888888" x1="827.5" x2="826.5000000000001" y1="182.05855600000004" y2="182.05855600000004"/> - <line stroke="#888888" x1="846.5" x2="846.5" y1="182.05855600000004" y2="181.058556"/> - <line stroke="#888888" x1="846.5" x2="847.5000000000001" y1="181.058556" y2="181.058556"/> - <line stroke="#888888" x1="847.5000000000001" x2="847.5000000000001" y1="181.058556" y2="182.05855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="846.5" y1="182.05855600000004" y2="182.05855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="826.5000000000001" y1="184.55855600000004" y2="183.55855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="827.5" y1="183.55855600000004" y2="183.55855600000004"/> - <line stroke="#888888" x1="827.5" x2="827.5" y1="183.55855600000004" y2="184.55855600000004"/> - <line stroke="#888888" x1="827.5" x2="826.5000000000001" y1="184.55855600000004" y2="184.55855600000004"/> - <line stroke="#888888" x1="846.5" x2="846.5" y1="184.55855600000004" y2="183.55855600000004"/> - <line stroke="#888888" x1="846.5" x2="847.5000000000001" y1="183.55855600000004" y2="183.55855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="847.5000000000001" y1="183.55855600000004" y2="184.55855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="846.5" y1="184.55855600000004" y2="184.55855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="826.5000000000001" y1="187.05855600000004" y2="186.05855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="827.5" y1="186.05855600000004" y2="186.05855600000004"/> - <line stroke="#888888" x1="827.5" x2="827.5" y1="186.05855600000004" y2="187.05855600000004"/> - <line stroke="#888888" x1="827.5" x2="826.5000000000001" y1="187.05855600000004" y2="187.05855600000004"/> - <line stroke="#888888" x1="846.5" x2="846.5" y1="187.05855600000004" y2="186.05855600000004"/> - <line stroke="#888888" x1="846.5" x2="847.5000000000001" y1="186.05855600000004" y2="186.05855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="847.5000000000001" y1="186.05855600000004" y2="187.05855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="846.5" y1="187.05855600000004" y2="187.05855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="826.5000000000001" y1="189.55855600000004" y2="188.55855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="827.5" y1="188.55855600000004" y2="188.55855600000004"/> - <line stroke="#888888" x1="827.5" x2="827.5" y1="188.55855600000004" y2="189.55855600000004"/> - <line stroke="#888888" x1="827.5" x2="826.5000000000001" y1="189.55855600000004" y2="189.55855600000004"/> - <line stroke="#888888" x1="846.5" x2="846.5" y1="189.55855600000004" y2="188.55855600000004"/> - <line stroke="#888888" x1="846.5" x2="847.5000000000001" y1="188.55855600000004" y2="188.55855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="847.5000000000001" y1="188.55855600000004" y2="189.55855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="846.5" y1="189.55855600000004" y2="189.55855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="826.5000000000001" y1="192.058556" y2="191.05855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="827.5" y1="191.05855600000004" y2="191.05855600000004"/> - <line stroke="#888888" x1="827.5" x2="827.5" y1="191.05855600000004" y2="192.058556"/> - <line stroke="#888888" x1="827.5" x2="826.5000000000001" y1="192.058556" y2="192.058556"/> - <line stroke="#888888" x1="846.5" x2="846.5" y1="192.058556" y2="191.05855600000004"/> - <line stroke="#888888" x1="846.5" x2="847.5000000000001" y1="191.05855600000004" y2="191.05855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="847.5000000000001" y1="191.05855600000004" y2="192.058556"/> - <line stroke="#888888" x1="847.5000000000001" x2="846.5" y1="192.058556" y2="192.058556"/> - <line stroke="#888888" x1="826.5000000000001" x2="826.5000000000001" y1="194.558556" y2="193.55855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="827.5" y1="193.55855600000004" y2="193.55855600000004"/> - <line stroke="#888888" x1="827.5" x2="827.5" y1="193.55855600000004" y2="194.558556"/> - <line stroke="#888888" x1="827.5" x2="826.5000000000001" y1="194.558556" y2="194.558556"/> - <line stroke="#888888" x1="846.5" x2="846.5" y1="194.558556" y2="193.55855600000004"/> - <line stroke="#888888" x1="846.5" x2="847.5000000000001" y1="193.55855600000004" y2="193.55855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="847.5000000000001" y1="193.55855600000004" y2="194.558556"/> - <line stroke="#888888" x1="847.5000000000001" x2="846.5" y1="194.558556" y2="194.558556"/> - <line stroke="#888888" x1="826.5000000000001" x2="826.5000000000001" y1="197.05855600000004" y2="196.05855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="827.5" y1="196.05855600000004" y2="196.05855600000004"/> - <line stroke="#888888" x1="827.5" x2="827.5" y1="196.05855600000004" y2="197.05855600000004"/> - <line stroke="#888888" x1="827.5" x2="826.5000000000001" y1="197.05855600000004" y2="197.05855600000004"/> - <line stroke="#888888" x1="846.5" x2="846.5" y1="197.05855600000004" y2="196.05855600000004"/> - <line stroke="#888888" x1="846.5" x2="847.5000000000001" y1="196.05855600000004" y2="196.05855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="847.5000000000001" y1="196.05855600000004" y2="197.05855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="846.5" y1="197.05855600000004" y2="197.05855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="826.5000000000001" y1="199.55855600000004" y2="198.55855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="827.5" y1="198.55855600000004" y2="198.55855600000004"/> - <line stroke="#888888" x1="827.5" x2="827.5" y1="198.55855600000004" y2="199.55855600000004"/> - <line stroke="#888888" x1="827.5" x2="826.5000000000001" y1="199.55855600000004" y2="199.55855600000004"/> - <line stroke="#888888" x1="846.5" x2="846.5" y1="199.55855600000004" y2="198.55855600000004"/> - <line stroke="#888888" x1="846.5" x2="847.5000000000001" y1="198.55855600000004" y2="198.55855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="847.5000000000001" y1="198.55855600000004" y2="199.55855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="846.5" y1="199.55855600000004" y2="199.55855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="826.5000000000001" y1="202.05855600000004" y2="201.058556"/> - <line stroke="#888888" x1="826.5000000000001" x2="827.5" y1="201.058556" y2="201.058556"/> - <line stroke="#888888" x1="827.5" x2="827.5" y1="201.058556" y2="202.05855600000004"/> - <line stroke="#888888" x1="827.5" x2="826.5000000000001" y1="202.05855600000004" y2="202.05855600000004"/> - <line stroke="#888888" x1="846.5" x2="846.5" y1="202.05855600000004" y2="201.058556"/> - <line stroke="#888888" x1="846.5" x2="847.5000000000001" y1="201.058556" y2="201.058556"/> - <line stroke="#888888" x1="847.5000000000001" x2="847.5000000000001" y1="201.058556" y2="202.05855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="846.5" y1="202.05855600000004" y2="202.05855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="826.5000000000001" y1="204.55855600000004" y2="203.558556"/> - <line stroke="#888888" x1="826.5000000000001" x2="827.5" y1="203.558556" y2="203.558556"/> - <line stroke="#888888" x1="827.5" x2="827.5" y1="203.558556" y2="204.55855600000004"/> - <line stroke="#888888" x1="827.5" x2="826.5000000000001" y1="204.55855600000004" y2="204.55855600000004"/> - <line stroke="#888888" x1="846.5" x2="846.5" y1="204.55855600000004" y2="203.558556"/> - <line stroke="#888888" x1="846.5" x2="847.5000000000001" y1="203.558556" y2="203.558556"/> - <line stroke="#888888" x1="847.5000000000001" x2="847.5000000000001" y1="203.558556" y2="204.55855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="846.5" y1="204.55855600000004" y2="204.55855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="826.5000000000001" y1="207.05855600000004" y2="206.05855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="827.5" y1="206.05855600000004" y2="206.05855600000004"/> - <line stroke="#888888" x1="827.5" x2="827.5" y1="206.05855600000004" y2="207.05855600000004"/> - <line stroke="#888888" x1="827.5" x2="826.5000000000001" y1="207.05855600000004" y2="207.05855600000004"/> - <line stroke="#888888" x1="846.5" x2="846.5" y1="207.05855600000004" y2="206.05855600000004"/> - <line stroke="#888888" x1="846.5" x2="847.5000000000001" y1="206.05855600000004" y2="206.05855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="847.5000000000001" y1="206.05855600000004" y2="207.05855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="846.5" y1="207.05855600000004" y2="207.05855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="826.5000000000001" y1="209.55855600000004" y2="208.55855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="827.5" y1="208.55855600000004" y2="208.55855600000004"/> - <line stroke="#888888" x1="827.5" x2="827.5" y1="208.55855600000004" y2="209.55855600000004"/> - <line stroke="#888888" x1="827.5" x2="826.5000000000001" y1="209.55855600000004" y2="209.55855600000004"/> - <line stroke="#888888" x1="846.5" x2="846.5" y1="209.55855600000004" y2="208.55855600000004"/> - <line stroke="#888888" x1="846.5" x2="847.5000000000001" y1="208.55855600000004" y2="208.55855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="847.5000000000001" y1="208.55855600000004" y2="209.55855600000004"/> - <line stroke="#888888" x1="847.5000000000001" x2="846.5" y1="209.55855600000004" y2="209.55855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="826.5000000000001" y1="212.05855600000004" y2="211.05855600000004"/> - <line stroke="#888888" x1="826.5000000000001" x2="827.5" y1="211.05855600000004" y2="211.05855600000004"/> - <line stroke="#888888" x1="827.5" x2="827.5" y1="211.05855600000004" y2="212.05855600000004"/> - <line stroke="#888888" x1="827.5" x2="826.5000000000001" y1="212.05855600000004" y2="212.05855600000004"/> - <line stroke="#888888" x1="845.5000000000001" x2="845.5000000000001" y1="213.05855600000004" y2="210.05855600000004"/> - <line stroke="#888888" x1="845.5000000000001" x2="848.5000000000001" y1="210.05855600000004" y2="210.05855600000004"/> - <line stroke="#888888" x1="848.5000000000001" x2="848.5000000000001" y1="210.05855600000004" y2="213.05855600000004"/> - <line stroke="#888888" x1="848.5000000000001" x2="845.5000000000001" y1="213.05855600000004" y2="213.05855600000004"/> - <line stroke="#888888" x1="841.25" x2="832.75" y1="170.05855600000004" y2="170.05855600000004"/> - <line stroke="#888888" x1="832.75" x2="832.75" y1="170.05855600000004" y2="169.558556"/> - <line stroke="#888888" x1="832.75" x2="841.25" y1="169.558556" y2="169.558556"/> - <line stroke="#888888" x1="841.25" x2="841.25" y1="169.558556" y2="170.05855600000004"/> - <line stroke="#888888" x1="832.75" x2="841.25" y1="217.80855600000004" y2="217.80855600000004"/> - <line stroke="#888888" x1="841.25" x2="841.25" y1="217.80855600000004" y2="218.30855600000004"/> - <line stroke="#888888" x1="841.25" x2="832.75" y1="218.30855600000004" y2="218.30855600000004"/> - <line stroke="#888888" x1="832.75" x2="832.75" y1="218.30855600000004" y2="217.80855600000004"/> - <line stroke="#888888" x1="864.0000000000001" x2="864.0000000000001" y1="213.30855600000004" y2="200.30855600000004"/> - <line stroke="#888888" x1="864.0000000000001" x2="894.0000000000001" y1="200.30855600000004" y2="200.30855600000004"/> - <line stroke="#888888" x1="894.0000000000001" x2="894.0000000000001" y1="200.30855600000004" y2="213.30855600000004"/> - <line stroke="#888888" x1="894.0000000000001" x2="864.0000000000001" y1="213.30855600000004" y2="213.30855600000004"/> - <line stroke="#888888" x1="871.0681818181819" x2="859.659090909091" y1="167.80855600000004" y2="167.80855600000004"/> - <line stroke="#888888" x1="859.659090909091" x2="859.659090909091" y1="167.80855600000004" y2="167.308556"/> - <line stroke="#888888" x1="859.659090909091" x2="871.0681818181819" y1="167.308556" y2="167.308556"/> - <line stroke="#888888" x1="871.0681818181819" x2="871.0681818181819" y1="167.308556" y2="167.80855600000004"/> - <line stroke="#888888" x1="898.3409090909092" x2="886.9318181818182" y1="167.80855600000004" y2="167.80855600000004"/> - <line stroke="#888888" x1="886.9318181818182" x2="886.9318181818182" y1="167.80855600000004" y2="167.308556"/> - <line stroke="#888888" x1="886.9318181818182" x2="898.3409090909092" y1="167.308556" y2="167.308556"/> - <line stroke="#888888" x1="898.3409090909092" x2="898.3409090909092" y1="167.308556" y2="167.80855600000004"/> - <line stroke="#888888" x1="901.2500000000001" x2="901.2500000000001" y1="184.74037418181823" y2="173.14946509090913"/> - <line stroke="#888888" x1="901.2500000000001" x2="901.7500000000001" y1="173.14946509090913" y2="173.14946509090913"/> - <line stroke="#888888" x1="901.7500000000001" x2="901.7500000000001" y1="173.14946509090913" y2="184.74037418181823"/> - <line stroke="#888888" x1="901.7500000000001" x2="901.2500000000001" y1="184.74037418181823" y2="184.74037418181823"/> - <line stroke="#888888" x1="901.2500000000001" x2="901.2500000000001" y1="212.46764690909094" y2="200.87673781818185"/> - <line stroke="#888888" x1="901.2500000000001" x2="901.7500000000001" y1="200.87673781818185" y2="200.87673781818185"/> - <line stroke="#888888" x1="901.7500000000001" x2="901.7500000000001" y1="200.87673781818185" y2="212.46764690909094"/> - <line stroke="#888888" x1="901.7500000000001" x2="901.2500000000001" y1="212.46764690909094" y2="212.46764690909094"/> - <line stroke="#888888" x1="741.5000000000001" x2="741.5000000000001" y1="175.55855600000004" y2="172.55855600000004"/> - <line stroke="#888888" x1="741.5000000000001" x2="744.5000000000001" y1="172.55855600000004" y2="172.55855600000004"/> - <line stroke="#888888" x1="744.5000000000001" x2="744.5000000000001" y1="172.55855600000004" y2="175.55855600000004"/> - <line stroke="#888888" x1="744.5000000000001" x2="741.5000000000001" y1="175.55855600000004" y2="175.55855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="762.5000000000001" y1="174.55855600000004" y2="173.55855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="763.5" y1="173.55855600000004" y2="173.55855600000004"/> - <line stroke="#888888" x1="763.5" x2="763.5" y1="173.55855600000004" y2="174.55855600000004"/> - <line stroke="#888888" x1="763.5" x2="762.5000000000001" y1="174.55855600000004" y2="174.55855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="742.5000000000001" y1="177.05855600000004" y2="176.058556"/> - <line stroke="#888888" x1="742.5000000000001" x2="743.5000000000001" y1="176.058556" y2="176.058556"/> - <line stroke="#888888" x1="743.5000000000001" x2="743.5000000000001" y1="176.058556" y2="177.05855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="742.5000000000001" y1="177.05855600000004" y2="177.05855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="762.5000000000001" y1="177.05855600000004" y2="176.058556"/> - <line stroke="#888888" x1="762.5000000000001" x2="763.5" y1="176.058556" y2="176.058556"/> - <line stroke="#888888" x1="763.5" x2="763.5" y1="176.058556" y2="177.05855600000004"/> - <line stroke="#888888" x1="763.5" x2="762.5000000000001" y1="177.05855600000004" y2="177.05855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="742.5000000000001" y1="179.55855600000004" y2="178.558556"/> - <line stroke="#888888" x1="742.5000000000001" x2="743.5000000000001" y1="178.558556" y2="178.558556"/> - <line stroke="#888888" x1="743.5000000000001" x2="743.5000000000001" y1="178.558556" y2="179.55855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="742.5000000000001" y1="179.55855600000004" y2="179.55855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="762.5000000000001" y1="179.55855600000004" y2="178.558556"/> - <line stroke="#888888" x1="762.5000000000001" x2="763.5" y1="178.558556" y2="178.558556"/> - <line stroke="#888888" x1="763.5" x2="763.5" y1="178.558556" y2="179.55855600000004"/> - <line stroke="#888888" x1="763.5" x2="762.5000000000001" y1="179.55855600000004" y2="179.55855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="742.5000000000001" y1="182.05855600000004" y2="181.058556"/> - <line stroke="#888888" x1="742.5000000000001" x2="743.5000000000001" y1="181.058556" y2="181.058556"/> - <line stroke="#888888" x1="743.5000000000001" x2="743.5000000000001" y1="181.058556" y2="182.05855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="742.5000000000001" y1="182.05855600000004" y2="182.05855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="762.5000000000001" y1="182.05855600000004" y2="181.058556"/> - <line stroke="#888888" x1="762.5000000000001" x2="763.5" y1="181.058556" y2="181.058556"/> - <line stroke="#888888" x1="763.5" x2="763.5" y1="181.058556" y2="182.05855600000004"/> - <line stroke="#888888" x1="763.5" x2="762.5000000000001" y1="182.05855600000004" y2="182.05855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="742.5000000000001" y1="184.55855600000004" y2="183.55855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="743.5000000000001" y1="183.55855600000004" y2="183.55855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="743.5000000000001" y1="183.55855600000004" y2="184.55855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="742.5000000000001" y1="184.55855600000004" y2="184.55855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="762.5000000000001" y1="184.55855600000004" y2="183.55855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="763.5" y1="183.55855600000004" y2="183.55855600000004"/> - <line stroke="#888888" x1="763.5" x2="763.5" y1="183.55855600000004" y2="184.55855600000004"/> - <line stroke="#888888" x1="763.5" x2="762.5000000000001" y1="184.55855600000004" y2="184.55855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="742.5000000000001" y1="187.05855600000004" y2="186.05855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="743.5000000000001" y1="186.05855600000004" y2="186.05855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="743.5000000000001" y1="186.05855600000004" y2="187.05855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="742.5000000000001" y1="187.05855600000004" y2="187.05855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="762.5000000000001" y1="187.05855600000004" y2="186.05855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="763.5" y1="186.05855600000004" y2="186.05855600000004"/> - <line stroke="#888888" x1="763.5" x2="763.5" y1="186.05855600000004" y2="187.05855600000004"/> - <line stroke="#888888" x1="763.5" x2="762.5000000000001" y1="187.05855600000004" y2="187.05855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="742.5000000000001" y1="189.55855600000004" y2="188.55855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="743.5000000000001" y1="188.55855600000004" y2="188.55855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="743.5000000000001" y1="188.55855600000004" y2="189.55855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="742.5000000000001" y1="189.55855600000004" y2="189.55855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="762.5000000000001" y1="189.55855600000004" y2="188.55855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="763.5" y1="188.55855600000004" y2="188.55855600000004"/> - <line stroke="#888888" x1="763.5" x2="763.5" y1="188.55855600000004" y2="189.55855600000004"/> - <line stroke="#888888" x1="763.5" x2="762.5000000000001" y1="189.55855600000004" y2="189.55855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="742.5000000000001" y1="192.058556" y2="191.05855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="743.5000000000001" y1="191.05855600000004" y2="191.05855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="743.5000000000001" y1="191.05855600000004" y2="192.058556"/> - <line stroke="#888888" x1="743.5000000000001" x2="742.5000000000001" y1="192.058556" y2="192.058556"/> - <line stroke="#888888" x1="762.5000000000001" x2="762.5000000000001" y1="192.058556" y2="191.05855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="763.5" y1="191.05855600000004" y2="191.05855600000004"/> - <line stroke="#888888" x1="763.5" x2="763.5" y1="191.05855600000004" y2="192.058556"/> - <line stroke="#888888" x1="763.5" x2="762.5000000000001" y1="192.058556" y2="192.058556"/> - <line stroke="#888888" x1="742.5000000000001" x2="742.5000000000001" y1="194.558556" y2="193.55855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="743.5000000000001" y1="193.55855600000004" y2="193.55855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="743.5000000000001" y1="193.55855600000004" y2="194.558556"/> - <line stroke="#888888" x1="743.5000000000001" x2="742.5000000000001" y1="194.558556" y2="194.558556"/> - <line stroke="#888888" x1="762.5000000000001" x2="762.5000000000001" y1="194.558556" y2="193.55855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="763.5" y1="193.55855600000004" y2="193.55855600000004"/> - <line stroke="#888888" x1="763.5" x2="763.5" y1="193.55855600000004" y2="194.558556"/> - <line stroke="#888888" x1="763.5" x2="762.5000000000001" y1="194.558556" y2="194.558556"/> - <line stroke="#888888" x1="742.5000000000001" x2="742.5000000000001" y1="197.05855600000004" y2="196.05855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="743.5000000000001" y1="196.05855600000004" y2="196.05855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="743.5000000000001" y1="196.05855600000004" y2="197.05855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="742.5000000000001" y1="197.05855600000004" y2="197.05855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="762.5000000000001" y1="197.05855600000004" y2="196.05855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="763.5" y1="196.05855600000004" y2="196.05855600000004"/> - <line stroke="#888888" x1="763.5" x2="763.5" y1="196.05855600000004" y2="197.05855600000004"/> - <line stroke="#888888" x1="763.5" x2="762.5000000000001" y1="197.05855600000004" y2="197.05855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="742.5000000000001" y1="199.55855600000004" y2="198.55855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="743.5000000000001" y1="198.55855600000004" y2="198.55855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="743.5000000000001" y1="198.55855600000004" y2="199.55855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="742.5000000000001" y1="199.55855600000004" y2="199.55855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="762.5000000000001" y1="199.55855600000004" y2="198.55855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="763.5" y1="198.55855600000004" y2="198.55855600000004"/> - <line stroke="#888888" x1="763.5" x2="763.5" y1="198.55855600000004" y2="199.55855600000004"/> - <line stroke="#888888" x1="763.5" x2="762.5000000000001" y1="199.55855600000004" y2="199.55855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="742.5000000000001" y1="202.05855600000004" y2="201.058556"/> - <line stroke="#888888" x1="742.5000000000001" x2="743.5000000000001" y1="201.058556" y2="201.058556"/> - <line stroke="#888888" x1="743.5000000000001" x2="743.5000000000001" y1="201.058556" y2="202.05855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="742.5000000000001" y1="202.05855600000004" y2="202.05855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="762.5000000000001" y1="202.05855600000004" y2="201.058556"/> - <line stroke="#888888" x1="762.5000000000001" x2="763.5" y1="201.058556" y2="201.058556"/> - <line stroke="#888888" x1="763.5" x2="763.5" y1="201.058556" y2="202.05855600000004"/> - <line stroke="#888888" x1="763.5" x2="762.5000000000001" y1="202.05855600000004" y2="202.05855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="742.5000000000001" y1="204.55855600000004" y2="203.558556"/> - <line stroke="#888888" x1="742.5000000000001" x2="743.5000000000001" y1="203.558556" y2="203.558556"/> - <line stroke="#888888" x1="743.5000000000001" x2="743.5000000000001" y1="203.558556" y2="204.55855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="742.5000000000001" y1="204.55855600000004" y2="204.55855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="762.5000000000001" y1="204.55855600000004" y2="203.558556"/> - <line stroke="#888888" x1="762.5000000000001" x2="763.5" y1="203.558556" y2="203.558556"/> - <line stroke="#888888" x1="763.5" x2="763.5" y1="203.558556" y2="204.55855600000004"/> - <line stroke="#888888" x1="763.5" x2="762.5000000000001" y1="204.55855600000004" y2="204.55855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="742.5000000000001" y1="207.05855600000004" y2="206.05855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="743.5000000000001" y1="206.05855600000004" y2="206.05855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="743.5000000000001" y1="206.05855600000004" y2="207.05855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="742.5000000000001" y1="207.05855600000004" y2="207.05855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="762.5000000000001" y1="207.05855600000004" y2="206.05855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="763.5" y1="206.05855600000004" y2="206.05855600000004"/> - <line stroke="#888888" x1="763.5" x2="763.5" y1="206.05855600000004" y2="207.05855600000004"/> - <line stroke="#888888" x1="763.5" x2="762.5000000000001" y1="207.05855600000004" y2="207.05855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="742.5000000000001" y1="209.55855600000004" y2="208.55855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="743.5000000000001" y1="208.55855600000004" y2="208.55855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="743.5000000000001" y1="208.55855600000004" y2="209.55855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="742.5000000000001" y1="209.55855600000004" y2="209.55855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="762.5000000000001" y1="209.55855600000004" y2="208.55855600000004"/> - <line stroke="#888888" x1="762.5000000000001" x2="763.5" y1="208.55855600000004" y2="208.55855600000004"/> - <line stroke="#888888" x1="763.5" x2="763.5" y1="208.55855600000004" y2="209.55855600000004"/> - <line stroke="#888888" x1="763.5" x2="762.5000000000001" y1="209.55855600000004" y2="209.55855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="742.5000000000001" y1="212.05855600000004" y2="211.05855600000004"/> - <line stroke="#888888" x1="742.5000000000001" x2="743.5000000000001" y1="211.05855600000004" y2="211.05855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="743.5000000000001" y1="211.05855600000004" y2="212.05855600000004"/> - <line stroke="#888888" x1="743.5000000000001" x2="742.5000000000001" y1="212.05855600000004" y2="212.05855600000004"/> - <line stroke="#888888" x1="761.5000000000001" x2="761.5000000000001" y1="213.05855600000004" y2="210.05855600000004"/> - <line stroke="#888888" x1="761.5000000000001" x2="764.5" y1="210.05855600000004" y2="210.05855600000004"/> - <line stroke="#888888" x1="764.5" x2="764.5" y1="210.05855600000004" y2="213.05855600000004"/> - <line stroke="#888888" x1="764.5" x2="761.5000000000001" y1="213.05855600000004" y2="213.05855600000004"/> - <line stroke="#888888" x1="757.2500000000001" x2="748.7500000000001" y1="170.05855600000004" y2="170.05855600000004"/> - <line stroke="#888888" x1="748.7500000000001" x2="748.7500000000001" y1="170.05855600000004" y2="169.558556"/> - <line stroke="#888888" x1="748.7500000000001" x2="757.2500000000001" y1="169.558556" y2="169.558556"/> - <line stroke="#888888" x1="757.2500000000001" x2="757.2500000000001" y1="169.558556" y2="170.05855600000004"/> - <line stroke="#888888" x1="748.7500000000001" x2="757.2500000000001" y1="217.80855600000004" y2="217.80855600000004"/> - <line stroke="#888888" x1="757.2500000000001" x2="757.2500000000001" y1="217.80855600000004" y2="218.30855600000004"/> - <line stroke="#888888" x1="757.2500000000001" x2="748.7500000000001" y1="218.30855600000004" y2="218.30855600000004"/> - <line stroke="#888888" x1="748.7500000000001" x2="748.7500000000001" y1="218.30855600000004" y2="217.80855600000004"/> - <line stroke="#888888" x1="733.5000000000001" x2="738.5000000000001" y1="173.39946509090913" y2="173.39946509090913"/> - <line stroke="#888888" x1="738.5000000000001" x2="738.5000000000001" y1="173.39946509090913" y2="184.49037418181823"/> - <line stroke="#888888" x1="738.5000000000001" x2="733.5000000000001" y1="184.49037418181823" y2="184.49037418181823"/> - <line stroke="#888888" x1="733.5000000000001" x2="738.5000000000001" y1="201.12673781818185" y2="201.12673781818185"/> - <line stroke="#888888" x1="738.5000000000001" x2="738.5000000000001" y1="201.12673781818185" y2="212.21764690909094"/> - <line stroke="#888888" x1="738.5000000000001" x2="733.5000000000001" y1="212.21764690909094" y2="212.21764690909094"/> - <line stroke="#888888" x1="758.7500000000001" x2="762.2500000000001" y1="146.308556" y2="146.308556"/> - <line stroke="#888888" x1="762.2500000000001" x2="762.2500000000001" y1="146.308556" y2="154.30855600000004"/> - <line stroke="#888888" x1="762.2500000000001" x2="758.7500000000001" y1="154.30855600000004" y2="154.30855600000004"/> + <line stroke="#000000" x1="0.0" x2="0.0" y1="140.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="60.00000000000001" x2="0.0" y1="140.30855600000004" y2="140.30855600000004"/> + <line stroke="#000000" x1="60.00000000000001" x2="60.00000000000001" y1="150.30855600000004" y2="140.30855600000004"/> + <line stroke="#000000" x1="133.00000000000003" x2="60.00000000000001" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="167.00000000000003" x2="157.0" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="228.00000000000003" x2="228.00000000000003" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="60.00000000000001" x2="60.00000000000001" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="157.0" x2="157.0" y1="150.30855600000004" y2="116.30855600000002"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="133.00000000000003" x2="133.00000000000003" y1="116.30855600000002" y2="150.30855600000004"/> + <line stroke="#000000" x1="133.00000000000003" x2="133.00000000000003" y1="80.30855600000002" y2="116.30855600000002"/> + <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="133.00000000000003" x2="157.0" y1="80.30855600000002" y2="80.30855600000002"/> + <line stroke="#000000" x1="157.0" x2="157.0" y1="116.30855600000002" y2="80.30855600000002"/> + <line stroke="#000000" x1="157.0" x2="157.0" y1="80.30855600000002" y2="35.30855600000002"/> + <line stroke="#000000" x1="133.00000000000003" x2="133.00000000000003" y1="35.30855600000002" y2="80.30855600000002"/> + <line stroke="#000000" x1="133.00000000000003" x2="133.00000000000003" y1="30.308556000000017" y2="35.30855600000002"/> + <line stroke="#000000" x1="157.0" x2="133.00000000000003" y1="30.308556000000017" y2="30.308556000000017"/> + <line stroke="#000000" x1="157.0" x2="157.0" y1="35.30855600000002" y2="30.308556000000017"/> + <line stroke="#000000" x1="133.00000000000003" x2="113.00000000000001" y1="116.30855600000002" y2="116.30855600000002"/> + <line stroke="#000000" x1="113.00000000000001" x2="133.00000000000003" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="113.00000000000001" x2="113.00000000000001" y1="116.30855600000002" y2="150.30855600000004"/> + <line stroke="#000000" x1="113.00000000000001" x2="89.00000000000001" y1="116.30855600000002" y2="116.30855600000002"/> + <line stroke="#000000" x1="89.00000000000001" x2="113.00000000000001" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="89.00000000000001" x2="89.00000000000001" y1="116.30855600000002" y2="150.30855600000004"/> + <line stroke="#000000" x1="89.00000000000001" x2="69.00000000000001" y1="116.30855600000002" y2="116.30855600000002"/> + <line stroke="#000000" x1="69.00000000000001" x2="89.00000000000001" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="69.00000000000001" x2="69.00000000000001" y1="150.30855600000004" y2="116.30855600000002"/> + <line stroke="#000000" x1="59.00000000000001" x2="69.00000000000001" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="59.00000000000001" x2="59.00000000000001" y1="116.30855600000002" y2="150.30855600000004"/> + <line stroke="#000000" x1="69.00000000000001" x2="59.00000000000001" y1="116.30855600000002" y2="116.30855600000002"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="167.00000000000003" x2="228.00000000000003" y1="114.16993400081472" y2="114.16993400081472"/> + <line stroke="#000000" x1="228.00000000000003" x2="228.00000000000003" y1="150.30855600000004" y2="114.16993400081472"/> + <line stroke="#000000" x1="167.00000000000003" x2="167.00000000000003" y1="114.16993400081472" y2="150.30855600000004"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="228.00000000000003" x2="167.00000000000003" y1="90.16993400081472" y2="90.16993400081472"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="228.00000000000003" x2="228.00000000000003" y1="90.16993400081472" y2="114.16993400081472"/> + <line stroke="#000000" x1="167.00000000000003" x2="167.00000000000003" y1="54.03131200162941" y2="90.16993400081473"/> + <line stroke="#000000" x1="228.00000000000003" x2="228.00000000000003" y1="90.16993400081473" y2="54.03131200162941"/> + <line stroke="#000000" x1="167.00000000000003" x2="167.00000000000003" y1="44.03131200162941" y2="54.03131200162941"/> + <line stroke="#000000" x1="228.00000000000003" x2="167.00000000000003" y1="44.03131200162941" y2="44.03131200162941"/> + <line stroke="#000000" x1="228.00000000000003" x2="228.00000000000003" y1="54.03131200162941" y2="44.03131200162941"/> + <line stroke="#000000" x1="238.00000000000003" x2="228.00000000000003" y1="90.16993400081472" y2="90.16993400081472"/> + <line stroke="#000000" x1="238.00000000000003" x2="238.00000000000003" y1="114.16993400081472" y2="90.16993400081472"/> + <line stroke="#000000" x1="228.00000000000003" x2="238.00000000000003" y1="114.16993400081472" y2="114.16993400081472"/> + <line stroke="#000000" x1="157.0" x2="167.00000000000003" y1="114.16993400081472" y2="114.16993400081472"/> + <line stroke="#000000" x1="157.0" x2="157.0" y1="90.16993400081472" y2="114.16993400081472"/> + <line stroke="#000000" x1="167.00000000000003" x2="157.0" y1="90.16993400081472" y2="90.16993400081472"/> + <line stroke="#888888" x1="40.00000000000001" x2="45.0" y1="142.80855600000004" y2="142.80855600000004"/> + <line stroke="#888888" x1="45.0" x2="40.00000000000001" y1="142.80855600000004" y2="147.80855600000004"/> + <line stroke="#888888" x1="40.00000000000001" x2="20.000000000000004" y1="147.80855600000004" y2="147.80855600000004"/> + <line stroke="#888888" x1="20.000000000000004" x2="15.000000000000002" y1="147.80855600000004" y2="142.80855600000004"/> + <line stroke="#888888" x1="15.000000000000002" x2="20.000000000000004" y1="142.80855600000004" y2="142.80855600000004"/> + <line stroke="#888888" x1="149.25000000000003" x2="149.25000000000003" y1="139.2252226666667" y2="127.39188933333337"/> + <line stroke="#888888" x1="149.25000000000003" x2="149.75" y1="127.39188933333337" y2="127.39188933333337"/> + <line stroke="#888888" x1="149.75" x2="149.75" y1="127.39188933333337" y2="139.2252226666667"/> + <line stroke="#888888" x1="149.75" x2="149.25000000000003" y1="139.2252226666667" y2="139.2252226666667"/> + <line stroke="#888888" x1="149.00000000000003" x2="151.50000000000003" y1="31.558556000000014" y2="31.558556000000014"/> + <line stroke="#888888" x1="151.50000000000003" x2="149.00000000000003" y1="31.558556000000014" y2="34.05855600000001"/> + <line stroke="#888888" x1="149.00000000000003" x2="141.0" y1="34.05855600000001" y2="34.05855600000001"/> + <line stroke="#888888" x1="141.0" x2="138.5" y1="34.05855600000001" y2="31.558556000000014"/> + <line stroke="#888888" x1="138.5" x2="141.0" y1="31.558556000000014" y2="31.558556000000014"/> + <line stroke="#888888" x1="114.00000000000001" x2="118.00000000000001" y1="127.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="118.00000000000001" x2="118.00000000000001" y1="127.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="118.00000000000001" x2="114.00000000000001" y1="139.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="114.00000000000001" x2="114.00000000000001" y1="139.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="126.00000000000001" x2="130.0" y1="128.808556" y2="128.808556"/> + <line stroke="#888888" x1="130.0" x2="130.0" y1="128.808556" y2="137.808556"/> + <line stroke="#888888" x1="130.0" x2="126.00000000000001" y1="137.808556" y2="137.808556"/> + <line stroke="#888888" x1="126.00000000000001" x2="126.00000000000001" y1="137.808556" y2="128.808556"/> + <line stroke="#888888" x1="89.50000000000001" x2="112.50000000000001" y1="127.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="112.50000000000001" x2="112.50000000000001" y1="127.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="112.50000000000001" x2="89.50000000000001" y1="139.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="89.50000000000001" x2="89.50000000000001" y1="139.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="84.0" x2="88.00000000000001" y1="127.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="88.00000000000001" x2="88.00000000000001" y1="127.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="88.00000000000001" x2="84.0" y1="139.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="84.0" x2="84.0" y1="139.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="61.50000000000001" x2="66.50000000000001" y1="127.64188933333337" y2="127.64188933333337"/> + <line stroke="#888888" x1="66.50000000000001" x2="66.50000000000001" y1="127.64188933333337" y2="138.9752226666667"/> + <line stroke="#888888" x1="66.50000000000001" x2="61.50000000000001" y1="138.9752226666667" y2="138.9752226666667"/> + <line stroke="#888888" x1="185.00000000000003" x2="196.00000000000003" y1="95.66993400081472" y2="95.66993400081472"/> + <line stroke="#888888" x1="196.00000000000003" x2="196.00000000000003" y1="95.66993400081472" y2="108.66993400081472"/> + <line stroke="#888888" x1="196.00000000000003" x2="185.00000000000003" y1="108.66993400081472" y2="108.66993400081472"/> + <line stroke="#888888" x1="185.00000000000003" x2="185.00000000000003" y1="108.66993400081472" y2="95.66993400081472"/> + <line stroke="#888888" x1="216.50000000000003" x2="222.50000000000003" y1="97.16993400081472" y2="97.16993400081472"/> + <line stroke="#888888" x1="222.50000000000003" x2="222.50000000000003" y1="97.16993400081472" y2="107.16993400081472"/> + <line stroke="#888888" x1="222.50000000000003" x2="216.50000000000003" y1="107.16993400081472" y2="107.16993400081472"/> + <line stroke="#888888" x1="216.50000000000003" x2="216.50000000000003" y1="107.16993400081472" y2="97.16993400081472"/> + <line stroke="#888888" x1="216.90909090909093" x2="216.90909090909093" y1="46.5313120016294" y2="51.53131200162941"/> + <line stroke="#888888" x1="216.90909090909093" x2="205.81818181818184" y1="51.53131200162941" y2="51.53131200162941"/> + <line stroke="#888888" x1="205.81818181818184" x2="205.81818181818184" y1="51.53131200162941" y2="46.5313120016294"/> + <line stroke="#888888" x1="189.18181818181822" x2="189.18181818181822" y1="46.5313120016294" y2="51.53131200162941"/> + <line stroke="#888888" x1="189.18181818181822" x2="178.09090909090912" y1="51.53131200162941" y2="51.53131200162941"/> + <line stroke="#888888" x1="178.09090909090912" x2="178.09090909090912" y1="51.53131200162941" y2="46.5313120016294"/> + <line stroke="#888888" x1="235.50000000000003" x2="230.50000000000003" y1="106.16993400081472" y2="106.16993400081472"/> + <line stroke="#888888" x1="230.50000000000003" x2="230.50000000000003" y1="106.16993400081472" y2="98.16993400081472"/> + <line stroke="#888888" x1="230.50000000000003" x2="235.50000000000003" y1="98.16993400081472" y2="98.16993400081472"/> + <line stroke="#888888" x1="159.5" x2="164.50000000000003" y1="98.16993400081472" y2="98.16993400081472"/> + <line stroke="#888888" x1="164.50000000000003" x2="164.50000000000003" y1="98.16993400081472" y2="106.16993400081472"/> + <line stroke="#888888" x1="164.50000000000003" x2="159.5" y1="106.16993400081472" y2="106.16993400081472"/> + <line stroke="#000000" x1="476.00000000000006" x2="476.00000000000006" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="248.00000000000006" x2="476.00000000000006" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="248.00000000000006" x2="248.00000000000006" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="309.0" x2="248.00000000000006" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="319.0" x2="309.0" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="416.00000000000006" x2="343.00000000000006" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="416.00000000000006" x2="416.00000000000006" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="248.00000000000006" x2="248.00000000000006" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="319.0" x2="319.0" y1="116.30855600000002" y2="150.30855600000004"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="343.00000000000006" x2="343.00000000000006" y1="150.30855600000004" y2="116.30855600000002"/> + <line stroke="#000000" x1="319.0" x2="319.0" y1="80.30855600000002" y2="116.30855600000002"/> + <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="319.0" x2="343.00000000000006" y1="80.30855600000002" y2="80.30855600000002"/> + <line stroke="#000000" x1="343.00000000000006" x2="343.00000000000006" y1="116.30855600000002" y2="80.30855600000002"/> + <line stroke="#000000" x1="343.00000000000006" x2="343.00000000000006" y1="80.30855600000002" y2="35.30855600000002"/> + <line stroke="#000000" x1="319.0" x2="319.0" y1="35.30855600000002" y2="80.30855600000002"/> + <line stroke="#000000" x1="343.00000000000006" x2="319.0" y1="35.30855600000002" y2="35.30855600000002"/> + <line stroke="#000000" x1="343.00000000000006" x2="363.00000000000006" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="363.00000000000006" x2="343.00000000000006" y1="116.30855600000002" y2="116.30855600000002"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="363.00000000000006" x2="363.00000000000006" y1="150.30855600000004" y2="116.30855600000002"/> + <line stroke="#000000" x1="363.00000000000006" x2="387.0" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="387.0" x2="363.00000000000006" y1="116.30855600000002" y2="116.30855600000002"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="387.0" x2="387.0" y1="150.30855600000004" y2="116.30855600000002"/> + <line stroke="#000000" x1="387.0" x2="407.00000000000006" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="407.00000000000006" x2="387.0" y1="116.30855600000002" y2="116.30855600000002"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="407.00000000000006" x2="407.00000000000006" y1="116.30855600000002" y2="150.30855600000004"/> + <line stroke="#000000" x1="417.00000000000006" x2="407.00000000000006" y1="116.30855600000002" y2="116.30855600000002"/> + <line stroke="#000000" x1="417.00000000000006" x2="417.00000000000006" y1="150.30855600000004" y2="116.30855600000002"/> + <line stroke="#000000" x1="407.00000000000006" x2="417.00000000000006" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="476.00000000000006" x2="476.00000000000006" y1="150.30855600000004" y2="88.65427796513858"/> + <line stroke="#000000" x1="416.00000000000006" x2="416.00000000000006" y1="88.65427796513858" y2="150.30855600000004"/> + <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="416.00000000000006" x2="476.00000000000006" y1="88.65427796513858" y2="88.65427796513858"/> + <line stroke="#000000" x1="416.00000000000006" x2="416.00000000000006" y1="61.65427796513857" y2="88.65427796513858"/> + <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="476.00000000000006" x2="416.00000000000006" y1="61.65427796513857" y2="61.65427796513857"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="476.00000000000006" x2="476.00000000000006" y1="88.65427796513858" y2="61.65427796513857"/> + <line stroke="#000000" x1="416.00000000000006" x2="416.00000000000006" y1="-6.972288701945219e-08" y2="61.65427796513857"/> + <line stroke="#000000" x1="476.00000000000006" x2="416.00000000000006" y1="-6.972288701945219e-08" y2="-6.972288701945219e-08"/> + <line stroke="#000000" x1="476.00000000000006" x2="476.00000000000006" y1="61.65427796513857" y2="-6.972288701945219e-08"/> + <line stroke="#000000" x1="476.00000000000006" x2="493.00000000000006" y1="88.65427796513858" y2="88.65427796513858"/> + <line stroke="#000000" x1="493.00000000000006" x2="476.00000000000006" y1="61.65427796513857" y2="61.65427796513857"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="493.00000000000006" x2="493.00000000000006" y1="88.65427796513858" y2="61.65427796513857"/> + <line stroke="#000000" x1="493.00000000000006" x2="553.0000000000001" y1="88.65427796513858" y2="88.65427796513858"/> + <line stroke="#000000" x1="553.0000000000001" x2="493.00000000000006" y1="61.65427796513857" y2="61.65427796513857"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="553.0000000000001" x2="553.0000000000001" y1="88.65427796513858" y2="61.65427796513857"/> + <line stroke="#000000" x1="553.0000000000001" x2="570.0000000000001" y1="88.65427796513858" y2="88.65427796513858"/> + <line stroke="#000000" x1="570.0000000000001" x2="553.0000000000001" y1="61.65427796513857" y2="61.65427796513857"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="570.0000000000001" x2="570.0000000000001" y1="61.65427796513857" y2="88.65427796513858"/> + <line stroke="#000000" x1="580.0000000000001" x2="570.0000000000001" y1="61.65427796513857" y2="61.65427796513857"/> + <line stroke="#000000" x1="580.0000000000001" x2="580.0000000000001" y1="88.65427796513858" y2="61.65427796513857"/> + <line stroke="#000000" x1="570.0000000000001" x2="580.0000000000001" y1="88.65427796513858" y2="88.65427796513858"/> + <line stroke="#888888" x1="270.43181818181824" x2="258.8409090909091" y1="158.058556" y2="158.058556"/> + <line stroke="#888888" x1="258.8409090909091" x2="258.8409090909091" y1="158.058556" y2="157.55855600000004"/> + <line stroke="#888888" x1="258.8409090909091" x2="270.43181818181824" y1="157.55855600000004" y2="157.55855600000004"/> + <line stroke="#888888" x1="270.43181818181824" x2="270.43181818181824" y1="157.55855600000004" y2="158.058556"/> + <line stroke="#888888" x1="298.159090909091" x2="286.56818181818187" y1="158.058556" y2="158.058556"/> + <line stroke="#888888" x1="286.56818181818187" x2="286.56818181818187" y1="158.058556" y2="157.55855600000004"/> + <line stroke="#888888" x1="286.56818181818187" x2="298.159090909091" y1="157.55855600000004" y2="157.55855600000004"/> + <line stroke="#888888" x1="298.159090909091" x2="298.159090909091" y1="157.55855600000004" y2="158.058556"/> + <line stroke="#888888" x1="326.75000000000006" x2="326.75000000000006" y1="127.39188933333335" y2="139.2252226666667"/> + <line stroke="#888888" x1="326.75000000000006" x2="326.25000000000006" y1="139.2252226666667" y2="139.2252226666667"/> + <line stroke="#888888" x1="326.25000000000006" x2="326.25000000000006" y1="139.2252226666667" y2="127.39188933333335"/> + <line stroke="#888888" x1="326.25000000000006" x2="326.75000000000006" y1="127.39188933333335" y2="127.39188933333335"/> + <line stroke="#888888" x1="335.25000000000006" x2="326.75000000000006" y1="39.30855600000002" y2="39.30855600000002"/> + <line stroke="#888888" x1="326.75000000000006" x2="326.75000000000006" y1="39.30855600000002" y2="38.80855600000002"/> + <line stroke="#888888" x1="326.75000000000006" x2="335.25000000000006" y1="38.80855600000002" y2="38.80855600000002"/> + <line stroke="#888888" x1="335.25000000000006" x2="335.25000000000006" y1="38.80855600000002" y2="39.30855600000002"/> + <line stroke="#888888" x1="362.00000000000006" x2="358.00000000000006" y1="139.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="358.00000000000006" x2="358.00000000000006" y1="139.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="358.00000000000006" x2="362.00000000000006" y1="127.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="362.00000000000006" x2="362.00000000000006" y1="127.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="350.0" x2="346.0" y1="137.808556" y2="137.808556"/> + <line stroke="#888888" x1="346.0" x2="346.0" y1="137.808556" y2="128.808556"/> + <line stroke="#888888" x1="346.0" x2="350.0" y1="128.808556" y2="128.808556"/> + <line stroke="#888888" x1="350.0" x2="350.0" y1="128.808556" y2="137.808556"/> + <line stroke="#888888" x1="386.5" x2="363.5" y1="139.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="363.5" x2="363.5" y1="139.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="363.5" x2="386.5" y1="127.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="386.5" x2="386.5" y1="127.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="392.00000000000006" x2="388.00000000000006" y1="139.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="388.00000000000006" x2="388.00000000000006" y1="139.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="388.00000000000006" x2="392.00000000000006" y1="127.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="392.00000000000006" x2="392.00000000000006" y1="127.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="414.50000000000006" x2="409.5" y1="138.9752226666667" y2="138.9752226666667"/> + <line stroke="#888888" x1="409.5" x2="409.5" y1="138.9752226666667" y2="127.64188933333335"/> + <line stroke="#888888" x1="409.5" x2="414.50000000000006" y1="127.64188933333335" y2="127.64188933333335"/> + <line stroke="#888888" x1="475.50000000000006" x2="472.50000000000006" y1="84.15427796513858" y2="84.15427796513858"/> + <line stroke="#888888" x1="472.50000000000006" x2="472.50000000000006" y1="84.15427796513858" y2="66.15427796513858"/> + <line stroke="#888888" x1="472.50000000000006" x2="475.50000000000006" y1="66.15427796513858" y2="66.15427796513858"/> + <line stroke="#888888" x1="475.50000000000006" x2="475.50000000000006" y1="66.15427796513858" y2="84.15427796513858"/> + <line stroke="#888888" x1="423.75000000000006" x2="423.75000000000006" y1="70.40427796513856" y2="79.90427796513858"/> + <line stroke="#888888" x1="423.75000000000006" x2="423.25" y1="79.90427796513858" y2="79.90427796513858"/> + <line stroke="#888888" x1="423.25" x2="423.25" y1="79.90427796513858" y2="70.40427796513856"/> + <line stroke="#888888" x1="423.25" x2="423.75000000000006" y1="70.40427796513856" y2="70.40427796513856"/> + <line stroke="#888888" x1="456.25000000000006" x2="435.75000000000006" y1="7.749999930277114" y2="7.749999930277114"/> + <line stroke="#888888" x1="435.75000000000006" x2="435.75000000000006" y1="7.749999930277114" y2="7.249999930277114"/> + <line stroke="#888888" x1="435.75000000000006" x2="456.25000000000006" y1="7.249999930277114" y2="7.249999930277114"/> + <line stroke="#888888" x1="456.25000000000006" x2="456.25000000000006" y1="7.249999930277114" y2="7.749999930277114"/> + <line stroke="#888888" x1="479.00000000000006" x2="476.00000000000006" y1="84.15427796513858" y2="84.15427796513858"/> + <line stroke="#888888" x1="476.00000000000006" x2="476.00000000000006" y1="84.15427796513858" y2="66.15427796513858"/> + <line stroke="#888888" x1="476.00000000000006" x2="479.00000000000006" y1="66.15427796513858" y2="66.15427796513858"/> + <line stroke="#888888" x1="479.00000000000006" x2="479.00000000000006" y1="66.15427796513858" y2="84.15427796513858"/> + <line stroke="#888888" x1="577.5000000000001" x2="572.5" y1="79.65427796513858" y2="79.65427796513858"/> + <line stroke="#888888" x1="572.5" x2="572.5" y1="79.65427796513858" y2="70.65427796513858"/> + <line stroke="#888888" x1="572.5" x2="577.5000000000001" y1="70.65427796513858" y2="70.65427796513858"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="623.0000000000001" x2="684.0000000000001" y1="138.30855600000004" y2="138.30855600000004"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="684.0000000000001" x2="684.0000000000001" y1="138.30855600000004" y2="162.308556"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="684.0000000000001" x2="623.0000000000001" y1="162.308556" y2="162.308556"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="623.0000000000001" x2="623.0000000000001" y1="162.308556" y2="138.30855600000004"/> + <line stroke="#000000" x1="623.0000000000001" x2="623.0000000000001" y1="131.30855600000004" y2="138.30855600000004"/> + <line stroke="#000000" x1="683.0" x2="623.0000000000001" y1="131.30855600000004" y2="131.30855600000004"/> + <line stroke="#000000" x1="683.0" x2="683.0" y1="138.30855600000004" y2="131.30855600000004"/> + <line stroke="#000000" x1="691.0" x2="684.0000000000001" y1="138.30855600000004" y2="138.30855600000004"/> + <line stroke="#000000" x1="691.0" x2="691.0" y1="162.308556" y2="138.30855600000004"/> + <line stroke="#000000" x1="684.0000000000001" x2="691.0" y1="162.308556" y2="162.308556"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="684.0000000000001" x2="684.0000000000001" y1="162.308556" y2="223.30855600000004"/> + <line stroke="#000000" x1="624.0000000000001" x2="684.0000000000001" y1="223.30855600000004" y2="223.30855600000004"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="624.0000000000001" x2="624.0000000000001" y1="162.308556" y2="223.30855600000004"/> + <line stroke="#000000" x1="708.0000000000001" x2="684.0000000000001" y1="162.308556" y2="162.308556"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="708.0000000000001" x2="708.0000000000001" y1="162.308556" y2="223.30855600000004"/> + <line stroke="#000000" x1="684.0000000000001" x2="708.0000000000001" y1="223.30855600000004" y2="223.30855600000004"/> + <line stroke="#000000" x1="768.0000000000001" x2="708.0000000000001" y1="162.308556" y2="162.308556"/> + <line stroke="#000000" x1="768.0000000000001" x2="768.0000000000001" y1="223.30855600000004" y2="162.308556"/> + <line stroke="#000000" x1="708.0000000000001" x2="768.0000000000001" y1="223.30855600000004" y2="223.30855600000004"/> + <line stroke="#000000" x1="624.0000000000001" x2="600.0" y1="162.308556" y2="162.308556"/> + <line stroke="#000000" x1="600.0" x2="624.0000000000001" y1="223.30855600000004" y2="223.30855600000004"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="600.0" x2="600.0" y1="223.30855600000004" y2="162.308556"/> + <line stroke="#000000" x1="590.0" x2="600.0" y1="223.30855600000004" y2="223.30855600000004"/> + <line stroke="#000000" x1="590.0" x2="590.0" y1="162.308556" y2="223.30855600000004"/> + <line stroke="#000000" x1="600.0" x2="590.0" y1="162.308556" y2="162.308556"/> + <line stroke="#000000" x1="616.0000000000001" x2="623.0000000000001" y1="162.308556" y2="162.308556"/> + <line stroke="#000000" x1="616.0000000000001" x2="616.0000000000001" y1="138.30855600000004" y2="162.308556"/> + <line stroke="#000000" x1="623.0000000000001" x2="616.0000000000001" y1="138.30855600000004" y2="138.30855600000004"/> + <line stroke="#888888" x1="672.0909090909092" x2="675.5909090909091" y1="133.058556" y2="133.058556"/> + <line stroke="#888888" x1="675.5909090909091" x2="672.0909090909092" y1="133.058556" y2="136.55855600000004"/> + <line stroke="#888888" x1="672.0909090909092" x2="661.1818181818181" y1="136.55855600000004" y2="136.55855600000004"/> + <line stroke="#888888" x1="661.1818181818181" x2="657.6818181818184" y1="136.55855600000004" y2="133.058556"/> + <line stroke="#888888" x1="657.6818181818184" x2="661.1818181818181" y1="133.058556" y2="133.058556"/> + <line stroke="#888888" x1="644.818181818182" x2="648.3181818181819" y1="133.058556" y2="133.058556"/> + <line stroke="#888888" x1="648.3181818181819" x2="644.818181818182" y1="133.058556" y2="136.55855600000004"/> + <line stroke="#888888" x1="644.818181818182" x2="633.9090909090909" y1="136.55855600000004" y2="136.55855600000004"/> + <line stroke="#888888" x1="633.9090909090909" x2="630.409090909091" y1="136.55855600000004" y2="133.058556"/> + <line stroke="#888888" x1="630.409090909091" x2="633.9090909090909" y1="133.058556" y2="133.058556"/> + <line stroke="#888888" x1="689.2500000000001" x2="685.75" y1="154.30855600000004" y2="154.30855600000004"/> + <line stroke="#888888" x1="685.75" x2="685.75" y1="154.30855600000004" y2="146.308556"/> + <line stroke="#888888" x1="685.75" x2="689.2500000000001" y1="146.308556" y2="146.308556"/> + <line stroke="#888888" x1="631.5000000000001" x2="631.5000000000001" y1="213.80855600000004" y2="195.80855600000004"/> + <line stroke="#888888" x1="631.5000000000001" x2="666.5000000000001" y1="195.80855600000004" y2="195.80855600000004"/> + <line stroke="#888888" x1="666.5000000000001" x2="666.5000000000001" y1="195.80855600000004" y2="213.80855600000004"/> + <line stroke="#888888" x1="666.5000000000001" x2="631.5000000000001" y1="213.80855600000004" y2="213.80855600000004"/> + <line stroke="#888888" x1="684.5000000000001" x2="684.5000000000001" y1="175.55855600000004" y2="172.55855600000004"/> + <line stroke="#888888" x1="684.5000000000001" x2="687.5000000000001" y1="172.55855600000004" y2="172.55855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="687.5000000000001" y1="172.55855600000004" y2="175.55855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="684.5000000000001" y1="175.55855600000004" y2="175.55855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="705.5000000000001" y1="174.55855600000004" y2="173.55855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="706.5000000000001" y1="173.55855600000004" y2="173.55855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="706.5000000000001" y1="173.55855600000004" y2="174.55855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="705.5000000000001" y1="174.55855600000004" y2="174.55855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="685.5000000000001" y1="177.05855600000004" y2="176.058556"/> + <line stroke="#888888" x1="685.5000000000001" x2="686.5000000000001" y1="176.058556" y2="176.058556"/> + <line stroke="#888888" x1="686.5000000000001" x2="686.5000000000001" y1="176.058556" y2="177.05855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="685.5000000000001" y1="177.05855600000004" y2="177.05855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="705.5000000000001" y1="177.05855600000004" y2="176.058556"/> + <line stroke="#888888" x1="705.5000000000001" x2="706.5000000000001" y1="176.058556" y2="176.058556"/> + <line stroke="#888888" x1="706.5000000000001" x2="706.5000000000001" y1="176.058556" y2="177.05855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="705.5000000000001" y1="177.05855600000004" y2="177.05855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="685.5000000000001" y1="179.55855600000004" y2="178.558556"/> + <line stroke="#888888" x1="685.5000000000001" x2="686.5000000000001" y1="178.558556" y2="178.558556"/> + <line stroke="#888888" x1="686.5000000000001" x2="686.5000000000001" y1="178.558556" y2="179.55855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="685.5000000000001" y1="179.55855600000004" y2="179.55855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="705.5000000000001" y1="179.55855600000004" y2="178.558556"/> + <line stroke="#888888" x1="705.5000000000001" x2="706.5000000000001" y1="178.558556" y2="178.558556"/> + <line stroke="#888888" x1="706.5000000000001" x2="706.5000000000001" y1="178.558556" y2="179.55855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="705.5000000000001" y1="179.55855600000004" y2="179.55855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="685.5000000000001" y1="182.05855600000004" y2="181.058556"/> + <line stroke="#888888" x1="685.5000000000001" x2="686.5000000000001" y1="181.058556" y2="181.058556"/> + <line stroke="#888888" x1="686.5000000000001" x2="686.5000000000001" y1="181.058556" y2="182.05855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="685.5000000000001" y1="182.05855600000004" y2="182.05855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="705.5000000000001" y1="182.05855600000004" y2="181.058556"/> + <line stroke="#888888" x1="705.5000000000001" x2="706.5000000000001" y1="181.058556" y2="181.058556"/> + <line stroke="#888888" x1="706.5000000000001" x2="706.5000000000001" y1="181.058556" y2="182.05855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="705.5000000000001" y1="182.05855600000004" y2="182.05855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="685.5000000000001" y1="184.55855600000004" y2="183.55855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="686.5000000000001" y1="183.55855600000004" y2="183.55855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="686.5000000000001" y1="183.55855600000004" y2="184.55855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="685.5000000000001" y1="184.55855600000004" y2="184.55855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="705.5000000000001" y1="184.55855600000004" y2="183.55855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="706.5000000000001" y1="183.55855600000004" y2="183.55855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="706.5000000000001" y1="183.55855600000004" y2="184.55855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="705.5000000000001" y1="184.55855600000004" y2="184.55855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="685.5000000000001" y1="187.05855600000004" y2="186.05855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="686.5000000000001" y1="186.05855600000004" y2="186.05855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="686.5000000000001" y1="186.05855600000004" y2="187.05855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="685.5000000000001" y1="187.05855600000004" y2="187.05855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="705.5000000000001" y1="187.05855600000004" y2="186.05855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="706.5000000000001" y1="186.05855600000004" y2="186.05855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="706.5000000000001" y1="186.05855600000004" y2="187.05855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="705.5000000000001" y1="187.05855600000004" y2="187.05855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="685.5000000000001" y1="189.55855600000004" y2="188.55855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="686.5000000000001" y1="188.55855600000004" y2="188.55855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="686.5000000000001" y1="188.55855600000004" y2="189.55855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="685.5000000000001" y1="189.55855600000004" y2="189.55855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="705.5000000000001" y1="189.55855600000004" y2="188.55855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="706.5000000000001" y1="188.55855600000004" y2="188.55855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="706.5000000000001" y1="188.55855600000004" y2="189.55855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="705.5000000000001" y1="189.55855600000004" y2="189.55855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="685.5000000000001" y1="192.058556" y2="191.05855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="686.5000000000001" y1="191.05855600000004" y2="191.05855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="686.5000000000001" y1="191.05855600000004" y2="192.058556"/> + <line stroke="#888888" x1="686.5000000000001" x2="685.5000000000001" y1="192.058556" y2="192.058556"/> + <line stroke="#888888" x1="705.5000000000001" x2="705.5000000000001" y1="192.058556" y2="191.05855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="706.5000000000001" y1="191.05855600000004" y2="191.05855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="706.5000000000001" y1="191.05855600000004" y2="192.058556"/> + <line stroke="#888888" x1="706.5000000000001" x2="705.5000000000001" y1="192.058556" y2="192.058556"/> + <line stroke="#888888" x1="685.5000000000001" x2="685.5000000000001" y1="194.558556" y2="193.55855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="686.5000000000001" y1="193.55855600000004" y2="193.55855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="686.5000000000001" y1="193.55855600000004" y2="194.558556"/> + <line stroke="#888888" x1="686.5000000000001" x2="685.5000000000001" y1="194.558556" y2="194.558556"/> + <line stroke="#888888" x1="705.5000000000001" x2="705.5000000000001" y1="194.558556" y2="193.55855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="706.5000000000001" y1="193.55855600000004" y2="193.55855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="706.5000000000001" y1="193.55855600000004" y2="194.558556"/> + <line stroke="#888888" x1="706.5000000000001" x2="705.5000000000001" y1="194.558556" y2="194.558556"/> + <line stroke="#888888" x1="685.5000000000001" x2="685.5000000000001" y1="197.05855600000004" y2="196.05855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="686.5000000000001" y1="196.05855600000004" y2="196.05855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="686.5000000000001" y1="196.05855600000004" y2="197.05855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="685.5000000000001" y1="197.05855600000004" y2="197.05855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="705.5000000000001" y1="197.05855600000004" y2="196.05855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="706.5000000000001" y1="196.05855600000004" y2="196.05855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="706.5000000000001" y1="196.05855600000004" y2="197.05855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="705.5000000000001" y1="197.05855600000004" y2="197.05855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="685.5000000000001" y1="199.55855600000004" y2="198.55855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="686.5000000000001" y1="198.55855600000004" y2="198.55855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="686.5000000000001" y1="198.55855600000004" y2="199.55855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="685.5000000000001" y1="199.55855600000004" y2="199.55855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="705.5000000000001" y1="199.55855600000004" y2="198.55855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="706.5000000000001" y1="198.55855600000004" y2="198.55855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="706.5000000000001" y1="198.55855600000004" y2="199.55855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="705.5000000000001" y1="199.55855600000004" y2="199.55855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="685.5000000000001" y1="202.05855600000004" y2="201.058556"/> + <line stroke="#888888" x1="685.5000000000001" x2="686.5000000000001" y1="201.058556" y2="201.058556"/> + <line stroke="#888888" x1="686.5000000000001" x2="686.5000000000001" y1="201.058556" y2="202.05855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="685.5000000000001" y1="202.05855600000004" y2="202.05855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="705.5000000000001" y1="202.05855600000004" y2="201.058556"/> + <line stroke="#888888" x1="705.5000000000001" x2="706.5000000000001" y1="201.058556" y2="201.058556"/> + <line stroke="#888888" x1="706.5000000000001" x2="706.5000000000001" y1="201.058556" y2="202.05855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="705.5000000000001" y1="202.05855600000004" y2="202.05855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="685.5000000000001" y1="204.55855600000004" y2="203.558556"/> + <line stroke="#888888" x1="685.5000000000001" x2="686.5000000000001" y1="203.558556" y2="203.558556"/> + <line stroke="#888888" x1="686.5000000000001" x2="686.5000000000001" y1="203.558556" y2="204.55855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="685.5000000000001" y1="204.55855600000004" y2="204.55855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="705.5000000000001" y1="204.55855600000004" y2="203.558556"/> + <line stroke="#888888" x1="705.5000000000001" x2="706.5000000000001" y1="203.558556" y2="203.558556"/> + <line stroke="#888888" x1="706.5000000000001" x2="706.5000000000001" y1="203.558556" y2="204.55855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="705.5000000000001" y1="204.55855600000004" y2="204.55855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="685.5000000000001" y1="207.05855600000004" y2="206.05855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="686.5000000000001" y1="206.05855600000004" y2="206.05855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="686.5000000000001" y1="206.05855600000004" y2="207.05855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="685.5000000000001" y1="207.05855600000004" y2="207.05855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="705.5000000000001" y1="207.05855600000004" y2="206.05855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="706.5000000000001" y1="206.05855600000004" y2="206.05855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="706.5000000000001" y1="206.05855600000004" y2="207.05855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="705.5000000000001" y1="207.05855600000004" y2="207.05855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="685.5000000000001" y1="209.55855600000004" y2="208.55855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="686.5000000000001" y1="208.55855600000004" y2="208.55855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="686.5000000000001" y1="208.55855600000004" y2="209.55855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="685.5000000000001" y1="209.55855600000004" y2="209.55855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="705.5000000000001" y1="209.55855600000004" y2="208.55855600000004"/> + <line stroke="#888888" x1="705.5000000000001" x2="706.5000000000001" y1="208.55855600000004" y2="208.55855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="706.5000000000001" y1="208.55855600000004" y2="209.55855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="705.5000000000001" y1="209.55855600000004" y2="209.55855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="685.5000000000001" y1="212.05855600000004" y2="211.05855600000004"/> + <line stroke="#888888" x1="685.5000000000001" x2="686.5000000000001" y1="211.05855600000004" y2="211.05855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="686.5000000000001" y1="211.05855600000004" y2="212.05855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="685.5000000000001" y1="212.05855600000004" y2="212.05855600000004"/> + <line stroke="#888888" x1="704.5000000000001" x2="704.5000000000001" y1="213.05855600000004" y2="210.05855600000004"/> + <line stroke="#888888" x1="704.5000000000001" x2="707.5000000000001" y1="210.05855600000004" y2="210.05855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="707.5000000000001" y1="210.05855600000004" y2="213.05855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="704.5000000000001" y1="213.05855600000004" y2="213.05855600000004"/> + <line stroke="#888888" x1="700.2500000000001" x2="691.7500000000001" y1="170.05855600000004" y2="170.05855600000004"/> + <line stroke="#888888" x1="691.7500000000001" x2="691.7500000000001" y1="170.05855600000004" y2="169.558556"/> + <line stroke="#888888" x1="691.7500000000001" x2="700.2500000000001" y1="169.558556" y2="169.558556"/> + <line stroke="#888888" x1="700.2500000000001" x2="700.2500000000001" y1="169.558556" y2="170.05855600000004"/> + <line stroke="#888888" x1="691.7500000000001" x2="700.2500000000001" y1="217.80855600000004" y2="217.80855600000004"/> + <line stroke="#888888" x1="700.2500000000001" x2="700.2500000000001" y1="217.80855600000004" y2="218.30855600000004"/> + <line stroke="#888888" x1="700.2500000000001" x2="691.7500000000001" y1="218.30855600000004" y2="218.30855600000004"/> + <line stroke="#888888" x1="691.7500000000001" x2="691.7500000000001" y1="218.30855600000004" y2="217.80855600000004"/> + <line stroke="#888888" x1="723.0000000000001" x2="723.0000000000001" y1="213.30855600000004" y2="200.30855600000004"/> + <line stroke="#888888" x1="723.0000000000001" x2="753.0000000000001" y1="200.30855600000004" y2="200.30855600000004"/> + <line stroke="#888888" x1="753.0000000000001" x2="753.0000000000001" y1="200.30855600000004" y2="213.30855600000004"/> + <line stroke="#888888" x1="753.0000000000001" x2="723.0000000000001" y1="213.30855600000004" y2="213.30855600000004"/> + <line stroke="#888888" x1="730.0681818181819" x2="718.659090909091" y1="167.80855600000004" y2="167.80855600000004"/> + <line stroke="#888888" x1="718.659090909091" x2="718.659090909091" y1="167.80855600000004" y2="167.308556"/> + <line stroke="#888888" x1="718.659090909091" x2="730.0681818181819" y1="167.308556" y2="167.308556"/> + <line stroke="#888888" x1="730.0681818181819" x2="730.0681818181819" y1="167.308556" y2="167.80855600000004"/> + <line stroke="#888888" x1="757.3409090909092" x2="745.9318181818182" y1="167.80855600000004" y2="167.80855600000004"/> + <line stroke="#888888" x1="745.9318181818182" x2="745.9318181818182" y1="167.80855600000004" y2="167.308556"/> + <line stroke="#888888" x1="745.9318181818182" x2="757.3409090909092" y1="167.308556" y2="167.308556"/> + <line stroke="#888888" x1="757.3409090909092" x2="757.3409090909092" y1="167.308556" y2="167.80855600000004"/> + <line stroke="#888888" x1="760.25" x2="760.25" y1="184.74037418181823" y2="173.14946509090913"/> + <line stroke="#888888" x1="760.25" x2="760.75" y1="173.14946509090913" y2="173.14946509090913"/> + <line stroke="#888888" x1="760.75" x2="760.75" y1="173.14946509090913" y2="184.74037418181823"/> + <line stroke="#888888" x1="760.75" x2="760.25" y1="184.74037418181823" y2="184.74037418181823"/> + <line stroke="#888888" x1="760.25" x2="760.25" y1="212.46764690909094" y2="200.87673781818185"/> + <line stroke="#888888" x1="760.25" x2="760.75" y1="200.87673781818185" y2="200.87673781818185"/> + <line stroke="#888888" x1="760.75" x2="760.75" y1="200.87673781818185" y2="212.46764690909094"/> + <line stroke="#888888" x1="760.75" x2="760.25" y1="212.46764690909094" y2="212.46764690909094"/> + <line stroke="#888888" x1="600.5" x2="600.5" y1="175.55855600000004" y2="172.55855600000004"/> + <line stroke="#888888" x1="600.5" x2="603.5000000000001" y1="172.55855600000004" y2="172.55855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="603.5000000000001" y1="172.55855600000004" y2="175.55855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="600.5" y1="175.55855600000004" y2="175.55855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="621.5000000000001" y1="174.55855600000004" y2="173.55855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="622.5000000000001" y1="173.55855600000004" y2="173.55855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="622.5000000000001" y1="173.55855600000004" y2="174.55855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="621.5000000000001" y1="174.55855600000004" y2="174.55855600000004"/> + <line stroke="#888888" x1="601.5" x2="601.5" y1="177.05855600000004" y2="176.058556"/> + <line stroke="#888888" x1="601.5" x2="602.5000000000001" y1="176.058556" y2="176.058556"/> + <line stroke="#888888" x1="602.5000000000001" x2="602.5000000000001" y1="176.058556" y2="177.05855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="601.5" y1="177.05855600000004" y2="177.05855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="621.5000000000001" y1="177.05855600000004" y2="176.058556"/> + <line stroke="#888888" x1="621.5000000000001" x2="622.5000000000001" y1="176.058556" y2="176.058556"/> + <line stroke="#888888" x1="622.5000000000001" x2="622.5000000000001" y1="176.058556" y2="177.05855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="621.5000000000001" y1="177.05855600000004" y2="177.05855600000004"/> + <line stroke="#888888" x1="601.5" x2="601.5" y1="179.55855600000004" y2="178.558556"/> + <line stroke="#888888" x1="601.5" x2="602.5000000000001" y1="178.558556" y2="178.558556"/> + <line stroke="#888888" x1="602.5000000000001" x2="602.5000000000001" y1="178.558556" y2="179.55855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="601.5" y1="179.55855600000004" y2="179.55855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="621.5000000000001" y1="179.55855600000004" y2="178.558556"/> + <line stroke="#888888" x1="621.5000000000001" x2="622.5000000000001" y1="178.558556" y2="178.558556"/> + <line stroke="#888888" x1="622.5000000000001" x2="622.5000000000001" y1="178.558556" y2="179.55855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="621.5000000000001" y1="179.55855600000004" y2="179.55855600000004"/> + <line stroke="#888888" x1="601.5" x2="601.5" y1="182.05855600000004" y2="181.058556"/> + <line stroke="#888888" x1="601.5" x2="602.5000000000001" y1="181.058556" y2="181.058556"/> + <line stroke="#888888" x1="602.5000000000001" x2="602.5000000000001" y1="181.058556" y2="182.05855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="601.5" y1="182.05855600000004" y2="182.05855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="621.5000000000001" y1="182.05855600000004" y2="181.058556"/> + <line stroke="#888888" x1="621.5000000000001" x2="622.5000000000001" y1="181.058556" y2="181.058556"/> + <line stroke="#888888" x1="622.5000000000001" x2="622.5000000000001" y1="181.058556" y2="182.05855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="621.5000000000001" y1="182.05855600000004" y2="182.05855600000004"/> + <line stroke="#888888" x1="601.5" x2="601.5" y1="184.55855600000004" y2="183.55855600000004"/> + <line stroke="#888888" x1="601.5" x2="602.5000000000001" y1="183.55855600000004" y2="183.55855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="602.5000000000001" y1="183.55855600000004" y2="184.55855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="601.5" y1="184.55855600000004" y2="184.55855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="621.5000000000001" y1="184.55855600000004" y2="183.55855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="622.5000000000001" y1="183.55855600000004" y2="183.55855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="622.5000000000001" y1="183.55855600000004" y2="184.55855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="621.5000000000001" y1="184.55855600000004" y2="184.55855600000004"/> + <line stroke="#888888" x1="601.5" x2="601.5" y1="187.05855600000004" y2="186.05855600000004"/> + <line stroke="#888888" x1="601.5" x2="602.5000000000001" y1="186.05855600000004" y2="186.05855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="602.5000000000001" y1="186.05855600000004" y2="187.05855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="601.5" y1="187.05855600000004" y2="187.05855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="621.5000000000001" y1="187.05855600000004" y2="186.05855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="622.5000000000001" y1="186.05855600000004" y2="186.05855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="622.5000000000001" y1="186.05855600000004" y2="187.05855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="621.5000000000001" y1="187.05855600000004" y2="187.05855600000004"/> + <line stroke="#888888" x1="601.5" x2="601.5" y1="189.55855600000004" y2="188.55855600000004"/> + <line stroke="#888888" x1="601.5" x2="602.5000000000001" y1="188.55855600000004" y2="188.55855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="602.5000000000001" y1="188.55855600000004" y2="189.55855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="601.5" y1="189.55855600000004" y2="189.55855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="621.5000000000001" y1="189.55855600000004" y2="188.55855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="622.5000000000001" y1="188.55855600000004" y2="188.55855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="622.5000000000001" y1="188.55855600000004" y2="189.55855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="621.5000000000001" y1="189.55855600000004" y2="189.55855600000004"/> + <line stroke="#888888" x1="601.5" x2="601.5" y1="192.058556" y2="191.05855600000004"/> + <line stroke="#888888" x1="601.5" x2="602.5000000000001" y1="191.05855600000004" y2="191.05855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="602.5000000000001" y1="191.05855600000004" y2="192.058556"/> + <line stroke="#888888" x1="602.5000000000001" x2="601.5" y1="192.058556" y2="192.058556"/> + <line stroke="#888888" x1="621.5000000000001" x2="621.5000000000001" y1="192.058556" y2="191.05855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="622.5000000000001" y1="191.05855600000004" y2="191.05855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="622.5000000000001" y1="191.05855600000004" y2="192.058556"/> + <line stroke="#888888" x1="622.5000000000001" x2="621.5000000000001" y1="192.058556" y2="192.058556"/> + <line stroke="#888888" x1="601.5" x2="601.5" y1="194.558556" y2="193.55855600000004"/> + <line stroke="#888888" x1="601.5" x2="602.5000000000001" y1="193.55855600000004" y2="193.55855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="602.5000000000001" y1="193.55855600000004" y2="194.558556"/> + <line stroke="#888888" x1="602.5000000000001" x2="601.5" y1="194.558556" y2="194.558556"/> + <line stroke="#888888" x1="621.5000000000001" x2="621.5000000000001" y1="194.558556" y2="193.55855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="622.5000000000001" y1="193.55855600000004" y2="193.55855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="622.5000000000001" y1="193.55855600000004" y2="194.558556"/> + <line stroke="#888888" x1="622.5000000000001" x2="621.5000000000001" y1="194.558556" y2="194.558556"/> + <line stroke="#888888" x1="601.5" x2="601.5" y1="197.05855600000004" y2="196.05855600000004"/> + <line stroke="#888888" x1="601.5" x2="602.5000000000001" y1="196.05855600000004" y2="196.05855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="602.5000000000001" y1="196.05855600000004" y2="197.05855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="601.5" y1="197.05855600000004" y2="197.05855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="621.5000000000001" y1="197.05855600000004" y2="196.05855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="622.5000000000001" y1="196.05855600000004" y2="196.05855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="622.5000000000001" y1="196.05855600000004" y2="197.05855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="621.5000000000001" y1="197.05855600000004" y2="197.05855600000004"/> + <line stroke="#888888" x1="601.5" x2="601.5" y1="199.55855600000004" y2="198.55855600000004"/> + <line stroke="#888888" x1="601.5" x2="602.5000000000001" y1="198.55855600000004" y2="198.55855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="602.5000000000001" y1="198.55855600000004" y2="199.55855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="601.5" y1="199.55855600000004" y2="199.55855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="621.5000000000001" y1="199.55855600000004" y2="198.55855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="622.5000000000001" y1="198.55855600000004" y2="198.55855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="622.5000000000001" y1="198.55855600000004" y2="199.55855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="621.5000000000001" y1="199.55855600000004" y2="199.55855600000004"/> + <line stroke="#888888" x1="601.5" x2="601.5" y1="202.05855600000004" y2="201.058556"/> + <line stroke="#888888" x1="601.5" x2="602.5000000000001" y1="201.058556" y2="201.058556"/> + <line stroke="#888888" x1="602.5000000000001" x2="602.5000000000001" y1="201.058556" y2="202.05855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="601.5" y1="202.05855600000004" y2="202.05855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="621.5000000000001" y1="202.05855600000004" y2="201.058556"/> + <line stroke="#888888" x1="621.5000000000001" x2="622.5000000000001" y1="201.058556" y2="201.058556"/> + <line stroke="#888888" x1="622.5000000000001" x2="622.5000000000001" y1="201.058556" y2="202.05855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="621.5000000000001" y1="202.05855600000004" y2="202.05855600000004"/> + <line stroke="#888888" x1="601.5" x2="601.5" y1="204.55855600000004" y2="203.558556"/> + <line stroke="#888888" x1="601.5" x2="602.5000000000001" y1="203.558556" y2="203.558556"/> + <line stroke="#888888" x1="602.5000000000001" x2="602.5000000000001" y1="203.558556" y2="204.55855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="601.5" y1="204.55855600000004" y2="204.55855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="621.5000000000001" y1="204.55855600000004" y2="203.558556"/> + <line stroke="#888888" x1="621.5000000000001" x2="622.5000000000001" y1="203.558556" y2="203.558556"/> + <line stroke="#888888" x1="622.5000000000001" x2="622.5000000000001" y1="203.558556" y2="204.55855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="621.5000000000001" y1="204.55855600000004" y2="204.55855600000004"/> + <line stroke="#888888" x1="601.5" x2="601.5" y1="207.05855600000004" y2="206.05855600000004"/> + <line stroke="#888888" x1="601.5" x2="602.5000000000001" y1="206.05855600000004" y2="206.05855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="602.5000000000001" y1="206.05855600000004" y2="207.05855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="601.5" y1="207.05855600000004" y2="207.05855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="621.5000000000001" y1="207.05855600000004" y2="206.05855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="622.5000000000001" y1="206.05855600000004" y2="206.05855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="622.5000000000001" y1="206.05855600000004" y2="207.05855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="621.5000000000001" y1="207.05855600000004" y2="207.05855600000004"/> + <line stroke="#888888" x1="601.5" x2="601.5" y1="209.55855600000004" y2="208.55855600000004"/> + <line stroke="#888888" x1="601.5" x2="602.5000000000001" y1="208.55855600000004" y2="208.55855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="602.5000000000001" y1="208.55855600000004" y2="209.55855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="601.5" y1="209.55855600000004" y2="209.55855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="621.5000000000001" y1="209.55855600000004" y2="208.55855600000004"/> + <line stroke="#888888" x1="621.5000000000001" x2="622.5000000000001" y1="208.55855600000004" y2="208.55855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="622.5000000000001" y1="208.55855600000004" y2="209.55855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="621.5000000000001" y1="209.55855600000004" y2="209.55855600000004"/> + <line stroke="#888888" x1="601.5" x2="601.5" y1="212.05855600000004" y2="211.05855600000004"/> + <line stroke="#888888" x1="601.5" x2="602.5000000000001" y1="211.05855600000004" y2="211.05855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="602.5000000000001" y1="211.05855600000004" y2="212.05855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="601.5" y1="212.05855600000004" y2="212.05855600000004"/> + <line stroke="#888888" x1="620.5000000000001" x2="620.5000000000001" y1="213.05855600000004" y2="210.05855600000004"/> + <line stroke="#888888" x1="620.5000000000001" x2="623.5000000000001" y1="210.05855600000004" y2="210.05855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="623.5000000000001" y1="210.05855600000004" y2="213.05855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="620.5000000000001" y1="213.05855600000004" y2="213.05855600000004"/> + <line stroke="#888888" x1="616.2500000000001" x2="607.7500000000001" y1="170.05855600000004" y2="170.05855600000004"/> + <line stroke="#888888" x1="607.7500000000001" x2="607.7500000000001" y1="170.05855600000004" y2="169.558556"/> + <line stroke="#888888" x1="607.7500000000001" x2="616.2500000000001" y1="169.558556" y2="169.558556"/> + <line stroke="#888888" x1="616.2500000000001" x2="616.2500000000001" y1="169.558556" y2="170.05855600000004"/> + <line stroke="#888888" x1="607.7500000000001" x2="616.2500000000001" y1="217.80855600000004" y2="217.80855600000004"/> + <line stroke="#888888" x1="616.2500000000001" x2="616.2500000000001" y1="217.80855600000004" y2="218.30855600000004"/> + <line stroke="#888888" x1="616.2500000000001" x2="607.7500000000001" y1="218.30855600000004" y2="218.30855600000004"/> + <line stroke="#888888" x1="607.7500000000001" x2="607.7500000000001" y1="218.30855600000004" y2="217.80855600000004"/> + <line stroke="#888888" x1="592.5" x2="597.5000000000001" y1="173.39946509090913" y2="173.39946509090913"/> + <line stroke="#888888" x1="597.5000000000001" x2="597.5000000000001" y1="173.39946509090913" y2="184.49037418181823"/> + <line stroke="#888888" x1="597.5000000000001" x2="592.5" y1="184.49037418181823" y2="184.49037418181823"/> + <line stroke="#888888" x1="592.5" x2="597.5000000000001" y1="201.12673781818185" y2="201.12673781818185"/> + <line stroke="#888888" x1="597.5000000000001" x2="597.5000000000001" y1="201.12673781818185" y2="212.21764690909094"/> + <line stroke="#888888" x1="597.5000000000001" x2="592.5" y1="212.21764690909094" y2="212.21764690909094"/> + <line stroke="#888888" x1="617.7500000000001" x2="621.2500000000001" y1="146.308556" y2="146.308556"/> + <line stroke="#888888" x1="621.2500000000001" x2="621.2500000000001" y1="146.308556" y2="154.30855600000004"/> + <line stroke="#888888" x1="621.2500000000001" x2="617.7500000000001" y1="154.30855600000004" y2="154.30855600000004"/> </svg> diff --git a/rocolib/output/ServoStackBatteryMount/graph-model.png b/rocolib/output/ServoStackBatteryMount/graph-model.png index 913cc95bc8b22bc4c4d867cd2b6897b15edb66f1..5921cd919e4178fbdff02692136c5d2d1d82bd66 100644 Binary files a/rocolib/output/ServoStackBatteryMount/graph-model.png and b/rocolib/output/ServoStackBatteryMount/graph-model.png differ diff --git a/rocolib/output/ServoStackBatteryMount/graph-model.stl b/rocolib/output/ServoStackBatteryMount/graph-model.stl index 994e5a40689b443ad338e838520af8d68796ba96..61e0bfbe6e6ce61bd158c59089de96bb8154be76 100644 --- a/rocolib/output/ServoStackBatteryMount/graph-model.stl +++ b/rocolib/output/ServoStackBatteryMount/graph-model.stl @@ -1,660 +1,660 @@ solid python facet normal 0 0 0 outer loop -vertex 0.0600 -0.0617 0.0000 -vertex 0.1200 -0.0617 0.0000 -vertex 0.1200 0.0000 0.0000 +vertex 0.1680 -0.0617 0.0000 +vertex 0.2280 -0.0617 0.0000 +vertex 0.2280 0.0000 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1200 0.0000 0.0000 -vertex 0.0600 0.0000 0.0000 -vertex 0.0600 -0.0617 0.0000 +vertex 0.2280 0.0000 0.0000 +vertex 0.1680 0.0000 0.0000 +vertex 0.1680 -0.0617 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1200 -0.0807 0.0191 -vertex 0.0600 -0.0807 0.0191 -vertex 0.0600 -0.0807 0.0807 +vertex 0.2280 -0.0807 0.0191 +vertex 0.1680 -0.0807 0.0191 +vertex 0.1680 -0.0807 0.0807 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0600 -0.0807 0.0807 -vertex 0.1200 -0.0807 0.0807 -vertex 0.1200 -0.0807 0.0191 +vertex 0.1680 -0.0807 0.0807 +vertex 0.2280 -0.0807 0.0807 +vertex 0.2280 -0.0807 0.0191 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0600 -0.0807 0.0191 -vertex 0.0600 -0.0617 -0.0000 -vertex 0.0600 -0.0737 -0.0120 +vertex 0.1680 -0.0807 0.0191 +vertex 0.1680 -0.0617 -0.0000 +vertex 0.1680 -0.0737 -0.0120 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0600 -0.0737 -0.0120 -vertex 0.0600 -0.0928 0.0071 -vertex 0.0600 -0.0807 0.0191 +vertex 0.1680 -0.0737 -0.0120 +vertex 0.1680 -0.0928 0.0071 +vertex 0.1680 -0.0807 0.0191 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0600 -0.0928 0.0071 -vertex 0.0600 -0.0737 -0.0120 -vertex 0.1200 -0.0737 -0.0120 +vertex 0.1680 -0.0928 0.0071 +vertex 0.1680 -0.0737 -0.0120 +vertex 0.2280 -0.0737 -0.0120 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1200 -0.0737 -0.0120 -vertex 0.1200 -0.0928 0.0071 -vertex 0.0600 -0.0928 0.0071 +vertex 0.2280 -0.0737 -0.0120 +vertex 0.2280 -0.0928 0.0071 +vertex 0.1680 -0.0928 0.0071 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1200 -0.0737 -0.0120 -vertex 0.1200 -0.0670 0.0011 -vertex 0.1200 -0.0797 0.0138 +vertex 0.2280 -0.0737 -0.0120 +vertex 0.2280 -0.0670 0.0011 +vertex 0.2280 -0.0797 0.0138 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1200 -0.0670 0.0011 -vertex 0.1200 -0.0737 -0.0120 -vertex 0.1200 -0.0617 0.0000 +vertex 0.2280 -0.0670 0.0011 +vertex 0.2280 -0.0737 -0.0120 +vertex 0.2280 -0.0617 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1200 -0.0928 0.0071 -vertex 0.1200 -0.0797 0.0138 -vertex 0.1200 -0.0807 0.0191 +vertex 0.2280 -0.0928 0.0071 +vertex 0.2280 -0.0797 0.0138 +vertex 0.2280 -0.0807 0.0191 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1200 -0.0797 0.0138 -vertex 0.1200 -0.0928 0.0071 -vertex 0.1200 -0.0737 -0.0120 +vertex 0.2280 -0.0797 0.0138 +vertex 0.2280 -0.0928 0.0071 +vertex 0.2280 -0.0737 -0.0120 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1200 -0.0617 0.0000 -vertex 0.1200 -0.0648 0.0032 -vertex 0.1200 -0.0670 0.0011 +vertex 0.2280 -0.0617 0.0000 +vertex 0.2280 -0.0648 0.0032 +vertex 0.2280 -0.0670 0.0011 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1200 -0.0776 0.0159 -vertex 0.1200 -0.0807 0.0191 -vertex 0.1200 -0.0797 0.0138 +vertex 0.2280 -0.0776 0.0159 +vertex 0.2280 -0.0807 0.0191 +vertex 0.2280 -0.0797 0.0138 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1200 -0.0617 0.0000 -vertex 0.1195 -0.0648 0.0032 -vertex 0.1195 -0.0776 0.0159 +vertex 0.2280 -0.0617 0.0000 +vertex 0.2275 -0.0648 0.0032 +vertex 0.2275 -0.0776 0.0159 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1195 -0.0648 0.0032 -vertex 0.1200 -0.0617 0.0000 -vertex 0.1165 -0.0648 0.0032 +vertex 0.2275 -0.0648 0.0032 +vertex 0.2280 -0.0617 0.0000 +vertex 0.2245 -0.0648 0.0032 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1200 -0.0807 0.0191 -vertex 0.1195 -0.0776 0.0159 -vertex 0.1165 -0.0776 0.0159 +vertex 0.2280 -0.0807 0.0191 +vertex 0.2275 -0.0776 0.0159 +vertex 0.2245 -0.0776 0.0159 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1195 -0.0776 0.0159 -vertex 0.1200 -0.0807 0.0191 -vertex 0.1200 -0.0617 0.0000 +vertex 0.2275 -0.0776 0.0159 +vertex 0.2280 -0.0807 0.0191 +vertex 0.2280 -0.0617 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1165 -0.0648 0.0032 -vertex 0.0600 -0.0617 0.0000 -vertex 0.0600 -0.0807 0.0191 +vertex 0.2245 -0.0648 0.0032 +vertex 0.1680 -0.0617 0.0000 +vertex 0.1680 -0.0807 0.0191 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0600 -0.0617 0.0000 -vertex 0.1165 -0.0648 0.0032 -vertex 0.1200 -0.0617 0.0000 +vertex 0.1680 -0.0617 0.0000 +vertex 0.2245 -0.0648 0.0032 +vertex 0.2280 -0.0617 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1165 -0.0776 0.0159 -vertex 0.0600 -0.0807 0.0191 -vertex 0.1200 -0.0807 0.0191 +vertex 0.2245 -0.0776 0.0159 +vertex 0.1680 -0.0807 0.0191 +vertex 0.2280 -0.0807 0.0191 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0600 -0.0807 0.0191 -vertex 0.1165 -0.0776 0.0159 -vertex 0.1165 -0.0648 0.0032 +vertex 0.1680 -0.0807 0.0191 +vertex 0.2245 -0.0776 0.0159 +vertex 0.2245 -0.0648 0.0032 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0180 0.0120 0.0000 -vertex -0.0180 -0.0120 0.0000 -vertex 0.0180 -0.0120 0.0000 +vertex 0.1570 -0.0340 0.0000 +vertex 0.1330 -0.0340 0.0000 +vertex 0.1330 -0.0700 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0180 -0.0120 0.0000 -vertex 0.0180 0.0120 0.0000 -vertex -0.0180 0.0120 0.0000 +vertex 0.1330 -0.0700 0.0000 +vertex 0.1570 -0.0700 0.0000 +vertex 0.1570 -0.0340 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0180 0.0120 0.0000 -vertex -0.0180 -0.0120 0.0000 -vertex 0.0180 -0.0120 0.0000 +vertex 0.0950 -0.0340 0.0000 +vertex 0.0710 -0.0340 0.0000 +vertex 0.0710 -0.0700 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0180 -0.0120 0.0000 -vertex 0.0180 0.0120 0.0000 -vertex -0.0180 0.0120 0.0000 +vertex 0.0710 -0.0700 0.0000 +vertex 0.0950 -0.0700 0.0000 +vertex 0.0950 -0.0340 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0180 -0.0120 0.0450 -vertex 0.0180 0.0120 0.0450 -vertex 0.0180 0.0120 0.0000 +vertex 0.1330 -0.0700 0.0450 +vertex 0.1570 -0.0700 0.0450 +vertex 0.1570 -0.0700 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0180 0.0120 0.0000 -vertex 0.0180 -0.0120 0.0000 -vertex 0.0180 -0.0120 0.0450 +vertex 0.1570 -0.0700 0.0000 +vertex 0.1330 -0.0700 0.0000 +vertex 0.1330 -0.0700 0.0450 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0180 0.0120 -0.0000 -vertex -0.0290 0.0120 -0.0150 -vertex -0.0410 0.0120 -0.0150 +vertex 0.1570 -0.0340 -0.0000 +vertex 0.1570 -0.0230 -0.0150 +vertex 0.1570 -0.0110 -0.0150 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0290 0.0120 -0.0150 -vertex -0.0180 0.0120 -0.0000 -vertex -0.0180 0.0120 -0.0200 +vertex 0.1570 -0.0230 -0.0150 +vertex 0.1570 -0.0340 -0.0000 +vertex 0.1570 -0.0340 -0.0200 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0520 0.0120 -0.0000 -vertex -0.0410 0.0120 -0.0150 -vertex -0.0520 0.0120 -0.0200 +vertex 0.1570 0.0000 -0.0000 +vertex 0.1570 -0.0110 -0.0150 +vertex 0.1570 0.0000 -0.0200 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0410 0.0120 -0.0150 -vertex -0.0520 0.0120 -0.0000 -vertex -0.0180 0.0120 -0.0000 +vertex 0.1570 -0.0110 -0.0150 +vertex 0.1570 0.0000 -0.0000 +vertex 0.1570 -0.0340 -0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0290 0.0120 -0.0190 -vertex -0.0180 0.0120 -0.0200 -vertex -0.0520 0.0120 -0.0200 +vertex 0.1570 -0.0230 -0.0190 +vertex 0.1570 -0.0340 -0.0200 +vertex 0.1570 0.0000 -0.0200 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0180 0.0120 -0.0200 -vertex -0.0290 0.0120 -0.0190 -vertex -0.0290 0.0120 -0.0150 +vertex 0.1570 -0.0340 -0.0200 +vertex 0.1570 -0.0230 -0.0190 +vertex 0.1570 -0.0230 -0.0150 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0410 0.0120 -0.0190 -vertex -0.0520 0.0120 -0.0200 -vertex -0.0410 0.0120 -0.0150 +vertex 0.1570 -0.0110 -0.0190 +vertex 0.1570 0.0000 -0.0200 +vertex 0.1570 -0.0110 -0.0150 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0520 0.0120 -0.0200 -vertex -0.0410 0.0120 -0.0190 -vertex -0.0290 0.0120 -0.0190 +vertex 0.1570 0.0000 -0.0200 +vertex 0.1570 -0.0110 -0.0190 +vertex 0.1570 -0.0230 -0.0190 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0180 0.0120 -0.0200 -vertex -0.0290 0.0115 -0.0200 -vertex -0.0410 0.0115 -0.0200 +vertex 0.1570 -0.0340 -0.0200 +vertex 0.1565 -0.0230 -0.0200 +vertex 0.1565 -0.0110 -0.0200 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0290 0.0115 -0.0200 -vertex -0.0180 0.0120 -0.0200 -vertex -0.0180 -0.0120 -0.0200 +vertex 0.1565 -0.0230 -0.0200 +vertex 0.1570 -0.0340 -0.0200 +vertex 0.1330 -0.0340 -0.0200 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0520 0.0120 -0.0200 -vertex -0.0410 0.0115 -0.0200 -vertex -0.0410 -0.0115 -0.0200 +vertex 0.1570 0.0000 -0.0200 +vertex 0.1565 -0.0110 -0.0200 +vertex 0.1335 -0.0110 -0.0200 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0410 0.0115 -0.0200 -vertex -0.0520 0.0120 -0.0200 -vertex -0.0180 0.0120 -0.0200 +vertex 0.1565 -0.0110 -0.0200 +vertex 0.1570 0.0000 -0.0200 +vertex 0.1570 -0.0340 -0.0200 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0290 -0.0115 -0.0200 -vertex -0.0180 -0.0120 -0.0200 -vertex -0.0520 -0.0120 -0.0200 +vertex 0.1335 -0.0230 -0.0200 +vertex 0.1330 -0.0340 -0.0200 +vertex 0.1330 0.0000 -0.0200 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0180 -0.0120 -0.0200 -vertex -0.0290 -0.0115 -0.0200 -vertex -0.0290 0.0115 -0.0200 +vertex 0.1330 -0.0340 -0.0200 +vertex 0.1335 -0.0230 -0.0200 +vertex 0.1565 -0.0230 -0.0200 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0410 -0.0115 -0.0200 -vertex -0.0520 -0.0120 -0.0200 -vertex -0.0520 0.0120 -0.0200 +vertex 0.1335 -0.0110 -0.0200 +vertex 0.1330 0.0000 -0.0200 +vertex 0.1570 0.0000 -0.0200 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0520 -0.0120 -0.0200 -vertex -0.0410 -0.0115 -0.0200 -vertex -0.0290 -0.0115 -0.0200 +vertex 0.1330 0.0000 -0.0200 +vertex 0.1335 -0.0110 -0.0200 +vertex 0.1335 -0.0230 -0.0200 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0180 -0.0120 -0.0200 -vertex -0.0290 -0.0120 -0.0150 -vertex -0.0290 -0.0120 -0.0190 +vertex 0.1330 -0.0340 -0.0200 +vertex 0.1330 -0.0230 -0.0150 +vertex 0.1330 -0.0230 -0.0190 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0290 -0.0120 -0.0150 -vertex -0.0180 -0.0120 -0.0200 -vertex -0.0180 -0.0120 0.0000 +vertex 0.1330 -0.0230 -0.0150 +vertex 0.1330 -0.0340 -0.0200 +vertex 0.1330 -0.0340 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0180 -0.0120 -0.0200 -vertex -0.0290 -0.0120 -0.0190 -vertex -0.0410 -0.0120 -0.0190 +vertex 0.1330 -0.0340 -0.0200 +vertex 0.1330 -0.0230 -0.0190 +vertex 0.1330 -0.0110 -0.0190 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0520 -0.0120 -0.0200 -vertex -0.0410 -0.0120 -0.0190 -vertex -0.0410 -0.0120 -0.0150 +vertex 0.1330 0.0000 -0.0200 +vertex 0.1330 -0.0110 -0.0190 +vertex 0.1330 -0.0110 -0.0150 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0410 -0.0120 -0.0190 -vertex -0.0520 -0.0120 -0.0200 -vertex -0.0180 -0.0120 -0.0200 +vertex 0.1330 -0.0110 -0.0190 +vertex 0.1330 0.0000 -0.0200 +vertex 0.1330 -0.0340 -0.0200 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0520 -0.0120 -0.0200 -vertex -0.0410 -0.0120 -0.0150 -vertex -0.0520 -0.0120 0.0000 +vertex 0.1330 0.0000 -0.0200 +vertex 0.1330 -0.0110 -0.0150 +vertex 0.1330 0.0000 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0290 -0.0120 -0.0150 -vertex -0.0305 -0.0120 -0.0070 -vertex -0.0410 -0.0120 -0.0150 +vertex 0.1330 -0.0230 -0.0150 +vertex 0.1330 -0.0215 -0.0070 +vertex 0.1330 -0.0110 -0.0150 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0305 -0.0120 -0.0070 -vertex -0.0180 -0.0120 0.0000 -vertex -0.0305 -0.0120 -0.0030 +vertex 0.1330 -0.0215 -0.0070 +vertex 0.1330 -0.0340 0.0000 +vertex 0.1330 -0.0215 -0.0030 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0180 -0.0120 0.0000 -vertex -0.0305 -0.0120 -0.0070 -vertex -0.0290 -0.0120 -0.0150 +vertex 0.1330 -0.0340 0.0000 +vertex 0.1330 -0.0215 -0.0070 +vertex 0.1330 -0.0230 -0.0150 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0305 -0.0120 -0.0030 -vertex -0.0180 -0.0120 0.0000 -vertex -0.0520 -0.0120 0.0000 +vertex 0.1330 -0.0215 -0.0030 +vertex 0.1330 -0.0340 0.0000 +vertex 0.1330 0.0000 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0395 -0.0120 -0.0070 -vertex -0.0395 -0.0120 -0.0030 -vertex -0.0520 -0.0120 0.0000 +vertex 0.1330 -0.0125 -0.0070 +vertex 0.1330 -0.0125 -0.0030 +vertex 0.1330 0.0000 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0520 -0.0120 0.0000 -vertex -0.0395 -0.0120 -0.0030 -vertex -0.0305 -0.0120 -0.0030 +vertex 0.1330 0.0000 0.0000 +vertex 0.1330 -0.0125 -0.0030 +vertex 0.1330 -0.0215 -0.0030 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0395 -0.0120 -0.0070 -vertex -0.0520 -0.0120 0.0000 -vertex -0.0410 -0.0120 -0.0150 +vertex 0.1330 -0.0125 -0.0070 +vertex 0.1330 0.0000 0.0000 +vertex 0.1330 -0.0110 -0.0150 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0305 -0.0120 -0.0070 -vertex -0.0395 -0.0120 -0.0070 -vertex -0.0410 -0.0120 -0.0150 +vertex 0.1330 -0.0215 -0.0070 +vertex 0.1330 -0.0125 -0.0070 +vertex 0.1330 -0.0110 -0.0150 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0520 -0.0120 0.0000 -vertex -0.0180 -0.0120 0.0000 -vertex -0.0180 0.0120 0.0000 +vertex 0.1330 0.0000 0.0000 +vertex 0.1330 -0.0340 0.0000 +vertex 0.1570 -0.0340 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0180 0.0120 0.0000 -vertex -0.0520 0.0120 0.0000 -vertex -0.0520 -0.0120 0.0000 +vertex 0.1570 -0.0340 0.0000 +vertex 0.1570 0.0000 0.0000 +vertex 0.1330 0.0000 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0520 -0.0120 -0.0000 -vertex -0.0410 -0.0120 -0.0150 -vertex -0.0290 -0.0120 -0.0150 +vertex 0.0710 0.0000 -0.0000 +vertex 0.0710 -0.0110 -0.0150 +vertex 0.0710 -0.0230 -0.0150 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0410 -0.0120 -0.0150 -vertex -0.0520 -0.0120 -0.0000 -vertex -0.0520 -0.0120 -0.0200 +vertex 0.0710 -0.0110 -0.0150 +vertex 0.0710 0.0000 -0.0000 +vertex 0.0710 0.0000 -0.0200 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0180 -0.0120 -0.0000 -vertex -0.0290 -0.0120 -0.0150 -vertex -0.0180 -0.0120 -0.0200 +vertex 0.0710 -0.0340 -0.0000 +vertex 0.0710 -0.0230 -0.0150 +vertex 0.0710 -0.0340 -0.0200 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0290 -0.0120 -0.0150 -vertex -0.0180 -0.0120 -0.0000 -vertex -0.0520 -0.0120 -0.0000 +vertex 0.0710 -0.0230 -0.0150 +vertex 0.0710 -0.0340 -0.0000 +vertex 0.0710 0.0000 -0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0410 -0.0120 -0.0190 -vertex -0.0520 -0.0120 -0.0200 -vertex -0.0180 -0.0120 -0.0200 +vertex 0.0710 -0.0110 -0.0190 +vertex 0.0710 0.0000 -0.0200 +vertex 0.0710 -0.0340 -0.0200 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0520 -0.0120 -0.0200 -vertex -0.0410 -0.0120 -0.0190 -vertex -0.0410 -0.0120 -0.0150 +vertex 0.0710 0.0000 -0.0200 +vertex 0.0710 -0.0110 -0.0190 +vertex 0.0710 -0.0110 -0.0150 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0290 -0.0120 -0.0190 -vertex -0.0180 -0.0120 -0.0200 -vertex -0.0290 -0.0120 -0.0150 +vertex 0.0710 -0.0230 -0.0190 +vertex 0.0710 -0.0340 -0.0200 +vertex 0.0710 -0.0230 -0.0150 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0180 -0.0120 -0.0200 -vertex -0.0290 -0.0120 -0.0190 -vertex -0.0410 -0.0120 -0.0190 +vertex 0.0710 -0.0340 -0.0200 +vertex 0.0710 -0.0230 -0.0190 +vertex 0.0710 -0.0110 -0.0190 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0520 -0.0120 -0.0200 -vertex -0.0410 -0.0115 -0.0200 -vertex -0.0290 -0.0115 -0.0200 +vertex 0.0710 0.0000 -0.0200 +vertex 0.0715 -0.0110 -0.0200 +vertex 0.0715 -0.0230 -0.0200 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0410 -0.0115 -0.0200 -vertex -0.0520 -0.0120 -0.0200 -vertex -0.0520 0.0120 -0.0200 +vertex 0.0715 -0.0110 -0.0200 +vertex 0.0710 0.0000 -0.0200 +vertex 0.0950 0.0000 -0.0200 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0180 -0.0120 -0.0200 -vertex -0.0290 -0.0115 -0.0200 -vertex -0.0290 0.0115 -0.0200 +vertex 0.0710 -0.0340 -0.0200 +vertex 0.0715 -0.0230 -0.0200 +vertex 0.0945 -0.0230 -0.0200 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0290 -0.0115 -0.0200 -vertex -0.0180 -0.0120 -0.0200 -vertex -0.0520 -0.0120 -0.0200 +vertex 0.0715 -0.0230 -0.0200 +vertex 0.0710 -0.0340 -0.0200 +vertex 0.0710 0.0000 -0.0200 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0410 0.0115 -0.0200 -vertex -0.0520 0.0120 -0.0200 -vertex -0.0180 0.0120 -0.0200 +vertex 0.0945 -0.0110 -0.0200 +vertex 0.0950 0.0000 -0.0200 +vertex 0.0950 -0.0340 -0.0200 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0520 0.0120 -0.0200 -vertex -0.0410 0.0115 -0.0200 -vertex -0.0410 -0.0115 -0.0200 +vertex 0.0950 0.0000 -0.0200 +vertex 0.0945 -0.0110 -0.0200 +vertex 0.0715 -0.0110 -0.0200 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0290 0.0115 -0.0200 -vertex -0.0180 0.0120 -0.0200 -vertex -0.0180 -0.0120 -0.0200 +vertex 0.0945 -0.0230 -0.0200 +vertex 0.0950 -0.0340 -0.0200 +vertex 0.0710 -0.0340 -0.0200 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0180 0.0120 -0.0200 -vertex -0.0290 0.0115 -0.0200 -vertex -0.0410 0.0115 -0.0200 +vertex 0.0950 -0.0340 -0.0200 +vertex 0.0945 -0.0230 -0.0200 +vertex 0.0945 -0.0110 -0.0200 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0520 0.0120 -0.0200 -vertex -0.0410 0.0120 -0.0150 -vertex -0.0410 0.0120 -0.0190 +vertex 0.0950 0.0000 -0.0200 +vertex 0.0950 -0.0110 -0.0150 +vertex 0.0950 -0.0110 -0.0190 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0410 0.0120 -0.0150 -vertex -0.0520 0.0120 -0.0200 -vertex -0.0520 0.0120 0.0000 +vertex 0.0950 -0.0110 -0.0150 +vertex 0.0950 0.0000 -0.0200 +vertex 0.0950 0.0000 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0520 0.0120 -0.0200 -vertex -0.0410 0.0120 -0.0190 -vertex -0.0290 0.0120 -0.0190 +vertex 0.0950 0.0000 -0.0200 +vertex 0.0950 -0.0110 -0.0190 +vertex 0.0950 -0.0230 -0.0190 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0180 0.0120 -0.0200 -vertex -0.0290 0.0120 -0.0190 -vertex -0.0290 0.0120 -0.0150 +vertex 0.0950 -0.0340 -0.0200 +vertex 0.0950 -0.0230 -0.0190 +vertex 0.0950 -0.0230 -0.0150 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0290 0.0120 -0.0190 -vertex -0.0180 0.0120 -0.0200 -vertex -0.0520 0.0120 -0.0200 +vertex 0.0950 -0.0230 -0.0190 +vertex 0.0950 -0.0340 -0.0200 +vertex 0.0950 0.0000 -0.0200 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0180 0.0120 -0.0200 -vertex -0.0290 0.0120 -0.0150 -vertex -0.0180 0.0120 0.0000 +vertex 0.0950 -0.0340 -0.0200 +vertex 0.0950 -0.0230 -0.0150 +vertex 0.0950 -0.0340 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0410 0.0120 -0.0150 -vertex -0.0395 0.0120 -0.0070 -vertex -0.0290 0.0120 -0.0150 +vertex 0.0950 -0.0110 -0.0150 +vertex 0.0950 -0.0125 -0.0070 +vertex 0.0950 -0.0230 -0.0150 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0395 0.0120 -0.0070 -vertex -0.0520 0.0120 0.0000 -vertex -0.0395 0.0120 -0.0030 +vertex 0.0950 -0.0125 -0.0070 +vertex 0.0950 0.0000 0.0000 +vertex 0.0950 -0.0125 -0.0030 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0520 0.0120 0.0000 -vertex -0.0395 0.0120 -0.0070 -vertex -0.0410 0.0120 -0.0150 +vertex 0.0950 0.0000 0.0000 +vertex 0.0950 -0.0125 -0.0070 +vertex 0.0950 -0.0110 -0.0150 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0395 0.0120 -0.0030 -vertex -0.0520 0.0120 0.0000 -vertex -0.0180 0.0120 0.0000 +vertex 0.0950 -0.0125 -0.0030 +vertex 0.0950 0.0000 0.0000 +vertex 0.0950 -0.0340 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0305 0.0120 -0.0070 -vertex -0.0305 0.0120 -0.0030 -vertex -0.0180 0.0120 0.0000 +vertex 0.0950 -0.0215 -0.0070 +vertex 0.0950 -0.0215 -0.0030 +vertex 0.0950 -0.0340 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0180 0.0120 0.0000 -vertex -0.0305 0.0120 -0.0030 -vertex -0.0395 0.0120 -0.0030 +vertex 0.0950 -0.0340 0.0000 +vertex 0.0950 -0.0215 -0.0030 +vertex 0.0950 -0.0125 -0.0030 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0305 0.0120 -0.0070 -vertex -0.0180 0.0120 0.0000 -vertex -0.0290 0.0120 -0.0150 +vertex 0.0950 -0.0215 -0.0070 +vertex 0.0950 -0.0340 0.0000 +vertex 0.0950 -0.0230 -0.0150 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0395 0.0120 -0.0070 -vertex -0.0305 0.0120 -0.0070 -vertex -0.0290 0.0120 -0.0150 +vertex 0.0950 -0.0125 -0.0070 +vertex 0.0950 -0.0215 -0.0070 +vertex 0.0950 -0.0230 -0.0150 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0180 0.0120 0.0000 -vertex -0.0520 0.0120 0.0000 -vertex -0.0520 -0.0120 0.0000 +vertex 0.0950 -0.0340 0.0000 +vertex 0.0950 0.0000 0.0000 +vertex 0.0710 0.0000 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0520 -0.0120 0.0000 -vertex -0.0180 -0.0120 0.0000 -vertex -0.0180 0.0120 0.0000 +vertex 0.0710 0.0000 0.0000 +vertex 0.0710 -0.0340 0.0000 +vertex 0.0950 -0.0340 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0180 -0.0120 0.0450 -vertex 0.0180 0.0120 0.0450 -vertex 0.0180 0.0120 0.0000 +vertex 0.0710 -0.0700 0.0450 +vertex 0.0950 -0.0700 0.0450 +vertex 0.0950 -0.0700 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0180 0.0120 0.0000 -vertex 0.0180 -0.0120 0.0000 -vertex 0.0180 -0.0120 0.0450 +vertex 0.0950 -0.0700 0.0000 +vertex 0.0710 -0.0700 0.0000 +vertex 0.0710 -0.0700 0.0450 endloop endfacet facet normal 0 0 0 @@ -673,128 +673,128 @@ endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0520 0.0220 0.0000 -vertex -0.0159 0.0220 0.0000 -vertex -0.0159 0.0830 0.0000 +vertex 0.1670 0.0000 0.0000 +vertex 0.1670 -0.0361 0.0000 +vertex 0.2280 -0.0361 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0159 0.0830 0.0000 -vertex -0.0520 0.0830 0.0000 -vertex -0.0520 0.0220 0.0000 +vertex 0.2280 -0.0361 0.0000 +vertex 0.2280 0.0000 0.0000 +vertex 0.1670 0.0000 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0011 0.0830 -0.0531 -vertex 0.0011 0.0830 -0.0170 -vertex 0.0011 0.0220 -0.0170 +vertex 0.2280 -0.0531 -0.0531 +vertex 0.2280 -0.0531 -0.0170 +vertex 0.1670 -0.0531 -0.0170 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0011 0.0220 -0.0170 -vertex 0.0011 0.0220 -0.0531 -vertex 0.0011 0.0830 -0.0531 +vertex 0.1670 -0.0531 -0.0170 +vertex 0.1670 -0.0531 -0.0531 +vertex 0.2280 -0.0531 -0.0531 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0011 0.0220 -0.0170 -vertex -0.0028 0.0510 -0.0131 -vertex -0.0028 0.0400 -0.0131 +vertex 0.1670 -0.0531 -0.0170 +vertex 0.1960 -0.0492 -0.0131 +vertex 0.1850 -0.0492 -0.0131 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0028 0.0510 -0.0131 -vertex 0.0011 0.0220 -0.0170 -vertex 0.0011 0.0830 -0.0170 +vertex 0.1960 -0.0492 -0.0131 +vertex 0.1670 -0.0531 -0.0170 +vertex 0.2280 -0.0531 -0.0170 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0011 0.0220 -0.0170 -vertex -0.0028 0.0400 -0.0131 -vertex -0.0120 0.0400 -0.0039 +vertex 0.1670 -0.0531 -0.0170 +vertex 0.1850 -0.0492 -0.0131 +vertex 0.1850 -0.0400 -0.0039 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0159 0.0220 0.0000 -vertex -0.0120 0.0400 -0.0039 -vertex -0.0120 0.0510 -0.0039 +vertex 0.1670 -0.0361 0.0000 +vertex 0.1850 -0.0400 -0.0039 +vertex 0.1960 -0.0400 -0.0039 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0120 0.0400 -0.0039 -vertex -0.0159 0.0220 0.0000 -vertex 0.0011 0.0220 -0.0170 +vertex 0.1850 -0.0400 -0.0039 +vertex 0.1670 -0.0361 0.0000 +vertex 0.1670 -0.0531 -0.0170 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0159 0.0220 0.0000 -vertex -0.0120 0.0510 -0.0039 -vertex -0.0159 0.0830 0.0000 +vertex 0.1670 -0.0361 0.0000 +vertex 0.1960 -0.0400 -0.0039 +vertex 0.2280 -0.0361 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0028 0.0510 -0.0131 -vertex -0.0038 0.0715 -0.0120 -vertex -0.0120 0.0510 -0.0039 +vertex 0.1960 -0.0492 -0.0131 +vertex 0.2165 -0.0482 -0.0120 +vertex 0.1960 -0.0400 -0.0039 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0038 0.0715 -0.0120 -vertex 0.0011 0.0830 -0.0170 -vertex -0.0038 0.0775 -0.0120 +vertex 0.2165 -0.0482 -0.0120 +vertex 0.2280 -0.0531 -0.0170 +vertex 0.2225 -0.0482 -0.0120 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0011 0.0830 -0.0170 -vertex -0.0038 0.0715 -0.0120 -vertex -0.0028 0.0510 -0.0131 +vertex 0.2280 -0.0531 -0.0170 +vertex 0.2165 -0.0482 -0.0120 +vertex 0.1960 -0.0492 -0.0131 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0038 0.0775 -0.0120 -vertex 0.0011 0.0830 -0.0170 -vertex -0.0159 0.0830 0.0000 +vertex 0.2225 -0.0482 -0.0120 +vertex 0.2280 -0.0531 -0.0170 +vertex 0.2280 -0.0361 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0109 0.0715 -0.0049 -vertex -0.0109 0.0775 -0.0049 -vertex -0.0159 0.0830 0.0000 +vertex 0.2165 -0.0411 -0.0049 +vertex 0.2225 -0.0411 -0.0049 +vertex 0.2280 -0.0361 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0159 0.0830 0.0000 -vertex -0.0109 0.0775 -0.0049 -vertex -0.0038 0.0775 -0.0120 +vertex 0.2280 -0.0361 0.0000 +vertex 0.2225 -0.0411 -0.0049 +vertex 0.2225 -0.0482 -0.0120 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0109 0.0715 -0.0049 -vertex -0.0159 0.0830 0.0000 -vertex -0.0120 0.0510 -0.0039 +vertex 0.2165 -0.0411 -0.0049 +vertex 0.2280 -0.0361 0.0000 +vertex 0.1960 -0.0400 -0.0039 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0038 0.0715 -0.0120 -vertex -0.0109 0.0715 -0.0049 -vertex -0.0120 0.0510 -0.0039 +vertex 0.2165 -0.0482 -0.0120 +vertex 0.2165 -0.0411 -0.0049 +vertex 0.1960 -0.0400 -0.0039 endloop endfacet facet normal 0 0 0 @@ -3627,86 +3627,86 @@ endloop endfacet facet normal 0 0 0 outer loop -vertex 0.2280 -0.0100 0.0000 -vertex 0.2280 0.0000 0.0000 -vertex 0.1680 0.0000 0.0000 +vertex 0.0600 -0.0100 0.0000 +vertex 0.0600 0.0000 0.0000 +vertex 0.0000 0.0000 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1680 0.0000 0.0000 -vertex 0.1680 -0.0100 0.0000 -vertex 0.2280 -0.0100 0.0000 +vertex 0.0000 0.0000 0.0000 +vertex 0.0000 -0.0100 0.0000 +vertex 0.0600 -0.0100 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0700 -0.0617 -0.0000 -vertex 0.0600 -0.0617 -0.0000 -vertex 0.0600 -0.0807 0.0191 +vertex 0.1780 -0.0617 -0.0000 +vertex 0.1680 -0.0617 -0.0000 +vertex 0.1680 -0.0807 0.0191 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0600 -0.0807 0.0191 -vertex 0.0700 -0.0807 0.0191 -vertex 0.0700 -0.0617 -0.0000 +vertex 0.1680 -0.0807 0.0191 +vertex 0.1780 -0.0807 0.0191 +vertex 0.1780 -0.0617 -0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0180 0.0020 -0.0000 -vertex -0.0180 0.0120 -0.0000 -vertex -0.0520 0.0120 -0.0000 +vertex 0.1470 -0.0340 -0.0000 +vertex 0.1570 -0.0340 -0.0000 +vertex 0.1570 0.0000 -0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0520 0.0120 -0.0000 -vertex -0.0520 0.0020 -0.0000 -vertex -0.0180 0.0020 -0.0000 +vertex 0.1570 0.0000 -0.0000 +vertex 0.1470 0.0000 -0.0000 +vertex 0.1470 -0.0340 -0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0520 -0.0020 -0.0000 -vertex -0.0520 -0.0120 -0.0000 -vertex -0.0180 -0.0120 -0.0000 +vertex 0.0810 0.0000 -0.0000 +vertex 0.0710 0.0000 -0.0000 +vertex 0.0710 -0.0340 -0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0180 -0.0120 -0.0000 -vertex -0.0180 -0.0020 -0.0000 -vertex -0.0520 -0.0020 -0.0000 +vertex 0.0710 -0.0340 -0.0000 +vertex 0.0810 -0.0340 -0.0000 +vertex 0.0810 0.0000 -0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0180 0.0120 0.0500 -vertex 0.0180 0.0120 0.0450 -vertex 0.0180 -0.0120 0.0450 +vertex 0.1570 -0.0700 0.0500 +vertex 0.1570 -0.0700 0.0450 +vertex 0.1330 -0.0700 0.0450 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0180 -0.0120 0.0450 -vertex 0.0180 -0.0120 0.0500 -vertex 0.0180 0.0120 0.0500 +vertex 0.1330 -0.0700 0.0450 +vertex 0.1330 -0.0700 0.0500 +vertex 0.1570 -0.0700 0.0500 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0011 0.0120 -0.0170 -vertex 0.0011 0.0220 -0.0170 -vertex -0.0159 0.0220 0.0000 +vertex 0.1570 -0.0531 -0.0170 +vertex 0.1670 -0.0531 -0.0170 +vertex 0.1670 -0.0361 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0159 0.0220 0.0000 -vertex -0.0159 0.0120 0.0000 -vertex 0.0011 0.0120 -0.0170 +vertex 0.1670 -0.0361 0.0000 +vertex 0.1570 -0.0361 0.0000 +vertex 0.1570 -0.0531 -0.0170 endloop endfacet facet normal 0 0 0 @@ -3725,16 +3725,16 @@ endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0229 0.0830 -0.0071 -vertex -0.0159 0.0830 0.0000 -vertex 0.0011 0.0830 -0.0170 +vertex 0.2280 -0.0291 -0.0071 +vertex 0.2280 -0.0361 0.0000 +vertex 0.2280 -0.0531 -0.0170 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0011 0.0830 -0.0170 -vertex -0.0060 0.0830 -0.0240 -vertex -0.0229 0.0830 -0.0071 +vertex 0.2280 -0.0531 -0.0170 +vertex 0.2280 -0.0460 -0.0240 +vertex 0.2280 -0.0291 -0.0071 endloop endfacet facet normal 0 0 0 @@ -3781,16 +3781,16 @@ endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0011 0.0830 -0.0631 -vertex 0.0011 0.0830 -0.0531 -vertex 0.0011 0.0220 -0.0531 +vertex 0.2280 -0.0531 -0.0631 +vertex 0.2280 -0.0531 -0.0531 +vertex 0.1670 -0.0531 -0.0531 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0011 0.0220 -0.0531 -vertex 0.0011 0.0220 -0.0631 -vertex 0.0011 0.0830 -0.0631 +vertex 0.1670 -0.0531 -0.0531 +vertex 0.1670 -0.0531 -0.0631 +vertex 0.2280 -0.0531 -0.0631 endloop endfacet endsolid python diff --git a/rocolib/output/ServoStackBatteryMount/graph-silhouette.dxf b/rocolib/output/ServoStackBatteryMount/graph-silhouette.dxf index 3457a813892a1f1c308b757ac10d89d87b4467c1..a1d86939d92a971cf13d773e7116c00db33b01e9 100644 --- a/rocolib/output/ServoStackBatteryMount/graph-silhouette.dxf +++ b/rocolib/output/ServoStackBatteryMount/graph-silhouette.dxf @@ -943,24 +943,6 @@ LINE 8 0 10 -60.00000000000001 - 20 -150.30855600000004 - 30 -0.0 - 11 -0.0 - 21 -150.30855600000004 - 31 -0.0 - 0 -LINE - 62 -5 - 8 -0 - 10 228.00000000000003 20 150.30855600000004 @@ -1015,53 +997,33 @@ LINE 8 0 10 -120.00000000000001 - 20 -150.30855600000004 - 30 -0.0 - 11 -120.00000000000001 - 21 -88.65427796513858 - 31 0.0 - 0 -LINE - 62 -5 - 8 -0 - 10 -60.00000000000001 20 -88.65427796513858 +140.30855600000004 30 0.0 11 -60.00000000000001 +0.0 21 150.30855600000004 31 0.0 0 LINE - 6 -DOTTED 62 -3 +5 8 0 10 60.00000000000001 20 -88.65427796513858 +140.30855600000004 30 0.0 11 -120.00000000000001 +0.0 21 -88.65427796513858 +140.30855600000004 31 0.0 0 @@ -1073,53 +1035,49 @@ LINE 10 60.00000000000001 20 -61.65427796513857 +150.30855600000004 30 0.0 11 60.00000000000001 21 -88.65427796513858 +140.30855600000004 31 0.0 0 LINE - 6 -DOTTED 62 -3 +5 8 0 10 -120.00000000000001 +133.00000000000003 20 -61.65427796513857 +150.30855600000004 30 0.0 11 60.00000000000001 21 -61.65427796513857 +150.30855600000004 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 0 10 -120.00000000000001 +167.00000000000003 20 -88.65427796513858 +150.30855600000004 30 0.0 11 -120.00000000000001 +157.0 21 -61.65427796513857 +150.30855600000004 31 0.0 0 @@ -1129,15 +1087,15 @@ LINE 8 0 10 -60.00000000000001 +228.00000000000003 20 --6.972288701945219e-08 +150.30855600000004 30 0.0 11 -60.00000000000001 +228.00000000000003 21 -61.65427796513857 +150.30855600000004 31 0.0 0 @@ -1147,15 +1105,15 @@ LINE 8 0 10 -120.00000000000001 +60.00000000000001 20 --6.972288701945219e-08 +150.30855600000004 30 0.0 11 60.00000000000001 21 --6.972288701945219e-08 +150.30855600000004 31 0.0 0 @@ -1165,33 +1123,35 @@ LINE 8 0 10 -120.00000000000001 +157.0 20 -61.65427796513857 +150.30855600000004 30 0.0 11 -120.00000000000001 +157.0 21 --6.972288701945219e-08 +116.30855600000002 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 0 10 -120.00000000000001 +133.00000000000003 20 -88.65427796513858 +116.30855600000002 30 0.0 11 -137.00000000000003 +133.00000000000003 21 -88.65427796513858 +150.30855600000004 31 0.0 0 @@ -1201,15 +1161,15 @@ LINE 8 0 10 -137.00000000000003 +133.00000000000003 20 -61.65427796513857 +80.30855600000002 30 0.0 11 -120.00000000000001 +133.00000000000003 21 -61.65427796513857 +116.30855600000002 31 0.0 0 @@ -1217,19 +1177,19 @@ LINE 6 DOTTED 62 -1 +3 8 0 10 -137.00000000000003 +133.00000000000003 20 -88.65427796513858 +80.30855600000002 30 0.0 11 -137.00000000000003 +157.0 21 -61.65427796513857 +80.30855600000002 31 0.0 0 @@ -1239,15 +1199,15 @@ LINE 8 0 10 -137.00000000000003 +157.0 20 -88.65427796513858 +116.30855600000002 30 0.0 11 -197.00000000000003 +157.0 21 -88.65427796513858 +80.30855600000002 31 0.0 0 @@ -1257,35 +1217,15 @@ LINE 8 0 10 -197.00000000000003 +157.0 20 -61.65427796513857 +80.30855600000002 30 0.0 11 -137.00000000000003 +157.0 21 -61.65427796513857 - 31 -0.0 - 0 -LINE - 6 -DOTTED - 62 -1 - 8 -0 - 10 -197.00000000000003 - 20 -88.65427796513858 - 30 -0.0 - 11 -197.00000000000003 - 21 -61.65427796513857 +35.30855600000002 31 0.0 0 @@ -1295,15 +1235,15 @@ LINE 8 0 10 -197.00000000000003 +133.00000000000003 20 -88.65427796513858 +35.30855600000002 30 0.0 11 -214.0 +133.00000000000003 21 -88.65427796513858 +80.30855600000002 31 0.0 0 @@ -1313,35 +1253,33 @@ LINE 8 0 10 -214.0 +133.00000000000003 20 -61.65427796513857 +30.308556000000017 30 0.0 11 -197.00000000000003 +133.00000000000003 21 -61.65427796513857 +35.30855600000002 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 0 10 -214.0 +157.0 20 -61.65427796513857 +30.308556000000017 30 0.0 11 -214.0 +133.00000000000003 21 -88.65427796513858 +30.308556000000017 31 0.0 0 @@ -1351,15 +1289,15 @@ LINE 8 0 10 -224.00000000000003 +157.0 20 -61.65427796513857 +35.30855600000002 30 0.0 11 -214.0 +157.0 21 -61.65427796513857 +30.308556000000017 31 0.0 0 @@ -1369,15 +1307,15 @@ LINE 8 0 10 -224.00000000000003 +133.00000000000003 20 -88.65427796513858 +116.30855600000002 30 0.0 11 -224.00000000000003 +113.00000000000001 21 -61.65427796513857 +116.30855600000002 31 0.0 0 @@ -1387,33 +1325,35 @@ LINE 8 0 10 -214.0 +113.00000000000001 20 -88.65427796513858 +150.30855600000004 30 0.0 11 -224.00000000000003 +133.00000000000003 21 -88.65427796513858 +150.30855600000004 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 0 10 -119.50000000000001 +113.00000000000001 20 -84.15427796513858 +116.30855600000002 30 0.0 11 -116.50000000000001 +113.00000000000001 21 -84.15427796513858 +150.30855600000004 31 0.0 0 @@ -1423,15 +1363,15 @@ LINE 8 0 10 -116.50000000000001 +113.00000000000001 20 -84.15427796513858 +116.30855600000002 30 0.0 11 -116.50000000000001 +89.00000000000001 21 -66.15427796513858 +116.30855600000002 31 0.0 0 @@ -1441,33 +1381,35 @@ LINE 8 0 10 -116.50000000000001 +89.00000000000001 20 -66.15427796513858 +150.30855600000004 30 0.0 11 -119.50000000000001 +113.00000000000001 21 -66.15427796513858 +150.30855600000004 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 0 10 -119.50000000000001 +89.00000000000001 20 -66.15427796513858 +116.30855600000002 30 0.0 11 -119.50000000000001 +89.00000000000001 21 -84.15427796513858 +150.30855600000004 31 0.0 0 @@ -1477,15 +1419,15 @@ LINE 8 0 10 -67.75000000000001 +89.00000000000001 20 -70.40427796513856 +116.30855600000002 30 0.0 11 -67.75000000000001 +69.00000000000001 21 -79.90427796513858 +116.30855600000002 31 0.0 0 @@ -1495,33 +1437,35 @@ LINE 8 0 10 -67.75000000000001 +69.00000000000001 20 -79.90427796513858 +150.30855600000004 30 0.0 11 -67.25 +89.00000000000001 21 -79.90427796513858 +150.30855600000004 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 0 10 -67.25 +69.00000000000001 20 -79.90427796513858 +150.30855600000004 30 0.0 11 -67.25 +69.00000000000001 21 -70.40427796513856 +116.30855600000002 31 0.0 0 @@ -1531,15 +1475,15 @@ LINE 8 0 10 -67.25 +59.00000000000001 20 -70.40427796513856 +150.30855600000004 30 0.0 11 -67.75000000000001 +69.00000000000001 21 -70.40427796513856 +150.30855600000004 31 0.0 0 @@ -1549,15 +1493,15 @@ LINE 8 0 10 -100.25000000000001 +59.00000000000001 20 -7.749999930277114 +116.30855600000002 30 0.0 11 -79.75 +59.00000000000001 21 -7.749999930277114 +150.30855600000004 31 0.0 0 @@ -1567,33 +1511,35 @@ LINE 8 0 10 -79.75 +69.00000000000001 20 -7.749999930277114 +116.30855600000002 30 0.0 11 -79.75 +59.00000000000001 21 -7.249999930277114 +116.30855600000002 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 0 10 -79.75 +167.00000000000003 20 -7.249999930277114 +114.16993400081472 30 0.0 11 -100.25000000000001 +228.00000000000003 21 -7.249999930277114 +114.16993400081472 31 0.0 0 @@ -1603,15 +1549,15 @@ LINE 8 0 10 -100.25000000000001 +228.00000000000003 20 -7.249999930277114 +150.30855600000004 30 0.0 11 -100.25000000000001 +228.00000000000003 21 -7.749999930277114 +114.16993400081472 31 0.0 0 @@ -1621,51 +1567,55 @@ LINE 8 0 10 -123.00000000000001 +167.00000000000003 20 -84.15427796513858 +114.16993400081472 30 0.0 11 -120.00000000000001 +167.00000000000003 21 -84.15427796513858 +150.30855600000004 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 0 10 -120.00000000000001 +228.00000000000003 20 -84.15427796513858 +90.16993400081472 30 0.0 11 -120.00000000000001 +167.00000000000003 21 -66.15427796513858 +90.16993400081472 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 0 10 -120.00000000000001 +228.00000000000003 20 -66.15427796513858 +90.16993400081472 30 0.0 11 -123.00000000000001 +228.00000000000003 21 -66.15427796513858 +114.16993400081472 31 0.0 0 @@ -1675,15 +1625,15 @@ LINE 8 0 10 -123.00000000000001 +167.00000000000003 20 -66.15427796513858 +54.03131200162941 30 0.0 11 -123.00000000000001 +167.00000000000003 21 -84.15427796513858 +90.16993400081473 31 0.0 0 @@ -1693,15 +1643,15 @@ LINE 8 0 10 -221.50000000000003 +228.00000000000003 20 -79.65427796513858 +90.16993400081473 30 0.0 11 -216.50000000000003 +228.00000000000003 21 -79.65427796513858 +54.03131200162941 31 0.0 0 @@ -1711,15 +1661,15 @@ LINE 8 0 10 -216.50000000000003 +167.00000000000003 20 -79.65427796513858 +44.03131200162941 30 0.0 11 -216.50000000000003 +167.00000000000003 21 -70.65427796513858 +54.03131200162941 31 0.0 0 @@ -1729,15 +1679,15 @@ LINE 8 0 10 -216.50000000000003 +228.00000000000003 20 -70.65427796513858 +44.03131200162941 30 0.0 11 -221.50000000000003 +167.00000000000003 21 -70.65427796513858 +44.03131200162941 31 0.0 0 @@ -1747,15 +1697,15 @@ LINE 8 0 10 -406.00000000000006 +228.00000000000003 20 -150.30855600000004 +54.03131200162941 30 0.0 11 -238.00000000000003 +228.00000000000003 21 -150.30855600000004 +44.03131200162941 31 0.0 0 @@ -1765,15 +1715,15 @@ LINE 8 0 10 -466.00000000000006 +238.00000000000003 20 -150.30855600000004 +90.16993400081472 30 0.0 11 -466.00000000000006 +228.00000000000003 21 -150.30855600000004 +90.16993400081472 31 0.0 0 @@ -1785,13 +1735,13 @@ LINE 10 238.00000000000003 20 -150.30855600000004 +114.16993400081472 30 0.0 11 -466.00000000000006 +238.00000000000003 21 -150.30855600000004 +90.16993400081472 31 0.0 0 @@ -1801,15 +1751,15 @@ LINE 8 0 10 -238.00000000000003 +228.00000000000003 20 -150.30855600000004 +114.16993400081472 30 0.0 11 238.00000000000003 21 -150.30855600000004 +114.16993400081472 31 0.0 0 @@ -1819,15 +1769,15 @@ LINE 8 0 10 -406.00000000000006 +157.0 20 -140.30855600000004 +114.16993400081472 30 0.0 11 -406.00000000000006 +167.00000000000003 21 -150.30855600000004 +114.16993400081472 31 0.0 0 @@ -1837,15 +1787,15 @@ LINE 8 0 10 -466.00000000000006 +157.0 20 -140.30855600000004 +90.16993400081472 30 0.0 11 -406.00000000000006 +157.0 21 -140.30855600000004 +114.16993400081472 31 0.0 0 @@ -1855,15 +1805,15 @@ LINE 8 0 10 -466.00000000000006 +167.00000000000003 20 -150.30855600000004 +90.16993400081472 30 0.0 11 -466.00000000000006 +157.0 21 -140.30855600000004 +90.16993400081472 31 0.0 0 @@ -1873,13 +1823,13 @@ LINE 8 0 10 -446.0 +40.00000000000001 20 142.80855600000004 30 0.0 11 -451.00000000000006 +45.0 21 142.80855600000004 31 @@ -1891,13 +1841,13 @@ LINE 8 0 10 -451.00000000000006 +45.0 20 142.80855600000004 30 0.0 11 -446.0 +40.00000000000001 21 147.80855600000004 31 @@ -1909,13 +1859,13 @@ LINE 8 0 10 -446.0 +40.00000000000001 20 147.80855600000004 30 0.0 11 -426.00000000000006 +20.000000000000004 21 147.80855600000004 31 @@ -1927,13 +1877,13 @@ LINE 8 0 10 -426.00000000000006 +20.000000000000004 20 147.80855600000004 30 0.0 11 -421.00000000000006 +15.000000000000002 21 142.80855600000004 31 @@ -1945,13 +1895,13 @@ LINE 8 0 10 -421.00000000000006 +15.000000000000002 20 142.80855600000004 30 0.0 11 -426.00000000000006 +20.000000000000004 21 142.80855600000004 31 @@ -1963,35 +1913,15 @@ LINE 8 0 10 -546.0 +149.25000000000003 20 -138.30855600000004 +139.2252226666667 30 0.0 11 -510.00000000000006 +149.25000000000003 21 -138.30855600000004 - 31 -0.0 - 0 -LINE - 6 -DOTTED - 62 -3 - 8 -0 - 10 -546.0 - 20 -138.30855600000004 - 30 -0.0 - 11 -546.0 - 21 -162.308556 +127.39188933333337 31 0.0 0 @@ -2001,15 +1931,15 @@ LINE 8 0 10 -510.00000000000006 +149.25000000000003 20 -162.308556 +127.39188933333337 30 0.0 11 -546.0 +149.75 21 -162.308556 +127.39188933333337 31 0.0 0 @@ -2019,15 +1949,15 @@ LINE 8 0 10 -546.0 +149.75 20 -162.308556 +127.39188933333337 30 0.0 11 -591.0 +149.75 21 -162.308556 +139.2252226666667 31 0.0 0 @@ -2037,15 +1967,15 @@ LINE 8 0 10 -591.0 +149.75 20 -138.30855600000004 +139.2252226666667 30 0.0 11 -546.0 +149.25000000000003 21 -138.30855600000004 +139.2252226666667 31 0.0 0 @@ -2055,15 +1985,15 @@ LINE 8 0 10 -596.0000000000001 +149.00000000000003 20 -138.30855600000004 +31.558556000000014 30 0.0 11 -591.0 +151.50000000000003 21 -138.30855600000004 +31.558556000000014 31 0.0 0 @@ -2073,15 +2003,15 @@ LINE 8 0 10 -596.0000000000001 +151.50000000000003 20 -162.308556 +31.558556000000014 30 0.0 11 -596.0000000000001 +149.00000000000003 21 -138.30855600000004 +34.05855600000001 31 0.0 0 @@ -2091,15 +2021,15 @@ LINE 8 0 10 -591.0 +149.00000000000003 20 -162.308556 +34.05855600000001 30 0.0 11 -596.0000000000001 +141.0 21 -162.308556 +34.05855600000001 31 0.0 0 @@ -2109,35 +2039,33 @@ LINE 8 0 10 -476.00000000000006 +141.0 20 -162.308556 +34.05855600000001 30 0.0 11 -510.00000000000006 +138.5 21 -162.308556 +31.558556000000014 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 0 10 -510.00000000000006 +138.5 20 -138.30855600000004 +31.558556000000014 30 0.0 11 -476.00000000000006 +141.0 21 -138.30855600000004 +31.558556000000014 31 0.0 0 @@ -2147,15 +2075,15 @@ LINE 8 0 10 -476.00000000000006 +114.00000000000001 20 -138.30855600000004 +127.30855600000004 30 0.0 11 -476.00000000000006 +118.00000000000001 21 -65.30855600000002 +127.30855600000004 31 0.0 0 @@ -2165,15 +2093,15 @@ LINE 8 0 10 -476.00000000000006 +118.00000000000001 20 -172.30855600000004 +127.30855600000004 30 0.0 11 -476.00000000000006 +118.00000000000001 21 -162.308556 +139.30855600000004 31 0.0 0 @@ -2183,15 +2111,15 @@ LINE 8 0 10 -476.00000000000006 +118.00000000000001 20 -233.30855600000004 +139.30855600000004 30 0.0 11 -476.00000000000006 +114.00000000000001 21 -233.30855600000004 +139.30855600000004 31 0.0 0 @@ -2201,15 +2129,15 @@ LINE 8 0 10 -476.00000000000006 +114.00000000000001 20 -65.30855600000002 +139.30855600000004 30 0.0 11 -476.00000000000006 +114.00000000000001 21 -233.30855600000004 +127.30855600000004 31 0.0 0 @@ -2219,35 +2147,33 @@ LINE 8 0 10 -476.00000000000006 +126.00000000000001 20 -65.30855600000002 +128.808556 30 0.0 11 -476.00000000000006 +130.0 21 -65.30855600000002 +128.808556 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 0 10 -512.1386219991854 +130.0 20 -172.30855600000004 +128.808556 30 0.0 11 -512.1386219991854 +130.0 21 -233.30855600000004 +137.808556 31 0.0 0 @@ -2257,15 +2183,15 @@ LINE 8 0 10 -476.00000000000006 +130.0 20 -233.30855600000004 +137.808556 30 0.0 11 -512.1386219991854 +126.00000000000001 21 -233.30855600000004 +137.808556 31 0.0 0 @@ -2275,55 +2201,51 @@ LINE 8 0 10 -512.1386219991854 +126.00000000000001 20 -172.30855600000004 +137.808556 30 0.0 11 -476.00000000000006 +126.00000000000001 21 -172.30855600000004 +128.808556 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 0 10 -536.1386219991853 +89.50000000000001 20 -233.30855600000004 +127.30855600000004 30 0.0 11 -536.1386219991853 +112.50000000000001 21 -172.30855600000004 +127.30855600000004 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 0 10 -536.1386219991853 +112.50000000000001 20 -233.30855600000004 +127.30855600000004 30 0.0 11 -512.1386219991854 +112.50000000000001 21 -233.30855600000004 +139.30855600000004 31 0.0 0 @@ -2333,15 +2255,15 @@ LINE 8 0 10 -572.2772439983707 +112.50000000000001 20 -172.30855600000004 +139.30855600000004 30 0.0 11 -536.1386219991853 +89.50000000000001 21 -172.30855600000004 +139.30855600000004 31 0.0 0 @@ -2351,15 +2273,15 @@ LINE 8 0 10 -536.1386219991853 +89.50000000000001 20 -233.30855600000004 +139.30855600000004 30 0.0 11 -572.2772439983707 +89.50000000000001 21 -233.30855600000004 +127.30855600000004 31 0.0 0 @@ -2369,15 +2291,15 @@ LINE 8 0 10 -582.2772439983707 +84.0 20 -172.30855600000004 +127.30855600000004 30 0.0 11 -572.2772439983707 +88.00000000000001 21 -172.30855600000004 +127.30855600000004 31 0.0 0 @@ -2387,15 +2309,15 @@ LINE 8 0 10 -582.2772439983707 +88.00000000000001 20 -233.30855600000004 +127.30855600000004 30 0.0 11 -582.2772439983707 +88.00000000000001 21 -172.30855600000004 +139.30855600000004 31 0.0 0 @@ -2405,15 +2327,15 @@ LINE 8 0 10 -572.2772439983707 +88.00000000000001 20 -233.30855600000004 +139.30855600000004 30 0.0 11 -582.2772439983707 +84.0 21 -233.30855600000004 +139.30855600000004 31 0.0 0 @@ -2423,15 +2345,15 @@ LINE 8 0 10 -536.1386219991853 +84.0 20 -243.30855600000004 +139.30855600000004 30 0.0 11 -536.1386219991853 +84.0 21 -233.30855600000004 +127.30855600000004 31 0.0 0 @@ -2441,15 +2363,15 @@ LINE 8 0 10 -512.1386219991854 +61.50000000000001 20 -243.30855600000004 +127.64188933333337 30 0.0 11 -536.1386219991853 +66.50000000000001 21 -243.30855600000004 +127.64188933333337 31 0.0 0 @@ -2459,15 +2381,15 @@ LINE 8 0 10 -512.1386219991854 +66.50000000000001 20 -233.30855600000004 +127.64188933333337 30 0.0 11 -512.1386219991854 +66.50000000000001 21 -243.30855600000004 +138.9752226666667 31 0.0 0 @@ -2477,15 +2399,15 @@ LINE 8 0 10 -512.1386219991854 +66.50000000000001 20 -162.308556 +138.9752226666667 30 0.0 11 -512.1386219991854 +61.50000000000001 21 -172.30855600000004 +138.9752226666667 31 0.0 0 @@ -2495,15 +2417,15 @@ LINE 8 0 10 -536.1386219991853 +185.00000000000003 20 -162.308556 +95.66993400081472 30 0.0 11 -512.1386219991854 +196.00000000000003 21 -162.308556 +95.66993400081472 31 0.0 0 @@ -2513,15 +2435,15 @@ LINE 8 0 10 -536.1386219991853 +196.00000000000003 20 -172.30855600000004 +95.66993400081472 30 0.0 11 -536.1386219991853 +196.00000000000003 21 -162.308556 +108.66993400081472 31 0.0 0 @@ -2531,15 +2453,15 @@ LINE 8 0 10 -510.00000000000006 +196.00000000000003 20 -138.30855600000004 +108.66993400081472 30 0.0 11 -510.00000000000006 +185.00000000000003 21 -118.30855600000002 +108.66993400081472 31 0.0 0 @@ -2549,35 +2471,33 @@ LINE 8 0 10 -476.00000000000006 +185.00000000000003 20 -118.30855600000002 +108.66993400081472 30 0.0 11 -476.00000000000006 +185.00000000000003 21 -138.30855600000004 +95.66993400081472 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 0 10 -510.00000000000006 +216.50000000000003 20 -118.30855600000002 +97.16993400081472 30 0.0 11 -476.00000000000006 +222.50000000000003 21 -118.30855600000002 +97.16993400081472 31 0.0 0 @@ -2587,15 +2507,15 @@ LINE 8 0 10 -510.00000000000006 +222.50000000000003 20 -118.30855600000002 +97.16993400081472 30 0.0 11 -510.00000000000006 +222.50000000000003 21 -94.30855600000001 +107.16993400081472 31 0.0 0 @@ -2605,35 +2525,33 @@ LINE 8 0 10 -476.00000000000006 +222.50000000000003 20 -94.30855600000001 +107.16993400081472 30 0.0 11 -476.00000000000006 +216.50000000000003 21 -118.30855600000002 +107.16993400081472 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 0 10 -510.00000000000006 +216.50000000000003 20 -94.30855600000001 +107.16993400081472 30 0.0 11 -476.00000000000006 +216.50000000000003 21 -94.30855600000001 +97.16993400081472 31 0.0 0 @@ -2643,15 +2561,15 @@ LINE 8 0 10 -510.00000000000006 +216.90909090909093 20 -94.30855600000001 +46.5313120016294 30 0.0 11 -510.00000000000006 +216.90909090909093 21 -74.30855600000002 +51.53131200162941 31 0.0 0 @@ -2661,35 +2579,33 @@ LINE 8 0 10 -476.00000000000006 +216.90909090909093 20 -74.30855600000002 +51.53131200162941 30 0.0 11 -476.00000000000006 +205.81818181818184 21 -94.30855600000001 +51.53131200162941 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 0 10 -476.00000000000006 +205.81818181818184 20 -74.30855600000002 +51.53131200162941 30 0.0 11 -510.00000000000006 +205.81818181818184 21 -74.30855600000002 +46.5313120016294 31 0.0 0 @@ -2699,15 +2615,15 @@ LINE 8 0 10 -476.00000000000006 +189.18181818181822 20 -64.30855600000001 +46.5313120016294 30 0.0 11 -476.00000000000006 +189.18181818181822 21 -74.30855600000002 +51.53131200162941 31 0.0 0 @@ -2717,15 +2633,15 @@ LINE 8 0 10 -510.00000000000006 +189.18181818181822 20 -64.30855600000001 +51.53131200162941 30 0.0 11 -476.00000000000006 +178.09090909090912 21 -64.30855600000001 +51.53131200162941 31 0.0 0 @@ -2735,15 +2651,15 @@ LINE 8 0 10 -510.00000000000006 +178.09090909090912 20 -74.30855600000002 +51.53131200162941 30 0.0 11 -510.00000000000006 +178.09090909090912 21 -64.30855600000001 +46.5313120016294 31 0.0 0 @@ -2753,15 +2669,15 @@ LINE 8 0 10 -594.75 +235.50000000000003 20 -154.30855600000004 +106.16993400081472 30 0.0 11 -594.75 +230.50000000000003 21 -156.80855600000004 +106.16993400081472 31 0.0 0 @@ -2771,15 +2687,15 @@ LINE 8 0 10 -594.75 +230.50000000000003 20 -156.80855600000004 +106.16993400081472 30 0.0 11 -592.2500000000001 +230.50000000000003 21 -154.30855600000004 +98.16993400081472 31 0.0 0 @@ -2789,15 +2705,15 @@ LINE 8 0 10 -592.2500000000001 +230.50000000000003 20 -154.30855600000004 +98.16993400081472 30 0.0 11 -592.2500000000001 +235.50000000000003 21 -146.308556 +98.16993400081472 31 0.0 0 @@ -2807,15 +2723,15 @@ LINE 8 0 10 -592.2500000000001 +159.5 20 -146.308556 +98.16993400081472 30 0.0 11 -594.75 +164.50000000000003 21 -143.80855600000004 +98.16993400081472 31 0.0 0 @@ -2825,15 +2741,15 @@ LINE 8 0 10 -594.75 +164.50000000000003 20 -143.80855600000004 +98.16993400081472 30 0.0 11 -594.75 +164.50000000000003 21 -146.308556 +106.16993400081472 31 0.0 0 @@ -2843,15 +2759,15 @@ LINE 8 0 10 -487.08333333333337 +164.50000000000003 20 -154.55855600000004 +106.16993400081472 30 0.0 11 -498.91666666666674 +159.5 21 -154.55855600000004 +106.16993400081472 31 0.0 0 @@ -2861,15 +2777,15 @@ LINE 8 0 10 -498.91666666666674 +476.00000000000006 20 -154.55855600000004 +150.30855600000004 30 0.0 11 -498.91666666666674 +476.00000000000006 21 -155.05855600000004 +150.30855600000004 31 0.0 0 @@ -2879,15 +2795,15 @@ LINE 8 0 10 -498.91666666666674 +248.00000000000006 20 -155.05855600000004 +150.30855600000004 30 0.0 11 -487.08333333333337 +476.00000000000006 21 -155.05855600000004 +150.30855600000004 31 0.0 0 @@ -2897,15 +2813,15 @@ LINE 8 0 10 -487.08333333333337 +248.00000000000006 20 -155.05855600000004 +150.30855600000004 30 0.0 11 -487.08333333333337 +248.00000000000006 21 -154.55855600000004 +150.30855600000004 31 0.0 0 @@ -2915,15 +2831,15 @@ LINE 8 0 10 -530.6386219991854 +309.0 20 -190.30855600000004 +150.30855600000004 30 0.0 11 -530.6386219991854 +248.00000000000006 21 -201.308556 +150.30855600000004 31 0.0 0 @@ -2933,15 +2849,15 @@ LINE 8 0 10 -530.6386219991854 +319.0 20 -201.308556 +150.30855600000004 30 0.0 11 -517.6386219991853 +309.0 21 -201.308556 +150.30855600000004 31 0.0 0 @@ -2951,15 +2867,15 @@ LINE 8 0 10 -517.6386219991853 +416.00000000000006 20 -201.308556 +150.30855600000004 30 0.0 11 -517.6386219991853 +343.00000000000006 21 -190.30855600000004 +150.30855600000004 31 0.0 0 @@ -2969,15 +2885,15 @@ LINE 8 0 10 -517.6386219991853 +416.00000000000006 20 -190.30855600000004 +150.30855600000004 30 0.0 11 -530.6386219991854 +416.00000000000006 21 -190.30855600000004 +150.30855600000004 31 0.0 0 @@ -2987,15 +2903,15 @@ LINE 8 0 10 -529.1386219991854 +248.00000000000006 20 -221.808556 +150.30855600000004 30 0.0 11 -529.1386219991854 +248.00000000000006 21 -227.80855600000004 +150.30855600000004 31 0.0 0 @@ -3005,33 +2921,35 @@ LINE 8 0 10 -529.1386219991854 +319.0 20 -227.80855600000004 +116.30855600000002 30 0.0 11 -519.1386219991854 +319.0 21 -227.80855600000004 +150.30855600000004 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 0 10 -519.1386219991854 +343.00000000000006 20 -227.80855600000004 +150.30855600000004 30 0.0 11 -519.1386219991854 +343.00000000000006 21 -221.808556 +116.30855600000002 31 0.0 0 @@ -3041,33 +2959,35 @@ LINE 8 0 10 -519.1386219991854 +319.0 20 -221.808556 +80.30855600000002 30 0.0 11 -529.1386219991854 +319.0 21 -221.808556 +116.30855600000002 31 0.0 0 LINE + 6 +DOTTED 62 -5 +3 8 0 10 -579.7772439983706 +319.0 20 -222.21764690909094 +80.30855600000002 30 0.0 11 -574.7772439983707 +343.00000000000006 21 -222.21764690909094 +80.30855600000002 31 0.0 0 @@ -3077,15 +2997,15 @@ LINE 8 0 10 -574.7772439983707 +343.00000000000006 20 -222.21764690909094 +116.30855600000002 30 0.0 11 -574.7772439983707 +343.00000000000006 21 -211.12673781818185 +80.30855600000002 31 0.0 0 @@ -3095,15 +3015,15 @@ LINE 8 0 10 -574.7772439983707 +343.00000000000006 20 -211.12673781818185 +80.30855600000002 30 0.0 11 -579.7772439983706 +343.00000000000006 21 -211.12673781818185 +35.30855600000002 31 0.0 0 @@ -3113,15 +3033,15 @@ LINE 8 0 10 -579.7772439983706 +319.0 20 -194.49037418181823 +35.30855600000002 30 0.0 11 -574.7772439983707 +319.0 21 -194.49037418181823 +80.30855600000002 31 0.0 0 @@ -3131,15 +3051,15 @@ LINE 8 0 10 -574.7772439983707 +343.00000000000006 20 -194.49037418181823 +35.30855600000002 30 0.0 11 -574.7772439983707 +319.0 21 -183.39946509090913 +35.30855600000002 31 0.0 0 @@ -3149,15 +3069,15 @@ LINE 8 0 10 -574.7772439983707 +343.00000000000006 20 -183.39946509090913 +150.30855600000004 30 0.0 11 -579.7772439983706 +363.00000000000006 21 -183.39946509090913 +150.30855600000004 31 0.0 0 @@ -3167,33 +3087,35 @@ LINE 8 0 10 -520.1386219991854 +363.00000000000006 20 -240.80855600000004 +116.30855600000002 30 0.0 11 -520.1386219991854 +343.00000000000006 21 -235.80855600000004 +116.30855600000002 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 0 10 -520.1386219991854 +363.00000000000006 20 -235.80855600000004 +150.30855600000004 30 0.0 11 -528.1386219991854 +363.00000000000006 21 -235.80855600000004 +116.30855600000002 31 0.0 0 @@ -3203,15 +3125,15 @@ LINE 8 0 10 -528.1386219991854 +363.00000000000006 20 -235.80855600000004 +150.30855600000004 30 0.0 11 -528.1386219991854 +387.0 21 -240.80855600000004 +150.30855600000004 31 0.0 0 @@ -3221,33 +3143,35 @@ LINE 8 0 10 -528.1386219991854 +387.0 20 -164.808556 +116.30855600000002 30 0.0 11 -528.1386219991854 +363.00000000000006 21 -169.80855600000004 +116.30855600000002 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 0 10 -528.1386219991854 +387.0 20 -169.80855600000004 +150.30855600000004 30 0.0 11 -520.1386219991854 +387.0 21 -169.80855600000004 +116.30855600000002 31 0.0 0 @@ -3257,15 +3181,15 @@ LINE 8 0 10 -520.1386219991854 +387.0 20 -169.80855600000004 +150.30855600000004 30 0.0 11 -520.1386219991854 +407.00000000000006 21 -164.808556 +150.30855600000004 31 0.0 0 @@ -3275,33 +3199,35 @@ LINE 8 0 10 -499.00000000000006 +407.00000000000006 20 -119.30855600000004 +116.30855600000002 30 0.0 11 -499.00000000000006 +387.0 21 -123.30855600000002 +116.30855600000002 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 0 10 -499.00000000000006 +407.00000000000006 20 -123.30855600000002 +116.30855600000002 30 0.0 11 -487.00000000000006 +407.00000000000006 21 -123.30855600000002 +150.30855600000004 31 0.0 0 @@ -3311,15 +3237,15 @@ LINE 8 0 10 -487.00000000000006 +417.00000000000006 20 -123.30855600000002 +116.30855600000002 30 0.0 11 -487.00000000000006 +407.00000000000006 21 -119.30855600000004 +116.30855600000002 31 0.0 0 @@ -3329,15 +3255,15 @@ LINE 8 0 10 -487.00000000000006 +417.00000000000006 20 -119.30855600000004 +150.30855600000004 30 0.0 11 -499.00000000000006 +417.00000000000006 21 -119.30855600000004 +116.30855600000002 31 0.0 0 @@ -3347,15 +3273,15 @@ LINE 8 0 10 -497.50000000000006 +407.00000000000006 20 -131.30855600000004 +150.30855600000004 30 0.0 11 -497.50000000000006 +417.00000000000006 21 -135.30855600000004 +150.30855600000004 31 0.0 0 @@ -3365,15 +3291,15 @@ LINE 8 0 10 -497.50000000000006 +476.00000000000006 20 -135.30855600000004 +150.30855600000004 30 0.0 11 -488.50000000000006 +476.00000000000006 21 -135.30855600000004 +88.65427796513858 31 0.0 0 @@ -3383,33 +3309,35 @@ LINE 8 0 10 -488.50000000000006 +416.00000000000006 20 -135.30855600000004 +88.65427796513858 30 0.0 11 -488.50000000000006 +416.00000000000006 21 -131.30855600000004 +150.30855600000004 31 0.0 0 LINE + 6 +DOTTED 62 -5 +3 8 0 10 -488.50000000000006 +416.00000000000006 20 -131.30855600000004 +88.65427796513858 30 0.0 11 -497.50000000000006 +476.00000000000006 21 -131.30855600000004 +88.65427796513858 31 0.0 0 @@ -3419,51 +3347,55 @@ LINE 8 0 10 -499.00000000000006 +416.00000000000006 20 -94.80855600000002 +61.65427796513857 30 0.0 11 -499.00000000000006 +416.00000000000006 21 -117.80855600000002 +88.65427796513858 31 0.0 0 LINE + 6 +DOTTED 62 -5 +3 8 0 10 -499.00000000000006 +476.00000000000006 20 -117.80855600000002 +61.65427796513857 30 0.0 11 -487.00000000000006 +416.00000000000006 21 -117.80855600000002 +61.65427796513857 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 0 10 -487.00000000000006 +476.00000000000006 20 -117.80855600000002 +88.65427796513858 30 0.0 11 -487.00000000000006 +476.00000000000006 21 -94.80855600000002 +61.65427796513857 31 0.0 0 @@ -3473,15 +3405,15 @@ LINE 8 0 10 -487.00000000000006 +416.00000000000006 20 -94.80855600000002 +-6.972288701945219e-08 30 0.0 11 -499.00000000000006 +416.00000000000006 21 -94.80855600000002 +61.65427796513857 31 0.0 0 @@ -3491,15 +3423,15 @@ LINE 8 0 10 -499.00000000000006 +476.00000000000006 20 -89.30855600000002 +-6.972288701945219e-08 30 0.0 11 -499.00000000000006 +416.00000000000006 21 -93.30855600000002 +-6.972288701945219e-08 31 0.0 0 @@ -3509,15 +3441,15 @@ LINE 8 0 10 -499.00000000000006 +476.00000000000006 20 -93.30855600000002 +61.65427796513857 30 0.0 11 -487.00000000000006 +476.00000000000006 21 -93.30855600000002 +-6.972288701945219e-08 31 0.0 0 @@ -3527,15 +3459,15 @@ LINE 8 0 10 -487.00000000000006 +476.00000000000006 20 -93.30855600000002 +88.65427796513858 30 0.0 11 -487.00000000000006 +493.00000000000006 21 -89.30855600000002 +88.65427796513858 31 0.0 0 @@ -3545,33 +3477,35 @@ LINE 8 0 10 -487.00000000000006 +493.00000000000006 20 -89.30855600000002 +61.65427796513857 30 0.0 11 -499.00000000000006 +476.00000000000006 21 -89.30855600000002 +61.65427796513857 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 0 10 -498.66666666666674 +493.00000000000006 20 -66.80855600000002 +88.65427796513858 30 0.0 11 -498.66666666666674 +493.00000000000006 21 -71.80855600000002 +61.65427796513857 31 0.0 0 @@ -3581,15 +3515,15 @@ LINE 8 0 10 -498.66666666666674 +493.00000000000006 20 -71.80855600000002 +88.65427796513858 30 0.0 11 -487.33333333333337 +553.0000000000001 21 -71.80855600000002 +88.65427796513858 31 0.0 0 @@ -3599,53 +3533,53 @@ LINE 8 0 10 -487.33333333333337 +553.0000000000001 20 -71.80855600000002 +61.65427796513857 30 0.0 11 -487.33333333333337 +493.00000000000006 21 -66.80855600000002 +61.65427796513857 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 0 10 -676.0000000000001 +553.0000000000001 20 -138.30855600000004 +88.65427796513858 30 0.0 11 -640.0000000000001 +553.0000000000001 21 -138.30855600000004 +61.65427796513857 31 0.0 0 LINE - 6 -DOTTED 62 -3 +5 8 0 10 -676.0000000000001 +553.0000000000001 20 -138.30855600000004 +88.65427796513858 30 0.0 11 -676.0000000000001 +570.0000000000001 21 -162.308556 +88.65427796513858 31 0.0 0 @@ -3655,33 +3589,35 @@ LINE 8 0 10 -640.0000000000001 +570.0000000000001 20 -162.308556 +61.65427796513857 30 0.0 11 -676.0000000000001 +553.0000000000001 21 -162.308556 +61.65427796513857 31 0.0 0 LINE + 6 +DOTTED 62 -5 +1 8 0 10 -676.0000000000001 +570.0000000000001 20 -162.308556 +61.65427796513857 30 0.0 11 -721.0000000000001 +570.0000000000001 21 -162.308556 +88.65427796513858 31 0.0 0 @@ -3691,15 +3627,15 @@ LINE 8 0 10 -721.0000000000001 +580.0000000000001 20 -138.30855600000004 +61.65427796513857 30 0.0 11 -676.0000000000001 +570.0000000000001 21 -138.30855600000004 +61.65427796513857 31 0.0 0 @@ -3709,15 +3645,15 @@ LINE 8 0 10 -721.0000000000001 +580.0000000000001 20 -162.308556 +88.65427796513858 30 0.0 11 -721.0000000000001 +580.0000000000001 21 -138.30855600000004 +61.65427796513857 31 0.0 0 @@ -3727,35 +3663,33 @@ LINE 8 0 10 -640.0000000000001 +570.0000000000001 20 -138.30855600000004 +88.65427796513858 30 0.0 11 -606.0000000000001 +580.0000000000001 21 -138.30855600000004 +88.65427796513858 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 0 10 -606.0000000000001 +270.43181818181824 20 -162.308556 +158.058556 30 0.0 11 -640.0000000000001 +258.8409090909091 21 -162.308556 +158.058556 31 0.0 0 @@ -3765,15 +3699,15 @@ LINE 8 0 10 -606.0000000000001 +258.8409090909091 20 -128.30855600000004 +158.058556 30 0.0 11 -606.0000000000001 +258.8409090909091 21 -67.30855600000002 +157.55855600000004 31 0.0 0 @@ -3783,15 +3717,15 @@ LINE 8 0 10 -606.0000000000001 +258.8409090909091 20 -138.30855600000004 +157.55855600000004 30 0.0 11 -606.0000000000001 +270.43181818181824 21 -128.30855600000004 +157.55855600000004 31 0.0 0 @@ -3801,15 +3735,15 @@ LINE 8 0 10 -606.0000000000001 +270.43181818181824 20 -235.30855600000004 +157.55855600000004 30 0.0 11 -606.0000000000001 +270.43181818181824 21 -162.308556 +158.058556 31 0.0 0 @@ -3819,15 +3753,15 @@ LINE 8 0 10 -606.0000000000001 +298.159090909091 20 -235.30855600000004 +158.058556 30 0.0 11 -606.0000000000001 +286.56818181818187 21 -235.30855600000004 +158.058556 31 0.0 0 @@ -3837,15 +3771,15 @@ LINE 8 0 10 -606.0000000000001 +286.56818181818187 20 -67.30855600000002 +158.058556 30 0.0 11 -606.0000000000001 +286.56818181818187 21 -235.30855600000004 +157.55855600000004 31 0.0 0 @@ -3855,15 +3789,15 @@ LINE 8 0 10 -606.0000000000001 +286.56818181818187 20 -67.30855600000002 +157.55855600000004 30 0.0 11 -606.0000000000001 +298.159090909091 21 -67.30855600000002 +157.55855600000004 31 0.0 0 @@ -3873,15 +3807,15 @@ LINE 8 0 10 -606.0000000000001 +298.159090909091 20 -162.308556 +157.55855600000004 30 0.0 11 -606.0000000000001 +298.159090909091 21 -182.30855600000004 +158.058556 31 0.0 0 @@ -3891,35 +3825,33 @@ LINE 8 0 10 -640.0000000000001 +326.75000000000006 20 -182.30855600000004 +127.39188933333335 30 0.0 11 -640.0000000000001 +326.75000000000006 21 -162.308556 +139.2252226666667 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 0 10 -606.0000000000001 +326.75000000000006 20 -182.30855600000004 +139.2252226666667 30 0.0 11 -640.0000000000001 +326.25000000000006 21 -182.30855600000004 +139.2252226666667 31 0.0 0 @@ -3929,15 +3861,15 @@ LINE 8 0 10 -606.0000000000001 +326.25000000000006 20 -182.30855600000004 +139.2252226666667 30 0.0 11 -606.0000000000001 +326.25000000000006 21 -206.30855600000004 +127.39188933333335 31 0.0 0 @@ -3947,35 +3879,33 @@ LINE 8 0 10 -640.0000000000001 +326.25000000000006 20 -206.30855600000004 +127.39188933333335 30 0.0 11 -640.0000000000001 +326.75000000000006 21 -182.30855600000004 +127.39188933333335 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 0 10 -606.0000000000001 +335.25000000000006 20 -206.30855600000004 +39.30855600000002 30 0.0 11 -640.0000000000001 +326.75000000000006 21 -206.30855600000004 +39.30855600000002 31 0.0 0 @@ -3985,15 +3915,15 @@ LINE 8 0 10 -606.0000000000001 +326.75000000000006 20 -206.30855600000004 +39.30855600000002 30 0.0 11 -606.0000000000001 +326.75000000000006 21 -226.308556 +38.80855600000002 31 0.0 0 @@ -4003,35 +3933,33 @@ LINE 8 0 10 -640.0000000000001 +326.75000000000006 20 -226.308556 +38.80855600000002 30 0.0 11 -640.0000000000001 +335.25000000000006 21 -206.30855600000004 +38.80855600000002 31 0.0 0 LINE - 6 -DOTTED 62 -1 +5 8 0 10 -640.0000000000001 +335.25000000000006 20 -226.308556 +38.80855600000002 30 0.0 11 -606.0000000000001 +335.25000000000006 21 -226.308556 +39.30855600000002 31 0.0 0 @@ -4041,15 +3969,15 @@ LINE 8 0 10 -640.0000000000001 +362.00000000000006 20 -236.30855600000004 +139.30855600000004 30 0.0 11 -640.0000000000001 +358.00000000000006 21 -226.308556 +139.30855600000004 31 0.0 0 @@ -4059,15 +3987,15 @@ LINE 8 0 10 -606.0000000000001 +358.00000000000006 20 -236.30855600000004 +139.30855600000004 30 0.0 11 -640.0000000000001 +358.00000000000006 21 -236.30855600000004 +127.30855600000004 31 0.0 0 @@ -4077,15 +4005,15 @@ LINE 8 0 10 -606.0000000000001 +358.00000000000006 20 -226.308556 +127.30855600000004 30 0.0 11 -606.0000000000001 +362.00000000000006 21 -236.30855600000004 +127.30855600000004 31 0.0 0 @@ -4095,15 +4023,15 @@ LINE 8 0 10 -717.0000000000001 +362.00000000000006 20 -154.55855600000004 +127.30855600000004 30 0.0 11 -717.0000000000001 +362.00000000000006 21 -146.05855600000004 +139.30855600000004 31 0.0 0 @@ -4113,15 +4041,15 @@ LINE 8 0 10 -717.0000000000001 +350.0 20 -146.05855600000004 +137.808556 30 0.0 11 -717.5000000000001 +346.0 21 -146.05855600000004 +137.808556 31 0.0 0 @@ -4131,15 +4059,15 @@ LINE 8 0 10 -717.5000000000001 +346.0 20 -146.05855600000004 +137.808556 30 0.0 11 -717.5000000000001 +346.0 21 -154.55855600000004 +128.808556 31 0.0 0 @@ -4149,15 +4077,15 @@ LINE 8 0 10 -717.5000000000001 +346.0 20 -154.55855600000004 +128.808556 30 0.0 11 -717.0000000000001 +350.0 21 -154.55855600000004 +128.808556 31 0.0 0 @@ -4167,15 +4095,15 @@ LINE 8 0 10 -628.9166666666667 +350.0 20 -146.05855600000004 +128.808556 30 0.0 11 -617.0833333333335 +350.0 21 -146.05855600000004 +137.808556 31 0.0 0 @@ -4185,15 +4113,15 @@ LINE 8 0 10 -617.0833333333335 +386.5 20 -146.05855600000004 +139.30855600000004 30 0.0 11 -617.0833333333335 +363.5 21 -145.55855600000004 +139.30855600000004 31 0.0 0 @@ -4203,15 +4131,15 @@ LINE 8 0 10 -617.0833333333335 +363.5 20 -145.55855600000004 +139.30855600000004 30 0.0 11 -628.9166666666667 +363.5 21 -145.55855600000004 +127.30855600000004 31 0.0 0 @@ -4221,15 +4149,15 @@ LINE 8 0 10 -628.9166666666667 +363.5 20 -145.55855600000004 +127.30855600000004 30 0.0 11 -628.9166666666667 +386.5 21 -146.05855600000004 +127.30855600000004 31 0.0 0 @@ -4239,15 +4167,15 @@ LINE 8 0 10 -598.2500000000001 +386.5 20 -89.74037418181821 +127.30855600000004 30 0.0 11 -598.2500000000001 +386.5 21 -78.1494650909091 +139.30855600000004 31 0.0 0 @@ -4257,15 +4185,15 @@ LINE 8 0 10 -598.2500000000001 +392.00000000000006 20 -78.1494650909091 +139.30855600000004 30 0.0 11 -598.7500000000001 +388.00000000000006 21 -78.1494650909091 +139.30855600000004 31 0.0 0 @@ -4275,15 +4203,15 @@ LINE 8 0 10 -598.7500000000001 +388.00000000000006 20 -78.1494650909091 +139.30855600000004 30 0.0 11 -598.7500000000001 +388.00000000000006 21 -89.74037418181821 +127.30855600000004 31 0.0 0 @@ -4293,15 +4221,15 @@ LINE 8 0 10 -598.7500000000001 +388.00000000000006 20 -89.74037418181821 +127.30855600000004 30 0.0 11 -598.2500000000001 +392.00000000000006 21 -89.74037418181821 +127.30855600000004 31 0.0 0 @@ -4311,15 +4239,15 @@ LINE 8 0 10 -598.2500000000001 +392.00000000000006 20 -117.46764690909093 +127.30855600000004 30 0.0 11 -598.2500000000001 +392.00000000000006 21 -105.87673781818184 +139.30855600000004 31 0.0 0 @@ -4329,15 +4257,15 @@ LINE 8 0 10 -598.2500000000001 +414.50000000000006 20 -105.87673781818184 +138.9752226666667 30 0.0 11 -598.7500000000001 +409.5 21 -105.87673781818184 +138.9752226666667 31 0.0 0 @@ -4347,15 +4275,15 @@ LINE 8 0 10 -598.7500000000001 +409.5 20 -105.87673781818184 +138.9752226666667 30 0.0 11 -598.7500000000001 +409.5 21 -117.46764690909093 +127.64188933333335 31 0.0 0 @@ -4365,15 +4293,15 @@ LINE 8 0 10 -598.7500000000001 +409.5 20 -117.46764690909093 +127.64188933333335 30 0.0 11 -598.2500000000001 +414.50000000000006 21 -117.46764690909093 +127.64188933333335 31 0.0 0 @@ -4383,15 +4311,15 @@ LINE 8 0 10 -617.0000000000001 +475.50000000000006 20 -181.30855600000004 +84.15427796513858 30 0.0 11 -617.0000000000001 +472.50000000000006 21 -177.30855600000004 +84.15427796513858 31 0.0 0 @@ -4401,15 +4329,15 @@ LINE 8 0 10 -617.0000000000001 +472.50000000000006 20 -177.30855600000004 +84.15427796513858 30 0.0 11 -629.0 +472.50000000000006 21 -177.30855600000004 +66.15427796513858 31 0.0 0 @@ -4419,15 +4347,15 @@ LINE 8 0 10 -629.0 +472.50000000000006 20 -177.30855600000004 +66.15427796513858 30 0.0 11 -629.0 +475.50000000000006 21 -181.30855600000004 +66.15427796513858 31 0.0 0 @@ -4437,15 +4365,15 @@ LINE 8 0 10 -629.0 +475.50000000000006 20 -181.30855600000004 +66.15427796513858 30 0.0 11 -617.0000000000001 +475.50000000000006 21 -181.30855600000004 +84.15427796513858 31 0.0 0 @@ -4455,15 +4383,15 @@ LINE 8 0 10 -618.5 +423.75000000000006 20 -169.308556 +70.40427796513856 30 0.0 11 -618.5 +423.75000000000006 21 -165.30855600000004 +79.90427796513858 31 0.0 0 @@ -4473,15 +4401,15 @@ LINE 8 0 10 -618.5 +423.75000000000006 20 -165.30855600000004 +79.90427796513858 30 0.0 11 -627.5 +423.25 21 -165.30855600000004 +79.90427796513858 31 0.0 0 @@ -4491,15 +4419,15 @@ LINE 8 0 10 -627.5 +423.25 20 -165.30855600000004 +79.90427796513858 30 0.0 11 -627.5 +423.25 21 -169.308556 +70.40427796513856 31 0.0 0 @@ -4509,15 +4437,15 @@ LINE 8 0 10 -627.5 +423.25 20 -169.308556 +70.40427796513856 30 0.0 11 -618.5 +423.75000000000006 21 -169.308556 +70.40427796513856 31 0.0 0 @@ -4527,15 +4455,15 @@ LINE 8 0 10 -617.0000000000001 +456.25000000000006 20 -205.808556 +7.749999930277114 30 0.0 11 -617.0000000000001 +435.75000000000006 21 -182.808556 +7.749999930277114 31 0.0 0 @@ -4545,15 +4473,15 @@ LINE 8 0 10 -617.0000000000001 +435.75000000000006 20 -182.808556 +7.749999930277114 30 0.0 11 -629.0 +435.75000000000006 21 -182.808556 +7.249999930277114 31 0.0 0 @@ -4563,15 +4491,15 @@ LINE 8 0 10 -629.0 +435.75000000000006 20 -182.808556 +7.249999930277114 30 0.0 11 -629.0 +456.25000000000006 21 -205.808556 +7.249999930277114 31 0.0 0 @@ -4581,15 +4509,15 @@ LINE 8 0 10 -629.0 +456.25000000000006 20 -205.808556 +7.249999930277114 30 0.0 11 -617.0000000000001 +456.25000000000006 21 -205.808556 +7.749999930277114 31 0.0 0 @@ -4599,15 +4527,15 @@ LINE 8 0 10 -617.0000000000001 +479.00000000000006 20 -211.30855600000004 +84.15427796513858 30 0.0 11 -617.0000000000001 +476.00000000000006 21 -207.30855600000004 +84.15427796513858 31 0.0 0 @@ -4617,15 +4545,15 @@ LINE 8 0 10 -617.0000000000001 +476.00000000000006 20 -207.30855600000004 +84.15427796513858 30 0.0 11 -629.0 +476.00000000000006 21 -207.30855600000004 +66.15427796513858 31 0.0 0 @@ -4635,15 +4563,15 @@ LINE 8 0 10 -629.0 +476.00000000000006 20 -207.30855600000004 +66.15427796513858 30 0.0 11 -629.0 +479.00000000000006 21 -211.30855600000004 +66.15427796513858 31 0.0 0 @@ -4653,15 +4581,15 @@ LINE 8 0 10 -629.0 +479.00000000000006 20 -211.30855600000004 +66.15427796513858 30 0.0 11 -617.0000000000001 +479.00000000000006 21 -211.30855600000004 +84.15427796513858 31 0.0 0 @@ -4671,15 +4599,15 @@ LINE 8 0 10 -617.3333333333334 +577.5000000000001 20 -233.80855600000004 +79.65427796513858 30 0.0 11 -617.3333333333334 +572.5 21 -228.80855600000004 +79.65427796513858 31 0.0 0 @@ -4689,15 +4617,15 @@ LINE 8 0 10 -617.3333333333334 +572.5 20 -228.80855600000004 +79.65427796513858 30 0.0 11 -628.6666666666666 +572.5 21 -228.80855600000004 +70.65427796513858 31 0.0 0 @@ -4707,15 +4635,15 @@ LINE 8 0 10 -628.6666666666666 +572.5 20 -228.80855600000004 +70.65427796513858 30 0.0 11 -628.6666666666666 +577.5000000000001 21 -233.80855600000004 +70.65427796513858 31 0.0 0 @@ -4727,13 +4655,13 @@ DOTTED 8 0 10 -764.0 +623.0000000000001 20 138.30855600000004 30 0.0 11 -825.0000000000001 +684.0000000000001 21 138.30855600000004 31 @@ -4747,13 +4675,13 @@ DOTTED 8 0 10 -825.0000000000001 +684.0000000000001 20 138.30855600000004 30 0.0 11 -825.0000000000001 +684.0000000000001 21 162.308556 31 @@ -4767,13 +4695,13 @@ DOTTED 8 0 10 -825.0000000000001 +684.0000000000001 20 162.308556 30 0.0 11 -764.0 +623.0000000000001 21 162.308556 31 @@ -4787,13 +4715,13 @@ DOTTED 8 0 10 -764.0 +623.0000000000001 20 162.308556 30 0.0 11 -764.0 +623.0000000000001 21 138.30855600000004 31 @@ -4805,13 +4733,13 @@ LINE 8 0 10 -764.0 +623.0000000000001 20 131.30855600000004 30 0.0 11 -764.0 +623.0000000000001 21 138.30855600000004 31 @@ -4823,13 +4751,13 @@ LINE 8 0 10 -824.0000000000001 +683.0 20 131.30855600000004 30 0.0 11 -764.0 +623.0000000000001 21 131.30855600000004 31 @@ -4841,13 +4769,13 @@ LINE 8 0 10 -824.0000000000001 +683.0 20 138.30855600000004 30 0.0 11 -824.0000000000001 +683.0 21 131.30855600000004 31 @@ -4859,13 +4787,13 @@ LINE 8 0 10 -832.0000000000001 +691.0 20 138.30855600000004 30 0.0 11 -825.0000000000001 +684.0000000000001 21 138.30855600000004 31 @@ -4877,13 +4805,13 @@ LINE 8 0 10 -832.0000000000001 +691.0 20 162.308556 30 0.0 11 -832.0000000000001 +691.0 21 138.30855600000004 31 @@ -4895,13 +4823,13 @@ LINE 8 0 10 -825.0000000000001 +684.0000000000001 20 162.308556 30 0.0 11 -832.0000000000001 +691.0 21 162.308556 31 @@ -4915,13 +4843,13 @@ DOTTED 8 0 10 -825.0000000000001 +684.0000000000001 20 162.308556 30 0.0 11 -825.0000000000001 +684.0000000000001 21 223.30855600000004 31 @@ -4933,13 +4861,13 @@ LINE 8 0 10 -765.0 +624.0000000000001 20 223.30855600000004 30 0.0 11 -825.0000000000001 +684.0000000000001 21 223.30855600000004 31 @@ -4953,13 +4881,13 @@ DOTTED 8 0 10 -765.0 +624.0000000000001 20 162.308556 30 0.0 11 -765.0 +624.0000000000001 21 223.30855600000004 31 @@ -4971,13 +4899,13 @@ LINE 8 0 10 -849.0000000000001 +708.0000000000001 20 162.308556 30 0.0 11 -825.0000000000001 +684.0000000000001 21 162.308556 31 @@ -4991,13 +4919,13 @@ DOTTED 8 0 10 -849.0000000000001 +708.0000000000001 20 162.308556 30 0.0 11 -849.0000000000001 +708.0000000000001 21 223.30855600000004 31 @@ -5009,13 +4937,13 @@ LINE 8 0 10 -825.0000000000001 +684.0000000000001 20 223.30855600000004 30 0.0 11 -849.0000000000001 +708.0000000000001 21 223.30855600000004 31 @@ -5027,13 +4955,13 @@ LINE 8 0 10 -909.0000000000001 +768.0000000000001 20 162.308556 30 0.0 11 -849.0000000000001 +708.0000000000001 21 162.308556 31 @@ -5045,13 +4973,13 @@ LINE 8 0 10 -909.0000000000001 +768.0000000000001 20 223.30855600000004 30 0.0 11 -909.0000000000001 +768.0000000000001 21 162.308556 31 @@ -5063,13 +4991,13 @@ LINE 8 0 10 -849.0000000000001 +708.0000000000001 20 223.30855600000004 30 0.0 11 -909.0000000000001 +768.0000000000001 21 223.30855600000004 31 @@ -5081,13 +5009,13 @@ LINE 8 0 10 -765.0 +624.0000000000001 20 162.308556 30 0.0 11 -741.0000000000001 +600.0 21 162.308556 31 @@ -5099,13 +5027,13 @@ LINE 8 0 10 -741.0000000000001 +600.0 20 223.30855600000004 30 0.0 11 -765.0 +624.0000000000001 21 223.30855600000004 31 @@ -5119,13 +5047,13 @@ DOTTED 8 0 10 -741.0000000000001 +600.0 20 223.30855600000004 30 0.0 11 -741.0000000000001 +600.0 21 162.308556 31 @@ -5137,13 +5065,13 @@ LINE 8 0 10 -731.0000000000001 +590.0 20 223.30855600000004 30 0.0 11 -741.0000000000001 +600.0 21 223.30855600000004 31 @@ -5155,13 +5083,13 @@ LINE 8 0 10 -731.0000000000001 +590.0 20 162.308556 30 0.0 11 -731.0000000000001 +590.0 21 223.30855600000004 31 @@ -5173,13 +5101,13 @@ LINE 8 0 10 -741.0000000000001 +600.0 20 162.308556 30 0.0 11 -731.0000000000001 +590.0 21 162.308556 31 @@ -5191,13 +5119,13 @@ LINE 8 0 10 -757.0000000000001 +616.0000000000001 20 162.308556 30 0.0 11 -764.0 +623.0000000000001 21 162.308556 31 @@ -5209,13 +5137,13 @@ LINE 8 0 10 -757.0000000000001 +616.0000000000001 20 138.30855600000004 30 0.0 11 -757.0000000000001 +616.0000000000001 21 162.308556 31 @@ -5227,13 +5155,13 @@ LINE 8 0 10 -764.0 +623.0000000000001 20 138.30855600000004 30 0.0 11 -757.0000000000001 +616.0000000000001 21 138.30855600000004 31 @@ -5245,13 +5173,13 @@ LINE 8 0 10 -813.0909090909091 +672.0909090909092 20 133.058556 30 0.0 11 -816.5909090909092 +675.5909090909091 21 133.058556 31 @@ -5263,13 +5191,13 @@ LINE 8 0 10 -816.5909090909092 +675.5909090909091 20 133.058556 30 0.0 11 -813.0909090909091 +672.0909090909092 21 136.55855600000004 31 @@ -5281,13 +5209,13 @@ LINE 8 0 10 -813.0909090909091 +672.0909090909092 20 136.55855600000004 30 0.0 11 -802.1818181818182 +661.1818181818181 21 136.55855600000004 31 @@ -5299,13 +5227,13 @@ LINE 8 0 10 -802.1818181818182 +661.1818181818181 20 136.55855600000004 30 0.0 11 -798.6818181818182 +657.6818181818184 21 133.058556 31 @@ -5317,13 +5245,13 @@ LINE 8 0 10 -798.6818181818182 +657.6818181818184 20 133.058556 30 0.0 11 -802.1818181818182 +661.1818181818181 21 133.058556 31 @@ -5335,13 +5263,13 @@ LINE 8 0 10 -785.8181818181819 +644.818181818182 20 133.058556 30 0.0 11 -789.318181818182 +648.3181818181819 21 133.058556 31 @@ -5353,13 +5281,13 @@ LINE 8 0 10 -789.318181818182 +648.3181818181819 20 133.058556 30 0.0 11 -785.8181818181819 +644.818181818182 21 136.55855600000004 31 @@ -5371,13 +5299,13 @@ LINE 8 0 10 -785.8181818181819 +644.818181818182 20 136.55855600000004 30 0.0 11 -774.909090909091 +633.9090909090909 21 136.55855600000004 31 @@ -5389,13 +5317,13 @@ LINE 8 0 10 -774.909090909091 +633.9090909090909 20 136.55855600000004 30 0.0 11 -771.409090909091 +630.409090909091 21 133.058556 31 @@ -5407,13 +5335,13 @@ LINE 8 0 10 -771.409090909091 +630.409090909091 20 133.058556 30 0.0 11 -774.909090909091 +633.9090909090909 21 133.058556 31 @@ -5425,13 +5353,13 @@ LINE 8 0 10 -830.2500000000001 +689.2500000000001 20 154.30855600000004 30 0.0 11 -826.7500000000001 +685.75 21 154.30855600000004 31 @@ -5443,13 +5371,13 @@ LINE 8 0 10 -826.7500000000001 +685.75 20 154.30855600000004 30 0.0 11 -826.7500000000001 +685.75 21 146.308556 31 @@ -5461,13 +5389,13 @@ LINE 8 0 10 -826.7500000000001 +685.75 20 146.308556 30 0.0 11 -830.2500000000001 +689.2500000000001 21 146.308556 31 @@ -5479,13 +5407,13 @@ LINE 8 0 10 -772.5000000000001 +631.5000000000001 20 213.80855600000004 30 0.0 11 -772.5000000000001 +631.5000000000001 21 195.80855600000004 31 @@ -5497,13 +5425,13 @@ LINE 8 0 10 -772.5000000000001 +631.5000000000001 20 195.80855600000004 30 0.0 11 -807.5000000000001 +666.5000000000001 21 195.80855600000004 31 @@ -5515,13 +5443,13 @@ LINE 8 0 10 -807.5000000000001 +666.5000000000001 20 195.80855600000004 30 0.0 11 -807.5000000000001 +666.5000000000001 21 213.80855600000004 31 @@ -5533,13 +5461,13 @@ LINE 8 0 10 -807.5000000000001 +666.5000000000001 20 213.80855600000004 30 0.0 11 -772.5000000000001 +631.5000000000001 21 213.80855600000004 31 @@ -5551,13 +5479,13 @@ LINE 8 0 10 -825.5000000000001 +684.5000000000001 20 175.55855600000004 30 0.0 11 -825.5000000000001 +684.5000000000001 21 172.55855600000004 31 @@ -5569,13 +5497,13 @@ LINE 8 0 10 -825.5000000000001 +684.5000000000001 20 172.55855600000004 30 0.0 11 -828.5 +687.5000000000001 21 172.55855600000004 31 @@ -5587,13 +5515,13 @@ LINE 8 0 10 -828.5 +687.5000000000001 20 172.55855600000004 30 0.0 11 -828.5 +687.5000000000001 21 175.55855600000004 31 @@ -5605,13 +5533,13 @@ LINE 8 0 10 -828.5 +687.5000000000001 20 175.55855600000004 30 0.0 11 -825.5000000000001 +684.5000000000001 21 175.55855600000004 31 @@ -5623,13 +5551,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 174.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 173.55855600000004 31 @@ -5641,13 +5569,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 173.55855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 173.55855600000004 31 @@ -5659,13 +5587,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 173.55855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 174.55855600000004 31 @@ -5677,13 +5605,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 174.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 174.55855600000004 31 @@ -5695,13 +5623,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 177.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 176.058556 31 @@ -5713,13 +5641,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 176.058556 30 0.0 11 -827.5 +686.5000000000001 21 176.058556 31 @@ -5731,13 +5659,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 176.058556 30 0.0 11 -827.5 +686.5000000000001 21 177.05855600000004 31 @@ -5749,13 +5677,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 177.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 177.05855600000004 31 @@ -5767,13 +5695,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 177.05855600000004 30 0.0 11 -846.5 +705.5000000000001 21 176.058556 31 @@ -5785,13 +5713,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 176.058556 30 0.0 11 -847.5000000000001 +706.5000000000001 21 176.058556 31 @@ -5803,13 +5731,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 176.058556 30 0.0 11 -847.5000000000001 +706.5000000000001 21 177.05855600000004 31 @@ -5821,13 +5749,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 177.05855600000004 30 0.0 11 -846.5 +705.5000000000001 21 177.05855600000004 31 @@ -5839,13 +5767,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 179.55855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 178.558556 31 @@ -5857,13 +5785,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 178.558556 30 0.0 11 -827.5 +686.5000000000001 21 178.558556 31 @@ -5875,13 +5803,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 178.558556 30 0.0 11 -827.5 +686.5000000000001 21 179.55855600000004 31 @@ -5893,13 +5821,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 179.55855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 179.55855600000004 31 @@ -5911,13 +5839,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 179.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 178.558556 31 @@ -5929,13 +5857,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 178.558556 30 0.0 11 -847.5000000000001 +706.5000000000001 21 178.558556 31 @@ -5947,13 +5875,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 178.558556 30 0.0 11 -847.5000000000001 +706.5000000000001 21 179.55855600000004 31 @@ -5965,13 +5893,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 179.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 179.55855600000004 31 @@ -5983,13 +5911,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 182.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 181.058556 31 @@ -6001,13 +5929,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 181.058556 30 0.0 11 -827.5 +686.5000000000001 21 181.058556 31 @@ -6019,13 +5947,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 181.058556 30 0.0 11 -827.5 +686.5000000000001 21 182.05855600000004 31 @@ -6037,13 +5965,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 182.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 182.05855600000004 31 @@ -6055,13 +5983,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 182.05855600000004 30 0.0 11 -846.5 +705.5000000000001 21 181.058556 31 @@ -6073,13 +6001,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 181.058556 30 0.0 11 -847.5000000000001 +706.5000000000001 21 181.058556 31 @@ -6091,13 +6019,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 181.058556 30 0.0 11 -847.5000000000001 +706.5000000000001 21 182.05855600000004 31 @@ -6109,13 +6037,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 182.05855600000004 30 0.0 11 -846.5 +705.5000000000001 21 182.05855600000004 31 @@ -6127,13 +6055,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 184.55855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 183.55855600000004 31 @@ -6145,13 +6073,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 183.55855600000004 30 0.0 11 -827.5 +686.5000000000001 21 183.55855600000004 31 @@ -6163,13 +6091,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 183.55855600000004 30 0.0 11 -827.5 +686.5000000000001 21 184.55855600000004 31 @@ -6181,13 +6109,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 184.55855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 184.55855600000004 31 @@ -6199,13 +6127,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 184.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 183.55855600000004 31 @@ -6217,13 +6145,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 183.55855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 183.55855600000004 31 @@ -6235,13 +6163,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 183.55855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 184.55855600000004 31 @@ -6253,13 +6181,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 184.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 184.55855600000004 31 @@ -6271,13 +6199,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 187.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 186.05855600000004 31 @@ -6289,13 +6217,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 186.05855600000004 30 0.0 11 -827.5 +686.5000000000001 21 186.05855600000004 31 @@ -6307,13 +6235,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 186.05855600000004 30 0.0 11 -827.5 +686.5000000000001 21 187.05855600000004 31 @@ -6325,13 +6253,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 187.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 187.05855600000004 31 @@ -6343,13 +6271,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 187.05855600000004 30 0.0 11 -846.5 +705.5000000000001 21 186.05855600000004 31 @@ -6361,13 +6289,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 186.05855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 186.05855600000004 31 @@ -6379,13 +6307,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 186.05855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 187.05855600000004 31 @@ -6397,13 +6325,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 187.05855600000004 30 0.0 11 -846.5 +705.5000000000001 21 187.05855600000004 31 @@ -6415,13 +6343,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 189.55855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 188.55855600000004 31 @@ -6433,13 +6361,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 188.55855600000004 30 0.0 11 -827.5 +686.5000000000001 21 188.55855600000004 31 @@ -6451,13 +6379,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 188.55855600000004 30 0.0 11 -827.5 +686.5000000000001 21 189.55855600000004 31 @@ -6469,13 +6397,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 189.55855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 189.55855600000004 31 @@ -6487,13 +6415,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 189.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 188.55855600000004 31 @@ -6505,13 +6433,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 188.55855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 188.55855600000004 31 @@ -6523,13 +6451,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 188.55855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 189.55855600000004 31 @@ -6541,13 +6469,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 189.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 189.55855600000004 31 @@ -6559,13 +6487,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 192.058556 30 0.0 11 -826.5000000000001 +685.5000000000001 21 191.05855600000004 31 @@ -6577,13 +6505,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 191.05855600000004 30 0.0 11 -827.5 +686.5000000000001 21 191.05855600000004 31 @@ -6595,13 +6523,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 191.05855600000004 30 0.0 11 -827.5 +686.5000000000001 21 192.058556 31 @@ -6613,13 +6541,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 192.058556 30 0.0 11 -826.5000000000001 +685.5000000000001 21 192.058556 31 @@ -6631,13 +6559,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 192.058556 30 0.0 11 -846.5 +705.5000000000001 21 191.05855600000004 31 @@ -6649,13 +6577,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 191.05855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 191.05855600000004 31 @@ -6667,13 +6595,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 191.05855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 192.058556 31 @@ -6685,13 +6613,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 192.058556 30 0.0 11 -846.5 +705.5000000000001 21 192.058556 31 @@ -6703,13 +6631,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 194.558556 30 0.0 11 -826.5000000000001 +685.5000000000001 21 193.55855600000004 31 @@ -6721,13 +6649,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 193.55855600000004 30 0.0 11 -827.5 +686.5000000000001 21 193.55855600000004 31 @@ -6739,13 +6667,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 193.55855600000004 30 0.0 11 -827.5 +686.5000000000001 21 194.558556 31 @@ -6757,13 +6685,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 194.558556 30 0.0 11 -826.5000000000001 +685.5000000000001 21 194.558556 31 @@ -6775,13 +6703,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 194.558556 30 0.0 11 -846.5 +705.5000000000001 21 193.55855600000004 31 @@ -6793,13 +6721,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 193.55855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 193.55855600000004 31 @@ -6811,13 +6739,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 193.55855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 194.558556 31 @@ -6829,13 +6757,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 194.558556 30 0.0 11 -846.5 +705.5000000000001 21 194.558556 31 @@ -6847,13 +6775,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 197.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 196.05855600000004 31 @@ -6865,13 +6793,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 196.05855600000004 30 0.0 11 -827.5 +686.5000000000001 21 196.05855600000004 31 @@ -6883,13 +6811,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 196.05855600000004 30 0.0 11 -827.5 +686.5000000000001 21 197.05855600000004 31 @@ -6901,13 +6829,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 197.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 197.05855600000004 31 @@ -6919,13 +6847,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 197.05855600000004 30 0.0 11 -846.5 +705.5000000000001 21 196.05855600000004 31 @@ -6937,13 +6865,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 196.05855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 196.05855600000004 31 @@ -6955,13 +6883,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 196.05855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 197.05855600000004 31 @@ -6973,13 +6901,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 197.05855600000004 30 0.0 11 -846.5 +705.5000000000001 21 197.05855600000004 31 @@ -6991,13 +6919,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 199.55855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 198.55855600000004 31 @@ -7009,13 +6937,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 198.55855600000004 30 0.0 11 -827.5 +686.5000000000001 21 198.55855600000004 31 @@ -7027,13 +6955,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 198.55855600000004 30 0.0 11 -827.5 +686.5000000000001 21 199.55855600000004 31 @@ -7045,13 +6973,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 199.55855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 199.55855600000004 31 @@ -7063,13 +6991,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 199.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 198.55855600000004 31 @@ -7081,13 +7009,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 198.55855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 198.55855600000004 31 @@ -7099,13 +7027,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 198.55855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 199.55855600000004 31 @@ -7117,13 +7045,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 199.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 199.55855600000004 31 @@ -7135,13 +7063,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 202.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 201.058556 31 @@ -7153,13 +7081,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 201.058556 30 0.0 11 -827.5 +686.5000000000001 21 201.058556 31 @@ -7171,13 +7099,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 201.058556 30 0.0 11 -827.5 +686.5000000000001 21 202.05855600000004 31 @@ -7189,13 +7117,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 202.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 202.05855600000004 31 @@ -7207,13 +7135,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 202.05855600000004 30 0.0 11 -846.5 +705.5000000000001 21 201.058556 31 @@ -7225,13 +7153,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 201.058556 30 0.0 11 -847.5000000000001 +706.5000000000001 21 201.058556 31 @@ -7243,13 +7171,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 201.058556 30 0.0 11 -847.5000000000001 +706.5000000000001 21 202.05855600000004 31 @@ -7261,13 +7189,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 202.05855600000004 30 0.0 11 -846.5 +705.5000000000001 21 202.05855600000004 31 @@ -7279,13 +7207,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 204.55855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 203.558556 31 @@ -7297,13 +7225,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 203.558556 30 0.0 11 -827.5 +686.5000000000001 21 203.558556 31 @@ -7315,13 +7243,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 203.558556 30 0.0 11 -827.5 +686.5000000000001 21 204.55855600000004 31 @@ -7333,13 +7261,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 204.55855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 204.55855600000004 31 @@ -7351,13 +7279,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 204.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 203.558556 31 @@ -7369,13 +7297,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 203.558556 30 0.0 11 -847.5000000000001 +706.5000000000001 21 203.558556 31 @@ -7387,13 +7315,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 203.558556 30 0.0 11 -847.5000000000001 +706.5000000000001 21 204.55855600000004 31 @@ -7405,13 +7333,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 204.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 204.55855600000004 31 @@ -7423,13 +7351,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 207.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 206.05855600000004 31 @@ -7441,13 +7369,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 206.05855600000004 30 0.0 11 -827.5 +686.5000000000001 21 206.05855600000004 31 @@ -7459,13 +7387,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 206.05855600000004 30 0.0 11 -827.5 +686.5000000000001 21 207.05855600000004 31 @@ -7477,13 +7405,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 207.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 207.05855600000004 31 @@ -7495,13 +7423,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 207.05855600000004 30 0.0 11 -846.5 +705.5000000000001 21 206.05855600000004 31 @@ -7513,13 +7441,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 206.05855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 206.05855600000004 31 @@ -7531,13 +7459,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 206.05855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 207.05855600000004 31 @@ -7549,13 +7477,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 207.05855600000004 30 0.0 11 -846.5 +705.5000000000001 21 207.05855600000004 31 @@ -7567,13 +7495,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 209.55855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 208.55855600000004 31 @@ -7585,13 +7513,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 208.55855600000004 30 0.0 11 -827.5 +686.5000000000001 21 208.55855600000004 31 @@ -7603,13 +7531,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 208.55855600000004 30 0.0 11 -827.5 +686.5000000000001 21 209.55855600000004 31 @@ -7621,13 +7549,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 209.55855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 209.55855600000004 31 @@ -7639,13 +7567,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 209.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 208.55855600000004 31 @@ -7657,13 +7585,13 @@ LINE 8 0 10 -846.5 +705.5000000000001 20 208.55855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 208.55855600000004 31 @@ -7675,13 +7603,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 208.55855600000004 30 0.0 11 -847.5000000000001 +706.5000000000001 21 209.55855600000004 31 @@ -7693,13 +7621,13 @@ LINE 8 0 10 -847.5000000000001 +706.5000000000001 20 209.55855600000004 30 0.0 11 -846.5 +705.5000000000001 21 209.55855600000004 31 @@ -7711,13 +7639,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 212.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 211.05855600000004 31 @@ -7729,13 +7657,13 @@ LINE 8 0 10 -826.5000000000001 +685.5000000000001 20 211.05855600000004 30 0.0 11 -827.5 +686.5000000000001 21 211.05855600000004 31 @@ -7747,13 +7675,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 211.05855600000004 30 0.0 11 -827.5 +686.5000000000001 21 212.05855600000004 31 @@ -7765,13 +7693,13 @@ LINE 8 0 10 -827.5 +686.5000000000001 20 212.05855600000004 30 0.0 11 -826.5000000000001 +685.5000000000001 21 212.05855600000004 31 @@ -7783,13 +7711,13 @@ LINE 8 0 10 -845.5000000000001 +704.5000000000001 20 213.05855600000004 30 0.0 11 -845.5000000000001 +704.5000000000001 21 210.05855600000004 31 @@ -7801,13 +7729,13 @@ LINE 8 0 10 -845.5000000000001 +704.5000000000001 20 210.05855600000004 30 0.0 11 -848.5000000000001 +707.5000000000001 21 210.05855600000004 31 @@ -7819,13 +7747,13 @@ LINE 8 0 10 -848.5000000000001 +707.5000000000001 20 210.05855600000004 30 0.0 11 -848.5000000000001 +707.5000000000001 21 213.05855600000004 31 @@ -7837,13 +7765,13 @@ LINE 8 0 10 -848.5000000000001 +707.5000000000001 20 213.05855600000004 30 0.0 11 -845.5000000000001 +704.5000000000001 21 213.05855600000004 31 @@ -7855,13 +7783,13 @@ LINE 8 0 10 -841.25 +700.2500000000001 20 170.05855600000004 30 0.0 11 -832.75 +691.7500000000001 21 170.05855600000004 31 @@ -7873,13 +7801,13 @@ LINE 8 0 10 -832.75 +691.7500000000001 20 170.05855600000004 30 0.0 11 -832.75 +691.7500000000001 21 169.558556 31 @@ -7891,13 +7819,13 @@ LINE 8 0 10 -832.75 +691.7500000000001 20 169.558556 30 0.0 11 -841.25 +700.2500000000001 21 169.558556 31 @@ -7909,13 +7837,13 @@ LINE 8 0 10 -841.25 +700.2500000000001 20 169.558556 30 0.0 11 -841.25 +700.2500000000001 21 170.05855600000004 31 @@ -7927,13 +7855,13 @@ LINE 8 0 10 -832.75 +691.7500000000001 20 217.80855600000004 30 0.0 11 -841.25 +700.2500000000001 21 217.80855600000004 31 @@ -7945,13 +7873,13 @@ LINE 8 0 10 -841.25 +700.2500000000001 20 217.80855600000004 30 0.0 11 -841.25 +700.2500000000001 21 218.30855600000004 31 @@ -7963,13 +7891,13 @@ LINE 8 0 10 -841.25 +700.2500000000001 20 218.30855600000004 30 0.0 11 -832.75 +691.7500000000001 21 218.30855600000004 31 @@ -7981,13 +7909,13 @@ LINE 8 0 10 -832.75 +691.7500000000001 20 218.30855600000004 30 0.0 11 -832.75 +691.7500000000001 21 217.80855600000004 31 @@ -7999,13 +7927,13 @@ LINE 8 0 10 -864.0000000000001 +723.0000000000001 20 213.30855600000004 30 0.0 11 -864.0000000000001 +723.0000000000001 21 200.30855600000004 31 @@ -8017,13 +7945,13 @@ LINE 8 0 10 -864.0000000000001 +723.0000000000001 20 200.30855600000004 30 0.0 11 -894.0000000000001 +753.0000000000001 21 200.30855600000004 31 @@ -8035,13 +7963,13 @@ LINE 8 0 10 -894.0000000000001 +753.0000000000001 20 200.30855600000004 30 0.0 11 -894.0000000000001 +753.0000000000001 21 213.30855600000004 31 @@ -8053,13 +7981,13 @@ LINE 8 0 10 -894.0000000000001 +753.0000000000001 20 213.30855600000004 30 0.0 11 -864.0000000000001 +723.0000000000001 21 213.30855600000004 31 @@ -8071,13 +7999,13 @@ LINE 8 0 10 -871.0681818181819 +730.0681818181819 20 167.80855600000004 30 0.0 11 -859.659090909091 +718.659090909091 21 167.80855600000004 31 @@ -8089,13 +8017,13 @@ LINE 8 0 10 -859.659090909091 +718.659090909091 20 167.80855600000004 30 0.0 11 -859.659090909091 +718.659090909091 21 167.308556 31 @@ -8107,13 +8035,13 @@ LINE 8 0 10 -859.659090909091 +718.659090909091 20 167.308556 30 0.0 11 -871.0681818181819 +730.0681818181819 21 167.308556 31 @@ -8125,13 +8053,13 @@ LINE 8 0 10 -871.0681818181819 +730.0681818181819 20 167.308556 30 0.0 11 -871.0681818181819 +730.0681818181819 21 167.80855600000004 31 @@ -8143,13 +8071,13 @@ LINE 8 0 10 -898.3409090909092 +757.3409090909092 20 167.80855600000004 30 0.0 11 -886.9318181818182 +745.9318181818182 21 167.80855600000004 31 @@ -8161,13 +8089,13 @@ LINE 8 0 10 -886.9318181818182 +745.9318181818182 20 167.80855600000004 30 0.0 11 -886.9318181818182 +745.9318181818182 21 167.308556 31 @@ -8179,13 +8107,13 @@ LINE 8 0 10 -886.9318181818182 +745.9318181818182 20 167.308556 30 0.0 11 -898.3409090909092 +757.3409090909092 21 167.308556 31 @@ -8197,13 +8125,13 @@ LINE 8 0 10 -898.3409090909092 +757.3409090909092 20 167.308556 30 0.0 11 -898.3409090909092 +757.3409090909092 21 167.80855600000004 31 @@ -8215,13 +8143,13 @@ LINE 8 0 10 -901.2500000000001 +760.25 20 184.74037418181823 30 0.0 11 -901.2500000000001 +760.25 21 173.14946509090913 31 @@ -8233,13 +8161,13 @@ LINE 8 0 10 -901.2500000000001 +760.25 20 173.14946509090913 30 0.0 11 -901.7500000000001 +760.75 21 173.14946509090913 31 @@ -8251,13 +8179,13 @@ LINE 8 0 10 -901.7500000000001 +760.75 20 173.14946509090913 30 0.0 11 -901.7500000000001 +760.75 21 184.74037418181823 31 @@ -8269,13 +8197,13 @@ LINE 8 0 10 -901.7500000000001 +760.75 20 184.74037418181823 30 0.0 11 -901.2500000000001 +760.25 21 184.74037418181823 31 @@ -8287,13 +8215,13 @@ LINE 8 0 10 -901.2500000000001 +760.25 20 212.46764690909094 30 0.0 11 -901.2500000000001 +760.25 21 200.87673781818185 31 @@ -8305,13 +8233,13 @@ LINE 8 0 10 -901.2500000000001 +760.25 20 200.87673781818185 30 0.0 11 -901.7500000000001 +760.75 21 200.87673781818185 31 @@ -8323,13 +8251,13 @@ LINE 8 0 10 -901.7500000000001 +760.75 20 200.87673781818185 30 0.0 11 -901.7500000000001 +760.75 21 212.46764690909094 31 @@ -8341,13 +8269,13 @@ LINE 8 0 10 -901.7500000000001 +760.75 20 212.46764690909094 30 0.0 11 -901.2500000000001 +760.25 21 212.46764690909094 31 @@ -8359,13 +8287,13 @@ LINE 8 0 10 -741.5000000000001 +600.5 20 175.55855600000004 30 0.0 11 -741.5000000000001 +600.5 21 172.55855600000004 31 @@ -8377,13 +8305,13 @@ LINE 8 0 10 -741.5000000000001 +600.5 20 172.55855600000004 30 0.0 11 -744.5000000000001 +603.5000000000001 21 172.55855600000004 31 @@ -8395,13 +8323,13 @@ LINE 8 0 10 -744.5000000000001 +603.5000000000001 20 172.55855600000004 30 0.0 11 -744.5000000000001 +603.5000000000001 21 175.55855600000004 31 @@ -8413,13 +8341,13 @@ LINE 8 0 10 -744.5000000000001 +603.5000000000001 20 175.55855600000004 30 0.0 11 -741.5000000000001 +600.5 21 175.55855600000004 31 @@ -8431,13 +8359,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 174.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 173.55855600000004 31 @@ -8449,13 +8377,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 173.55855600000004 30 0.0 11 -763.5 +622.5000000000001 21 173.55855600000004 31 @@ -8467,13 +8395,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 173.55855600000004 30 0.0 11 -763.5 +622.5000000000001 21 174.55855600000004 31 @@ -8485,13 +8413,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 174.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 174.55855600000004 31 @@ -8503,13 +8431,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 177.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 176.058556 31 @@ -8521,13 +8449,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 176.058556 30 0.0 11 -743.5000000000001 +602.5000000000001 21 176.058556 31 @@ -8539,13 +8467,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 176.058556 30 0.0 11 -743.5000000000001 +602.5000000000001 21 177.05855600000004 31 @@ -8557,13 +8485,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 177.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 177.05855600000004 31 @@ -8575,13 +8503,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 177.05855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 176.058556 31 @@ -8593,13 +8521,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 176.058556 30 0.0 11 -763.5 +622.5000000000001 21 176.058556 31 @@ -8611,13 +8539,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 176.058556 30 0.0 11 -763.5 +622.5000000000001 21 177.05855600000004 31 @@ -8629,13 +8557,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 177.05855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 177.05855600000004 31 @@ -8647,13 +8575,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 179.55855600000004 30 0.0 11 -742.5000000000001 +601.5 21 178.558556 31 @@ -8665,13 +8593,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 178.558556 30 0.0 11 -743.5000000000001 +602.5000000000001 21 178.558556 31 @@ -8683,13 +8611,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 178.558556 30 0.0 11 -743.5000000000001 +602.5000000000001 21 179.55855600000004 31 @@ -8701,13 +8629,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 179.55855600000004 30 0.0 11 -742.5000000000001 +601.5 21 179.55855600000004 31 @@ -8719,13 +8647,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 179.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 178.558556 31 @@ -8737,13 +8665,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 178.558556 30 0.0 11 -763.5 +622.5000000000001 21 178.558556 31 @@ -8755,13 +8683,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 178.558556 30 0.0 11 -763.5 +622.5000000000001 21 179.55855600000004 31 @@ -8773,13 +8701,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 179.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 179.55855600000004 31 @@ -8791,13 +8719,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 182.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 181.058556 31 @@ -8809,13 +8737,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 181.058556 30 0.0 11 -743.5000000000001 +602.5000000000001 21 181.058556 31 @@ -8827,13 +8755,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 181.058556 30 0.0 11 -743.5000000000001 +602.5000000000001 21 182.05855600000004 31 @@ -8845,13 +8773,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 182.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 182.05855600000004 31 @@ -8863,13 +8791,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 182.05855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 181.058556 31 @@ -8881,13 +8809,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 181.058556 30 0.0 11 -763.5 +622.5000000000001 21 181.058556 31 @@ -8899,13 +8827,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 181.058556 30 0.0 11 -763.5 +622.5000000000001 21 182.05855600000004 31 @@ -8917,13 +8845,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 182.05855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 182.05855600000004 31 @@ -8935,13 +8863,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 184.55855600000004 30 0.0 11 -742.5000000000001 +601.5 21 183.55855600000004 31 @@ -8953,13 +8881,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 183.55855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 183.55855600000004 31 @@ -8971,13 +8899,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 183.55855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 184.55855600000004 31 @@ -8989,13 +8917,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 184.55855600000004 30 0.0 11 -742.5000000000001 +601.5 21 184.55855600000004 31 @@ -9007,13 +8935,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 184.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 183.55855600000004 31 @@ -9025,13 +8953,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 183.55855600000004 30 0.0 11 -763.5 +622.5000000000001 21 183.55855600000004 31 @@ -9043,13 +8971,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 183.55855600000004 30 0.0 11 -763.5 +622.5000000000001 21 184.55855600000004 31 @@ -9061,13 +8989,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 184.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 184.55855600000004 31 @@ -9079,13 +9007,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 187.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 186.05855600000004 31 @@ -9097,13 +9025,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 186.05855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 186.05855600000004 31 @@ -9115,13 +9043,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 186.05855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 187.05855600000004 31 @@ -9133,13 +9061,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 187.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 187.05855600000004 31 @@ -9151,13 +9079,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 187.05855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 186.05855600000004 31 @@ -9169,13 +9097,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 186.05855600000004 30 0.0 11 -763.5 +622.5000000000001 21 186.05855600000004 31 @@ -9187,13 +9115,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 186.05855600000004 30 0.0 11 -763.5 +622.5000000000001 21 187.05855600000004 31 @@ -9205,13 +9133,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 187.05855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 187.05855600000004 31 @@ -9223,13 +9151,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 189.55855600000004 30 0.0 11 -742.5000000000001 +601.5 21 188.55855600000004 31 @@ -9241,13 +9169,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 188.55855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 188.55855600000004 31 @@ -9259,13 +9187,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 188.55855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 189.55855600000004 31 @@ -9277,13 +9205,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 189.55855600000004 30 0.0 11 -742.5000000000001 +601.5 21 189.55855600000004 31 @@ -9295,13 +9223,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 189.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 188.55855600000004 31 @@ -9313,13 +9241,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 188.55855600000004 30 0.0 11 -763.5 +622.5000000000001 21 188.55855600000004 31 @@ -9331,13 +9259,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 188.55855600000004 30 0.0 11 -763.5 +622.5000000000001 21 189.55855600000004 31 @@ -9349,13 +9277,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 189.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 189.55855600000004 31 @@ -9367,13 +9295,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 192.058556 30 0.0 11 -742.5000000000001 +601.5 21 191.05855600000004 31 @@ -9385,13 +9313,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 191.05855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 191.05855600000004 31 @@ -9403,13 +9331,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 191.05855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 192.058556 31 @@ -9421,13 +9349,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 192.058556 30 0.0 11 -742.5000000000001 +601.5 21 192.058556 31 @@ -9439,13 +9367,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 192.058556 30 0.0 11 -762.5000000000001 +621.5000000000001 21 191.05855600000004 31 @@ -9457,13 +9385,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 191.05855600000004 30 0.0 11 -763.5 +622.5000000000001 21 191.05855600000004 31 @@ -9475,13 +9403,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 191.05855600000004 30 0.0 11 -763.5 +622.5000000000001 21 192.058556 31 @@ -9493,13 +9421,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 192.058556 30 0.0 11 -762.5000000000001 +621.5000000000001 21 192.058556 31 @@ -9511,13 +9439,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 194.558556 30 0.0 11 -742.5000000000001 +601.5 21 193.55855600000004 31 @@ -9529,13 +9457,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 193.55855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 193.55855600000004 31 @@ -9547,13 +9475,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 193.55855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 194.558556 31 @@ -9565,13 +9493,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 194.558556 30 0.0 11 -742.5000000000001 +601.5 21 194.558556 31 @@ -9583,13 +9511,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 194.558556 30 0.0 11 -762.5000000000001 +621.5000000000001 21 193.55855600000004 31 @@ -9601,13 +9529,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 193.55855600000004 30 0.0 11 -763.5 +622.5000000000001 21 193.55855600000004 31 @@ -9619,13 +9547,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 193.55855600000004 30 0.0 11 -763.5 +622.5000000000001 21 194.558556 31 @@ -9637,13 +9565,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 194.558556 30 0.0 11 -762.5000000000001 +621.5000000000001 21 194.558556 31 @@ -9655,13 +9583,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 197.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 196.05855600000004 31 @@ -9673,13 +9601,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 196.05855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 196.05855600000004 31 @@ -9691,13 +9619,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 196.05855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 197.05855600000004 31 @@ -9709,13 +9637,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 197.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 197.05855600000004 31 @@ -9727,13 +9655,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 197.05855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 196.05855600000004 31 @@ -9745,13 +9673,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 196.05855600000004 30 0.0 11 -763.5 +622.5000000000001 21 196.05855600000004 31 @@ -9763,13 +9691,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 196.05855600000004 30 0.0 11 -763.5 +622.5000000000001 21 197.05855600000004 31 @@ -9781,13 +9709,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 197.05855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 197.05855600000004 31 @@ -9799,13 +9727,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 199.55855600000004 30 0.0 11 -742.5000000000001 +601.5 21 198.55855600000004 31 @@ -9817,13 +9745,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 198.55855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 198.55855600000004 31 @@ -9835,13 +9763,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 198.55855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 199.55855600000004 31 @@ -9853,13 +9781,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 199.55855600000004 30 0.0 11 -742.5000000000001 +601.5 21 199.55855600000004 31 @@ -9871,13 +9799,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 199.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 198.55855600000004 31 @@ -9889,13 +9817,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 198.55855600000004 30 0.0 11 -763.5 +622.5000000000001 21 198.55855600000004 31 @@ -9907,13 +9835,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 198.55855600000004 30 0.0 11 -763.5 +622.5000000000001 21 199.55855600000004 31 @@ -9925,13 +9853,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 199.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 199.55855600000004 31 @@ -9943,13 +9871,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 202.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 201.058556 31 @@ -9961,13 +9889,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 201.058556 30 0.0 11 -743.5000000000001 +602.5000000000001 21 201.058556 31 @@ -9979,13 +9907,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 201.058556 30 0.0 11 -743.5000000000001 +602.5000000000001 21 202.05855600000004 31 @@ -9997,13 +9925,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 202.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 202.05855600000004 31 @@ -10015,13 +9943,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 202.05855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 201.058556 31 @@ -10033,13 +9961,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 201.058556 30 0.0 11 -763.5 +622.5000000000001 21 201.058556 31 @@ -10051,13 +9979,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 201.058556 30 0.0 11 -763.5 +622.5000000000001 21 202.05855600000004 31 @@ -10069,13 +9997,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 202.05855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 202.05855600000004 31 @@ -10087,13 +10015,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 204.55855600000004 30 0.0 11 -742.5000000000001 +601.5 21 203.558556 31 @@ -10105,13 +10033,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 203.558556 30 0.0 11 -743.5000000000001 +602.5000000000001 21 203.558556 31 @@ -10123,13 +10051,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 203.558556 30 0.0 11 -743.5000000000001 +602.5000000000001 21 204.55855600000004 31 @@ -10141,13 +10069,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 204.55855600000004 30 0.0 11 -742.5000000000001 +601.5 21 204.55855600000004 31 @@ -10159,13 +10087,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 204.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 203.558556 31 @@ -10177,13 +10105,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 203.558556 30 0.0 11 -763.5 +622.5000000000001 21 203.558556 31 @@ -10195,13 +10123,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 203.558556 30 0.0 11 -763.5 +622.5000000000001 21 204.55855600000004 31 @@ -10213,13 +10141,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 204.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 204.55855600000004 31 @@ -10231,13 +10159,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 207.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 206.05855600000004 31 @@ -10249,13 +10177,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 206.05855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 206.05855600000004 31 @@ -10267,13 +10195,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 206.05855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 207.05855600000004 31 @@ -10285,13 +10213,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 207.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 207.05855600000004 31 @@ -10303,13 +10231,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 207.05855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 206.05855600000004 31 @@ -10321,13 +10249,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 206.05855600000004 30 0.0 11 -763.5 +622.5000000000001 21 206.05855600000004 31 @@ -10339,13 +10267,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 206.05855600000004 30 0.0 11 -763.5 +622.5000000000001 21 207.05855600000004 31 @@ -10357,13 +10285,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 207.05855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 207.05855600000004 31 @@ -10375,13 +10303,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 209.55855600000004 30 0.0 11 -742.5000000000001 +601.5 21 208.55855600000004 31 @@ -10393,13 +10321,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 208.55855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 208.55855600000004 31 @@ -10411,13 +10339,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 208.55855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 209.55855600000004 31 @@ -10429,13 +10357,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 209.55855600000004 30 0.0 11 -742.5000000000001 +601.5 21 209.55855600000004 31 @@ -10447,13 +10375,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 209.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 208.55855600000004 31 @@ -10465,13 +10393,13 @@ LINE 8 0 10 -762.5000000000001 +621.5000000000001 20 208.55855600000004 30 0.0 11 -763.5 +622.5000000000001 21 208.55855600000004 31 @@ -10483,13 +10411,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 208.55855600000004 30 0.0 11 -763.5 +622.5000000000001 21 209.55855600000004 31 @@ -10501,13 +10429,13 @@ LINE 8 0 10 -763.5 +622.5000000000001 20 209.55855600000004 30 0.0 11 -762.5000000000001 +621.5000000000001 21 209.55855600000004 31 @@ -10519,13 +10447,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 212.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 211.05855600000004 31 @@ -10537,13 +10465,13 @@ LINE 8 0 10 -742.5000000000001 +601.5 20 211.05855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 211.05855600000004 31 @@ -10555,13 +10483,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 211.05855600000004 30 0.0 11 -743.5000000000001 +602.5000000000001 21 212.05855600000004 31 @@ -10573,13 +10501,13 @@ LINE 8 0 10 -743.5000000000001 +602.5000000000001 20 212.05855600000004 30 0.0 11 -742.5000000000001 +601.5 21 212.05855600000004 31 @@ -10591,13 +10519,13 @@ LINE 8 0 10 -761.5000000000001 +620.5000000000001 20 213.05855600000004 30 0.0 11 -761.5000000000001 +620.5000000000001 21 210.05855600000004 31 @@ -10609,13 +10537,13 @@ LINE 8 0 10 -761.5000000000001 +620.5000000000001 20 210.05855600000004 30 0.0 11 -764.5 +623.5000000000001 21 210.05855600000004 31 @@ -10627,13 +10555,13 @@ LINE 8 0 10 -764.5 +623.5000000000001 20 210.05855600000004 30 0.0 11 -764.5 +623.5000000000001 21 213.05855600000004 31 @@ -10645,13 +10573,13 @@ LINE 8 0 10 -764.5 +623.5000000000001 20 213.05855600000004 30 0.0 11 -761.5000000000001 +620.5000000000001 21 213.05855600000004 31 @@ -10663,13 +10591,13 @@ LINE 8 0 10 -757.2500000000001 +616.2500000000001 20 170.05855600000004 30 0.0 11 -748.7500000000001 +607.7500000000001 21 170.05855600000004 31 @@ -10681,13 +10609,13 @@ LINE 8 0 10 -748.7500000000001 +607.7500000000001 20 170.05855600000004 30 0.0 11 -748.7500000000001 +607.7500000000001 21 169.558556 31 @@ -10699,13 +10627,13 @@ LINE 8 0 10 -748.7500000000001 +607.7500000000001 20 169.558556 30 0.0 11 -757.2500000000001 +616.2500000000001 21 169.558556 31 @@ -10717,13 +10645,13 @@ LINE 8 0 10 -757.2500000000001 +616.2500000000001 20 169.558556 30 0.0 11 -757.2500000000001 +616.2500000000001 21 170.05855600000004 31 @@ -10735,13 +10663,13 @@ LINE 8 0 10 -748.7500000000001 +607.7500000000001 20 217.80855600000004 30 0.0 11 -757.2500000000001 +616.2500000000001 21 217.80855600000004 31 @@ -10753,13 +10681,13 @@ LINE 8 0 10 -757.2500000000001 +616.2500000000001 20 217.80855600000004 30 0.0 11 -757.2500000000001 +616.2500000000001 21 218.30855600000004 31 @@ -10771,13 +10699,13 @@ LINE 8 0 10 -757.2500000000001 +616.2500000000001 20 218.30855600000004 30 0.0 11 -748.7500000000001 +607.7500000000001 21 218.30855600000004 31 @@ -10789,13 +10717,13 @@ LINE 8 0 10 -748.7500000000001 +607.7500000000001 20 218.30855600000004 30 0.0 11 -748.7500000000001 +607.7500000000001 21 217.80855600000004 31 @@ -10807,13 +10735,13 @@ LINE 8 0 10 -733.5000000000001 +592.5 20 173.39946509090913 30 0.0 11 -738.5000000000001 +597.5000000000001 21 173.39946509090913 31 @@ -10825,13 +10753,13 @@ LINE 8 0 10 -738.5000000000001 +597.5000000000001 20 173.39946509090913 30 0.0 11 -738.5000000000001 +597.5000000000001 21 184.49037418181823 31 @@ -10843,13 +10771,13 @@ LINE 8 0 10 -738.5000000000001 +597.5000000000001 20 184.49037418181823 30 0.0 11 -733.5000000000001 +592.5 21 184.49037418181823 31 @@ -10861,13 +10789,13 @@ LINE 8 0 10 -733.5000000000001 +592.5 20 201.12673781818185 30 0.0 11 -738.5000000000001 +597.5000000000001 21 201.12673781818185 31 @@ -10879,13 +10807,13 @@ LINE 8 0 10 -738.5000000000001 +597.5000000000001 20 201.12673781818185 30 0.0 11 -738.5000000000001 +597.5000000000001 21 212.21764690909094 31 @@ -10897,13 +10825,13 @@ LINE 8 0 10 -738.5000000000001 +597.5000000000001 20 212.21764690909094 30 0.0 11 -733.5000000000001 +592.5 21 212.21764690909094 31 @@ -10915,13 +10843,13 @@ LINE 8 0 10 -758.7500000000001 +617.7500000000001 20 146.308556 30 0.0 11 -762.2500000000001 +621.2500000000001 21 146.308556 31 @@ -10933,13 +10861,13 @@ LINE 8 0 10 -762.2500000000001 +621.2500000000001 20 146.308556 30 0.0 11 -762.2500000000001 +621.2500000000001 21 154.30855600000004 31 @@ -10951,13 +10879,13 @@ LINE 8 0 10 -762.2500000000001 +621.2500000000001 20 154.30855600000004 30 0.0 11 -758.7500000000001 +617.7500000000001 21 154.30855600000004 31