diff --git a/rocolib/builders/boat/mounts/ServoStackBatteryMountBuilder.py b/rocolib/builders/boat/mounts/ServoStackBatteryMountBuilder.py index 3a90551d2e914c03f42e0648468a2a8aa2b7f24a..5271b1262208b3d8f7f63f6bcabf7232de72c2fc 100644 --- a/rocolib/builders/boat/mounts/ServoStackBatteryMountBuilder.py +++ b/rocolib/builders/boat/mounts/ServoStackBatteryMountBuilder.py @@ -3,24 +3,24 @@ from rocolib.api.Function import Function c = Component() -c.addSubcomponent("servosandstack", "ServoMountAndStack", inherit=True) +c.addSubcomponent("servosandstack", "ServoMountAndStack", inherit=("lServoMount.depth", "lServoMount.width", "stack.length"), prefix=None) c.inheritAllInterfaces("servosandstack") -c.addSubcomponent("batterystackmount", "BatteryStackMount") +c.addSubcomponent("batterystackmount", "BatteryStackMount", inherit="batterylength") c.inheritAllInterfaces("batterystackmount") c.addSubcomponent("lfullsplit", "SplitEdge", inherit=True) 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.addConstraint(("lfullsplit", "toplength"), ("lServoMount.depth", "lServoMount.width", "stack.length", "batterystackmount.batterylength"), "(x[0]*2+x[1]*2+10*2+x[2]+x[3],)") +c.addConstraint(("lfullsplit", "botlength"), ("lServoMount.depth", "lServoMount.width", "stack.length", "batterystackmount.batterylength"), "(x[0]*2+x[1]*2+10*2+x[2], x[3])") # 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.addConstraint(("rfullsplit", "toplength"), ("lServoMount.depth", "lServoMount.width", "stack.length", "batterystackmount.batterylength"), "(x[0]*2+x[1]*2+10*2+x[2]+x[3],)") +c.addConstraint(("rfullsplit", "botlength"), ("lServoMount.depth", "lServoMount.width", "stack.length", "batterystackmount.batterylength"), "(x[3], x[0]*2+x[1]*2+10*2+x[2])") # c.addConnection(("rfullsplit", "botedge0"), ("batterystackmount", "leftArmInterface")) c.addConnection(("rfullsplit", "botedge1"), ("servosandstack", "rmountandservosplit")) diff --git a/rocolib/library/ServoStackBatteryMount.yaml b/rocolib/library/ServoStackBatteryMount.yaml index 691c397df3ae4c7a8cc3290e3e441ab74097bef8..1959e5b8030eb484a1581206ec765d57b98952d5 100644 --- a/rocolib/library/ServoStackBatteryMount.yaml +++ b/rocolib/library/ServoStackBatteryMount.yaml @@ -1254,6 +1254,12 @@ interfaces: servosandstack.doubleServoMount.rServoMount.rightInterface: interface: doubleServoMount.rServoMount.rightInterface subcomponent: servosandstack + servosandstack.espStack.leftArmInterface: + interface: espStack.leftArmInterface + subcomponent: servosandstack + servosandstack.espStack.rightArmInterface: + interface: espStack.rightArmInterface + subcomponent: servosandstack servosandstack.lmountandservosplit: interface: lmountandservosplit subcomponent: servosandstack @@ -2461,6 +2467,30 @@ interfaces: interface: starsplit.topedge99 subcomponent: servosandstack parameters: + batterystackmount.batterylength: + defaultValue: 60 + spec: + minValue: 0 + units: mm + valueType: (float, int) + batterystackmount.length: + defaultValue: 100 + spec: + minValue: 0 + units: mm + valueType: (float, int) + lServoMount.depth: + defaultValue: 24 + spec: + minValue: 0 + units: mm + valueType: (float, int) + lServoMount.width: + defaultValue: 20 + spec: + minValue: 0 + units: mm + valueType: (float, int) lfullsplit._dx: defaultValue: 0 spec: @@ -2551,158 +2581,22 @@ parameters: rfullsplit.width: defaultValue: 0 spec: {} - servosandstack.depth: - defaultValue: 70 - spec: - minValue: 0 - units: mm - valueType: (float, int) - servosandstack.espStack.depth: - defaultValue: 70 - spec: - minValue: 0 - units: mm - valueType: (float, int) - servosandstack.espStack.lArm._dx: - defaultValue: 0 - spec: - minValue: null - units: mm - valueType: (float, int) - servosandstack.espStack.lArm._dy: - defaultValue: 0 - spec: - minValue: null - units: mm - valueType: (float, int) - servosandstack.espStack.lArm._dz: - defaultValue: 0 - spec: - minValue: null - units: mm - valueType: (float, int) - servosandstack.espStack.lArm._q_a: - defaultValue: 1 - spec: - maxValue: 1 - minValue: -1 - valueType: (int, float) - servosandstack.espStack.lArm._q_i: - defaultValue: 0 - spec: - maxValue: 1 - minValue: -1 - valueType: (int, float) - servosandstack.espStack.lArm._q_j: - defaultValue: 0 - spec: - maxValue: 1 - minValue: -1 - valueType: (int, float) - servosandstack.espStack.lArm._q_k: - defaultValue: 0 - spec: - maxValue: 1 - minValue: -1 - valueType: (int, float) - servosandstack.espStack.rArm._dx: - defaultValue: 0 - spec: - minValue: null - units: mm - valueType: (float, int) - servosandstack.espStack.rArm._dy: - defaultValue: 0 - spec: - minValue: null - units: mm - valueType: (float, int) - servosandstack.espStack.rArm._dz: - defaultValue: 0 - spec: - minValue: null - units: mm - valueType: (float, int) - servosandstack.espStack.rArm._q_a: - defaultValue: 1 - spec: - maxValue: 1 - minValue: -1 - valueType: (int, float) - servosandstack.espStack.rArm._q_i: - defaultValue: 0 - spec: - maxValue: 1 - minValue: -1 - valueType: (int, float) - servosandstack.espStack.rArm._q_j: - defaultValue: 0 - spec: - maxValue: 1 - minValue: -1 - valueType: (int, float) - servosandstack.espStack.rArm._q_k: - defaultValue: 0 - spec: - maxValue: 1 - minValue: -1 - valueType: (int, float) - servosandstack.espStack.stack.brains: - defaultValue: esp32stack - spec: - valueType: str - servosandstack.espStack.stack.dy1: - defaultValue: 18 - spec: - parameterType: length - servosandstack.espStack.stack.length: + stack.length: defaultValue: 61 spec: minValue: 0 units: mm valueType: (float, int) - servosandstack.espStack.width: - defaultValue: 70 - spec: - minValue: 0 - units: mm - valueType: (float, int) - servosandstack.lServoMount.depth: - defaultValue: 24 - spec: - minValue: 0 - units: mm - valueType: (float, int) - servosandstack.lServoMount.length: - defaultValue: 34 - spec: - minValue: 0 - units: mm - valueType: (float, int) - servosandstack.rServoMount.depth: - defaultValue: 24 - spec: - minValue: 0 - units: mm - valueType: (float, int) - servosandstack.rServoMount.length: - defaultValue: 34 - spec: - minValue: 0 - units: mm - valueType: (float, int) - servosandstack.width: - defaultValue: 90 - spec: - minValue: 0 - units: mm - valueType: (float, int) -source: ../builders/boat/ServoStackBatteryMountBuilder.py +source: ../builders/boat/mounts/ServoStackBatteryMountBuilder.py subcomponents: batterystackmount: classname: BatteryStackMount kwargs: {} - parameters: {} + parameters: + batterylength: + parameter: batterystackmount.batterylength + length: + parameter: batterystackmount.length lfullsplit: classname: SplitEdge kwargs: {} @@ -2722,10 +2616,15 @@ subcomponents: _q_k: parameter: lfullsplit._q_k botlength: - - 168 - - 60 - toplength: &id001 - - 228 + function: (x[0]*2+x[1]*2+10*2+x[2], x[3]) + parameter: &id001 + - lServoMount.depth + - lServoMount.width + - stack.length + - batterystackmount.batterylength + toplength: + function: (x[0]*2+x[1]*2+10*2+x[2]+x[3],) + parameter: *id001 width: parameter: lfullsplit.width rfullsplit: @@ -2747,62 +2646,20 @@ subcomponents: _q_k: parameter: rfullsplit._q_k botlength: - - 60 - - 168 - toplength: *id001 + function: (x[3], x[0]*2+x[1]*2+10*2+x[2]) + parameter: *id001 + toplength: + function: (x[0]*2+x[1]*2+10*2+x[2]+x[3],) + parameter: *id001 width: parameter: rfullsplit.width servosandstack: classname: ServoMountAndStack kwargs: {} parameters: - depth: - parameter: servosandstack.depth - espStack.depth: - parameter: servosandstack.espStack.depth - espStack.lArm._dx: - parameter: servosandstack.espStack.lArm._dx - espStack.lArm._dy: - parameter: servosandstack.espStack.lArm._dy - espStack.lArm._dz: - parameter: servosandstack.espStack.lArm._dz - espStack.lArm._q_a: - parameter: servosandstack.espStack.lArm._q_a - espStack.lArm._q_i: - parameter: servosandstack.espStack.lArm._q_i - espStack.lArm._q_j: - parameter: servosandstack.espStack.lArm._q_j - espStack.lArm._q_k: - parameter: servosandstack.espStack.lArm._q_k - espStack.rArm._dx: - parameter: servosandstack.espStack.rArm._dx - espStack.rArm._dy: - parameter: servosandstack.espStack.rArm._dy - espStack.rArm._dz: - parameter: servosandstack.espStack.rArm._dz - espStack.rArm._q_a: - parameter: servosandstack.espStack.rArm._q_a - espStack.rArm._q_i: - parameter: servosandstack.espStack.rArm._q_i - espStack.rArm._q_j: - parameter: servosandstack.espStack.rArm._q_j - espStack.rArm._q_k: - parameter: servosandstack.espStack.rArm._q_k - espStack.stack.brains: - parameter: servosandstack.espStack.stack.brains - espStack.stack.dy1: - parameter: servosandstack.espStack.stack.dy1 - espStack.stack.length: - parameter: servosandstack.espStack.stack.length - espStack.width: - parameter: servosandstack.espStack.width lServoMount.depth: - parameter: servosandstack.lServoMount.depth - lServoMount.length: - parameter: servosandstack.lServoMount.length - rServoMount.depth: - parameter: servosandstack.rServoMount.depth - rServoMount.length: - parameter: servosandstack.rServoMount.length - width: - parameter: servosandstack.width + parameter: lServoMount.depth + lServoMount.width: + parameter: lServoMount.width + stack.length: + parameter: stack.length diff --git a/rocolib/output/ServoStackBatteryMount/graph-anim.svg b/rocolib/output/ServoStackBatteryMount/graph-anim.svg index 044bd942863f7af49e0cd51c099d0b30056f83fa..ae313234cafc4dcc8c39dde461919586d9d932af 100644 --- a/rocolib/output/ServoStackBatteryMount/graph-anim.svg +++ b/rocolib/output/ServoStackBatteryMount/graph-anim.svg @@ -1,554 +1,550 @@ <?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="223.308556mm" version="1.1" viewBox="0.000000 0.000000 768.000000 223.308556" width="768.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 770.000000 223.308556" width="770.000000mm"> <defs/> - <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="229.00000000000003" x2="229.00000000000003" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="0.0" x2="229.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="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="134.00000000000003" x2="60.00000000000001" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="168.0" x2="158.00000000000003" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="229.00000000000003" x2="229.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="#000000" x1="158.00000000000003" x2="158.00000000000003" y1="150.30855600000004" y2="116.30855600000002"/> + <line opacity="0.5" stroke="#0000ff" x1="134.00000000000003" x2="134.00000000000003" y1="116.30855600000002" y2="150.30855600000004"/> + <line stroke="#000000" x1="134.00000000000003" x2="134.00000000000003" y1="80.30855600000002" y2="116.30855600000002"/> + <line opacity="0.5" stroke="#ff0000" x1="134.00000000000003" x2="158.00000000000003" y1="80.30855600000002" y2="80.30855600000002"/> + <line stroke="#000000" x1="158.00000000000003" x2="158.00000000000003" y1="116.30855600000002" y2="80.30855600000002"/> + <line stroke="#000000" x1="158.00000000000003" x2="158.00000000000003" y1="80.30855600000002" y2="35.30855600000002"/> + <line stroke="#000000" x1="134.00000000000003" x2="134.00000000000003" y1="35.30855600000002" y2="80.30855600000002"/> + <line stroke="#000000" x1="134.00000000000003" x2="134.00000000000003" y1="30.308556000000017" y2="35.30855600000002"/> + <line stroke="#000000" x1="158.00000000000003" x2="134.00000000000003" y1="30.308556000000017" y2="30.308556000000017"/> + <line stroke="#000000" x1="158.00000000000003" x2="158.00000000000003" y1="35.30855600000002" y2="30.308556000000017"/> + <line stroke="#000000" x1="134.00000000000003" x2="114.00000000000001" y1="116.30855600000002" y2="116.30855600000002"/> + <line stroke="#000000" x1="114.00000000000001" x2="134.00000000000003" y1="150.30855600000004" y2="150.30855600000004"/> + <line opacity="0.5" stroke="#0000ff" x1="114.00000000000001" x2="114.00000000000001" y1="116.30855600000002" y2="150.30855600000004"/> + <line stroke="#000000" x1="114.00000000000001" x2="90.0" y1="116.30855600000002" y2="116.30855600000002"/> + <line stroke="#000000" x1="90.0" x2="114.00000000000001" y1="150.30855600000004" y2="150.30855600000004"/> + <line opacity="0.5" stroke="#0000ff" x1="90.0" x2="90.0" y1="116.30855600000002" y2="150.30855600000004"/> + <line stroke="#000000" x1="90.0" x2="70.00000000000001" y1="116.30855600000002" y2="116.30855600000002"/> + <line stroke="#000000" x1="70.00000000000001" x2="90.0" y1="150.30855600000004" y2="150.30855600000004"/> + <line opacity="0.5" stroke="#0000ff" x1="70.00000000000001" x2="70.00000000000001" y1="150.30855600000004" y2="116.30855600000002"/> + <line stroke="#000000" x1="60.00000000000001" x2="70.00000000000001" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="60.00000000000001" x2="60.00000000000001" y1="116.30855600000002" y2="150.30855600000004"/> + <line stroke="#000000" x1="70.00000000000001" x2="60.00000000000001" y1="116.30855600000002" y2="116.30855600000002"/> + <line opacity="0.25" stroke="#0000ff" x1="168.0" x2="229.00000000000003" y1="114.16993400081472" y2="114.16993400081472"/> + <line stroke="#000000" x1="229.00000000000003" x2="229.00000000000003" y1="150.30855600000004" y2="114.16993400081472"/> + <line stroke="#000000" x1="168.0" x2="168.0" y1="114.16993400081472" y2="150.30855600000004"/> + <line opacity="0.25" stroke="#0000ff" x1="229.00000000000003" x2="168.0" y1="90.16993400081472" y2="90.16993400081472"/> + <line opacity="0.5" stroke="#0000ff" x1="229.00000000000003" x2="229.00000000000003" y1="90.16993400081472" y2="114.16993400081472"/> + <line stroke="#000000" x1="168.0" x2="168.0" y1="54.03131200162941" y2="90.16993400081473"/> + <line stroke="#000000" x1="229.00000000000003" x2="229.00000000000003" y1="90.16993400081473" y2="54.03131200162941"/> + <line stroke="#000000" x1="168.0" x2="168.0" y1="44.03131200162941" y2="54.03131200162941"/> + <line stroke="#000000" x1="229.00000000000003" x2="168.0" y1="44.03131200162941" y2="44.03131200162941"/> + <line stroke="#000000" x1="229.00000000000003" x2="229.00000000000003" y1="54.03131200162941" y2="44.03131200162941"/> + <line stroke="#000000" x1="239.00000000000003" x2="229.00000000000003" y1="90.16993400081472" y2="90.16993400081472"/> + <line stroke="#000000" x1="239.00000000000003" x2="239.00000000000003" y1="114.16993400081472" y2="90.16993400081472"/> + <line stroke="#000000" x1="229.00000000000003" x2="239.00000000000003" y1="114.16993400081472" y2="114.16993400081472"/> + <line stroke="#000000" x1="158.00000000000003" x2="168.0" y1="114.16993400081472" y2="114.16993400081472"/> + <line stroke="#000000" x1="158.00000000000003" x2="158.00000000000003" y1="90.16993400081472" y2="114.16993400081472"/> + <line stroke="#000000" x1="168.0" x2="158.00000000000003" 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"/> + <line stroke="#888888" x1="150.25" x2="150.25" y1="139.2252226666667" y2="127.39188933333337"/> + <line stroke="#888888" x1="150.25" x2="150.75000000000003" y1="127.39188933333337" y2="127.39188933333337"/> + <line stroke="#888888" x1="150.75000000000003" x2="150.75000000000003" y1="127.39188933333337" y2="139.2252226666667"/> + <line stroke="#888888" x1="150.75000000000003" x2="150.25" y1="139.2252226666667" y2="139.2252226666667"/> + <line stroke="#888888" x1="150.0" x2="152.5" y1="31.558556000000014" y2="31.558556000000014"/> + <line stroke="#888888" x1="152.5" x2="150.0" y1="31.558556000000014" y2="34.05855600000001"/> + <line stroke="#888888" x1="150.0" x2="142.00000000000003" y1="34.05855600000001" y2="34.05855600000001"/> + <line stroke="#888888" x1="142.00000000000003" x2="139.50000000000003" y1="34.05855600000001" y2="31.558556000000014"/> + <line stroke="#888888" x1="139.50000000000003" x2="142.00000000000003" y1="31.558556000000014" y2="31.558556000000014"/> + <line stroke="#888888" x1="115.00000000000001" x2="119.00000000000001" y1="127.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="119.00000000000001" x2="119.00000000000001" y1="127.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="119.00000000000001" x2="115.00000000000001" y1="139.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="115.00000000000001" x2="115.00000000000001" y1="139.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="127.00000000000001" x2="131.0" y1="128.808556" y2="128.808556"/> + <line stroke="#888888" x1="131.0" x2="131.0" y1="128.808556" y2="137.808556"/> + <line stroke="#888888" x1="131.0" x2="127.00000000000001" y1="137.808556" y2="137.808556"/> + <line stroke="#888888" x1="127.00000000000001" x2="127.00000000000001" y1="137.808556" y2="128.808556"/> + <line stroke="#888888" x1="90.50000000000001" x2="113.50000000000001" y1="127.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="113.50000000000001" x2="113.50000000000001" y1="127.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="113.50000000000001" x2="90.50000000000001" y1="139.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="90.50000000000001" x2="90.50000000000001" y1="139.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="85.00000000000001" x2="89.00000000000001" y1="127.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="89.00000000000001" x2="89.00000000000001" y1="127.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="89.00000000000001" x2="85.00000000000001" y1="139.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="85.00000000000001" x2="85.00000000000001" y1="139.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="62.50000000000001" x2="67.50000000000001" y1="127.64188933333337" y2="127.64188933333337"/> + <line stroke="#888888" x1="67.50000000000001" x2="67.50000000000001" y1="127.64188933333337" y2="138.9752226666667"/> + <line stroke="#888888" x1="67.50000000000001" x2="62.50000000000001" y1="138.9752226666667" y2="138.9752226666667"/> + <line stroke="#888888" x1="186.00000000000003" x2="197.00000000000003" y1="95.66993400081472" y2="95.66993400081472"/> + <line stroke="#888888" x1="197.00000000000003" x2="197.00000000000003" y1="95.66993400081472" y2="108.66993400081472"/> + <line stroke="#888888" x1="197.00000000000003" x2="186.00000000000003" y1="108.66993400081472" y2="108.66993400081472"/> + <line stroke="#888888" x1="186.00000000000003" x2="186.00000000000003" y1="108.66993400081472" y2="95.66993400081472"/> + <line stroke="#888888" x1="217.50000000000003" x2="223.50000000000003" y1="97.16993400081472" y2="97.16993400081472"/> + <line stroke="#888888" x1="223.50000000000003" x2="223.50000000000003" y1="97.16993400081472" y2="107.16993400081472"/> + <line stroke="#888888" x1="223.50000000000003" x2="217.50000000000003" y1="107.16993400081472" y2="107.16993400081472"/> + <line stroke="#888888" x1="217.50000000000003" x2="217.50000000000003" y1="107.16993400081472" y2="97.16993400081472"/> + <line stroke="#888888" x1="217.90909090909093" x2="217.90909090909093" y1="46.5313120016294" y2="51.53131200162941"/> + <line stroke="#888888" x1="217.90909090909093" x2="206.81818181818184" y1="51.53131200162941" y2="51.53131200162941"/> + <line stroke="#888888" x1="206.81818181818184" x2="206.81818181818184" y1="51.53131200162941" y2="46.5313120016294"/> + <line stroke="#888888" x1="190.18181818181822" x2="190.18181818181822" y1="46.5313120016294" y2="51.53131200162941"/> + <line stroke="#888888" x1="190.18181818181822" x2="179.09090909090912" y1="51.53131200162941" y2="51.53131200162941"/> + <line stroke="#888888" x1="179.09090909090912" x2="179.09090909090912" y1="51.53131200162941" y2="46.5313120016294"/> + <line stroke="#888888" x1="236.50000000000003" x2="231.50000000000003" y1="106.16993400081472" y2="106.16993400081472"/> + <line stroke="#888888" x1="231.50000000000003" x2="231.50000000000003" y1="106.16993400081472" y2="98.16993400081472"/> + <line stroke="#888888" x1="231.50000000000003" x2="236.50000000000003" y1="98.16993400081472" y2="98.16993400081472"/> + <line stroke="#888888" x1="160.50000000000003" x2="165.50000000000003" y1="98.16993400081472" y2="98.16993400081472"/> + <line stroke="#888888" x1="165.50000000000003" x2="165.50000000000003" y1="98.16993400081472" y2="106.16993400081472"/> + <line stroke="#888888" x1="165.50000000000003" x2="160.50000000000003" y1="106.16993400081472" y2="106.16993400081472"/> + <line stroke="#000000" x1="478.00000000000006" x2="478.00000000000006" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="249.00000000000003" x2="478.00000000000006" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="249.00000000000003" x2="249.00000000000003" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="310.0" x2="249.00000000000003" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="320.00000000000006" x2="310.0" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="418.00000000000006" x2="344.00000000000006" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="418.00000000000006" x2="418.00000000000006" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="249.00000000000003" x2="249.00000000000003" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="320.00000000000006" x2="320.00000000000006" y1="116.30855600000002" y2="150.30855600000004"/> + <line opacity="0.5" stroke="#0000ff" x1="344.00000000000006" x2="344.00000000000006" y1="150.30855600000004" y2="116.30855600000002"/> + <line stroke="#000000" x1="320.00000000000006" x2="320.00000000000006" y1="80.30855600000002" y2="116.30855600000002"/> + <line opacity="0.5" stroke="#ff0000" x1="320.00000000000006" x2="344.00000000000006" y1="80.30855600000002" y2="80.30855600000002"/> + <line stroke="#000000" x1="344.00000000000006" x2="344.00000000000006" y1="116.30855600000002" y2="80.30855600000002"/> + <line stroke="#000000" x1="344.00000000000006" x2="344.00000000000006" y1="80.30855600000002" y2="35.30855600000002"/> + <line stroke="#000000" x1="320.00000000000006" x2="320.00000000000006" y1="35.30855600000002" y2="80.30855600000002"/> + <line stroke="#000000" x1="344.00000000000006" x2="320.00000000000006" y1="35.30855600000002" y2="35.30855600000002"/> + <line stroke="#000000" x1="344.00000000000006" x2="364.0" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="364.0" x2="344.00000000000006" y1="116.30855600000002" y2="116.30855600000002"/> + <line opacity="0.5" stroke="#0000ff" x1="364.0" x2="364.0" y1="150.30855600000004" y2="116.30855600000002"/> + <line stroke="#000000" x1="364.0" x2="388.00000000000006" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="388.00000000000006" x2="364.0" y1="116.30855600000002" y2="116.30855600000002"/> + <line opacity="0.5" stroke="#0000ff" x1="388.00000000000006" x2="388.00000000000006" y1="150.30855600000004" y2="116.30855600000002"/> + <line stroke="#000000" x1="388.00000000000006" x2="408.00000000000006" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="408.00000000000006" x2="388.00000000000006" y1="116.30855600000002" y2="116.30855600000002"/> + <line opacity="0.5" stroke="#0000ff" x1="408.00000000000006" x2="408.00000000000006" y1="116.30855600000002" y2="150.30855600000004"/> + <line stroke="#000000" x1="418.00000000000006" x2="408.00000000000006" y1="116.30855600000002" y2="116.30855600000002"/> + <line stroke="#000000" x1="418.00000000000006" x2="418.00000000000006" y1="150.30855600000004" y2="116.30855600000002"/> + <line stroke="#000000" x1="408.00000000000006" x2="418.00000000000006" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="478.00000000000006" x2="478.00000000000006" y1="150.30855600000004" y2="88.65427796513858"/> + <line stroke="#000000" x1="418.00000000000006" x2="418.00000000000006" y1="88.65427796513858" y2="150.30855600000004"/> + <line opacity="0.25" stroke="#ff0000" x1="418.00000000000006" x2="478.00000000000006" y1="88.65427796513858" y2="88.65427796513858"/> + <line stroke="#000000" x1="418.00000000000006" x2="418.00000000000006" y1="61.65427796513857" y2="88.65427796513858"/> + <line opacity="0.25" stroke="#ff0000" x1="478.00000000000006" x2="418.00000000000006" y1="61.65427796513857" y2="61.65427796513857"/> + <line opacity="0.5" stroke="#0000ff" x1="478.00000000000006" x2="478.00000000000006" y1="88.65427796513858" y2="61.65427796513857"/> + <line stroke="#000000" x1="418.00000000000006" x2="418.00000000000006" y1="-6.972288701945219e-08" y2="61.65427796513857"/> + <line stroke="#000000" x1="478.00000000000006" x2="418.00000000000006" y1="-6.972288701945219e-08" y2="-6.972288701945219e-08"/> + <line stroke="#000000" x1="478.00000000000006" x2="478.00000000000006" y1="61.65427796513857" y2="-6.972288701945219e-08"/> + <line stroke="#000000" x1="478.00000000000006" x2="495.00000000000006" y1="88.65427796513858" y2="88.65427796513858"/> + <line stroke="#000000" x1="495.00000000000006" x2="478.00000000000006" y1="61.65427796513857" y2="61.65427796513857"/> + <line opacity="0.5" stroke="#0000ff" x1="495.00000000000006" x2="495.00000000000006" y1="88.65427796513858" y2="61.65427796513857"/> + <line stroke="#000000" x1="495.00000000000006" x2="555.0" y1="88.65427796513858" y2="88.65427796513858"/> + <line stroke="#000000" x1="555.0" x2="495.00000000000006" y1="61.65427796513857" y2="61.65427796513857"/> + <line opacity="0.5" stroke="#0000ff" x1="555.0" x2="555.0" y1="88.65427796513858" y2="61.65427796513857"/> + <line stroke="#000000" x1="555.0" x2="572.0" y1="88.65427796513858" y2="88.65427796513858"/> + <line stroke="#000000" x1="572.0" x2="555.0" y1="61.65427796513857" y2="61.65427796513857"/> + <line opacity="0.5" stroke="#0000ff" x1="572.0" x2="572.0" y1="61.65427796513857" y2="88.65427796513858"/> + <line stroke="#000000" x1="582.0" x2="572.0" y1="61.65427796513857" y2="61.65427796513857"/> + <line stroke="#000000" x1="582.0" x2="582.0" y1="88.65427796513858" y2="61.65427796513857"/> + <line stroke="#000000" x1="572.0" x2="582.0" y1="88.65427796513858" y2="88.65427796513858"/> + <line stroke="#888888" x1="271.4318181818182" x2="259.8409090909092" y1="158.058556" y2="158.058556"/> + <line stroke="#888888" x1="259.8409090909092" x2="259.8409090909092" y1="158.058556" y2="157.55855600000004"/> + <line stroke="#888888" x1="259.8409090909092" x2="271.4318181818182" y1="157.55855600000004" y2="157.55855600000004"/> + <line stroke="#888888" x1="271.4318181818182" x2="271.4318181818182" y1="157.55855600000004" y2="158.058556"/> + <line stroke="#888888" x1="299.159090909091" x2="287.56818181818187" y1="158.058556" y2="158.058556"/> + <line stroke="#888888" x1="287.56818181818187" x2="287.56818181818187" y1="158.058556" y2="157.55855600000004"/> + <line stroke="#888888" x1="287.56818181818187" x2="299.159090909091" y1="157.55855600000004" y2="157.55855600000004"/> + <line stroke="#888888" x1="299.159090909091" x2="299.159090909091" y1="157.55855600000004" y2="158.058556"/> + <line stroke="#888888" x1="327.75" x2="327.75" y1="127.39188933333335" y2="139.2252226666667"/> + <line stroke="#888888" x1="327.75" x2="327.25" y1="139.2252226666667" y2="139.2252226666667"/> + <line stroke="#888888" x1="327.25" x2="327.25" y1="139.2252226666667" y2="127.39188933333335"/> + <line stroke="#888888" x1="327.25" x2="327.75" y1="127.39188933333335" y2="127.39188933333335"/> + <line stroke="#888888" x1="336.25" x2="327.75" y1="39.30855600000002" y2="39.30855600000002"/> + <line stroke="#888888" x1="327.75" x2="327.75" y1="39.30855600000002" y2="38.80855600000002"/> + <line stroke="#888888" x1="327.75" x2="336.25" y1="38.80855600000002" y2="38.80855600000002"/> + <line stroke="#888888" x1="336.25" x2="336.25" y1="38.80855600000002" y2="39.30855600000002"/> + <line stroke="#888888" x1="363.00000000000006" x2="359.0" y1="139.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="359.0" x2="359.0" y1="139.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="359.0" x2="363.00000000000006" y1="127.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="363.00000000000006" x2="363.00000000000006" y1="127.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="351.0" x2="347.00000000000006" y1="137.808556" y2="137.808556"/> + <line stroke="#888888" x1="347.00000000000006" x2="347.00000000000006" y1="137.808556" y2="128.808556"/> + <line stroke="#888888" x1="347.00000000000006" x2="351.0" y1="128.808556" y2="128.808556"/> + <line stroke="#888888" x1="351.0" x2="351.0" y1="128.808556" y2="137.808556"/> + <line stroke="#888888" x1="387.50000000000006" x2="364.5" y1="139.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="364.5" x2="364.5" y1="139.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="364.5" x2="387.50000000000006" y1="127.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="387.50000000000006" x2="387.50000000000006" y1="127.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="393.00000000000006" x2="389.00000000000006" y1="139.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="389.00000000000006" x2="389.00000000000006" y1="139.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="389.00000000000006" x2="393.00000000000006" y1="127.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="393.00000000000006" x2="393.00000000000006" y1="127.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="415.50000000000006" x2="410.50000000000006" y1="138.9752226666667" y2="138.9752226666667"/> + <line stroke="#888888" x1="410.50000000000006" x2="410.50000000000006" y1="138.9752226666667" y2="127.64188933333335"/> + <line stroke="#888888" x1="410.50000000000006" x2="415.50000000000006" y1="127.64188933333335" y2="127.64188933333335"/> + <line stroke="#888888" x1="481.00000000000006" x2="475.00000000000006" y1="84.15427796513858" y2="84.15427796513858"/> + <line stroke="#888888" x1="475.00000000000006" x2="475.00000000000006" y1="84.15427796513858" y2="66.15427796513858"/> + <line stroke="#888888" x1="475.00000000000006" x2="481.00000000000006" y1="66.15427796513858" y2="66.15427796513858"/> + <line stroke="#888888" x1="481.00000000000006" x2="481.00000000000006" y1="66.15427796513858" y2="84.15427796513858"/> + <line stroke="#888888" x1="425.75000000000006" x2="425.75000000000006" y1="70.40427796513856" y2="79.90427796513858"/> + <line stroke="#888888" x1="425.75000000000006" x2="425.25000000000006" y1="79.90427796513858" y2="79.90427796513858"/> + <line stroke="#888888" x1="425.25000000000006" x2="425.25000000000006" y1="79.90427796513858" y2="70.40427796513856"/> + <line stroke="#888888" x1="425.25000000000006" x2="425.75000000000006" y1="70.40427796513856" y2="70.40427796513856"/> + <line stroke="#888888" x1="458.25000000000006" x2="437.75000000000006" y1="7.749999930277114" y2="7.749999930277114"/> + <line stroke="#888888" x1="437.75000000000006" x2="437.75000000000006" y1="7.749999930277114" y2="7.249999930277114"/> + <line stroke="#888888" x1="437.75000000000006" x2="458.25000000000006" y1="7.249999930277114" y2="7.249999930277114"/> + <line stroke="#888888" x1="458.25000000000006" x2="458.25000000000006" y1="7.249999930277114" y2="7.749999930277114"/> + <line stroke="#888888" x1="579.5000000000001" x2="574.5" y1="79.65427796513858" y2="79.65427796513858"/> + <line stroke="#888888" x1="574.5" x2="574.5" y1="79.65427796513858" y2="70.65427796513858"/> + <line stroke="#888888" x1="574.5" x2="579.5000000000001" y1="70.65427796513858" y2="70.65427796513858"/> + <line opacity="0.5" stroke="#0000ff" x1="625.0000000000001" x2="686.0000000000001" y1="138.30855600000004" y2="138.30855600000004"/> + <line opacity="0.5" stroke="#0000ff" x1="686.0000000000001" x2="686.0000000000001" y1="138.30855600000004" y2="162.308556"/> + <line opacity="0.5" stroke="#0000ff" x1="686.0000000000001" x2="625.0000000000001" y1="162.308556" y2="162.308556"/> + <line opacity="0.5" stroke="#0000ff" x1="625.0000000000001" x2="625.0000000000001" y1="162.308556" y2="138.30855600000004"/> + <line stroke="#000000" x1="625.0000000000001" x2="625.0000000000001" y1="131.30855600000004" y2="138.30855600000004"/> + <line stroke="#000000" x1="685.0000000000001" x2="625.0000000000001" y1="131.30855600000004" y2="131.30855600000004"/> + <line stroke="#000000" x1="685.0000000000001" x2="685.0000000000001" y1="138.30855600000004" y2="131.30855600000004"/> + <line stroke="#000000" x1="693.0000000000001" x2="686.0000000000001" y1="138.30855600000004" y2="138.30855600000004"/> + <line stroke="#000000" x1="693.0000000000001" x2="693.0000000000001" y1="162.308556" y2="138.30855600000004"/> + <line stroke="#000000" x1="686.0000000000001" x2="693.0000000000001" y1="162.308556" y2="162.308556"/> + <line opacity="0.5" stroke="#0000ff" x1="686.0000000000001" x2="686.0000000000001" y1="162.308556" y2="223.30855600000004"/> + <line stroke="#000000" x1="626.0000000000001" x2="686.0000000000001" y1="223.30855600000004" y2="223.30855600000004"/> + <line opacity="0.5" stroke="#0000ff" x1="626.0000000000001" x2="626.0000000000001" y1="162.308556" y2="223.30855600000004"/> + <line stroke="#000000" x1="710.0" x2="686.0000000000001" y1="162.308556" y2="162.308556"/> + <line opacity="0.5" stroke="#0000ff" x1="710.0" x2="710.0" y1="162.308556" y2="223.30855600000004"/> + <line stroke="#000000" x1="686.0000000000001" x2="710.0" y1="223.30855600000004" y2="223.30855600000004"/> + <line stroke="#000000" x1="770.0000000000001" x2="710.0" y1="162.308556" y2="162.308556"/> + <line stroke="#000000" x1="770.0000000000001" x2="770.0000000000001" y1="223.30855600000004" y2="162.308556"/> + <line stroke="#000000" x1="710.0" x2="770.0000000000001" y1="223.30855600000004" y2="223.30855600000004"/> + <line stroke="#000000" x1="626.0000000000001" x2="602.0" y1="162.308556" y2="162.308556"/> + <line stroke="#000000" x1="602.0" x2="626.0000000000001" y1="223.30855600000004" y2="223.30855600000004"/> + <line opacity="0.5" stroke="#0000ff" x1="602.0" x2="602.0" y1="223.30855600000004" y2="162.308556"/> + <line stroke="#000000" x1="592.0" x2="602.0" y1="223.30855600000004" y2="223.30855600000004"/> + <line stroke="#000000" x1="592.0" x2="592.0" y1="162.308556" y2="223.30855600000004"/> + <line stroke="#000000" x1="602.0" x2="592.0" y1="162.308556" y2="162.308556"/> + <line stroke="#000000" x1="618.0" x2="625.0000000000001" y1="162.308556" y2="162.308556"/> + <line stroke="#000000" x1="618.0" x2="618.0" y1="138.30855600000004" y2="162.308556"/> + <line stroke="#000000" x1="625.0000000000001" x2="618.0" y1="138.30855600000004" y2="138.30855600000004"/> + <line stroke="#888888" x1="674.0909090909092" x2="677.5909090909091" y1="133.058556" y2="133.058556"/> + <line stroke="#888888" x1="677.5909090909091" x2="674.0909090909092" y1="133.058556" y2="136.55855600000004"/> + <line stroke="#888888" x1="674.0909090909092" x2="663.1818181818181" y1="136.55855600000004" y2="136.55855600000004"/> + <line stroke="#888888" x1="663.1818181818181" x2="659.6818181818184" y1="136.55855600000004" y2="133.058556"/> + <line stroke="#888888" x1="659.6818181818184" x2="663.1818181818181" y1="133.058556" y2="133.058556"/> + <line stroke="#888888" x1="646.818181818182" x2="650.318181818182" y1="133.058556" y2="133.058556"/> + <line stroke="#888888" x1="650.318181818182" x2="646.818181818182" y1="133.058556" y2="136.55855600000004"/> + <line stroke="#888888" x1="646.818181818182" x2="635.909090909091" y1="136.55855600000004" y2="136.55855600000004"/> + <line stroke="#888888" x1="635.909090909091" x2="632.4090909090909" y1="136.55855600000004" y2="133.058556"/> + <line stroke="#888888" x1="632.4090909090909" x2="635.909090909091" y1="133.058556" y2="133.058556"/> + <line stroke="#888888" x1="691.2500000000001" x2="687.75" y1="154.30855600000004" y2="154.30855600000004"/> + <line stroke="#888888" x1="687.75" x2="687.75" y1="154.30855600000004" y2="146.308556"/> + <line stroke="#888888" x1="687.75" x2="691.2500000000001" y1="146.308556" y2="146.308556"/> + <line stroke="#888888" x1="633.5000000000001" x2="633.5000000000001" y1="213.80855600000004" y2="195.80855600000004"/> + <line stroke="#888888" x1="633.5000000000001" x2="668.5000000000001" y1="195.80855600000004" y2="195.80855600000004"/> + <line stroke="#888888" x1="668.5000000000001" x2="668.5000000000001" y1="195.80855600000004" y2="213.80855600000004"/> + <line stroke="#888888" x1="668.5000000000001" x2="633.5000000000001" y1="213.80855600000004" y2="213.80855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="686.5000000000001" y1="175.55855600000004" y2="172.55855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="689.5000000000001" y1="172.55855600000004" y2="172.55855600000004"/> + <line stroke="#888888" x1="689.5000000000001" x2="689.5000000000001" y1="172.55855600000004" y2="175.55855600000004"/> + <line stroke="#888888" x1="689.5000000000001" x2="686.5000000000001" y1="175.55855600000004" y2="175.55855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="707.5000000000001" y1="174.55855600000004" y2="173.55855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="708.5000000000001" y1="173.55855600000004" y2="173.55855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="708.5000000000001" y1="173.55855600000004" y2="174.55855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="707.5000000000001" y1="174.55855600000004" y2="174.55855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="687.5000000000001" y1="177.05855600000004" y2="176.058556"/> + <line stroke="#888888" x1="687.5000000000001" x2="688.5000000000001" y1="176.058556" y2="176.058556"/> + <line stroke="#888888" x1="688.5000000000001" x2="688.5000000000001" y1="176.058556" y2="177.05855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="687.5000000000001" y1="177.05855600000004" y2="177.05855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="707.5000000000001" y1="177.05855600000004" y2="176.058556"/> + <line stroke="#888888" x1="707.5000000000001" x2="708.5000000000001" y1="176.058556" y2="176.058556"/> + <line stroke="#888888" x1="708.5000000000001" x2="708.5000000000001" y1="176.058556" y2="177.05855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="707.5000000000001" y1="177.05855600000004" y2="177.05855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="687.5000000000001" y1="179.55855600000004" y2="178.558556"/> + <line stroke="#888888" x1="687.5000000000001" x2="688.5000000000001" y1="178.558556" y2="178.558556"/> + <line stroke="#888888" x1="688.5000000000001" x2="688.5000000000001" y1="178.558556" y2="179.55855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="687.5000000000001" y1="179.55855600000004" y2="179.55855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="707.5000000000001" y1="179.55855600000004" y2="178.558556"/> + <line stroke="#888888" x1="707.5000000000001" x2="708.5000000000001" y1="178.558556" y2="178.558556"/> + <line stroke="#888888" x1="708.5000000000001" x2="708.5000000000001" y1="178.558556" y2="179.55855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="707.5000000000001" y1="179.55855600000004" y2="179.55855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="687.5000000000001" y1="182.05855600000004" y2="181.058556"/> + <line stroke="#888888" x1="687.5000000000001" x2="688.5000000000001" y1="181.058556" y2="181.058556"/> + <line stroke="#888888" x1="688.5000000000001" x2="688.5000000000001" y1="181.058556" y2="182.05855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="687.5000000000001" y1="182.05855600000004" y2="182.05855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="707.5000000000001" y1="182.05855600000004" y2="181.058556"/> + <line stroke="#888888" x1="707.5000000000001" x2="708.5000000000001" y1="181.058556" y2="181.058556"/> + <line stroke="#888888" x1="708.5000000000001" x2="708.5000000000001" y1="181.058556" y2="182.05855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="707.5000000000001" y1="182.05855600000004" y2="182.05855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="687.5000000000001" y1="184.55855600000004" y2="183.55855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="688.5000000000001" y1="183.55855600000004" y2="183.55855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="688.5000000000001" y1="183.55855600000004" y2="184.55855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="687.5000000000001" y1="184.55855600000004" y2="184.55855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="707.5000000000001" y1="184.55855600000004" y2="183.55855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="708.5000000000001" y1="183.55855600000004" y2="183.55855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="708.5000000000001" y1="183.55855600000004" y2="184.55855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="707.5000000000001" y1="184.55855600000004" y2="184.55855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="687.5000000000001" y1="187.05855600000004" y2="186.05855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="688.5000000000001" y1="186.05855600000004" y2="186.05855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="688.5000000000001" y1="186.05855600000004" y2="187.05855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="687.5000000000001" y1="187.05855600000004" y2="187.05855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="707.5000000000001" y1="187.05855600000004" y2="186.05855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="708.5000000000001" y1="186.05855600000004" y2="186.05855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="708.5000000000001" y1="186.05855600000004" y2="187.05855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="707.5000000000001" y1="187.05855600000004" y2="187.05855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="687.5000000000001" y1="189.55855600000004" y2="188.55855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="688.5000000000001" y1="188.55855600000004" y2="188.55855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="688.5000000000001" y1="188.55855600000004" y2="189.55855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="687.5000000000001" y1="189.55855600000004" y2="189.55855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="707.5000000000001" y1="189.55855600000004" y2="188.55855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="708.5000000000001" y1="188.55855600000004" y2="188.55855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="708.5000000000001" y1="188.55855600000004" y2="189.55855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="707.5000000000001" y1="189.55855600000004" y2="189.55855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="687.5000000000001" y1="192.058556" y2="191.05855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="688.5000000000001" y1="191.05855600000004" y2="191.05855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="688.5000000000001" y1="191.05855600000004" y2="192.058556"/> + <line stroke="#888888" x1="688.5000000000001" x2="687.5000000000001" y1="192.058556" y2="192.058556"/> + <line stroke="#888888" x1="707.5000000000001" x2="707.5000000000001" y1="192.058556" y2="191.05855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="708.5000000000001" y1="191.05855600000004" y2="191.05855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="708.5000000000001" y1="191.05855600000004" y2="192.058556"/> + <line stroke="#888888" x1="708.5000000000001" x2="707.5000000000001" y1="192.058556" y2="192.058556"/> + <line stroke="#888888" x1="687.5000000000001" x2="687.5000000000001" y1="194.558556" y2="193.55855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="688.5000000000001" y1="193.55855600000004" y2="193.55855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="688.5000000000001" y1="193.55855600000004" y2="194.558556"/> + <line stroke="#888888" x1="688.5000000000001" x2="687.5000000000001" y1="194.558556" y2="194.558556"/> + <line stroke="#888888" x1="707.5000000000001" x2="707.5000000000001" y1="194.558556" y2="193.55855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="708.5000000000001" y1="193.55855600000004" y2="193.55855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="708.5000000000001" y1="193.55855600000004" y2="194.558556"/> + <line stroke="#888888" x1="708.5000000000001" x2="707.5000000000001" y1="194.558556" y2="194.558556"/> + <line stroke="#888888" x1="687.5000000000001" x2="687.5000000000001" y1="197.05855600000004" y2="196.05855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="688.5000000000001" y1="196.05855600000004" y2="196.05855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="688.5000000000001" y1="196.05855600000004" y2="197.05855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="687.5000000000001" y1="197.05855600000004" y2="197.05855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="707.5000000000001" y1="197.05855600000004" y2="196.05855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="708.5000000000001" y1="196.05855600000004" y2="196.05855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="708.5000000000001" y1="196.05855600000004" y2="197.05855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="707.5000000000001" y1="197.05855600000004" y2="197.05855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="687.5000000000001" y1="199.55855600000004" y2="198.55855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="688.5000000000001" y1="198.55855600000004" y2="198.55855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="688.5000000000001" y1="198.55855600000004" y2="199.55855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="687.5000000000001" y1="199.55855600000004" y2="199.55855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="707.5000000000001" y1="199.55855600000004" y2="198.55855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="708.5000000000001" y1="198.55855600000004" y2="198.55855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="708.5000000000001" y1="198.55855600000004" y2="199.55855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="707.5000000000001" y1="199.55855600000004" y2="199.55855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="687.5000000000001" y1="202.05855600000004" y2="201.058556"/> + <line stroke="#888888" x1="687.5000000000001" x2="688.5000000000001" y1="201.058556" y2="201.058556"/> + <line stroke="#888888" x1="688.5000000000001" x2="688.5000000000001" y1="201.058556" y2="202.05855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="687.5000000000001" y1="202.05855600000004" y2="202.05855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="707.5000000000001" y1="202.05855600000004" y2="201.058556"/> + <line stroke="#888888" x1="707.5000000000001" x2="708.5000000000001" y1="201.058556" y2="201.058556"/> + <line stroke="#888888" x1="708.5000000000001" x2="708.5000000000001" y1="201.058556" y2="202.05855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="707.5000000000001" y1="202.05855600000004" y2="202.05855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="687.5000000000001" y1="204.55855600000004" y2="203.558556"/> + <line stroke="#888888" x1="687.5000000000001" x2="688.5000000000001" y1="203.558556" y2="203.558556"/> + <line stroke="#888888" x1="688.5000000000001" x2="688.5000000000001" y1="203.558556" y2="204.55855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="687.5000000000001" y1="204.55855600000004" y2="204.55855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="707.5000000000001" y1="204.55855600000004" y2="203.558556"/> + <line stroke="#888888" x1="707.5000000000001" x2="708.5000000000001" y1="203.558556" y2="203.558556"/> + <line stroke="#888888" x1="708.5000000000001" x2="708.5000000000001" y1="203.558556" y2="204.55855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="707.5000000000001" y1="204.55855600000004" y2="204.55855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="687.5000000000001" y1="207.05855600000004" y2="206.05855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="688.5000000000001" y1="206.05855600000004" y2="206.05855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="688.5000000000001" y1="206.05855600000004" y2="207.05855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="687.5000000000001" y1="207.05855600000004" y2="207.05855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="707.5000000000001" y1="207.05855600000004" y2="206.05855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="708.5000000000001" y1="206.05855600000004" y2="206.05855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="708.5000000000001" y1="206.05855600000004" y2="207.05855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="707.5000000000001" y1="207.05855600000004" y2="207.05855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="687.5000000000001" y1="209.55855600000004" y2="208.55855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="688.5000000000001" y1="208.55855600000004" y2="208.55855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="688.5000000000001" y1="208.55855600000004" y2="209.55855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="687.5000000000001" y1="209.55855600000004" y2="209.55855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="707.5000000000001" y1="209.55855600000004" y2="208.55855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="708.5000000000001" y1="208.55855600000004" y2="208.55855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="708.5000000000001" y1="208.55855600000004" y2="209.55855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="707.5000000000001" y1="209.55855600000004" y2="209.55855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="687.5000000000001" y1="212.05855600000004" y2="211.05855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="688.5000000000001" y1="211.05855600000004" y2="211.05855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="688.5000000000001" y1="211.05855600000004" y2="212.05855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="687.5000000000001" y1="212.05855600000004" y2="212.05855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="706.5000000000001" y1="213.05855600000004" y2="210.05855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="709.5" y1="210.05855600000004" y2="210.05855600000004"/> + <line stroke="#888888" x1="709.5" x2="709.5" y1="210.05855600000004" y2="213.05855600000004"/> + <line stroke="#888888" x1="709.5" x2="706.5000000000001" y1="213.05855600000004" y2="213.05855600000004"/> + <line stroke="#888888" x1="702.2500000000001" x2="693.7500000000001" y1="170.05855600000004" y2="170.05855600000004"/> + <line stroke="#888888" x1="693.7500000000001" x2="693.7500000000001" y1="170.05855600000004" y2="169.558556"/> + <line stroke="#888888" x1="693.7500000000001" x2="702.2500000000001" y1="169.558556" y2="169.558556"/> + <line stroke="#888888" x1="702.2500000000001" x2="702.2500000000001" y1="169.558556" y2="170.05855600000004"/> + <line stroke="#888888" x1="693.7500000000001" x2="702.2500000000001" y1="217.80855600000004" y2="217.80855600000004"/> + <line stroke="#888888" x1="702.2500000000001" x2="702.2500000000001" y1="217.80855600000004" y2="218.30855600000004"/> + <line stroke="#888888" x1="702.2500000000001" x2="693.7500000000001" y1="218.30855600000004" y2="218.30855600000004"/> + <line stroke="#888888" x1="693.7500000000001" x2="693.7500000000001" y1="218.30855600000004" y2="217.80855600000004"/> + <line stroke="#888888" x1="725.0000000000001" x2="725.0000000000001" y1="213.30855600000004" y2="200.30855600000004"/> + <line stroke="#888888" x1="725.0000000000001" x2="755.0" y1="200.30855600000004" y2="200.30855600000004"/> + <line stroke="#888888" x1="755.0" x2="755.0" y1="200.30855600000004" y2="213.30855600000004"/> + <line stroke="#888888" x1="755.0" x2="725.0000000000001" y1="213.30855600000004" y2="213.30855600000004"/> + <line stroke="#888888" x1="732.0681818181819" x2="720.6590909090909" y1="167.80855600000004" y2="167.80855600000004"/> + <line stroke="#888888" x1="720.6590909090909" x2="720.6590909090909" y1="167.80855600000004" y2="167.308556"/> + <line stroke="#888888" x1="720.6590909090909" x2="732.0681818181819" y1="167.308556" y2="167.308556"/> + <line stroke="#888888" x1="732.0681818181819" x2="732.0681818181819" y1="167.308556" y2="167.80855600000004"/> + <line stroke="#888888" x1="759.3409090909092" x2="747.9318181818181" y1="167.80855600000004" y2="167.80855600000004"/> + <line stroke="#888888" x1="747.9318181818181" x2="747.9318181818181" y1="167.80855600000004" y2="167.308556"/> + <line stroke="#888888" x1="747.9318181818181" x2="759.3409090909092" y1="167.308556" y2="167.308556"/> + <line stroke="#888888" x1="759.3409090909092" x2="759.3409090909092" y1="167.308556" y2="167.80855600000004"/> + <line stroke="#888888" x1="762.2500000000001" x2="762.2500000000001" y1="184.74037418181823" y2="173.14946509090913"/> + <line stroke="#888888" x1="762.2500000000001" x2="762.7500000000001" y1="173.14946509090913" y2="173.14946509090913"/> + <line stroke="#888888" x1="762.7500000000001" x2="762.7500000000001" y1="173.14946509090913" y2="184.74037418181823"/> + <line stroke="#888888" x1="762.7500000000001" x2="762.2500000000001" y1="184.74037418181823" y2="184.74037418181823"/> + <line stroke="#888888" x1="762.2500000000001" x2="762.2500000000001" y1="212.46764690909094" y2="200.87673781818185"/> + <line stroke="#888888" x1="762.2500000000001" x2="762.7500000000001" y1="200.87673781818185" y2="200.87673781818185"/> + <line stroke="#888888" x1="762.7500000000001" x2="762.7500000000001" y1="200.87673781818185" y2="212.46764690909094"/> + <line stroke="#888888" x1="762.7500000000001" x2="762.2500000000001" y1="212.46764690909094" y2="212.46764690909094"/> + <line stroke="#888888" x1="602.5000000000001" x2="602.5000000000001" y1="175.55855600000004" y2="172.55855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="605.5000000000001" y1="172.55855600000004" y2="172.55855600000004"/> + <line stroke="#888888" x1="605.5000000000001" x2="605.5000000000001" y1="172.55855600000004" y2="175.55855600000004"/> + <line stroke="#888888" x1="605.5000000000001" x2="602.5000000000001" y1="175.55855600000004" y2="175.55855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="623.5000000000001" y1="174.55855600000004" y2="173.55855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="624.5000000000001" y1="173.55855600000004" y2="173.55855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="624.5000000000001" y1="173.55855600000004" y2="174.55855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="623.5000000000001" y1="174.55855600000004" y2="174.55855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="603.5000000000001" y1="177.05855600000004" y2="176.058556"/> + <line stroke="#888888" x1="603.5000000000001" x2="604.5000000000001" y1="176.058556" y2="176.058556"/> + <line stroke="#888888" x1="604.5000000000001" x2="604.5000000000001" y1="176.058556" y2="177.05855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="603.5000000000001" y1="177.05855600000004" y2="177.05855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="623.5000000000001" y1="177.05855600000004" y2="176.058556"/> + <line stroke="#888888" x1="623.5000000000001" x2="624.5000000000001" y1="176.058556" y2="176.058556"/> + <line stroke="#888888" x1="624.5000000000001" x2="624.5000000000001" y1="176.058556" y2="177.05855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="623.5000000000001" y1="177.05855600000004" y2="177.05855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="603.5000000000001" y1="179.55855600000004" y2="178.558556"/> + <line stroke="#888888" x1="603.5000000000001" x2="604.5000000000001" y1="178.558556" y2="178.558556"/> + <line stroke="#888888" x1="604.5000000000001" x2="604.5000000000001" y1="178.558556" y2="179.55855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="603.5000000000001" y1="179.55855600000004" y2="179.55855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="623.5000000000001" y1="179.55855600000004" y2="178.558556"/> + <line stroke="#888888" x1="623.5000000000001" x2="624.5000000000001" y1="178.558556" y2="178.558556"/> + <line stroke="#888888" x1="624.5000000000001" x2="624.5000000000001" y1="178.558556" y2="179.55855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="623.5000000000001" y1="179.55855600000004" y2="179.55855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="603.5000000000001" y1="182.05855600000004" y2="181.058556"/> + <line stroke="#888888" x1="603.5000000000001" x2="604.5000000000001" y1="181.058556" y2="181.058556"/> + <line stroke="#888888" x1="604.5000000000001" x2="604.5000000000001" y1="181.058556" y2="182.05855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="603.5000000000001" y1="182.05855600000004" y2="182.05855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="623.5000000000001" y1="182.05855600000004" y2="181.058556"/> + <line stroke="#888888" x1="623.5000000000001" x2="624.5000000000001" y1="181.058556" y2="181.058556"/> + <line stroke="#888888" x1="624.5000000000001" x2="624.5000000000001" y1="181.058556" y2="182.05855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="623.5000000000001" y1="182.05855600000004" y2="182.05855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="603.5000000000001" y1="184.55855600000004" y2="183.55855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="604.5000000000001" y1="183.55855600000004" y2="183.55855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="604.5000000000001" y1="183.55855600000004" y2="184.55855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="603.5000000000001" y1="184.55855600000004" y2="184.55855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="623.5000000000001" y1="184.55855600000004" y2="183.55855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="624.5000000000001" y1="183.55855600000004" y2="183.55855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="624.5000000000001" y1="183.55855600000004" y2="184.55855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="623.5000000000001" y1="184.55855600000004" y2="184.55855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="603.5000000000001" y1="187.05855600000004" y2="186.05855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="604.5000000000001" y1="186.05855600000004" y2="186.05855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="604.5000000000001" y1="186.05855600000004" y2="187.05855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="603.5000000000001" y1="187.05855600000004" y2="187.05855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="623.5000000000001" y1="187.05855600000004" y2="186.05855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="624.5000000000001" y1="186.05855600000004" y2="186.05855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="624.5000000000001" y1="186.05855600000004" y2="187.05855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="623.5000000000001" y1="187.05855600000004" y2="187.05855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="603.5000000000001" y1="189.55855600000004" y2="188.55855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="604.5000000000001" y1="188.55855600000004" y2="188.55855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="604.5000000000001" y1="188.55855600000004" y2="189.55855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="603.5000000000001" y1="189.55855600000004" y2="189.55855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="623.5000000000001" y1="189.55855600000004" y2="188.55855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="624.5000000000001" y1="188.55855600000004" y2="188.55855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="624.5000000000001" y1="188.55855600000004" y2="189.55855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="623.5000000000001" y1="189.55855600000004" y2="189.55855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="603.5000000000001" y1="192.058556" y2="191.05855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="604.5000000000001" y1="191.05855600000004" y2="191.05855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="604.5000000000001" y1="191.05855600000004" y2="192.058556"/> + <line stroke="#888888" x1="604.5000000000001" x2="603.5000000000001" y1="192.058556" y2="192.058556"/> + <line stroke="#888888" x1="623.5000000000001" x2="623.5000000000001" y1="192.058556" y2="191.05855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="624.5000000000001" y1="191.05855600000004" y2="191.05855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="624.5000000000001" y1="191.05855600000004" y2="192.058556"/> + <line stroke="#888888" x1="624.5000000000001" x2="623.5000000000001" y1="192.058556" y2="192.058556"/> + <line stroke="#888888" x1="603.5000000000001" x2="603.5000000000001" y1="194.558556" y2="193.55855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="604.5000000000001" y1="193.55855600000004" y2="193.55855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="604.5000000000001" y1="193.55855600000004" y2="194.558556"/> + <line stroke="#888888" x1="604.5000000000001" x2="603.5000000000001" y1="194.558556" y2="194.558556"/> + <line stroke="#888888" x1="623.5000000000001" x2="623.5000000000001" y1="194.558556" y2="193.55855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="624.5000000000001" y1="193.55855600000004" y2="193.55855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="624.5000000000001" y1="193.55855600000004" y2="194.558556"/> + <line stroke="#888888" x1="624.5000000000001" x2="623.5000000000001" y1="194.558556" y2="194.558556"/> + <line stroke="#888888" x1="603.5000000000001" x2="603.5000000000001" y1="197.05855600000004" y2="196.05855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="604.5000000000001" y1="196.05855600000004" y2="196.05855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="604.5000000000001" y1="196.05855600000004" y2="197.05855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="603.5000000000001" y1="197.05855600000004" y2="197.05855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="623.5000000000001" y1="197.05855600000004" y2="196.05855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="624.5000000000001" y1="196.05855600000004" y2="196.05855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="624.5000000000001" y1="196.05855600000004" y2="197.05855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="623.5000000000001" y1="197.05855600000004" y2="197.05855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="603.5000000000001" y1="199.55855600000004" y2="198.55855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="604.5000000000001" y1="198.55855600000004" y2="198.55855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="604.5000000000001" y1="198.55855600000004" y2="199.55855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="603.5000000000001" y1="199.55855600000004" y2="199.55855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="623.5000000000001" y1="199.55855600000004" y2="198.55855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="624.5000000000001" y1="198.55855600000004" y2="198.55855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="624.5000000000001" y1="198.55855600000004" y2="199.55855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="623.5000000000001" y1="199.55855600000004" y2="199.55855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="603.5000000000001" y1="202.05855600000004" y2="201.058556"/> + <line stroke="#888888" x1="603.5000000000001" x2="604.5000000000001" y1="201.058556" y2="201.058556"/> + <line stroke="#888888" x1="604.5000000000001" x2="604.5000000000001" y1="201.058556" y2="202.05855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="603.5000000000001" y1="202.05855600000004" y2="202.05855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="623.5000000000001" y1="202.05855600000004" y2="201.058556"/> + <line stroke="#888888" x1="623.5000000000001" x2="624.5000000000001" y1="201.058556" y2="201.058556"/> + <line stroke="#888888" x1="624.5000000000001" x2="624.5000000000001" y1="201.058556" y2="202.05855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="623.5000000000001" y1="202.05855600000004" y2="202.05855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="603.5000000000001" y1="204.55855600000004" y2="203.558556"/> + <line stroke="#888888" x1="603.5000000000001" x2="604.5000000000001" y1="203.558556" y2="203.558556"/> + <line stroke="#888888" x1="604.5000000000001" x2="604.5000000000001" y1="203.558556" y2="204.55855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="603.5000000000001" y1="204.55855600000004" y2="204.55855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="623.5000000000001" y1="204.55855600000004" y2="203.558556"/> + <line stroke="#888888" x1="623.5000000000001" x2="624.5000000000001" y1="203.558556" y2="203.558556"/> + <line stroke="#888888" x1="624.5000000000001" x2="624.5000000000001" y1="203.558556" y2="204.55855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="623.5000000000001" y1="204.55855600000004" y2="204.55855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="603.5000000000001" y1="207.05855600000004" y2="206.05855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="604.5000000000001" y1="206.05855600000004" y2="206.05855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="604.5000000000001" y1="206.05855600000004" y2="207.05855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="603.5000000000001" y1="207.05855600000004" y2="207.05855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="623.5000000000001" y1="207.05855600000004" y2="206.05855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="624.5000000000001" y1="206.05855600000004" y2="206.05855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="624.5000000000001" y1="206.05855600000004" y2="207.05855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="623.5000000000001" y1="207.05855600000004" y2="207.05855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="603.5000000000001" y1="209.55855600000004" y2="208.55855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="604.5000000000001" y1="208.55855600000004" y2="208.55855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="604.5000000000001" y1="208.55855600000004" y2="209.55855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="603.5000000000001" y1="209.55855600000004" y2="209.55855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="623.5000000000001" y1="209.55855600000004" y2="208.55855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="624.5000000000001" y1="208.55855600000004" y2="208.55855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="624.5000000000001" y1="208.55855600000004" y2="209.55855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="623.5000000000001" y1="209.55855600000004" y2="209.55855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="603.5000000000001" y1="212.05855600000004" y2="211.05855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="604.5000000000001" y1="211.05855600000004" y2="211.05855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="604.5000000000001" y1="211.05855600000004" y2="212.05855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="603.5000000000001" y1="212.05855600000004" y2="212.05855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="622.5000000000001" y1="213.05855600000004" y2="210.05855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="625.5000000000001" y1="210.05855600000004" y2="210.05855600000004"/> + <line stroke="#888888" x1="625.5000000000001" x2="625.5000000000001" y1="210.05855600000004" y2="213.05855600000004"/> + <line stroke="#888888" x1="625.5000000000001" x2="622.5000000000001" y1="213.05855600000004" y2="213.05855600000004"/> + <line stroke="#888888" x1="618.2500000000001" x2="609.7500000000001" y1="170.05855600000004" y2="170.05855600000004"/> + <line stroke="#888888" x1="609.7500000000001" x2="609.7500000000001" y1="170.05855600000004" y2="169.558556"/> + <line stroke="#888888" x1="609.7500000000001" x2="618.2500000000001" y1="169.558556" y2="169.558556"/> + <line stroke="#888888" x1="618.2500000000001" x2="618.2500000000001" y1="169.558556" y2="170.05855600000004"/> + <line stroke="#888888" x1="609.7500000000001" x2="618.2500000000001" y1="217.80855600000004" y2="217.80855600000004"/> + <line stroke="#888888" x1="618.2500000000001" x2="618.2500000000001" y1="217.80855600000004" y2="218.30855600000004"/> + <line stroke="#888888" x1="618.2500000000001" x2="609.7500000000001" y1="218.30855600000004" y2="218.30855600000004"/> + <line stroke="#888888" x1="609.7500000000001" x2="609.7500000000001" y1="218.30855600000004" y2="217.80855600000004"/> + <line stroke="#888888" x1="594.5000000000001" x2="599.5" y1="173.39946509090913" y2="173.39946509090913"/> + <line stroke="#888888" x1="599.5" x2="599.5" y1="173.39946509090913" y2="184.49037418181823"/> + <line stroke="#888888" x1="599.5" x2="594.5000000000001" y1="184.49037418181823" y2="184.49037418181823"/> + <line stroke="#888888" x1="594.5000000000001" x2="599.5" y1="201.12673781818185" y2="201.12673781818185"/> + <line stroke="#888888" x1="599.5" x2="599.5" y1="201.12673781818185" y2="212.21764690909094"/> + <line stroke="#888888" x1="599.5" x2="594.5000000000001" y1="212.21764690909094" y2="212.21764690909094"/> + <line stroke="#888888" x1="619.7500000000001" x2="623.25" y1="146.308556" y2="146.308556"/> + <line stroke="#888888" x1="623.25" x2="623.25" y1="146.308556" y2="154.30855600000004"/> + <line stroke="#888888" x1="623.25" x2="619.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 464c76111d395fb635cf4926884364fbedbed592..2d37331c99a8f10ced0e40760414192586e83875 100644 --- a/rocolib/output/ServoStackBatteryMount/graph-autofold-default.dxf +++ b/rocolib/output/ServoStackBatteryMount/graph-autofold-default.dxf @@ -993,13 +993,13 @@ LINE 8 cut 10 -228.00000000000003 +229.00000000000003 20 150.30855600000004 30 0.0 11 -228.00000000000003 +229.00000000000003 21 150.30855600000004 31 @@ -1017,7 +1017,7 @@ cut 30 0.0 11 -228.00000000000003 +229.00000000000003 21 150.30855600000004 31 @@ -1101,7 +1101,7 @@ LINE 8 cut 10 -133.00000000000003 +134.00000000000003 20 150.30855600000004 30 @@ -1119,13 +1119,13 @@ LINE 8 cut 10 -167.00000000000003 +168.0 20 150.30855600000004 30 0.0 11 -157.0 +158.00000000000003 21 150.30855600000004 31 @@ -1137,13 +1137,13 @@ LINE 8 cut 10 -228.00000000000003 +229.00000000000003 20 150.30855600000004 30 0.0 11 -228.00000000000003 +229.00000000000003 21 150.30855600000004 31 @@ -1173,13 +1173,13 @@ LINE 8 cut 10 -157.0 +158.00000000000003 20 150.30855600000004 30 0.0 11 -157.0 +158.00000000000003 21 116.30855600000002 31 @@ -1193,13 +1193,13 @@ DOTTED 8 90 10 -133.00000000000003 +134.00000000000003 20 116.30855600000002 30 0.0 11 -133.00000000000003 +134.00000000000003 21 150.30855600000004 31 @@ -1211,13 +1211,13 @@ LINE 8 cut 10 -133.00000000000003 +134.00000000000003 20 80.30855600000002 30 0.0 11 -133.00000000000003 +134.00000000000003 21 116.30855600000002 31 @@ -1231,13 +1231,13 @@ DOTTED 8 -90 10 -133.00000000000003 +134.00000000000003 20 80.30855600000002 30 0.0 11 -157.0 +158.00000000000003 21 80.30855600000002 31 @@ -1249,13 +1249,13 @@ LINE 8 cut 10 -157.0 +158.00000000000003 20 116.30855600000002 30 0.0 11 -157.0 +158.00000000000003 21 80.30855600000002 31 @@ -1267,13 +1267,13 @@ LINE 8 cut 10 -157.0 +158.00000000000003 20 80.30855600000002 30 0.0 11 -157.0 +158.00000000000003 21 35.30855600000002 31 @@ -1285,13 +1285,13 @@ LINE 8 cut 10 -133.00000000000003 +134.00000000000003 20 35.30855600000002 30 0.0 11 -133.00000000000003 +134.00000000000003 21 80.30855600000002 31 @@ -1303,13 +1303,13 @@ LINE 8 cut 10 -133.00000000000003 +134.00000000000003 20 30.308556000000017 30 0.0 11 -133.00000000000003 +134.00000000000003 21 35.30855600000002 31 @@ -1321,13 +1321,13 @@ LINE 8 cut 10 -157.0 +158.00000000000003 20 30.308556000000017 30 0.0 11 -133.00000000000003 +134.00000000000003 21 30.308556000000017 31 @@ -1339,13 +1339,13 @@ LINE 8 cut 10 -157.0 +158.00000000000003 20 35.30855600000002 30 0.0 11 -157.0 +158.00000000000003 21 30.308556000000017 31 @@ -1357,13 +1357,13 @@ LINE 8 cut 10 -133.00000000000003 +134.00000000000003 20 116.30855600000002 30 0.0 11 -113.00000000000001 +114.00000000000001 21 116.30855600000002 31 @@ -1375,13 +1375,13 @@ LINE 8 cut 10 -113.00000000000001 +114.00000000000001 20 150.30855600000004 30 0.0 11 -133.00000000000003 +134.00000000000003 21 150.30855600000004 31 @@ -1395,13 +1395,13 @@ DOTTED 8 90 10 -113.00000000000001 +114.00000000000001 20 116.30855600000002 30 0.0 11 -113.00000000000001 +114.00000000000001 21 150.30855600000004 31 @@ -1413,13 +1413,13 @@ LINE 8 cut 10 -113.00000000000001 +114.00000000000001 20 116.30855600000002 30 0.0 11 -89.00000000000001 +90.0 21 116.30855600000002 31 @@ -1431,13 +1431,13 @@ LINE 8 cut 10 -89.00000000000001 +90.0 20 150.30855600000004 30 0.0 11 -113.00000000000001 +114.00000000000001 21 150.30855600000004 31 @@ -1451,13 +1451,13 @@ DOTTED 8 90 10 -89.00000000000001 +90.0 20 116.30855600000002 30 0.0 11 -89.00000000000001 +90.0 21 150.30855600000004 31 @@ -1469,13 +1469,13 @@ LINE 8 cut 10 -89.00000000000001 +90.0 20 116.30855600000002 30 0.0 11 -69.00000000000001 +70.00000000000001 21 116.30855600000002 31 @@ -1487,13 +1487,13 @@ LINE 8 cut 10 -69.00000000000001 +70.00000000000001 20 150.30855600000004 30 0.0 11 -89.00000000000001 +90.0 21 150.30855600000004 31 @@ -1507,13 +1507,13 @@ DOTTED 8 90 10 -69.00000000000001 +70.00000000000001 20 150.30855600000004 30 0.0 11 -69.00000000000001 +70.00000000000001 21 116.30855600000002 31 @@ -1525,13 +1525,13 @@ LINE 8 cut 10 -59.00000000000001 +60.00000000000001 20 150.30855600000004 30 0.0 11 -69.00000000000001 +70.00000000000001 21 150.30855600000004 31 @@ -1543,13 +1543,13 @@ LINE 8 cut 10 -59.00000000000001 +60.00000000000001 20 116.30855600000002 30 0.0 11 -59.00000000000001 +60.00000000000001 21 150.30855600000004 31 @@ -1561,13 +1561,13 @@ LINE 8 cut 10 -69.00000000000001 +70.00000000000001 20 116.30855600000002 30 0.0 11 -59.00000000000001 +60.00000000000001 21 116.30855600000002 31 @@ -1581,13 +1581,13 @@ DOTTED 8 45 10 -167.00000000000003 +168.0 20 114.16993400081472 30 0.0 11 -228.00000000000003 +229.00000000000003 21 114.16993400081472 31 @@ -1599,13 +1599,13 @@ LINE 8 cut 10 -228.00000000000003 +229.00000000000003 20 150.30855600000004 30 0.0 11 -228.00000000000003 +229.00000000000003 21 114.16993400081472 31 @@ -1617,13 +1617,13 @@ LINE 8 cut 10 -167.00000000000003 +168.0 20 114.16993400081472 30 0.0 11 -167.00000000000003 +168.0 21 150.30855600000004 31 @@ -1637,13 +1637,13 @@ DOTTED 8 45 10 -228.00000000000003 +229.00000000000003 20 90.16993400081472 30 0.0 11 -167.00000000000003 +168.0 21 90.16993400081472 31 @@ -1657,13 +1657,13 @@ DOTTED 8 90 10 -228.00000000000003 +229.00000000000003 20 90.16993400081472 30 0.0 11 -228.00000000000003 +229.00000000000003 21 114.16993400081472 31 @@ -1675,13 +1675,13 @@ LINE 8 cut 10 -167.00000000000003 +168.0 20 54.03131200162941 30 0.0 11 -167.00000000000003 +168.0 21 90.16993400081473 31 @@ -1693,13 +1693,13 @@ LINE 8 cut 10 -228.00000000000003 +229.00000000000003 20 90.16993400081473 30 0.0 11 -228.00000000000003 +229.00000000000003 21 54.03131200162941 31 @@ -1711,13 +1711,13 @@ LINE 8 cut 10 -167.00000000000003 +168.0 20 44.03131200162941 30 0.0 11 -167.00000000000003 +168.0 21 54.03131200162941 31 @@ -1729,13 +1729,13 @@ LINE 8 cut 10 -228.00000000000003 +229.00000000000003 20 44.03131200162941 30 0.0 11 -167.00000000000003 +168.0 21 44.03131200162941 31 @@ -1747,13 +1747,13 @@ LINE 8 cut 10 -228.00000000000003 +229.00000000000003 20 54.03131200162941 30 0.0 11 -228.00000000000003 +229.00000000000003 21 44.03131200162941 31 @@ -1765,13 +1765,13 @@ LINE 8 cut 10 -238.00000000000003 +239.00000000000003 20 90.16993400081472 30 0.0 11 -228.00000000000003 +229.00000000000003 21 90.16993400081472 31 @@ -1783,13 +1783,13 @@ LINE 8 cut 10 -238.00000000000003 +239.00000000000003 20 114.16993400081472 30 0.0 11 -238.00000000000003 +239.00000000000003 21 90.16993400081472 31 @@ -1801,13 +1801,13 @@ LINE 8 cut 10 -228.00000000000003 +229.00000000000003 20 114.16993400081472 30 0.0 11 -238.00000000000003 +239.00000000000003 21 114.16993400081472 31 @@ -1819,13 +1819,13 @@ LINE 8 cut 10 -157.0 +158.00000000000003 20 114.16993400081472 30 0.0 11 -167.00000000000003 +168.0 21 114.16993400081472 31 @@ -1837,13 +1837,13 @@ LINE 8 cut 10 -157.0 +158.00000000000003 20 90.16993400081472 30 0.0 11 -157.0 +158.00000000000003 21 114.16993400081472 31 @@ -1855,13 +1855,13 @@ LINE 8 cut 10 -167.00000000000003 +168.0 20 90.16993400081472 30 0.0 11 -157.0 +158.00000000000003 21 90.16993400081472 31 @@ -1963,13 +1963,13 @@ LINE 8 cut 10 -149.25000000000003 +150.25 20 139.2252226666667 30 0.0 11 -149.25000000000003 +150.25 21 127.39188933333337 31 @@ -1981,13 +1981,13 @@ LINE 8 cut 10 -149.25000000000003 +150.25 20 127.39188933333337 30 0.0 11 -149.75 +150.75000000000003 21 127.39188933333337 31 @@ -1999,13 +1999,13 @@ LINE 8 cut 10 -149.75 +150.75000000000003 20 127.39188933333337 30 0.0 11 -149.75 +150.75000000000003 21 139.2252226666667 31 @@ -2017,13 +2017,13 @@ LINE 8 cut 10 -149.75 +150.75000000000003 20 139.2252226666667 30 0.0 11 -149.25000000000003 +150.25 21 139.2252226666667 31 @@ -2035,13 +2035,13 @@ LINE 8 cut 10 -149.00000000000003 +150.0 20 31.558556000000014 30 0.0 11 -151.50000000000003 +152.5 21 31.558556000000014 31 @@ -2053,13 +2053,13 @@ LINE 8 cut 10 -151.50000000000003 +152.5 20 31.558556000000014 30 0.0 11 -149.00000000000003 +150.0 21 34.05855600000001 31 @@ -2071,13 +2071,13 @@ LINE 8 cut 10 -149.00000000000003 +150.0 20 34.05855600000001 30 0.0 11 -141.0 +142.00000000000003 21 34.05855600000001 31 @@ -2089,13 +2089,13 @@ LINE 8 cut 10 -141.0 +142.00000000000003 20 34.05855600000001 30 0.0 11 -138.5 +139.50000000000003 21 31.558556000000014 31 @@ -2107,13 +2107,13 @@ LINE 8 cut 10 -138.5 +139.50000000000003 20 31.558556000000014 30 0.0 11 -141.0 +142.00000000000003 21 31.558556000000014 31 @@ -2125,13 +2125,13 @@ LINE 8 cut 10 -114.00000000000001 +115.00000000000001 20 127.30855600000004 30 0.0 11 -118.00000000000001 +119.00000000000001 21 127.30855600000004 31 @@ -2143,13 +2143,13 @@ LINE 8 cut 10 -118.00000000000001 +119.00000000000001 20 127.30855600000004 30 0.0 11 -118.00000000000001 +119.00000000000001 21 139.30855600000004 31 @@ -2161,13 +2161,13 @@ LINE 8 cut 10 -118.00000000000001 +119.00000000000001 20 139.30855600000004 30 0.0 11 -114.00000000000001 +115.00000000000001 21 139.30855600000004 31 @@ -2179,13 +2179,13 @@ LINE 8 cut 10 -114.00000000000001 +115.00000000000001 20 139.30855600000004 30 0.0 11 -114.00000000000001 +115.00000000000001 21 127.30855600000004 31 @@ -2197,13 +2197,13 @@ LINE 8 cut 10 -126.00000000000001 +127.00000000000001 20 128.808556 30 0.0 11 -130.0 +131.0 21 128.808556 31 @@ -2215,13 +2215,13 @@ LINE 8 cut 10 -130.0 +131.0 20 128.808556 30 0.0 11 -130.0 +131.0 21 137.808556 31 @@ -2233,13 +2233,13 @@ LINE 8 cut 10 -130.0 +131.0 20 137.808556 30 0.0 11 -126.00000000000001 +127.00000000000001 21 137.808556 31 @@ -2251,13 +2251,13 @@ LINE 8 cut 10 -126.00000000000001 +127.00000000000001 20 137.808556 30 0.0 11 -126.00000000000001 +127.00000000000001 21 128.808556 31 @@ -2269,13 +2269,13 @@ LINE 8 cut 10 -89.50000000000001 +90.50000000000001 20 127.30855600000004 30 0.0 11 -112.50000000000001 +113.50000000000001 21 127.30855600000004 31 @@ -2287,13 +2287,13 @@ LINE 8 cut 10 -112.50000000000001 +113.50000000000001 20 127.30855600000004 30 0.0 11 -112.50000000000001 +113.50000000000001 21 139.30855600000004 31 @@ -2305,13 +2305,13 @@ LINE 8 cut 10 -112.50000000000001 +113.50000000000001 20 139.30855600000004 30 0.0 11 -89.50000000000001 +90.50000000000001 21 139.30855600000004 31 @@ -2323,13 +2323,13 @@ LINE 8 cut 10 -89.50000000000001 +90.50000000000001 20 139.30855600000004 30 0.0 11 -89.50000000000001 +90.50000000000001 21 127.30855600000004 31 @@ -2341,13 +2341,13 @@ LINE 8 cut 10 -84.0 +85.00000000000001 20 127.30855600000004 30 0.0 11 -88.00000000000001 +89.00000000000001 21 127.30855600000004 31 @@ -2359,13 +2359,13 @@ LINE 8 cut 10 -88.00000000000001 +89.00000000000001 20 127.30855600000004 30 0.0 11 -88.00000000000001 +89.00000000000001 21 139.30855600000004 31 @@ -2377,13 +2377,13 @@ LINE 8 cut 10 -88.00000000000001 +89.00000000000001 20 139.30855600000004 30 0.0 11 -84.0 +85.00000000000001 21 139.30855600000004 31 @@ -2395,13 +2395,13 @@ LINE 8 cut 10 -84.0 +85.00000000000001 20 139.30855600000004 30 0.0 11 -84.0 +85.00000000000001 21 127.30855600000004 31 @@ -2413,13 +2413,13 @@ LINE 8 cut 10 -61.50000000000001 +62.50000000000001 20 127.64188933333337 30 0.0 11 -66.50000000000001 +67.50000000000001 21 127.64188933333337 31 @@ -2431,13 +2431,13 @@ LINE 8 cut 10 -66.50000000000001 +67.50000000000001 20 127.64188933333337 30 0.0 11 -66.50000000000001 +67.50000000000001 21 138.9752226666667 31 @@ -2449,13 +2449,13 @@ LINE 8 cut 10 -66.50000000000001 +67.50000000000001 20 138.9752226666667 30 0.0 11 -61.50000000000001 +62.50000000000001 21 138.9752226666667 31 @@ -2467,13 +2467,13 @@ LINE 8 cut 10 -185.00000000000003 +186.00000000000003 20 95.66993400081472 30 0.0 11 -196.00000000000003 +197.00000000000003 21 95.66993400081472 31 @@ -2485,13 +2485,13 @@ LINE 8 cut 10 -196.00000000000003 +197.00000000000003 20 95.66993400081472 30 0.0 11 -196.00000000000003 +197.00000000000003 21 108.66993400081472 31 @@ -2503,13 +2503,13 @@ LINE 8 cut 10 -196.00000000000003 +197.00000000000003 20 108.66993400081472 30 0.0 11 -185.00000000000003 +186.00000000000003 21 108.66993400081472 31 @@ -2521,13 +2521,13 @@ LINE 8 cut 10 -185.00000000000003 +186.00000000000003 20 108.66993400081472 30 0.0 11 -185.00000000000003 +186.00000000000003 21 95.66993400081472 31 @@ -2539,13 +2539,13 @@ LINE 8 cut 10 -216.50000000000003 +217.50000000000003 20 97.16993400081472 30 0.0 11 -222.50000000000003 +223.50000000000003 21 97.16993400081472 31 @@ -2557,13 +2557,13 @@ LINE 8 cut 10 -222.50000000000003 +223.50000000000003 20 97.16993400081472 30 0.0 11 -222.50000000000003 +223.50000000000003 21 107.16993400081472 31 @@ -2575,13 +2575,13 @@ LINE 8 cut 10 -222.50000000000003 +223.50000000000003 20 107.16993400081472 30 0.0 11 -216.50000000000003 +217.50000000000003 21 107.16993400081472 31 @@ -2593,13 +2593,13 @@ LINE 8 cut 10 -216.50000000000003 +217.50000000000003 20 107.16993400081472 30 0.0 11 -216.50000000000003 +217.50000000000003 21 97.16993400081472 31 @@ -2611,13 +2611,13 @@ LINE 8 cut 10 -216.90909090909093 +217.90909090909093 20 46.5313120016294 30 0.0 11 -216.90909090909093 +217.90909090909093 21 51.53131200162941 31 @@ -2629,13 +2629,13 @@ LINE 8 cut 10 -216.90909090909093 +217.90909090909093 20 51.53131200162941 30 0.0 11 -205.81818181818184 +206.81818181818184 21 51.53131200162941 31 @@ -2647,13 +2647,13 @@ LINE 8 cut 10 -205.81818181818184 +206.81818181818184 20 51.53131200162941 30 0.0 11 -205.81818181818184 +206.81818181818184 21 46.5313120016294 31 @@ -2665,13 +2665,13 @@ LINE 8 cut 10 -189.18181818181822 +190.18181818181822 20 46.5313120016294 30 0.0 11 -189.18181818181822 +190.18181818181822 21 51.53131200162941 31 @@ -2683,13 +2683,13 @@ LINE 8 cut 10 -189.18181818181822 +190.18181818181822 20 51.53131200162941 30 0.0 11 -178.09090909090912 +179.09090909090912 21 51.53131200162941 31 @@ -2701,13 +2701,13 @@ LINE 8 cut 10 -178.09090909090912 +179.09090909090912 20 51.53131200162941 30 0.0 11 -178.09090909090912 +179.09090909090912 21 46.5313120016294 31 @@ -2719,13 +2719,13 @@ LINE 8 cut 10 -235.50000000000003 +236.50000000000003 20 106.16993400081472 30 0.0 11 -230.50000000000003 +231.50000000000003 21 106.16993400081472 31 @@ -2737,13 +2737,13 @@ LINE 8 cut 10 -230.50000000000003 +231.50000000000003 20 106.16993400081472 30 0.0 11 -230.50000000000003 +231.50000000000003 21 98.16993400081472 31 @@ -2755,13 +2755,13 @@ LINE 8 cut 10 -230.50000000000003 +231.50000000000003 20 98.16993400081472 30 0.0 11 -235.50000000000003 +236.50000000000003 21 98.16993400081472 31 @@ -2773,13 +2773,13 @@ LINE 8 cut 10 -159.5 +160.50000000000003 20 98.16993400081472 30 0.0 11 -164.50000000000003 +165.50000000000003 21 98.16993400081472 31 @@ -2791,13 +2791,13 @@ LINE 8 cut 10 -164.50000000000003 +165.50000000000003 20 98.16993400081472 30 0.0 11 -164.50000000000003 +165.50000000000003 21 106.16993400081472 31 @@ -2809,13 +2809,13 @@ LINE 8 cut 10 -164.50000000000003 +165.50000000000003 20 106.16993400081472 30 0.0 11 -159.5 +160.50000000000003 21 106.16993400081472 31 @@ -2827,13 +2827,13 @@ LINE 8 cut 10 -476.00000000000006 +478.00000000000006 20 150.30855600000004 30 0.0 11 -476.00000000000006 +478.00000000000006 21 150.30855600000004 31 @@ -2845,13 +2845,13 @@ LINE 8 cut 10 -248.00000000000006 +249.00000000000003 20 150.30855600000004 30 0.0 11 -476.00000000000006 +478.00000000000006 21 150.30855600000004 31 @@ -2863,13 +2863,13 @@ LINE 8 cut 10 -248.00000000000006 +249.00000000000003 20 150.30855600000004 30 0.0 11 -248.00000000000006 +249.00000000000003 21 150.30855600000004 31 @@ -2881,13 +2881,13 @@ LINE 8 cut 10 -309.0 +310.0 20 150.30855600000004 30 0.0 11 -248.00000000000006 +249.00000000000003 21 150.30855600000004 31 @@ -2899,13 +2899,13 @@ LINE 8 cut 10 -319.0 +320.00000000000006 20 150.30855600000004 30 0.0 11 -309.0 +310.0 21 150.30855600000004 31 @@ -2917,13 +2917,13 @@ LINE 8 cut 10 -416.00000000000006 +418.00000000000006 20 150.30855600000004 30 0.0 11 -343.00000000000006 +344.00000000000006 21 150.30855600000004 31 @@ -2935,13 +2935,13 @@ LINE 8 cut 10 -416.00000000000006 +418.00000000000006 20 150.30855600000004 30 0.0 11 -416.00000000000006 +418.00000000000006 21 150.30855600000004 31 @@ -2953,13 +2953,13 @@ LINE 8 cut 10 -248.00000000000006 +249.00000000000003 20 150.30855600000004 30 0.0 11 -248.00000000000006 +249.00000000000003 21 150.30855600000004 31 @@ -2971,13 +2971,13 @@ LINE 8 cut 10 -319.0 +320.00000000000006 20 116.30855600000002 30 0.0 11 -319.0 +320.00000000000006 21 150.30855600000004 31 @@ -2991,13 +2991,13 @@ DOTTED 8 90 10 -343.00000000000006 +344.00000000000006 20 150.30855600000004 30 0.0 11 -343.00000000000006 +344.00000000000006 21 116.30855600000002 31 @@ -3009,13 +3009,13 @@ LINE 8 cut 10 -319.0 +320.00000000000006 20 80.30855600000002 30 0.0 11 -319.0 +320.00000000000006 21 116.30855600000002 31 @@ -3029,13 +3029,13 @@ DOTTED 8 -90 10 -319.0 +320.00000000000006 20 80.30855600000002 30 0.0 11 -343.00000000000006 +344.00000000000006 21 80.30855600000002 31 @@ -3047,13 +3047,13 @@ LINE 8 cut 10 -343.00000000000006 +344.00000000000006 20 116.30855600000002 30 0.0 11 -343.00000000000006 +344.00000000000006 21 80.30855600000002 31 @@ -3065,13 +3065,13 @@ LINE 8 cut 10 -343.00000000000006 +344.00000000000006 20 80.30855600000002 30 0.0 11 -343.00000000000006 +344.00000000000006 21 35.30855600000002 31 @@ -3083,13 +3083,13 @@ LINE 8 cut 10 -319.0 +320.00000000000006 20 35.30855600000002 30 0.0 11 -319.0 +320.00000000000006 21 80.30855600000002 31 @@ -3101,13 +3101,13 @@ LINE 8 cut 10 -343.00000000000006 +344.00000000000006 20 35.30855600000002 30 0.0 11 -319.0 +320.00000000000006 21 35.30855600000002 31 @@ -3119,13 +3119,13 @@ LINE 8 cut 10 -343.00000000000006 +344.00000000000006 20 150.30855600000004 30 0.0 11 -363.00000000000006 +364.0 21 150.30855600000004 31 @@ -3137,13 +3137,13 @@ LINE 8 cut 10 -363.00000000000006 +364.0 20 116.30855600000002 30 0.0 11 -343.00000000000006 +344.00000000000006 21 116.30855600000002 31 @@ -3157,13 +3157,13 @@ DOTTED 8 90 10 -363.00000000000006 +364.0 20 150.30855600000004 30 0.0 11 -363.00000000000006 +364.0 21 116.30855600000002 31 @@ -3175,13 +3175,13 @@ LINE 8 cut 10 -363.00000000000006 +364.0 20 150.30855600000004 30 0.0 11 -387.0 +388.00000000000006 21 150.30855600000004 31 @@ -3193,13 +3193,13 @@ LINE 8 cut 10 -387.0 +388.00000000000006 20 116.30855600000002 30 0.0 11 -363.00000000000006 +364.0 21 116.30855600000002 31 @@ -3213,13 +3213,13 @@ DOTTED 8 90 10 -387.0 +388.00000000000006 20 150.30855600000004 30 0.0 11 -387.0 +388.00000000000006 21 116.30855600000002 31 @@ -3231,13 +3231,13 @@ LINE 8 cut 10 -387.0 +388.00000000000006 20 150.30855600000004 30 0.0 11 -407.00000000000006 +408.00000000000006 21 150.30855600000004 31 @@ -3249,13 +3249,13 @@ LINE 8 cut 10 -407.00000000000006 +408.00000000000006 20 116.30855600000002 30 0.0 11 -387.0 +388.00000000000006 21 116.30855600000002 31 @@ -3269,13 +3269,13 @@ DOTTED 8 90 10 -407.00000000000006 +408.00000000000006 20 116.30855600000002 30 0.0 11 -407.00000000000006 +408.00000000000006 21 150.30855600000004 31 @@ -3287,13 +3287,13 @@ LINE 8 cut 10 -417.00000000000006 +418.00000000000006 20 116.30855600000002 30 0.0 11 -407.00000000000006 +408.00000000000006 21 116.30855600000002 31 @@ -3305,13 +3305,13 @@ LINE 8 cut 10 -417.00000000000006 +418.00000000000006 20 150.30855600000004 30 0.0 11 -417.00000000000006 +418.00000000000006 21 116.30855600000002 31 @@ -3323,13 +3323,13 @@ LINE 8 cut 10 -407.00000000000006 +408.00000000000006 20 150.30855600000004 30 0.0 11 -417.00000000000006 +418.00000000000006 21 150.30855600000004 31 @@ -3341,13 +3341,13 @@ LINE 8 cut 10 -476.00000000000006 +478.00000000000006 20 150.30855600000004 30 0.0 11 -476.00000000000006 +478.00000000000006 21 88.65427796513858 31 @@ -3359,13 +3359,13 @@ LINE 8 cut 10 -416.00000000000006 +418.00000000000006 20 88.65427796513858 30 0.0 11 -416.00000000000006 +418.00000000000006 21 150.30855600000004 31 @@ -3379,13 +3379,13 @@ DOTTED 8 -45 10 -416.00000000000006 +418.00000000000006 20 88.65427796513858 30 0.0 11 -476.00000000000006 +478.00000000000006 21 88.65427796513858 31 @@ -3397,13 +3397,13 @@ LINE 8 cut 10 -416.00000000000006 +418.00000000000006 20 61.65427796513857 30 0.0 11 -416.00000000000006 +418.00000000000006 21 88.65427796513858 31 @@ -3417,13 +3417,13 @@ DOTTED 8 -45 10 -476.00000000000006 +478.00000000000006 20 61.65427796513857 30 0.0 11 -416.00000000000006 +418.00000000000006 21 61.65427796513857 31 @@ -3437,13 +3437,13 @@ DOTTED 8 90 10 -476.00000000000006 +478.00000000000006 20 88.65427796513858 30 0.0 11 -476.00000000000006 +478.00000000000006 21 61.65427796513857 31 @@ -3455,13 +3455,13 @@ LINE 8 cut 10 -416.00000000000006 +418.00000000000006 20 -6.972288701945219e-08 30 0.0 11 -416.00000000000006 +418.00000000000006 21 61.65427796513857 31 @@ -3473,13 +3473,13 @@ LINE 8 cut 10 -476.00000000000006 +478.00000000000006 20 -6.972288701945219e-08 30 0.0 11 -416.00000000000006 +418.00000000000006 21 -6.972288701945219e-08 31 @@ -3491,13 +3491,13 @@ LINE 8 cut 10 -476.00000000000006 +478.00000000000006 20 61.65427796513857 30 0.0 11 -476.00000000000006 +478.00000000000006 21 -6.972288701945219e-08 31 @@ -3509,13 +3509,13 @@ LINE 8 cut 10 -476.00000000000006 +478.00000000000006 20 88.65427796513858 30 0.0 11 -493.00000000000006 +495.00000000000006 21 88.65427796513858 31 @@ -3527,13 +3527,13 @@ LINE 8 cut 10 -493.00000000000006 +495.00000000000006 20 61.65427796513857 30 0.0 11 -476.00000000000006 +478.00000000000006 21 61.65427796513857 31 @@ -3547,13 +3547,13 @@ DOTTED 8 90 10 -493.00000000000006 +495.00000000000006 20 88.65427796513858 30 0.0 11 -493.00000000000006 +495.00000000000006 21 61.65427796513857 31 @@ -3565,13 +3565,13 @@ LINE 8 cut 10 -493.00000000000006 +495.00000000000006 20 88.65427796513858 30 0.0 11 -553.0000000000001 +555.0 21 88.65427796513858 31 @@ -3583,13 +3583,13 @@ LINE 8 cut 10 -553.0000000000001 +555.0 20 61.65427796513857 30 0.0 11 -493.00000000000006 +495.00000000000006 21 61.65427796513857 31 @@ -3603,13 +3603,13 @@ DOTTED 8 90 10 -553.0000000000001 +555.0 20 88.65427796513858 30 0.0 11 -553.0000000000001 +555.0 21 61.65427796513857 31 @@ -3621,13 +3621,13 @@ LINE 8 cut 10 -553.0000000000001 +555.0 20 88.65427796513858 30 0.0 11 -570.0000000000001 +572.0 21 88.65427796513858 31 @@ -3639,13 +3639,13 @@ LINE 8 cut 10 -570.0000000000001 +572.0 20 61.65427796513857 30 0.0 11 -553.0000000000001 +555.0 21 61.65427796513857 31 @@ -3659,13 +3659,13 @@ DOTTED 8 90 10 -570.0000000000001 +572.0 20 61.65427796513857 30 0.0 11 -570.0000000000001 +572.0 21 88.65427796513858 31 @@ -3677,13 +3677,13 @@ LINE 8 cut 10 -580.0000000000001 +582.0 20 61.65427796513857 30 0.0 11 -570.0000000000001 +572.0 21 61.65427796513857 31 @@ -3695,13 +3695,13 @@ LINE 8 cut 10 -580.0000000000001 +582.0 20 88.65427796513858 30 0.0 11 -580.0000000000001 +582.0 21 61.65427796513857 31 @@ -3713,13 +3713,13 @@ LINE 8 cut 10 -570.0000000000001 +572.0 20 88.65427796513858 30 0.0 11 -580.0000000000001 +582.0 21 88.65427796513858 31 @@ -3731,13 +3731,13 @@ LINE 8 cut 10 -270.43181818181824 +271.4318181818182 20 158.058556 30 0.0 11 -258.8409090909091 +259.8409090909092 21 158.058556 31 @@ -3749,13 +3749,13 @@ LINE 8 cut 10 -258.8409090909091 +259.8409090909092 20 158.058556 30 0.0 11 -258.8409090909091 +259.8409090909092 21 157.55855600000004 31 @@ -3767,13 +3767,13 @@ LINE 8 cut 10 -258.8409090909091 +259.8409090909092 20 157.55855600000004 30 0.0 11 -270.43181818181824 +271.4318181818182 21 157.55855600000004 31 @@ -3785,13 +3785,13 @@ LINE 8 cut 10 -270.43181818181824 +271.4318181818182 20 157.55855600000004 30 0.0 11 -270.43181818181824 +271.4318181818182 21 158.058556 31 @@ -3803,13 +3803,13 @@ LINE 8 cut 10 -298.159090909091 +299.159090909091 20 158.058556 30 0.0 11 -286.56818181818187 +287.56818181818187 21 158.058556 31 @@ -3821,13 +3821,13 @@ LINE 8 cut 10 -286.56818181818187 +287.56818181818187 20 158.058556 30 0.0 11 -286.56818181818187 +287.56818181818187 21 157.55855600000004 31 @@ -3839,13 +3839,13 @@ LINE 8 cut 10 -286.56818181818187 +287.56818181818187 20 157.55855600000004 30 0.0 11 -298.159090909091 +299.159090909091 21 157.55855600000004 31 @@ -3857,13 +3857,13 @@ LINE 8 cut 10 -298.159090909091 +299.159090909091 20 157.55855600000004 30 0.0 11 -298.159090909091 +299.159090909091 21 158.058556 31 @@ -3875,13 +3875,13 @@ LINE 8 cut 10 -326.75000000000006 +327.75 20 127.39188933333335 30 0.0 11 -326.75000000000006 +327.75 21 139.2252226666667 31 @@ -3893,13 +3893,13 @@ LINE 8 cut 10 -326.75000000000006 +327.75 20 139.2252226666667 30 0.0 11 -326.25000000000006 +327.25 21 139.2252226666667 31 @@ -3911,13 +3911,13 @@ LINE 8 cut 10 -326.25000000000006 +327.25 20 139.2252226666667 30 0.0 11 -326.25000000000006 +327.25 21 127.39188933333335 31 @@ -3929,13 +3929,13 @@ LINE 8 cut 10 -326.25000000000006 +327.25 20 127.39188933333335 30 0.0 11 -326.75000000000006 +327.75 21 127.39188933333335 31 @@ -3947,13 +3947,13 @@ LINE 8 cut 10 -335.25000000000006 +336.25 20 39.30855600000002 30 0.0 11 -326.75000000000006 +327.75 21 39.30855600000002 31 @@ -3965,13 +3965,13 @@ LINE 8 cut 10 -326.75000000000006 +327.75 20 39.30855600000002 30 0.0 11 -326.75000000000006 +327.75 21 38.80855600000002 31 @@ -3983,13 +3983,13 @@ LINE 8 cut 10 -326.75000000000006 +327.75 20 38.80855600000002 30 0.0 11 -335.25000000000006 +336.25 21 38.80855600000002 31 @@ -4001,13 +4001,13 @@ LINE 8 cut 10 -335.25000000000006 +336.25 20 38.80855600000002 30 0.0 11 -335.25000000000006 +336.25 21 39.30855600000002 31 @@ -4019,13 +4019,13 @@ LINE 8 cut 10 -362.00000000000006 +363.00000000000006 20 139.30855600000004 30 0.0 11 -358.00000000000006 +359.0 21 139.30855600000004 31 @@ -4037,13 +4037,13 @@ LINE 8 cut 10 -358.00000000000006 +359.0 20 139.30855600000004 30 0.0 11 -358.00000000000006 +359.0 21 127.30855600000004 31 @@ -4055,13 +4055,13 @@ LINE 8 cut 10 -358.00000000000006 +359.0 20 127.30855600000004 30 0.0 11 -362.00000000000006 +363.00000000000006 21 127.30855600000004 31 @@ -4073,13 +4073,13 @@ LINE 8 cut 10 -362.00000000000006 +363.00000000000006 20 127.30855600000004 30 0.0 11 -362.00000000000006 +363.00000000000006 21 139.30855600000004 31 @@ -4091,13 +4091,13 @@ LINE 8 cut 10 -350.0 +351.0 20 137.808556 30 0.0 11 -346.0 +347.00000000000006 21 137.808556 31 @@ -4109,13 +4109,13 @@ LINE 8 cut 10 -346.0 +347.00000000000006 20 137.808556 30 0.0 11 -346.0 +347.00000000000006 21 128.808556 31 @@ -4127,13 +4127,13 @@ LINE 8 cut 10 -346.0 +347.00000000000006 20 128.808556 30 0.0 11 -350.0 +351.0 21 128.808556 31 @@ -4145,13 +4145,13 @@ LINE 8 cut 10 -350.0 +351.0 20 128.808556 30 0.0 11 -350.0 +351.0 21 137.808556 31 @@ -4163,13 +4163,13 @@ LINE 8 cut 10 -386.5 +387.50000000000006 20 139.30855600000004 30 0.0 11 -363.5 +364.5 21 139.30855600000004 31 @@ -4181,13 +4181,13 @@ LINE 8 cut 10 -363.5 +364.5 20 139.30855600000004 30 0.0 11 -363.5 +364.5 21 127.30855600000004 31 @@ -4199,13 +4199,13 @@ LINE 8 cut 10 -363.5 +364.5 20 127.30855600000004 30 0.0 11 -386.5 +387.50000000000006 21 127.30855600000004 31 @@ -4217,13 +4217,13 @@ LINE 8 cut 10 -386.5 +387.50000000000006 20 127.30855600000004 30 0.0 11 -386.5 +387.50000000000006 21 139.30855600000004 31 @@ -4235,13 +4235,13 @@ LINE 8 cut 10 -392.00000000000006 +393.00000000000006 20 139.30855600000004 30 0.0 11 -388.00000000000006 +389.00000000000006 21 139.30855600000004 31 @@ -4253,13 +4253,13 @@ LINE 8 cut 10 -388.00000000000006 +389.00000000000006 20 139.30855600000004 30 0.0 11 -388.00000000000006 +389.00000000000006 21 127.30855600000004 31 @@ -4271,13 +4271,13 @@ LINE 8 cut 10 -388.00000000000006 +389.00000000000006 20 127.30855600000004 30 0.0 11 -392.00000000000006 +393.00000000000006 21 127.30855600000004 31 @@ -4289,13 +4289,13 @@ LINE 8 cut 10 -392.00000000000006 +393.00000000000006 20 127.30855600000004 30 0.0 11 -392.00000000000006 +393.00000000000006 21 139.30855600000004 31 @@ -4307,13 +4307,13 @@ LINE 8 cut 10 -414.50000000000006 +415.50000000000006 20 138.9752226666667 30 0.0 11 -409.5 +410.50000000000006 21 138.9752226666667 31 @@ -4325,13 +4325,13 @@ LINE 8 cut 10 -409.5 +410.50000000000006 20 138.9752226666667 30 0.0 11 -409.5 +410.50000000000006 21 127.64188933333335 31 @@ -4343,13 +4343,13 @@ LINE 8 cut 10 -409.5 +410.50000000000006 20 127.64188933333335 30 0.0 11 -414.50000000000006 +415.50000000000006 21 127.64188933333335 31 @@ -4361,13 +4361,13 @@ LINE 8 cut 10 -475.50000000000006 +481.00000000000006 20 84.15427796513858 30 0.0 11 -472.50000000000006 +475.00000000000006 21 84.15427796513858 31 @@ -4379,13 +4379,13 @@ LINE 8 cut 10 -472.50000000000006 +475.00000000000006 20 84.15427796513858 30 0.0 11 -472.50000000000006 +475.00000000000006 21 66.15427796513858 31 @@ -4397,13 +4397,13 @@ LINE 8 cut 10 -472.50000000000006 +475.00000000000006 20 66.15427796513858 30 0.0 11 -475.50000000000006 +481.00000000000006 21 66.15427796513858 31 @@ -4415,13 +4415,13 @@ LINE 8 cut 10 -475.50000000000006 +481.00000000000006 20 66.15427796513858 30 0.0 11 -475.50000000000006 +481.00000000000006 21 84.15427796513858 31 @@ -4433,13 +4433,13 @@ LINE 8 cut 10 -423.75000000000006 +425.75000000000006 20 70.40427796513856 30 0.0 11 -423.75000000000006 +425.75000000000006 21 79.90427796513858 31 @@ -4451,13 +4451,13 @@ LINE 8 cut 10 -423.75000000000006 +425.75000000000006 20 79.90427796513858 30 0.0 11 -423.25 +425.25000000000006 21 79.90427796513858 31 @@ -4469,13 +4469,13 @@ LINE 8 cut 10 -423.25 +425.25000000000006 20 79.90427796513858 30 0.0 11 -423.25 +425.25000000000006 21 70.40427796513856 31 @@ -4487,13 +4487,13 @@ LINE 8 cut 10 -423.25 +425.25000000000006 20 70.40427796513856 30 0.0 11 -423.75000000000006 +425.75000000000006 21 70.40427796513856 31 @@ -4505,13 +4505,13 @@ LINE 8 cut 10 -456.25000000000006 +458.25000000000006 20 7.749999930277114 30 0.0 11 -435.75000000000006 +437.75000000000006 21 7.749999930277114 31 @@ -4523,13 +4523,13 @@ LINE 8 cut 10 -435.75000000000006 +437.75000000000006 20 7.749999930277114 30 0.0 11 -435.75000000000006 +437.75000000000006 21 7.249999930277114 31 @@ -4541,13 +4541,13 @@ LINE 8 cut 10 -435.75000000000006 +437.75000000000006 20 7.249999930277114 30 0.0 11 -456.25000000000006 +458.25000000000006 21 7.249999930277114 31 @@ -4559,13 +4559,13 @@ LINE 8 cut 10 -456.25000000000006 +458.25000000000006 20 7.249999930277114 30 0.0 11 -456.25000000000006 +458.25000000000006 21 7.749999930277114 31 @@ -4577,85 +4577,13 @@ LINE 8 cut 10 -479.00000000000006 - 20 -84.15427796513858 - 30 -0.0 - 11 -476.00000000000006 - 21 -84.15427796513858 - 31 -0.0 - 0 -LINE - 62 -5 - 8 -cut - 10 -476.00000000000006 - 20 -84.15427796513858 - 30 -0.0 - 11 -476.00000000000006 - 21 -66.15427796513858 - 31 -0.0 - 0 -LINE - 62 -5 - 8 -cut - 10 -476.00000000000006 - 20 -66.15427796513858 - 30 -0.0 - 11 -479.00000000000006 - 21 -66.15427796513858 - 31 -0.0 - 0 -LINE - 62 -5 - 8 -cut - 10 -479.00000000000006 - 20 -66.15427796513858 - 30 -0.0 - 11 -479.00000000000006 - 21 -84.15427796513858 - 31 -0.0 - 0 -LINE - 62 -5 - 8 -cut - 10 -577.5000000000001 +579.5000000000001 20 79.65427796513858 30 0.0 11 -572.5 +574.5 21 79.65427796513858 31 @@ -4667,13 +4595,13 @@ LINE 8 cut 10 -572.5 +574.5 20 79.65427796513858 30 0.0 11 -572.5 +574.5 21 70.65427796513858 31 @@ -4685,13 +4613,13 @@ LINE 8 cut 10 -572.5 +574.5 20 70.65427796513858 30 0.0 11 -577.5000000000001 +579.5000000000001 21 70.65427796513858 31 @@ -4705,13 +4633,13 @@ DOTTED 8 90 10 -623.0000000000001 +625.0000000000001 20 138.30855600000004 30 0.0 11 -684.0000000000001 +686.0000000000001 21 138.30855600000004 31 @@ -4725,13 +4653,13 @@ DOTTED 8 90 10 -684.0000000000001 +686.0000000000001 20 138.30855600000004 30 0.0 11 -684.0000000000001 +686.0000000000001 21 162.308556 31 @@ -4745,13 +4673,13 @@ DOTTED 8 90 10 -684.0000000000001 +686.0000000000001 20 162.308556 30 0.0 11 -623.0000000000001 +625.0000000000001 21 162.308556 31 @@ -4765,13 +4693,13 @@ DOTTED 8 90 10 -623.0000000000001 +625.0000000000001 20 162.308556 30 0.0 11 -623.0000000000001 +625.0000000000001 21 138.30855600000004 31 @@ -4783,13 +4711,13 @@ LINE 8 cut 10 -623.0000000000001 +625.0000000000001 20 131.30855600000004 30 0.0 11 -623.0000000000001 +625.0000000000001 21 138.30855600000004 31 @@ -4801,13 +4729,13 @@ LINE 8 cut 10 -683.0 +685.0000000000001 20 131.30855600000004 30 0.0 11 -623.0000000000001 +625.0000000000001 21 131.30855600000004 31 @@ -4819,13 +4747,13 @@ LINE 8 cut 10 -683.0 +685.0000000000001 20 138.30855600000004 30 0.0 11 -683.0 +685.0000000000001 21 131.30855600000004 31 @@ -4837,13 +4765,13 @@ LINE 8 cut 10 -691.0 +693.0000000000001 20 138.30855600000004 30 0.0 11 -684.0000000000001 +686.0000000000001 21 138.30855600000004 31 @@ -4855,13 +4783,13 @@ LINE 8 cut 10 -691.0 +693.0000000000001 20 162.308556 30 0.0 11 -691.0 +693.0000000000001 21 138.30855600000004 31 @@ -4873,13 +4801,13 @@ LINE 8 cut 10 -684.0000000000001 +686.0000000000001 20 162.308556 30 0.0 11 -691.0 +693.0000000000001 21 162.308556 31 @@ -4893,13 +4821,13 @@ DOTTED 8 90 10 -684.0000000000001 +686.0000000000001 20 162.308556 30 0.0 11 -684.0000000000001 +686.0000000000001 21 223.30855600000004 31 @@ -4911,13 +4839,13 @@ LINE 8 cut 10 -624.0000000000001 +626.0000000000001 20 223.30855600000004 30 0.0 11 -684.0000000000001 +686.0000000000001 21 223.30855600000004 31 @@ -4931,13 +4859,13 @@ DOTTED 8 90 10 -624.0000000000001 +626.0000000000001 20 162.308556 30 0.0 11 -624.0000000000001 +626.0000000000001 21 223.30855600000004 31 @@ -4949,13 +4877,13 @@ LINE 8 cut 10 -708.0000000000001 +710.0 20 162.308556 30 0.0 11 -684.0000000000001 +686.0000000000001 21 162.308556 31 @@ -4969,13 +4897,13 @@ DOTTED 8 90 10 -708.0000000000001 +710.0 20 162.308556 30 0.0 11 -708.0000000000001 +710.0 21 223.30855600000004 31 @@ -4987,13 +4915,13 @@ LINE 8 cut 10 -684.0000000000001 +686.0000000000001 20 223.30855600000004 30 0.0 11 -708.0000000000001 +710.0 21 223.30855600000004 31 @@ -5005,13 +4933,13 @@ LINE 8 cut 10 -768.0000000000001 +770.0000000000001 20 162.308556 30 0.0 11 -708.0000000000001 +710.0 21 162.308556 31 @@ -5023,13 +4951,13 @@ LINE 8 cut 10 -768.0000000000001 +770.0000000000001 20 223.30855600000004 30 0.0 11 -768.0000000000001 +770.0000000000001 21 162.308556 31 @@ -5041,13 +4969,13 @@ LINE 8 cut 10 -708.0000000000001 +710.0 20 223.30855600000004 30 0.0 11 -768.0000000000001 +770.0000000000001 21 223.30855600000004 31 @@ -5059,13 +4987,13 @@ LINE 8 cut 10 -624.0000000000001 +626.0000000000001 20 162.308556 30 0.0 11 -600.0 +602.0 21 162.308556 31 @@ -5077,13 +5005,13 @@ LINE 8 cut 10 -600.0 +602.0 20 223.30855600000004 30 0.0 11 -624.0000000000001 +626.0000000000001 21 223.30855600000004 31 @@ -5097,13 +5025,13 @@ DOTTED 8 90 10 -600.0 +602.0 20 223.30855600000004 30 0.0 11 -600.0 +602.0 21 162.308556 31 @@ -5115,13 +5043,13 @@ LINE 8 cut 10 -590.0 +592.0 20 223.30855600000004 30 0.0 11 -600.0 +602.0 21 223.30855600000004 31 @@ -5133,13 +5061,13 @@ LINE 8 cut 10 -590.0 +592.0 20 162.308556 30 0.0 11 -590.0 +592.0 21 223.30855600000004 31 @@ -5151,13 +5079,13 @@ LINE 8 cut 10 -600.0 +602.0 20 162.308556 30 0.0 11 -590.0 +592.0 21 162.308556 31 @@ -5169,13 +5097,13 @@ LINE 8 cut 10 -616.0000000000001 +618.0 20 162.308556 30 0.0 11 -623.0000000000001 +625.0000000000001 21 162.308556 31 @@ -5187,13 +5115,13 @@ LINE 8 cut 10 -616.0000000000001 +618.0 20 138.30855600000004 30 0.0 11 -616.0000000000001 +618.0 21 162.308556 31 @@ -5205,13 +5133,13 @@ LINE 8 cut 10 -623.0000000000001 +625.0000000000001 20 138.30855600000004 30 0.0 11 -616.0000000000001 +618.0 21 138.30855600000004 31 @@ -5223,13 +5151,13 @@ LINE 8 cut 10 -672.0909090909092 +674.0909090909092 20 133.058556 30 0.0 11 -675.5909090909091 +677.5909090909091 21 133.058556 31 @@ -5241,13 +5169,13 @@ LINE 8 cut 10 -675.5909090909091 +677.5909090909091 20 133.058556 30 0.0 11 -672.0909090909092 +674.0909090909092 21 136.55855600000004 31 @@ -5259,13 +5187,13 @@ LINE 8 cut 10 -672.0909090909092 +674.0909090909092 20 136.55855600000004 30 0.0 11 -661.1818181818181 +663.1818181818181 21 136.55855600000004 31 @@ -5277,13 +5205,13 @@ LINE 8 cut 10 -661.1818181818181 +663.1818181818181 20 136.55855600000004 30 0.0 11 -657.6818181818184 +659.6818181818184 21 133.058556 31 @@ -5295,13 +5223,13 @@ LINE 8 cut 10 -657.6818181818184 +659.6818181818184 20 133.058556 30 0.0 11 -661.1818181818181 +663.1818181818181 21 133.058556 31 @@ -5313,13 +5241,13 @@ LINE 8 cut 10 -644.818181818182 +646.818181818182 20 133.058556 30 0.0 11 -648.3181818181819 +650.318181818182 21 133.058556 31 @@ -5331,13 +5259,13 @@ LINE 8 cut 10 -648.3181818181819 +650.318181818182 20 133.058556 30 0.0 11 -644.818181818182 +646.818181818182 21 136.55855600000004 31 @@ -5349,13 +5277,13 @@ LINE 8 cut 10 -644.818181818182 +646.818181818182 20 136.55855600000004 30 0.0 11 -633.9090909090909 +635.909090909091 21 136.55855600000004 31 @@ -5367,13 +5295,13 @@ LINE 8 cut 10 -633.9090909090909 +635.909090909091 20 136.55855600000004 30 0.0 11 -630.409090909091 +632.4090909090909 21 133.058556 31 @@ -5385,13 +5313,13 @@ LINE 8 cut 10 -630.409090909091 +632.4090909090909 20 133.058556 30 0.0 11 -633.9090909090909 +635.909090909091 21 133.058556 31 @@ -5403,13 +5331,13 @@ LINE 8 cut 10 -689.2500000000001 +691.2500000000001 20 154.30855600000004 30 0.0 11 -685.75 +687.75 21 154.30855600000004 31 @@ -5421,13 +5349,13 @@ LINE 8 cut 10 -685.75 +687.75 20 154.30855600000004 30 0.0 11 -685.75 +687.75 21 146.308556 31 @@ -5439,13 +5367,13 @@ LINE 8 cut 10 -685.75 +687.75 20 146.308556 30 0.0 11 -689.2500000000001 +691.2500000000001 21 146.308556 31 @@ -5457,13 +5385,13 @@ LINE 8 cut 10 -631.5000000000001 +633.5000000000001 20 213.80855600000004 30 0.0 11 -631.5000000000001 +633.5000000000001 21 195.80855600000004 31 @@ -5475,13 +5403,13 @@ LINE 8 cut 10 -631.5000000000001 +633.5000000000001 20 195.80855600000004 30 0.0 11 -666.5000000000001 +668.5000000000001 21 195.80855600000004 31 @@ -5493,13 +5421,13 @@ LINE 8 cut 10 -666.5000000000001 +668.5000000000001 20 195.80855600000004 30 0.0 11 -666.5000000000001 +668.5000000000001 21 213.80855600000004 31 @@ -5511,13 +5439,13 @@ LINE 8 cut 10 -666.5000000000001 +668.5000000000001 20 213.80855600000004 30 0.0 11 -631.5000000000001 +633.5000000000001 21 213.80855600000004 31 @@ -5529,13 +5457,13 @@ LINE 8 cut 10 -684.5000000000001 +686.5000000000001 20 175.55855600000004 30 0.0 11 -684.5000000000001 +686.5000000000001 21 172.55855600000004 31 @@ -5547,13 +5475,13 @@ LINE 8 cut 10 -684.5000000000001 +686.5000000000001 20 172.55855600000004 30 0.0 11 -687.5000000000001 +689.5000000000001 21 172.55855600000004 31 @@ -5565,13 +5493,13 @@ LINE 8 cut 10 -687.5000000000001 +689.5000000000001 20 172.55855600000004 30 0.0 11 -687.5000000000001 +689.5000000000001 21 175.55855600000004 31 @@ -5583,13 +5511,13 @@ LINE 8 cut 10 -687.5000000000001 +689.5000000000001 20 175.55855600000004 30 0.0 11 -684.5000000000001 +686.5000000000001 21 175.55855600000004 31 @@ -5601,13 +5529,13 @@ LINE 8 cut 10 -705.5000000000001 +707.5000000000001 20 174.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 173.55855600000004 31 @@ -5619,13 +5547,13 @@ LINE 8 cut 10 -705.5000000000001 +707.5000000000001 20 173.55855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 173.55855600000004 31 @@ -5637,13 +5565,13 @@ LINE 8 cut 10 -706.5000000000001 +708.5000000000001 20 173.55855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 174.55855600000004 31 @@ -5655,13 +5583,13 @@ LINE 8 cut 10 -706.5000000000001 +708.5000000000001 20 174.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 174.55855600000004 31 @@ -5673,13 +5601,13 @@ LINE 8 cut 10 -685.5000000000001 +687.5000000000001 20 177.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 176.058556 31 @@ -5691,13 +5619,13 @@ LINE 8 cut 10 -685.5000000000001 +687.5000000000001 20 176.058556 30 0.0 11 -686.5000000000001 +688.5000000000001 21 176.058556 31 @@ -5709,13 +5637,13 @@ LINE 8 cut 10 -686.5000000000001 +688.5000000000001 20 176.058556 30 0.0 11 -686.5000000000001 +688.5000000000001 21 177.05855600000004 31 @@ -5727,13 +5655,13 @@ LINE 8 cut 10 -686.5000000000001 +688.5000000000001 20 177.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 177.05855600000004 31 @@ -5745,13 +5673,13 @@ LINE 8 cut 10 -705.5000000000001 +707.5000000000001 20 177.05855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 176.058556 31 @@ -5763,13 +5691,13 @@ LINE 8 cut 10 -705.5000000000001 +707.5000000000001 20 176.058556 30 0.0 11 -706.5000000000001 +708.5000000000001 21 176.058556 31 @@ -5781,13 +5709,13 @@ LINE 8 cut 10 -706.5000000000001 +708.5000000000001 20 176.058556 30 0.0 11 -706.5000000000001 +708.5000000000001 21 177.05855600000004 31 @@ -5799,13 +5727,13 @@ LINE 8 cut 10 -706.5000000000001 +708.5000000000001 20 177.05855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 177.05855600000004 31 @@ -5817,13 +5745,13 @@ LINE 8 cut 10 -685.5000000000001 +687.5000000000001 20 179.55855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 178.558556 31 @@ -5835,13 +5763,13 @@ LINE 8 cut 10 -685.5000000000001 +687.5000000000001 20 178.558556 30 0.0 11 -686.5000000000001 +688.5000000000001 21 178.558556 31 @@ -5853,13 +5781,13 @@ LINE 8 cut 10 -686.5000000000001 +688.5000000000001 20 178.558556 30 0.0 11 -686.5000000000001 +688.5000000000001 21 179.55855600000004 31 @@ -5871,13 +5799,13 @@ LINE 8 cut 10 -686.5000000000001 +688.5000000000001 20 179.55855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 179.55855600000004 31 @@ -5889,13 +5817,13 @@ LINE 8 cut 10 -705.5000000000001 +707.5000000000001 20 179.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 178.558556 31 @@ -5907,13 +5835,13 @@ LINE 8 cut 10 -705.5000000000001 +707.5000000000001 20 178.558556 30 0.0 11 -706.5000000000001 +708.5000000000001 21 178.558556 31 @@ -5925,13 +5853,13 @@ LINE 8 cut 10 -706.5000000000001 +708.5000000000001 20 178.558556 30 0.0 11 -706.5000000000001 +708.5000000000001 21 179.55855600000004 31 @@ -5943,13 +5871,13 @@ LINE 8 cut 10 -706.5000000000001 +708.5000000000001 20 179.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 179.55855600000004 31 @@ -5961,13 +5889,13 @@ LINE 8 cut 10 -685.5000000000001 +687.5000000000001 20 182.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 181.058556 31 @@ -5979,13 +5907,13 @@ LINE 8 cut 10 -685.5000000000001 +687.5000000000001 20 181.058556 30 0.0 11 -686.5000000000001 +688.5000000000001 21 181.058556 31 @@ -5997,13 +5925,13 @@ LINE 8 cut 10 -686.5000000000001 +688.5000000000001 20 181.058556 30 0.0 11 -686.5000000000001 +688.5000000000001 21 182.05855600000004 31 @@ -6015,13 +5943,13 @@ LINE 8 cut 10 -686.5000000000001 +688.5000000000001 20 182.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 182.05855600000004 31 @@ -6033,13 +5961,13 @@ LINE 8 cut 10 -705.5000000000001 +707.5000000000001 20 182.05855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 181.058556 31 @@ -6051,13 +5979,13 @@ LINE 8 cut 10 -705.5000000000001 +707.5000000000001 20 181.058556 30 0.0 11 -706.5000000000001 +708.5000000000001 21 181.058556 31 @@ -6069,13 +5997,13 @@ LINE 8 cut 10 -706.5000000000001 +708.5000000000001 20 181.058556 30 0.0 11 -706.5000000000001 +708.5000000000001 21 182.05855600000004 31 @@ -6087,13 +6015,13 @@ LINE 8 cut 10 -706.5000000000001 +708.5000000000001 20 182.05855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 182.05855600000004 31 @@ -6105,13 +6033,13 @@ LINE 8 cut 10 -685.5000000000001 +687.5000000000001 20 184.55855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 183.55855600000004 31 @@ -6123,13 +6051,13 @@ LINE 8 cut 10 -685.5000000000001 +687.5000000000001 20 183.55855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 183.55855600000004 31 @@ -6141,13 +6069,13 @@ LINE 8 cut 10 -686.5000000000001 +688.5000000000001 20 183.55855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 184.55855600000004 31 @@ -6159,13 +6087,13 @@ LINE 8 cut 10 -686.5000000000001 +688.5000000000001 20 184.55855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 184.55855600000004 31 @@ -6177,13 +6105,13 @@ LINE 8 cut 10 -705.5000000000001 +707.5000000000001 20 184.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 183.55855600000004 31 @@ -6195,13 +6123,13 @@ LINE 8 cut 10 -705.5000000000001 +707.5000000000001 20 183.55855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 183.55855600000004 31 @@ -6213,13 +6141,13 @@ LINE 8 cut 10 -706.5000000000001 +708.5000000000001 20 183.55855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 184.55855600000004 31 @@ -6231,13 +6159,13 @@ LINE 8 cut 10 -706.5000000000001 +708.5000000000001 20 184.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 184.55855600000004 31 @@ -6249,13 +6177,13 @@ LINE 8 cut 10 -685.5000000000001 +687.5000000000001 20 187.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 186.05855600000004 31 @@ -6267,13 +6195,13 @@ LINE 8 cut 10 -685.5000000000001 +687.5000000000001 20 186.05855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 186.05855600000004 31 @@ -6285,13 +6213,13 @@ LINE 8 cut 10 -686.5000000000001 +688.5000000000001 20 186.05855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 187.05855600000004 31 @@ -6303,13 +6231,13 @@ LINE 8 cut 10 -686.5000000000001 +688.5000000000001 20 187.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 187.05855600000004 31 @@ -6321,13 +6249,13 @@ LINE 8 cut 10 -705.5000000000001 +707.5000000000001 20 187.05855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 186.05855600000004 31 @@ -6339,13 +6267,13 @@ LINE 8 cut 10 -705.5000000000001 +707.5000000000001 20 186.05855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 186.05855600000004 31 @@ -6357,13 +6285,13 @@ LINE 8 cut 10 -706.5000000000001 +708.5000000000001 20 186.05855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 187.05855600000004 31 @@ -6375,13 +6303,13 @@ LINE 8 cut 10 -706.5000000000001 +708.5000000000001 20 187.05855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 187.05855600000004 31 @@ -6393,13 +6321,13 @@ LINE 8 cut 10 -685.5000000000001 +687.5000000000001 20 189.55855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 188.55855600000004 31 @@ -6411,13 +6339,13 @@ LINE 8 cut 10 -685.5000000000001 +687.5000000000001 20 188.55855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 188.55855600000004 31 @@ -6429,13 +6357,13 @@ LINE 8 cut 10 -686.5000000000001 +688.5000000000001 20 188.55855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 189.55855600000004 31 @@ -6447,13 +6375,13 @@ LINE 8 cut 10 -686.5000000000001 +688.5000000000001 20 189.55855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 189.55855600000004 31 @@ -6465,13 +6393,13 @@ LINE 8 cut 10 -705.5000000000001 +707.5000000000001 20 189.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 188.55855600000004 31 @@ -6483,13 +6411,13 @@ LINE 8 cut 10 -705.5000000000001 +707.5000000000001 20 188.55855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 188.55855600000004 31 @@ -6501,13 +6429,13 @@ LINE 8 cut 10 -706.5000000000001 +708.5000000000001 20 188.55855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 189.55855600000004 31 @@ -6519,13 +6447,13 @@ LINE 8 cut 10 -706.5000000000001 +708.5000000000001 20 189.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 189.55855600000004 31 @@ -6537,13 +6465,13 @@ LINE 8 cut 10 -685.5000000000001 +687.5000000000001 20 192.058556 30 0.0 11 -685.5000000000001 +687.5000000000001 21 191.05855600000004 31 @@ -6555,13 +6483,13 @@ LINE 8 cut 10 -685.5000000000001 +687.5000000000001 20 191.05855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 191.05855600000004 31 @@ -6573,13 +6501,13 @@ LINE 8 cut 10 -686.5000000000001 +688.5000000000001 20 191.05855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 192.058556 31 @@ -6591,13 +6519,13 @@ LINE 8 cut 10 -686.5000000000001 +688.5000000000001 20 192.058556 30 0.0 11 -685.5000000000001 +687.5000000000001 21 192.058556 31 @@ -6609,13 +6537,13 @@ LINE 8 cut 10 -705.5000000000001 +707.5000000000001 20 192.058556 30 0.0 11 -705.5000000000001 +707.5000000000001 21 191.05855600000004 31 @@ -6627,13 +6555,13 @@ LINE 8 cut 10 -705.5000000000001 +707.5000000000001 20 191.05855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 191.05855600000004 31 @@ -6645,13 +6573,13 @@ LINE 8 cut 10 -706.5000000000001 +708.5000000000001 20 191.05855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 192.058556 31 @@ -6663,13 +6591,13 @@ LINE 8 cut 10 -706.5000000000001 +708.5000000000001 20 192.058556 30 0.0 11 -705.5000000000001 +707.5000000000001 21 192.058556 31 @@ -6681,13 +6609,13 @@ LINE 8 cut 10 -685.5000000000001 +687.5000000000001 20 194.558556 30 0.0 11 -685.5000000000001 +687.5000000000001 21 193.55855600000004 31 @@ -6699,13 +6627,13 @@ LINE 8 cut 10 -685.5000000000001 +687.5000000000001 20 193.55855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 193.55855600000004 31 @@ -6717,13 +6645,13 @@ LINE 8 cut 10 -686.5000000000001 +688.5000000000001 20 193.55855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 194.558556 31 @@ -6735,13 +6663,13 @@ LINE 8 cut 10 -686.5000000000001 +688.5000000000001 20 194.558556 30 0.0 11 -685.5000000000001 +687.5000000000001 21 194.558556 31 @@ -6753,13 +6681,13 @@ LINE 8 cut 10 -705.5000000000001 +707.5000000000001 20 194.558556 30 0.0 11 -705.5000000000001 +707.5000000000001 21 193.55855600000004 31 @@ -6771,13 +6699,13 @@ LINE 8 cut 10 -705.5000000000001 +707.5000000000001 20 193.55855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 193.55855600000004 31 @@ -6789,13 +6717,13 @@ LINE 8 cut 10 -706.5000000000001 +708.5000000000001 20 193.55855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 194.558556 31 @@ -6807,13 +6735,13 @@ LINE 8 cut 10 -706.5000000000001 +708.5000000000001 20 194.558556 30 0.0 11 -705.5000000000001 +707.5000000000001 21 194.558556 31 @@ -6825,13 +6753,13 @@ LINE 8 cut 10 -685.5000000000001 +687.5000000000001 20 197.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 196.05855600000004 31 @@ -6843,13 +6771,13 @@ LINE 8 cut 10 -685.5000000000001 +687.5000000000001 20 196.05855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 196.05855600000004 31 @@ -6861,13 +6789,13 @@ LINE 8 cut 10 -686.5000000000001 +688.5000000000001 20 196.05855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 197.05855600000004 31 @@ -6879,13 +6807,13 @@ LINE 8 cut 10 -686.5000000000001 +688.5000000000001 20 197.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 197.05855600000004 31 @@ -6897,13 +6825,13 @@ LINE 8 cut 10 -705.5000000000001 +707.5000000000001 20 197.05855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 196.05855600000004 31 @@ -6915,13 +6843,13 @@ LINE 8 cut 10 -705.5000000000001 +707.5000000000001 20 196.05855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 196.05855600000004 31 @@ -6933,13 +6861,13 @@ LINE 8 cut 10 -706.5000000000001 +708.5000000000001 20 196.05855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 197.05855600000004 31 @@ -6951,13 +6879,13 @@ LINE 8 cut 10 -706.5000000000001 +708.5000000000001 20 197.05855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 197.05855600000004 31 @@ -6969,13 +6897,13 @@ LINE 8 cut 10 -685.5000000000001 +687.5000000000001 20 199.55855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 198.55855600000004 31 @@ -6987,13 +6915,13 @@ LINE 8 cut 10 -685.5000000000001 +687.5000000000001 20 198.55855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 198.55855600000004 31 @@ -7005,13 +6933,13 @@ LINE 8 cut 10 -686.5000000000001 +688.5000000000001 20 198.55855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 199.55855600000004 31 @@ -7023,13 +6951,13 @@ LINE 8 cut 10 -686.5000000000001 +688.5000000000001 20 199.55855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 199.55855600000004 31 @@ -7041,13 +6969,13 @@ LINE 8 cut 10 -705.5000000000001 +707.5000000000001 20 199.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 198.55855600000004 31 @@ -7059,13 +6987,13 @@ LINE 8 cut 10 -705.5000000000001 +707.5000000000001 20 198.55855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 198.55855600000004 31 @@ -7077,13 +7005,13 @@ LINE 8 cut 10 -706.5000000000001 +708.5000000000001 20 198.55855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 199.55855600000004 31 @@ -7095,13 +7023,13 @@ LINE 8 cut 10 -706.5000000000001 +708.5000000000001 20 199.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 199.55855600000004 31 @@ -7113,13 +7041,13 @@ LINE 8 cut 10 -685.5000000000001 +687.5000000000001 20 202.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 201.058556 31 @@ -7131,13 +7059,13 @@ LINE 8 cut 10 -685.5000000000001 +687.5000000000001 20 201.058556 30 0.0 11 -686.5000000000001 +688.5000000000001 21 201.058556 31 @@ -7149,13 +7077,13 @@ LINE 8 cut 10 -686.5000000000001 +688.5000000000001 20 201.058556 30 0.0 11 -686.5000000000001 +688.5000000000001 21 202.05855600000004 31 @@ -7167,13 +7095,13 @@ LINE 8 cut 10 -686.5000000000001 +688.5000000000001 20 202.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 202.05855600000004 31 @@ -7185,13 +7113,13 @@ LINE 8 cut 10 -705.5000000000001 +707.5000000000001 20 202.05855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 201.058556 31 @@ -7203,13 +7131,13 @@ LINE 8 cut 10 -705.5000000000001 +707.5000000000001 20 201.058556 30 0.0 11 -706.5000000000001 +708.5000000000001 21 201.058556 31 @@ -7221,13 +7149,13 @@ LINE 8 cut 10 -706.5000000000001 +708.5000000000001 20 201.058556 30 0.0 11 -706.5000000000001 +708.5000000000001 21 202.05855600000004 31 @@ -7239,13 +7167,13 @@ LINE 8 cut 10 -706.5000000000001 +708.5000000000001 20 202.05855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 202.05855600000004 31 @@ -7257,13 +7185,13 @@ LINE 8 cut 10 -685.5000000000001 +687.5000000000001 20 204.55855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 203.558556 31 @@ -7275,13 +7203,13 @@ LINE 8 cut 10 -685.5000000000001 +687.5000000000001 20 203.558556 30 0.0 11 -686.5000000000001 +688.5000000000001 21 203.558556 31 @@ -7293,13 +7221,13 @@ LINE 8 cut 10 -686.5000000000001 +688.5000000000001 20 203.558556 30 0.0 11 -686.5000000000001 +688.5000000000001 21 204.55855600000004 31 @@ -7311,13 +7239,13 @@ LINE 8 cut 10 -686.5000000000001 +688.5000000000001 20 204.55855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 204.55855600000004 31 @@ -7329,13 +7257,13 @@ LINE 8 cut 10 -705.5000000000001 +707.5000000000001 20 204.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 203.558556 31 @@ -7347,13 +7275,13 @@ LINE 8 cut 10 -705.5000000000001 +707.5000000000001 20 203.558556 30 0.0 11 -706.5000000000001 +708.5000000000001 21 203.558556 31 @@ -7365,13 +7293,13 @@ LINE 8 cut 10 -706.5000000000001 +708.5000000000001 20 203.558556 30 0.0 11 -706.5000000000001 +708.5000000000001 21 204.55855600000004 31 @@ -7383,13 +7311,13 @@ LINE 8 cut 10 -706.5000000000001 +708.5000000000001 20 204.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 204.55855600000004 31 @@ -7401,13 +7329,13 @@ LINE 8 cut 10 -685.5000000000001 +687.5000000000001 20 207.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 206.05855600000004 31 @@ -7419,13 +7347,13 @@ LINE 8 cut 10 -685.5000000000001 +687.5000000000001 20 206.05855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 206.05855600000004 31 @@ -7437,13 +7365,13 @@ LINE 8 cut 10 -686.5000000000001 +688.5000000000001 20 206.05855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 207.05855600000004 31 @@ -7455,13 +7383,13 @@ LINE 8 cut 10 -686.5000000000001 +688.5000000000001 20 207.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 207.05855600000004 31 @@ -7473,13 +7401,13 @@ LINE 8 cut 10 -705.5000000000001 +707.5000000000001 20 207.05855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 206.05855600000004 31 @@ -7491,13 +7419,13 @@ LINE 8 cut 10 -705.5000000000001 +707.5000000000001 20 206.05855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 206.05855600000004 31 @@ -7509,13 +7437,13 @@ LINE 8 cut 10 -706.5000000000001 +708.5000000000001 20 206.05855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 207.05855600000004 31 @@ -7527,13 +7455,13 @@ LINE 8 cut 10 -706.5000000000001 +708.5000000000001 20 207.05855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 207.05855600000004 31 @@ -7545,13 +7473,13 @@ LINE 8 cut 10 -685.5000000000001 +687.5000000000001 20 209.55855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 208.55855600000004 31 @@ -7563,13 +7491,13 @@ LINE 8 cut 10 -685.5000000000001 +687.5000000000001 20 208.55855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 208.55855600000004 31 @@ -7581,13 +7509,13 @@ LINE 8 cut 10 -686.5000000000001 +688.5000000000001 20 208.55855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 209.55855600000004 31 @@ -7599,13 +7527,13 @@ LINE 8 cut 10 -686.5000000000001 +688.5000000000001 20 209.55855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 209.55855600000004 31 @@ -7617,13 +7545,13 @@ LINE 8 cut 10 -705.5000000000001 +707.5000000000001 20 209.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 208.55855600000004 31 @@ -7635,13 +7563,13 @@ LINE 8 cut 10 -705.5000000000001 +707.5000000000001 20 208.55855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 208.55855600000004 31 @@ -7653,13 +7581,13 @@ LINE 8 cut 10 -706.5000000000001 +708.5000000000001 20 208.55855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 209.55855600000004 31 @@ -7671,13 +7599,13 @@ LINE 8 cut 10 -706.5000000000001 +708.5000000000001 20 209.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 209.55855600000004 31 @@ -7689,13 +7617,13 @@ LINE 8 cut 10 -685.5000000000001 +687.5000000000001 20 212.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 211.05855600000004 31 @@ -7707,13 +7635,13 @@ LINE 8 cut 10 -685.5000000000001 +687.5000000000001 20 211.05855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 211.05855600000004 31 @@ -7725,13 +7653,13 @@ LINE 8 cut 10 -686.5000000000001 +688.5000000000001 20 211.05855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 212.05855600000004 31 @@ -7743,13 +7671,13 @@ LINE 8 cut 10 -686.5000000000001 +688.5000000000001 20 212.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 212.05855600000004 31 @@ -7761,13 +7689,13 @@ LINE 8 cut 10 -704.5000000000001 +706.5000000000001 20 213.05855600000004 30 0.0 11 -704.5000000000001 +706.5000000000001 21 210.05855600000004 31 @@ -7779,13 +7707,13 @@ LINE 8 cut 10 -704.5000000000001 +706.5000000000001 20 210.05855600000004 30 0.0 11 -707.5000000000001 +709.5 21 210.05855600000004 31 @@ -7797,13 +7725,13 @@ LINE 8 cut 10 -707.5000000000001 +709.5 20 210.05855600000004 30 0.0 11 -707.5000000000001 +709.5 21 213.05855600000004 31 @@ -7815,13 +7743,13 @@ LINE 8 cut 10 -707.5000000000001 +709.5 20 213.05855600000004 30 0.0 11 -704.5000000000001 +706.5000000000001 21 213.05855600000004 31 @@ -7833,13 +7761,13 @@ LINE 8 cut 10 -700.2500000000001 +702.2500000000001 20 170.05855600000004 30 0.0 11 -691.7500000000001 +693.7500000000001 21 170.05855600000004 31 @@ -7851,13 +7779,13 @@ LINE 8 cut 10 -691.7500000000001 +693.7500000000001 20 170.05855600000004 30 0.0 11 -691.7500000000001 +693.7500000000001 21 169.558556 31 @@ -7869,13 +7797,13 @@ LINE 8 cut 10 -691.7500000000001 +693.7500000000001 20 169.558556 30 0.0 11 -700.2500000000001 +702.2500000000001 21 169.558556 31 @@ -7887,13 +7815,13 @@ LINE 8 cut 10 -700.2500000000001 +702.2500000000001 20 169.558556 30 0.0 11 -700.2500000000001 +702.2500000000001 21 170.05855600000004 31 @@ -7905,13 +7833,13 @@ LINE 8 cut 10 -691.7500000000001 +693.7500000000001 20 217.80855600000004 30 0.0 11 -700.2500000000001 +702.2500000000001 21 217.80855600000004 31 @@ -7923,13 +7851,13 @@ LINE 8 cut 10 -700.2500000000001 +702.2500000000001 20 217.80855600000004 30 0.0 11 -700.2500000000001 +702.2500000000001 21 218.30855600000004 31 @@ -7941,13 +7869,13 @@ LINE 8 cut 10 -700.2500000000001 +702.2500000000001 20 218.30855600000004 30 0.0 11 -691.7500000000001 +693.7500000000001 21 218.30855600000004 31 @@ -7959,13 +7887,13 @@ LINE 8 cut 10 -691.7500000000001 +693.7500000000001 20 218.30855600000004 30 0.0 11 -691.7500000000001 +693.7500000000001 21 217.80855600000004 31 @@ -7977,13 +7905,13 @@ LINE 8 cut 10 -723.0000000000001 +725.0000000000001 20 213.30855600000004 30 0.0 11 -723.0000000000001 +725.0000000000001 21 200.30855600000004 31 @@ -7995,13 +7923,13 @@ LINE 8 cut 10 -723.0000000000001 +725.0000000000001 20 200.30855600000004 30 0.0 11 -753.0000000000001 +755.0 21 200.30855600000004 31 @@ -8013,13 +7941,13 @@ LINE 8 cut 10 -753.0000000000001 +755.0 20 200.30855600000004 30 0.0 11 -753.0000000000001 +755.0 21 213.30855600000004 31 @@ -8031,13 +7959,13 @@ LINE 8 cut 10 -753.0000000000001 +755.0 20 213.30855600000004 30 0.0 11 -723.0000000000001 +725.0000000000001 21 213.30855600000004 31 @@ -8049,13 +7977,13 @@ LINE 8 cut 10 -730.0681818181819 +732.0681818181819 20 167.80855600000004 30 0.0 11 -718.659090909091 +720.6590909090909 21 167.80855600000004 31 @@ -8067,13 +7995,13 @@ LINE 8 cut 10 -718.659090909091 +720.6590909090909 20 167.80855600000004 30 0.0 11 -718.659090909091 +720.6590909090909 21 167.308556 31 @@ -8085,13 +8013,13 @@ LINE 8 cut 10 -718.659090909091 +720.6590909090909 20 167.308556 30 0.0 11 -730.0681818181819 +732.0681818181819 21 167.308556 31 @@ -8103,13 +8031,13 @@ LINE 8 cut 10 -730.0681818181819 +732.0681818181819 20 167.308556 30 0.0 11 -730.0681818181819 +732.0681818181819 21 167.80855600000004 31 @@ -8121,13 +8049,13 @@ LINE 8 cut 10 -757.3409090909092 +759.3409090909092 20 167.80855600000004 30 0.0 11 -745.9318181818182 +747.9318181818181 21 167.80855600000004 31 @@ -8139,13 +8067,13 @@ LINE 8 cut 10 -745.9318181818182 +747.9318181818181 20 167.80855600000004 30 0.0 11 -745.9318181818182 +747.9318181818181 21 167.308556 31 @@ -8157,13 +8085,13 @@ LINE 8 cut 10 -745.9318181818182 +747.9318181818181 20 167.308556 30 0.0 11 -757.3409090909092 +759.3409090909092 21 167.308556 31 @@ -8175,13 +8103,13 @@ LINE 8 cut 10 -757.3409090909092 +759.3409090909092 20 167.308556 30 0.0 11 -757.3409090909092 +759.3409090909092 21 167.80855600000004 31 @@ -8193,13 +8121,13 @@ LINE 8 cut 10 -760.25 +762.2500000000001 20 184.74037418181823 30 0.0 11 -760.25 +762.2500000000001 21 173.14946509090913 31 @@ -8211,13 +8139,13 @@ LINE 8 cut 10 -760.25 +762.2500000000001 20 173.14946509090913 30 0.0 11 -760.75 +762.7500000000001 21 173.14946509090913 31 @@ -8229,13 +8157,13 @@ LINE 8 cut 10 -760.75 +762.7500000000001 20 173.14946509090913 30 0.0 11 -760.75 +762.7500000000001 21 184.74037418181823 31 @@ -8247,13 +8175,13 @@ LINE 8 cut 10 -760.75 +762.7500000000001 20 184.74037418181823 30 0.0 11 -760.25 +762.2500000000001 21 184.74037418181823 31 @@ -8265,13 +8193,13 @@ LINE 8 cut 10 -760.25 +762.2500000000001 20 212.46764690909094 30 0.0 11 -760.25 +762.2500000000001 21 200.87673781818185 31 @@ -8283,13 +8211,13 @@ LINE 8 cut 10 -760.25 +762.2500000000001 20 200.87673781818185 30 0.0 11 -760.75 +762.7500000000001 21 200.87673781818185 31 @@ -8301,13 +8229,13 @@ LINE 8 cut 10 -760.75 +762.7500000000001 20 200.87673781818185 30 0.0 11 -760.75 +762.7500000000001 21 212.46764690909094 31 @@ -8319,13 +8247,13 @@ LINE 8 cut 10 -760.75 +762.7500000000001 20 212.46764690909094 30 0.0 11 -760.25 +762.2500000000001 21 212.46764690909094 31 @@ -8337,13 +8265,13 @@ LINE 8 cut 10 -600.5 +602.5000000000001 20 175.55855600000004 30 0.0 11 -600.5 +602.5000000000001 21 172.55855600000004 31 @@ -8355,13 +8283,13 @@ LINE 8 cut 10 -600.5 +602.5000000000001 20 172.55855600000004 30 0.0 11 -603.5000000000001 +605.5000000000001 21 172.55855600000004 31 @@ -8373,13 +8301,13 @@ LINE 8 cut 10 -603.5000000000001 +605.5000000000001 20 172.55855600000004 30 0.0 11 -603.5000000000001 +605.5000000000001 21 175.55855600000004 31 @@ -8391,13 +8319,13 @@ LINE 8 cut 10 -603.5000000000001 +605.5000000000001 20 175.55855600000004 30 0.0 11 -600.5 +602.5000000000001 21 175.55855600000004 31 @@ -8409,13 +8337,13 @@ LINE 8 cut 10 -621.5000000000001 +623.5000000000001 20 174.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 173.55855600000004 31 @@ -8427,13 +8355,13 @@ LINE 8 cut 10 -621.5000000000001 +623.5000000000001 20 173.55855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 173.55855600000004 31 @@ -8445,13 +8373,13 @@ LINE 8 cut 10 -622.5000000000001 +624.5000000000001 20 173.55855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 174.55855600000004 31 @@ -8463,13 +8391,13 @@ LINE 8 cut 10 -622.5000000000001 +624.5000000000001 20 174.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 174.55855600000004 31 @@ -8481,13 +8409,13 @@ LINE 8 cut 10 -601.5 +603.5000000000001 20 177.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 176.058556 31 @@ -8499,13 +8427,13 @@ LINE 8 cut 10 -601.5 +603.5000000000001 20 176.058556 30 0.0 11 -602.5000000000001 +604.5000000000001 21 176.058556 31 @@ -8517,13 +8445,13 @@ LINE 8 cut 10 -602.5000000000001 +604.5000000000001 20 176.058556 30 0.0 11 -602.5000000000001 +604.5000000000001 21 177.05855600000004 31 @@ -8535,13 +8463,13 @@ LINE 8 cut 10 -602.5000000000001 +604.5000000000001 20 177.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 177.05855600000004 31 @@ -8553,13 +8481,13 @@ LINE 8 cut 10 -621.5000000000001 +623.5000000000001 20 177.05855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 176.058556 31 @@ -8571,13 +8499,13 @@ LINE 8 cut 10 -621.5000000000001 +623.5000000000001 20 176.058556 30 0.0 11 -622.5000000000001 +624.5000000000001 21 176.058556 31 @@ -8589,13 +8517,13 @@ LINE 8 cut 10 -622.5000000000001 +624.5000000000001 20 176.058556 30 0.0 11 -622.5000000000001 +624.5000000000001 21 177.05855600000004 31 @@ -8607,13 +8535,13 @@ LINE 8 cut 10 -622.5000000000001 +624.5000000000001 20 177.05855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 177.05855600000004 31 @@ -8625,13 +8553,13 @@ LINE 8 cut 10 -601.5 +603.5000000000001 20 179.55855600000004 30 0.0 11 -601.5 +603.5000000000001 21 178.558556 31 @@ -8643,13 +8571,13 @@ LINE 8 cut 10 -601.5 +603.5000000000001 20 178.558556 30 0.0 11 -602.5000000000001 +604.5000000000001 21 178.558556 31 @@ -8661,13 +8589,13 @@ LINE 8 cut 10 -602.5000000000001 +604.5000000000001 20 178.558556 30 0.0 11 -602.5000000000001 +604.5000000000001 21 179.55855600000004 31 @@ -8679,13 +8607,13 @@ LINE 8 cut 10 -602.5000000000001 +604.5000000000001 20 179.55855600000004 30 0.0 11 -601.5 +603.5000000000001 21 179.55855600000004 31 @@ -8697,13 +8625,13 @@ LINE 8 cut 10 -621.5000000000001 +623.5000000000001 20 179.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 178.558556 31 @@ -8715,13 +8643,13 @@ LINE 8 cut 10 -621.5000000000001 +623.5000000000001 20 178.558556 30 0.0 11 -622.5000000000001 +624.5000000000001 21 178.558556 31 @@ -8733,13 +8661,13 @@ LINE 8 cut 10 -622.5000000000001 +624.5000000000001 20 178.558556 30 0.0 11 -622.5000000000001 +624.5000000000001 21 179.55855600000004 31 @@ -8751,13 +8679,13 @@ LINE 8 cut 10 -622.5000000000001 +624.5000000000001 20 179.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 179.55855600000004 31 @@ -8769,13 +8697,13 @@ LINE 8 cut 10 -601.5 +603.5000000000001 20 182.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 181.058556 31 @@ -8787,13 +8715,13 @@ LINE 8 cut 10 -601.5 +603.5000000000001 20 181.058556 30 0.0 11 -602.5000000000001 +604.5000000000001 21 181.058556 31 @@ -8805,13 +8733,13 @@ LINE 8 cut 10 -602.5000000000001 +604.5000000000001 20 181.058556 30 0.0 11 -602.5000000000001 +604.5000000000001 21 182.05855600000004 31 @@ -8823,13 +8751,13 @@ LINE 8 cut 10 -602.5000000000001 +604.5000000000001 20 182.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 182.05855600000004 31 @@ -8841,13 +8769,13 @@ LINE 8 cut 10 -621.5000000000001 +623.5000000000001 20 182.05855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 181.058556 31 @@ -8859,13 +8787,13 @@ LINE 8 cut 10 -621.5000000000001 +623.5000000000001 20 181.058556 30 0.0 11 -622.5000000000001 +624.5000000000001 21 181.058556 31 @@ -8877,13 +8805,13 @@ LINE 8 cut 10 -622.5000000000001 +624.5000000000001 20 181.058556 30 0.0 11 -622.5000000000001 +624.5000000000001 21 182.05855600000004 31 @@ -8895,13 +8823,13 @@ LINE 8 cut 10 -622.5000000000001 +624.5000000000001 20 182.05855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 182.05855600000004 31 @@ -8913,13 +8841,13 @@ LINE 8 cut 10 -601.5 +603.5000000000001 20 184.55855600000004 30 0.0 11 -601.5 +603.5000000000001 21 183.55855600000004 31 @@ -8931,13 +8859,13 @@ LINE 8 cut 10 -601.5 +603.5000000000001 20 183.55855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 183.55855600000004 31 @@ -8949,13 +8877,13 @@ LINE 8 cut 10 -602.5000000000001 +604.5000000000001 20 183.55855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 184.55855600000004 31 @@ -8967,13 +8895,13 @@ LINE 8 cut 10 -602.5000000000001 +604.5000000000001 20 184.55855600000004 30 0.0 11 -601.5 +603.5000000000001 21 184.55855600000004 31 @@ -8985,13 +8913,13 @@ LINE 8 cut 10 -621.5000000000001 +623.5000000000001 20 184.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 183.55855600000004 31 @@ -9003,13 +8931,13 @@ LINE 8 cut 10 -621.5000000000001 +623.5000000000001 20 183.55855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 183.55855600000004 31 @@ -9021,13 +8949,13 @@ LINE 8 cut 10 -622.5000000000001 +624.5000000000001 20 183.55855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 184.55855600000004 31 @@ -9039,13 +8967,13 @@ LINE 8 cut 10 -622.5000000000001 +624.5000000000001 20 184.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 184.55855600000004 31 @@ -9057,13 +8985,13 @@ LINE 8 cut 10 -601.5 +603.5000000000001 20 187.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 186.05855600000004 31 @@ -9075,13 +9003,13 @@ LINE 8 cut 10 -601.5 +603.5000000000001 20 186.05855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 186.05855600000004 31 @@ -9093,13 +9021,13 @@ LINE 8 cut 10 -602.5000000000001 +604.5000000000001 20 186.05855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 187.05855600000004 31 @@ -9111,13 +9039,13 @@ LINE 8 cut 10 -602.5000000000001 +604.5000000000001 20 187.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 187.05855600000004 31 @@ -9129,13 +9057,13 @@ LINE 8 cut 10 -621.5000000000001 +623.5000000000001 20 187.05855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 186.05855600000004 31 @@ -9147,13 +9075,13 @@ LINE 8 cut 10 -621.5000000000001 +623.5000000000001 20 186.05855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 186.05855600000004 31 @@ -9165,13 +9093,13 @@ LINE 8 cut 10 -622.5000000000001 +624.5000000000001 20 186.05855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 187.05855600000004 31 @@ -9183,13 +9111,13 @@ LINE 8 cut 10 -622.5000000000001 +624.5000000000001 20 187.05855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 187.05855600000004 31 @@ -9201,13 +9129,13 @@ LINE 8 cut 10 -601.5 +603.5000000000001 20 189.55855600000004 30 0.0 11 -601.5 +603.5000000000001 21 188.55855600000004 31 @@ -9219,13 +9147,13 @@ LINE 8 cut 10 -601.5 +603.5000000000001 20 188.55855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 188.55855600000004 31 @@ -9237,13 +9165,13 @@ LINE 8 cut 10 -602.5000000000001 +604.5000000000001 20 188.55855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 189.55855600000004 31 @@ -9255,13 +9183,13 @@ LINE 8 cut 10 -602.5000000000001 +604.5000000000001 20 189.55855600000004 30 0.0 11 -601.5 +603.5000000000001 21 189.55855600000004 31 @@ -9273,13 +9201,13 @@ LINE 8 cut 10 -621.5000000000001 +623.5000000000001 20 189.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 188.55855600000004 31 @@ -9291,13 +9219,13 @@ LINE 8 cut 10 -621.5000000000001 +623.5000000000001 20 188.55855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 188.55855600000004 31 @@ -9309,13 +9237,13 @@ LINE 8 cut 10 -622.5000000000001 +624.5000000000001 20 188.55855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 189.55855600000004 31 @@ -9327,13 +9255,13 @@ LINE 8 cut 10 -622.5000000000001 +624.5000000000001 20 189.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 189.55855600000004 31 @@ -9345,13 +9273,13 @@ LINE 8 cut 10 -601.5 +603.5000000000001 20 192.058556 30 0.0 11 -601.5 +603.5000000000001 21 191.05855600000004 31 @@ -9363,13 +9291,13 @@ LINE 8 cut 10 -601.5 +603.5000000000001 20 191.05855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 191.05855600000004 31 @@ -9381,13 +9309,13 @@ LINE 8 cut 10 -602.5000000000001 +604.5000000000001 20 191.05855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 192.058556 31 @@ -9399,13 +9327,13 @@ LINE 8 cut 10 -602.5000000000001 +604.5000000000001 20 192.058556 30 0.0 11 -601.5 +603.5000000000001 21 192.058556 31 @@ -9417,13 +9345,13 @@ LINE 8 cut 10 -621.5000000000001 +623.5000000000001 20 192.058556 30 0.0 11 -621.5000000000001 +623.5000000000001 21 191.05855600000004 31 @@ -9435,13 +9363,13 @@ LINE 8 cut 10 -621.5000000000001 +623.5000000000001 20 191.05855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 191.05855600000004 31 @@ -9453,13 +9381,13 @@ LINE 8 cut 10 -622.5000000000001 +624.5000000000001 20 191.05855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 192.058556 31 @@ -9471,13 +9399,13 @@ LINE 8 cut 10 -622.5000000000001 +624.5000000000001 20 192.058556 30 0.0 11 -621.5000000000001 +623.5000000000001 21 192.058556 31 @@ -9489,13 +9417,13 @@ LINE 8 cut 10 -601.5 +603.5000000000001 20 194.558556 30 0.0 11 -601.5 +603.5000000000001 21 193.55855600000004 31 @@ -9507,13 +9435,13 @@ LINE 8 cut 10 -601.5 +603.5000000000001 20 193.55855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 193.55855600000004 31 @@ -9525,13 +9453,13 @@ LINE 8 cut 10 -602.5000000000001 +604.5000000000001 20 193.55855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 194.558556 31 @@ -9543,13 +9471,13 @@ LINE 8 cut 10 -602.5000000000001 +604.5000000000001 20 194.558556 30 0.0 11 -601.5 +603.5000000000001 21 194.558556 31 @@ -9561,13 +9489,13 @@ LINE 8 cut 10 -621.5000000000001 +623.5000000000001 20 194.558556 30 0.0 11 -621.5000000000001 +623.5000000000001 21 193.55855600000004 31 @@ -9579,13 +9507,13 @@ LINE 8 cut 10 -621.5000000000001 +623.5000000000001 20 193.55855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 193.55855600000004 31 @@ -9597,13 +9525,13 @@ LINE 8 cut 10 -622.5000000000001 +624.5000000000001 20 193.55855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 194.558556 31 @@ -9615,13 +9543,13 @@ LINE 8 cut 10 -622.5000000000001 +624.5000000000001 20 194.558556 30 0.0 11 -621.5000000000001 +623.5000000000001 21 194.558556 31 @@ -9633,13 +9561,13 @@ LINE 8 cut 10 -601.5 +603.5000000000001 20 197.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 196.05855600000004 31 @@ -9651,13 +9579,13 @@ LINE 8 cut 10 -601.5 +603.5000000000001 20 196.05855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 196.05855600000004 31 @@ -9669,13 +9597,13 @@ LINE 8 cut 10 -602.5000000000001 +604.5000000000001 20 196.05855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 197.05855600000004 31 @@ -9687,13 +9615,13 @@ LINE 8 cut 10 -602.5000000000001 +604.5000000000001 20 197.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 197.05855600000004 31 @@ -9705,13 +9633,13 @@ LINE 8 cut 10 -621.5000000000001 +623.5000000000001 20 197.05855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 196.05855600000004 31 @@ -9723,13 +9651,13 @@ LINE 8 cut 10 -621.5000000000001 +623.5000000000001 20 196.05855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 196.05855600000004 31 @@ -9741,13 +9669,13 @@ LINE 8 cut 10 -622.5000000000001 +624.5000000000001 20 196.05855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 197.05855600000004 31 @@ -9759,13 +9687,13 @@ LINE 8 cut 10 -622.5000000000001 +624.5000000000001 20 197.05855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 197.05855600000004 31 @@ -9777,13 +9705,13 @@ LINE 8 cut 10 -601.5 +603.5000000000001 20 199.55855600000004 30 0.0 11 -601.5 +603.5000000000001 21 198.55855600000004 31 @@ -9795,13 +9723,13 @@ LINE 8 cut 10 -601.5 +603.5000000000001 20 198.55855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 198.55855600000004 31 @@ -9813,13 +9741,13 @@ LINE 8 cut 10 -602.5000000000001 +604.5000000000001 20 198.55855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 199.55855600000004 31 @@ -9831,13 +9759,13 @@ LINE 8 cut 10 -602.5000000000001 +604.5000000000001 20 199.55855600000004 30 0.0 11 -601.5 +603.5000000000001 21 199.55855600000004 31 @@ -9849,13 +9777,13 @@ LINE 8 cut 10 -621.5000000000001 +623.5000000000001 20 199.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 198.55855600000004 31 @@ -9867,13 +9795,13 @@ LINE 8 cut 10 -621.5000000000001 +623.5000000000001 20 198.55855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 198.55855600000004 31 @@ -9885,13 +9813,13 @@ LINE 8 cut 10 -622.5000000000001 +624.5000000000001 20 198.55855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 199.55855600000004 31 @@ -9903,13 +9831,13 @@ LINE 8 cut 10 -622.5000000000001 +624.5000000000001 20 199.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 199.55855600000004 31 @@ -9921,13 +9849,13 @@ LINE 8 cut 10 -601.5 +603.5000000000001 20 202.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 201.058556 31 @@ -9939,13 +9867,13 @@ LINE 8 cut 10 -601.5 +603.5000000000001 20 201.058556 30 0.0 11 -602.5000000000001 +604.5000000000001 21 201.058556 31 @@ -9957,13 +9885,13 @@ LINE 8 cut 10 -602.5000000000001 +604.5000000000001 20 201.058556 30 0.0 11 -602.5000000000001 +604.5000000000001 21 202.05855600000004 31 @@ -9975,13 +9903,13 @@ LINE 8 cut 10 -602.5000000000001 +604.5000000000001 20 202.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 202.05855600000004 31 @@ -9993,13 +9921,13 @@ LINE 8 cut 10 -621.5000000000001 +623.5000000000001 20 202.05855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 201.058556 31 @@ -10011,13 +9939,13 @@ LINE 8 cut 10 -621.5000000000001 +623.5000000000001 20 201.058556 30 0.0 11 -622.5000000000001 +624.5000000000001 21 201.058556 31 @@ -10029,13 +9957,13 @@ LINE 8 cut 10 -622.5000000000001 +624.5000000000001 20 201.058556 30 0.0 11 -622.5000000000001 +624.5000000000001 21 202.05855600000004 31 @@ -10047,13 +9975,13 @@ LINE 8 cut 10 -622.5000000000001 +624.5000000000001 20 202.05855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 202.05855600000004 31 @@ -10065,13 +9993,13 @@ LINE 8 cut 10 -601.5 +603.5000000000001 20 204.55855600000004 30 0.0 11 -601.5 +603.5000000000001 21 203.558556 31 @@ -10083,13 +10011,13 @@ LINE 8 cut 10 -601.5 +603.5000000000001 20 203.558556 30 0.0 11 -602.5000000000001 +604.5000000000001 21 203.558556 31 @@ -10101,13 +10029,13 @@ LINE 8 cut 10 -602.5000000000001 +604.5000000000001 20 203.558556 30 0.0 11 -602.5000000000001 +604.5000000000001 21 204.55855600000004 31 @@ -10119,13 +10047,13 @@ LINE 8 cut 10 -602.5000000000001 +604.5000000000001 20 204.55855600000004 30 0.0 11 -601.5 +603.5000000000001 21 204.55855600000004 31 @@ -10137,13 +10065,13 @@ LINE 8 cut 10 -621.5000000000001 +623.5000000000001 20 204.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 203.558556 31 @@ -10155,13 +10083,13 @@ LINE 8 cut 10 -621.5000000000001 +623.5000000000001 20 203.558556 30 0.0 11 -622.5000000000001 +624.5000000000001 21 203.558556 31 @@ -10173,13 +10101,13 @@ LINE 8 cut 10 -622.5000000000001 +624.5000000000001 20 203.558556 30 0.0 11 -622.5000000000001 +624.5000000000001 21 204.55855600000004 31 @@ -10191,13 +10119,13 @@ LINE 8 cut 10 -622.5000000000001 +624.5000000000001 20 204.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 204.55855600000004 31 @@ -10209,13 +10137,13 @@ LINE 8 cut 10 -601.5 +603.5000000000001 20 207.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 206.05855600000004 31 @@ -10227,13 +10155,13 @@ LINE 8 cut 10 -601.5 +603.5000000000001 20 206.05855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 206.05855600000004 31 @@ -10245,13 +10173,13 @@ LINE 8 cut 10 -602.5000000000001 +604.5000000000001 20 206.05855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 207.05855600000004 31 @@ -10263,13 +10191,13 @@ LINE 8 cut 10 -602.5000000000001 +604.5000000000001 20 207.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 207.05855600000004 31 @@ -10281,13 +10209,13 @@ LINE 8 cut 10 -621.5000000000001 +623.5000000000001 20 207.05855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 206.05855600000004 31 @@ -10299,13 +10227,13 @@ LINE 8 cut 10 -621.5000000000001 +623.5000000000001 20 206.05855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 206.05855600000004 31 @@ -10317,13 +10245,13 @@ LINE 8 cut 10 -622.5000000000001 +624.5000000000001 20 206.05855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 207.05855600000004 31 @@ -10335,13 +10263,13 @@ LINE 8 cut 10 -622.5000000000001 +624.5000000000001 20 207.05855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 207.05855600000004 31 @@ -10353,13 +10281,13 @@ LINE 8 cut 10 -601.5 +603.5000000000001 20 209.55855600000004 30 0.0 11 -601.5 +603.5000000000001 21 208.55855600000004 31 @@ -10371,13 +10299,13 @@ LINE 8 cut 10 -601.5 +603.5000000000001 20 208.55855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 208.55855600000004 31 @@ -10389,13 +10317,13 @@ LINE 8 cut 10 -602.5000000000001 +604.5000000000001 20 208.55855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 209.55855600000004 31 @@ -10407,13 +10335,13 @@ LINE 8 cut 10 -602.5000000000001 +604.5000000000001 20 209.55855600000004 30 0.0 11 -601.5 +603.5000000000001 21 209.55855600000004 31 @@ -10425,13 +10353,13 @@ LINE 8 cut 10 -621.5000000000001 +623.5000000000001 20 209.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 208.55855600000004 31 @@ -10443,13 +10371,13 @@ LINE 8 cut 10 -621.5000000000001 +623.5000000000001 20 208.55855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 208.55855600000004 31 @@ -10461,13 +10389,13 @@ LINE 8 cut 10 -622.5000000000001 +624.5000000000001 20 208.55855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 209.55855600000004 31 @@ -10479,13 +10407,13 @@ LINE 8 cut 10 -622.5000000000001 +624.5000000000001 20 209.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 209.55855600000004 31 @@ -10497,13 +10425,13 @@ LINE 8 cut 10 -601.5 +603.5000000000001 20 212.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 211.05855600000004 31 @@ -10515,13 +10443,13 @@ LINE 8 cut 10 -601.5 +603.5000000000001 20 211.05855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 211.05855600000004 31 @@ -10533,13 +10461,13 @@ LINE 8 cut 10 -602.5000000000001 +604.5000000000001 20 211.05855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 212.05855600000004 31 @@ -10551,13 +10479,13 @@ LINE 8 cut 10 -602.5000000000001 +604.5000000000001 20 212.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 212.05855600000004 31 @@ -10569,13 +10497,13 @@ LINE 8 cut 10 -620.5000000000001 +622.5000000000001 20 213.05855600000004 30 0.0 11 -620.5000000000001 +622.5000000000001 21 210.05855600000004 31 @@ -10587,13 +10515,13 @@ LINE 8 cut 10 -620.5000000000001 +622.5000000000001 20 210.05855600000004 30 0.0 11 -623.5000000000001 +625.5000000000001 21 210.05855600000004 31 @@ -10605,13 +10533,13 @@ LINE 8 cut 10 -623.5000000000001 +625.5000000000001 20 210.05855600000004 30 0.0 11 -623.5000000000001 +625.5000000000001 21 213.05855600000004 31 @@ -10623,13 +10551,13 @@ LINE 8 cut 10 -623.5000000000001 +625.5000000000001 20 213.05855600000004 30 0.0 11 -620.5000000000001 +622.5000000000001 21 213.05855600000004 31 @@ -10641,13 +10569,13 @@ LINE 8 cut 10 -616.2500000000001 +618.2500000000001 20 170.05855600000004 30 0.0 11 -607.7500000000001 +609.7500000000001 21 170.05855600000004 31 @@ -10659,13 +10587,13 @@ LINE 8 cut 10 -607.7500000000001 +609.7500000000001 20 170.05855600000004 30 0.0 11 -607.7500000000001 +609.7500000000001 21 169.558556 31 @@ -10677,13 +10605,13 @@ LINE 8 cut 10 -607.7500000000001 +609.7500000000001 20 169.558556 30 0.0 11 -616.2500000000001 +618.2500000000001 21 169.558556 31 @@ -10695,13 +10623,13 @@ LINE 8 cut 10 -616.2500000000001 +618.2500000000001 20 169.558556 30 0.0 11 -616.2500000000001 +618.2500000000001 21 170.05855600000004 31 @@ -10713,13 +10641,13 @@ LINE 8 cut 10 -607.7500000000001 +609.7500000000001 20 217.80855600000004 30 0.0 11 -616.2500000000001 +618.2500000000001 21 217.80855600000004 31 @@ -10731,13 +10659,13 @@ LINE 8 cut 10 -616.2500000000001 +618.2500000000001 20 217.80855600000004 30 0.0 11 -616.2500000000001 +618.2500000000001 21 218.30855600000004 31 @@ -10749,13 +10677,13 @@ LINE 8 cut 10 -616.2500000000001 +618.2500000000001 20 218.30855600000004 30 0.0 11 -607.7500000000001 +609.7500000000001 21 218.30855600000004 31 @@ -10767,13 +10695,13 @@ LINE 8 cut 10 -607.7500000000001 +609.7500000000001 20 218.30855600000004 30 0.0 11 -607.7500000000001 +609.7500000000001 21 217.80855600000004 31 @@ -10785,13 +10713,13 @@ LINE 8 cut 10 -592.5 +594.5000000000001 20 173.39946509090913 30 0.0 11 -597.5000000000001 +599.5 21 173.39946509090913 31 @@ -10803,13 +10731,13 @@ LINE 8 cut 10 -597.5000000000001 +599.5 20 173.39946509090913 30 0.0 11 -597.5000000000001 +599.5 21 184.49037418181823 31 @@ -10821,13 +10749,13 @@ LINE 8 cut 10 -597.5000000000001 +599.5 20 184.49037418181823 30 0.0 11 -592.5 +594.5000000000001 21 184.49037418181823 31 @@ -10839,13 +10767,13 @@ LINE 8 cut 10 -592.5 +594.5000000000001 20 201.12673781818185 30 0.0 11 -597.5000000000001 +599.5 21 201.12673781818185 31 @@ -10857,13 +10785,13 @@ LINE 8 cut 10 -597.5000000000001 +599.5 20 201.12673781818185 30 0.0 11 -597.5000000000001 +599.5 21 212.21764690909094 31 @@ -10875,13 +10803,13 @@ LINE 8 cut 10 -597.5000000000001 +599.5 20 212.21764690909094 30 0.0 11 -592.5 +594.5000000000001 21 212.21764690909094 31 @@ -10893,13 +10821,13 @@ LINE 8 cut 10 -617.7500000000001 +619.7500000000001 20 146.308556 30 0.0 11 -621.2500000000001 +623.25 21 146.308556 31 @@ -10911,13 +10839,13 @@ LINE 8 cut 10 -621.2500000000001 +623.25 20 146.308556 30 0.0 11 -621.2500000000001 +623.25 21 154.30855600000004 31 @@ -10929,13 +10857,13 @@ LINE 8 cut 10 -621.2500000000001 +623.25 20 154.30855600000004 30 0.0 11 -617.7500000000001 +619.7500000000001 21 154.30855600000004 31 diff --git a/rocolib/output/ServoStackBatteryMount/graph-autofold-graph.dxf b/rocolib/output/ServoStackBatteryMount/graph-autofold-graph.dxf index 52678d1195bb2ee0c54133101d5622a0371829a6..9d01913f329c0fb2a7c481d9776a6fedfa022e60 100644 --- a/rocolib/output/ServoStackBatteryMount/graph-autofold-graph.dxf +++ b/rocolib/output/ServoStackBatteryMount/graph-autofold-graph.dxf @@ -943,13 +943,13 @@ LINE 8 0 10 -228.00000000000003 +229.00000000000003 20 150.30855600000004 30 0.0 11 -228.00000000000003 +229.00000000000003 21 150.30855600000004 31 @@ -967,7 +967,7 @@ LINE 30 0.0 11 -228.00000000000003 +229.00000000000003 21 150.30855600000004 31 @@ -1051,7 +1051,7 @@ LINE 8 0 10 -133.00000000000003 +134.00000000000003 20 150.30855600000004 30 @@ -1069,13 +1069,13 @@ LINE 8 0 10 -167.00000000000003 +168.0 20 150.30855600000004 30 0.0 11 -157.0 +158.00000000000003 21 150.30855600000004 31 @@ -1087,13 +1087,13 @@ LINE 8 0 10 -228.00000000000003 +229.00000000000003 20 150.30855600000004 30 0.0 11 -228.00000000000003 +229.00000000000003 21 150.30855600000004 31 @@ -1123,13 +1123,13 @@ LINE 8 0 10 -157.0 +158.00000000000003 20 150.30855600000004 30 0.0 11 -157.0 +158.00000000000003 21 116.30855600000002 31 @@ -1143,13 +1143,13 @@ DOTTED 8 0 10 -133.00000000000003 +134.00000000000003 20 116.30855600000002 30 0.0 11 -133.00000000000003 +134.00000000000003 21 150.30855600000004 31 @@ -1161,13 +1161,13 @@ LINE 8 0 10 -133.00000000000003 +134.00000000000003 20 80.30855600000002 30 0.0 11 -133.00000000000003 +134.00000000000003 21 116.30855600000002 31 @@ -1181,13 +1181,13 @@ DOTTED 8 0 10 -133.00000000000003 +134.00000000000003 20 80.30855600000002 30 0.0 11 -157.0 +158.00000000000003 21 80.30855600000002 31 @@ -1199,13 +1199,13 @@ LINE 8 0 10 -157.0 +158.00000000000003 20 116.30855600000002 30 0.0 11 -157.0 +158.00000000000003 21 80.30855600000002 31 @@ -1217,13 +1217,13 @@ LINE 8 0 10 -157.0 +158.00000000000003 20 80.30855600000002 30 0.0 11 -157.0 +158.00000000000003 21 35.30855600000002 31 @@ -1235,13 +1235,13 @@ LINE 8 0 10 -133.00000000000003 +134.00000000000003 20 35.30855600000002 30 0.0 11 -133.00000000000003 +134.00000000000003 21 80.30855600000002 31 @@ -1253,13 +1253,13 @@ LINE 8 0 10 -133.00000000000003 +134.00000000000003 20 30.308556000000017 30 0.0 11 -133.00000000000003 +134.00000000000003 21 35.30855600000002 31 @@ -1271,13 +1271,13 @@ LINE 8 0 10 -157.0 +158.00000000000003 20 30.308556000000017 30 0.0 11 -133.00000000000003 +134.00000000000003 21 30.308556000000017 31 @@ -1289,13 +1289,13 @@ LINE 8 0 10 -157.0 +158.00000000000003 20 35.30855600000002 30 0.0 11 -157.0 +158.00000000000003 21 30.308556000000017 31 @@ -1307,13 +1307,13 @@ LINE 8 0 10 -133.00000000000003 +134.00000000000003 20 116.30855600000002 30 0.0 11 -113.00000000000001 +114.00000000000001 21 116.30855600000002 31 @@ -1325,13 +1325,13 @@ LINE 8 0 10 -113.00000000000001 +114.00000000000001 20 150.30855600000004 30 0.0 11 -133.00000000000003 +134.00000000000003 21 150.30855600000004 31 @@ -1345,13 +1345,13 @@ DOTTED 8 0 10 -113.00000000000001 +114.00000000000001 20 116.30855600000002 30 0.0 11 -113.00000000000001 +114.00000000000001 21 150.30855600000004 31 @@ -1363,13 +1363,13 @@ LINE 8 0 10 -113.00000000000001 +114.00000000000001 20 116.30855600000002 30 0.0 11 -89.00000000000001 +90.0 21 116.30855600000002 31 @@ -1381,13 +1381,13 @@ LINE 8 0 10 -89.00000000000001 +90.0 20 150.30855600000004 30 0.0 11 -113.00000000000001 +114.00000000000001 21 150.30855600000004 31 @@ -1401,13 +1401,13 @@ DOTTED 8 0 10 -89.00000000000001 +90.0 20 116.30855600000002 30 0.0 11 -89.00000000000001 +90.0 21 150.30855600000004 31 @@ -1419,13 +1419,13 @@ LINE 8 0 10 -89.00000000000001 +90.0 20 116.30855600000002 30 0.0 11 -69.00000000000001 +70.00000000000001 21 116.30855600000002 31 @@ -1437,13 +1437,13 @@ LINE 8 0 10 -69.00000000000001 +70.00000000000001 20 150.30855600000004 30 0.0 11 -89.00000000000001 +90.0 21 150.30855600000004 31 @@ -1457,13 +1457,13 @@ DOTTED 8 0 10 -69.00000000000001 +70.00000000000001 20 150.30855600000004 30 0.0 11 -69.00000000000001 +70.00000000000001 21 116.30855600000002 31 @@ -1475,13 +1475,13 @@ LINE 8 0 10 -59.00000000000001 +60.00000000000001 20 150.30855600000004 30 0.0 11 -69.00000000000001 +70.00000000000001 21 150.30855600000004 31 @@ -1493,13 +1493,13 @@ LINE 8 0 10 -59.00000000000001 +60.00000000000001 20 116.30855600000002 30 0.0 11 -59.00000000000001 +60.00000000000001 21 150.30855600000004 31 @@ -1511,13 +1511,13 @@ LINE 8 0 10 -69.00000000000001 +70.00000000000001 20 116.30855600000002 30 0.0 11 -59.00000000000001 +60.00000000000001 21 116.30855600000002 31 @@ -1531,13 +1531,13 @@ DOTTED 8 0 10 -167.00000000000003 +168.0 20 114.16993400081472 30 0.0 11 -228.00000000000003 +229.00000000000003 21 114.16993400081472 31 @@ -1549,13 +1549,13 @@ LINE 8 0 10 -228.00000000000003 +229.00000000000003 20 150.30855600000004 30 0.0 11 -228.00000000000003 +229.00000000000003 21 114.16993400081472 31 @@ -1567,13 +1567,13 @@ LINE 8 0 10 -167.00000000000003 +168.0 20 114.16993400081472 30 0.0 11 -167.00000000000003 +168.0 21 150.30855600000004 31 @@ -1587,13 +1587,13 @@ DOTTED 8 0 10 -228.00000000000003 +229.00000000000003 20 90.16993400081472 30 0.0 11 -167.00000000000003 +168.0 21 90.16993400081472 31 @@ -1607,13 +1607,13 @@ DOTTED 8 0 10 -228.00000000000003 +229.00000000000003 20 90.16993400081472 30 0.0 11 -228.00000000000003 +229.00000000000003 21 114.16993400081472 31 @@ -1625,13 +1625,13 @@ LINE 8 0 10 -167.00000000000003 +168.0 20 54.03131200162941 30 0.0 11 -167.00000000000003 +168.0 21 90.16993400081473 31 @@ -1643,13 +1643,13 @@ LINE 8 0 10 -228.00000000000003 +229.00000000000003 20 90.16993400081473 30 0.0 11 -228.00000000000003 +229.00000000000003 21 54.03131200162941 31 @@ -1661,13 +1661,13 @@ LINE 8 0 10 -167.00000000000003 +168.0 20 44.03131200162941 30 0.0 11 -167.00000000000003 +168.0 21 54.03131200162941 31 @@ -1679,13 +1679,13 @@ LINE 8 0 10 -228.00000000000003 +229.00000000000003 20 44.03131200162941 30 0.0 11 -167.00000000000003 +168.0 21 44.03131200162941 31 @@ -1697,13 +1697,13 @@ LINE 8 0 10 -228.00000000000003 +229.00000000000003 20 54.03131200162941 30 0.0 11 -228.00000000000003 +229.00000000000003 21 44.03131200162941 31 @@ -1715,13 +1715,13 @@ LINE 8 0 10 -238.00000000000003 +239.00000000000003 20 90.16993400081472 30 0.0 11 -228.00000000000003 +229.00000000000003 21 90.16993400081472 31 @@ -1733,13 +1733,13 @@ LINE 8 0 10 -238.00000000000003 +239.00000000000003 20 114.16993400081472 30 0.0 11 -238.00000000000003 +239.00000000000003 21 90.16993400081472 31 @@ -1751,13 +1751,13 @@ LINE 8 0 10 -228.00000000000003 +229.00000000000003 20 114.16993400081472 30 0.0 11 -238.00000000000003 +239.00000000000003 21 114.16993400081472 31 @@ -1769,13 +1769,13 @@ LINE 8 0 10 -157.0 +158.00000000000003 20 114.16993400081472 30 0.0 11 -167.00000000000003 +168.0 21 114.16993400081472 31 @@ -1787,13 +1787,13 @@ LINE 8 0 10 -157.0 +158.00000000000003 20 90.16993400081472 30 0.0 11 -157.0 +158.00000000000003 21 114.16993400081472 31 @@ -1805,13 +1805,13 @@ LINE 8 0 10 -167.00000000000003 +168.0 20 90.16993400081472 30 0.0 11 -157.0 +158.00000000000003 21 90.16993400081472 31 @@ -1913,13 +1913,13 @@ LINE 8 0 10 -149.25000000000003 +150.25 20 139.2252226666667 30 0.0 11 -149.25000000000003 +150.25 21 127.39188933333337 31 @@ -1931,13 +1931,13 @@ LINE 8 0 10 -149.25000000000003 +150.25 20 127.39188933333337 30 0.0 11 -149.75 +150.75000000000003 21 127.39188933333337 31 @@ -1949,13 +1949,13 @@ LINE 8 0 10 -149.75 +150.75000000000003 20 127.39188933333337 30 0.0 11 -149.75 +150.75000000000003 21 139.2252226666667 31 @@ -1967,13 +1967,13 @@ LINE 8 0 10 -149.75 +150.75000000000003 20 139.2252226666667 30 0.0 11 -149.25000000000003 +150.25 21 139.2252226666667 31 @@ -1985,13 +1985,13 @@ LINE 8 0 10 -149.00000000000003 +150.0 20 31.558556000000014 30 0.0 11 -151.50000000000003 +152.5 21 31.558556000000014 31 @@ -2003,13 +2003,13 @@ LINE 8 0 10 -151.50000000000003 +152.5 20 31.558556000000014 30 0.0 11 -149.00000000000003 +150.0 21 34.05855600000001 31 @@ -2021,13 +2021,13 @@ LINE 8 0 10 -149.00000000000003 +150.0 20 34.05855600000001 30 0.0 11 -141.0 +142.00000000000003 21 34.05855600000001 31 @@ -2039,13 +2039,13 @@ LINE 8 0 10 -141.0 +142.00000000000003 20 34.05855600000001 30 0.0 11 -138.5 +139.50000000000003 21 31.558556000000014 31 @@ -2057,13 +2057,13 @@ LINE 8 0 10 -138.5 +139.50000000000003 20 31.558556000000014 30 0.0 11 -141.0 +142.00000000000003 21 31.558556000000014 31 @@ -2075,13 +2075,13 @@ LINE 8 0 10 -114.00000000000001 +115.00000000000001 20 127.30855600000004 30 0.0 11 -118.00000000000001 +119.00000000000001 21 127.30855600000004 31 @@ -2093,13 +2093,13 @@ LINE 8 0 10 -118.00000000000001 +119.00000000000001 20 127.30855600000004 30 0.0 11 -118.00000000000001 +119.00000000000001 21 139.30855600000004 31 @@ -2111,13 +2111,13 @@ LINE 8 0 10 -118.00000000000001 +119.00000000000001 20 139.30855600000004 30 0.0 11 -114.00000000000001 +115.00000000000001 21 139.30855600000004 31 @@ -2129,13 +2129,13 @@ LINE 8 0 10 -114.00000000000001 +115.00000000000001 20 139.30855600000004 30 0.0 11 -114.00000000000001 +115.00000000000001 21 127.30855600000004 31 @@ -2147,13 +2147,13 @@ LINE 8 0 10 -126.00000000000001 +127.00000000000001 20 128.808556 30 0.0 11 -130.0 +131.0 21 128.808556 31 @@ -2165,13 +2165,13 @@ LINE 8 0 10 -130.0 +131.0 20 128.808556 30 0.0 11 -130.0 +131.0 21 137.808556 31 @@ -2183,13 +2183,13 @@ LINE 8 0 10 -130.0 +131.0 20 137.808556 30 0.0 11 -126.00000000000001 +127.00000000000001 21 137.808556 31 @@ -2201,13 +2201,13 @@ LINE 8 0 10 -126.00000000000001 +127.00000000000001 20 137.808556 30 0.0 11 -126.00000000000001 +127.00000000000001 21 128.808556 31 @@ -2219,13 +2219,13 @@ LINE 8 0 10 -89.50000000000001 +90.50000000000001 20 127.30855600000004 30 0.0 11 -112.50000000000001 +113.50000000000001 21 127.30855600000004 31 @@ -2237,13 +2237,13 @@ LINE 8 0 10 -112.50000000000001 +113.50000000000001 20 127.30855600000004 30 0.0 11 -112.50000000000001 +113.50000000000001 21 139.30855600000004 31 @@ -2255,13 +2255,13 @@ LINE 8 0 10 -112.50000000000001 +113.50000000000001 20 139.30855600000004 30 0.0 11 -89.50000000000001 +90.50000000000001 21 139.30855600000004 31 @@ -2273,13 +2273,13 @@ LINE 8 0 10 -89.50000000000001 +90.50000000000001 20 139.30855600000004 30 0.0 11 -89.50000000000001 +90.50000000000001 21 127.30855600000004 31 @@ -2291,13 +2291,13 @@ LINE 8 0 10 -84.0 +85.00000000000001 20 127.30855600000004 30 0.0 11 -88.00000000000001 +89.00000000000001 21 127.30855600000004 31 @@ -2309,13 +2309,13 @@ LINE 8 0 10 -88.00000000000001 +89.00000000000001 20 127.30855600000004 30 0.0 11 -88.00000000000001 +89.00000000000001 21 139.30855600000004 31 @@ -2327,13 +2327,13 @@ LINE 8 0 10 -88.00000000000001 +89.00000000000001 20 139.30855600000004 30 0.0 11 -84.0 +85.00000000000001 21 139.30855600000004 31 @@ -2345,13 +2345,13 @@ LINE 8 0 10 -84.0 +85.00000000000001 20 139.30855600000004 30 0.0 11 -84.0 +85.00000000000001 21 127.30855600000004 31 @@ -2363,13 +2363,13 @@ LINE 8 0 10 -61.50000000000001 +62.50000000000001 20 127.64188933333337 30 0.0 11 -66.50000000000001 +67.50000000000001 21 127.64188933333337 31 @@ -2381,13 +2381,13 @@ LINE 8 0 10 -66.50000000000001 +67.50000000000001 20 127.64188933333337 30 0.0 11 -66.50000000000001 +67.50000000000001 21 138.9752226666667 31 @@ -2399,13 +2399,13 @@ LINE 8 0 10 -66.50000000000001 +67.50000000000001 20 138.9752226666667 30 0.0 11 -61.50000000000001 +62.50000000000001 21 138.9752226666667 31 @@ -2417,13 +2417,13 @@ LINE 8 0 10 -185.00000000000003 +186.00000000000003 20 95.66993400081472 30 0.0 11 -196.00000000000003 +197.00000000000003 21 95.66993400081472 31 @@ -2435,13 +2435,13 @@ LINE 8 0 10 -196.00000000000003 +197.00000000000003 20 95.66993400081472 30 0.0 11 -196.00000000000003 +197.00000000000003 21 108.66993400081472 31 @@ -2453,13 +2453,13 @@ LINE 8 0 10 -196.00000000000003 +197.00000000000003 20 108.66993400081472 30 0.0 11 -185.00000000000003 +186.00000000000003 21 108.66993400081472 31 @@ -2471,13 +2471,13 @@ LINE 8 0 10 -185.00000000000003 +186.00000000000003 20 108.66993400081472 30 0.0 11 -185.00000000000003 +186.00000000000003 21 95.66993400081472 31 @@ -2489,13 +2489,13 @@ LINE 8 0 10 -216.50000000000003 +217.50000000000003 20 97.16993400081472 30 0.0 11 -222.50000000000003 +223.50000000000003 21 97.16993400081472 31 @@ -2507,13 +2507,13 @@ LINE 8 0 10 -222.50000000000003 +223.50000000000003 20 97.16993400081472 30 0.0 11 -222.50000000000003 +223.50000000000003 21 107.16993400081472 31 @@ -2525,13 +2525,13 @@ LINE 8 0 10 -222.50000000000003 +223.50000000000003 20 107.16993400081472 30 0.0 11 -216.50000000000003 +217.50000000000003 21 107.16993400081472 31 @@ -2543,13 +2543,13 @@ LINE 8 0 10 -216.50000000000003 +217.50000000000003 20 107.16993400081472 30 0.0 11 -216.50000000000003 +217.50000000000003 21 97.16993400081472 31 @@ -2561,13 +2561,13 @@ LINE 8 0 10 -216.90909090909093 +217.90909090909093 20 46.5313120016294 30 0.0 11 -216.90909090909093 +217.90909090909093 21 51.53131200162941 31 @@ -2579,13 +2579,13 @@ LINE 8 0 10 -216.90909090909093 +217.90909090909093 20 51.53131200162941 30 0.0 11 -205.81818181818184 +206.81818181818184 21 51.53131200162941 31 @@ -2597,13 +2597,13 @@ LINE 8 0 10 -205.81818181818184 +206.81818181818184 20 51.53131200162941 30 0.0 11 -205.81818181818184 +206.81818181818184 21 46.5313120016294 31 @@ -2615,13 +2615,13 @@ LINE 8 0 10 -189.18181818181822 +190.18181818181822 20 46.5313120016294 30 0.0 11 -189.18181818181822 +190.18181818181822 21 51.53131200162941 31 @@ -2633,13 +2633,13 @@ LINE 8 0 10 -189.18181818181822 +190.18181818181822 20 51.53131200162941 30 0.0 11 -178.09090909090912 +179.09090909090912 21 51.53131200162941 31 @@ -2651,13 +2651,13 @@ LINE 8 0 10 -178.09090909090912 +179.09090909090912 20 51.53131200162941 30 0.0 11 -178.09090909090912 +179.09090909090912 21 46.5313120016294 31 @@ -2669,13 +2669,13 @@ LINE 8 0 10 -235.50000000000003 +236.50000000000003 20 106.16993400081472 30 0.0 11 -230.50000000000003 +231.50000000000003 21 106.16993400081472 31 @@ -2687,13 +2687,13 @@ LINE 8 0 10 -230.50000000000003 +231.50000000000003 20 106.16993400081472 30 0.0 11 -230.50000000000003 +231.50000000000003 21 98.16993400081472 31 @@ -2705,13 +2705,13 @@ LINE 8 0 10 -230.50000000000003 +231.50000000000003 20 98.16993400081472 30 0.0 11 -235.50000000000003 +236.50000000000003 21 98.16993400081472 31 @@ -2723,13 +2723,13 @@ LINE 8 0 10 -159.5 +160.50000000000003 20 98.16993400081472 30 0.0 11 -164.50000000000003 +165.50000000000003 21 98.16993400081472 31 @@ -2741,13 +2741,13 @@ LINE 8 0 10 -164.50000000000003 +165.50000000000003 20 98.16993400081472 30 0.0 11 -164.50000000000003 +165.50000000000003 21 106.16993400081472 31 @@ -2759,13 +2759,13 @@ LINE 8 0 10 -164.50000000000003 +165.50000000000003 20 106.16993400081472 30 0.0 11 -159.5 +160.50000000000003 21 106.16993400081472 31 @@ -2777,13 +2777,13 @@ LINE 8 0 10 -476.00000000000006 +478.00000000000006 20 150.30855600000004 30 0.0 11 -476.00000000000006 +478.00000000000006 21 150.30855600000004 31 @@ -2795,13 +2795,13 @@ LINE 8 0 10 -248.00000000000006 +249.00000000000003 20 150.30855600000004 30 0.0 11 -476.00000000000006 +478.00000000000006 21 150.30855600000004 31 @@ -2813,13 +2813,13 @@ LINE 8 0 10 -248.00000000000006 +249.00000000000003 20 150.30855600000004 30 0.0 11 -248.00000000000006 +249.00000000000003 21 150.30855600000004 31 @@ -2831,13 +2831,13 @@ LINE 8 0 10 -309.0 +310.0 20 150.30855600000004 30 0.0 11 -248.00000000000006 +249.00000000000003 21 150.30855600000004 31 @@ -2849,13 +2849,13 @@ LINE 8 0 10 -319.0 +320.00000000000006 20 150.30855600000004 30 0.0 11 -309.0 +310.0 21 150.30855600000004 31 @@ -2867,13 +2867,13 @@ LINE 8 0 10 -416.00000000000006 +418.00000000000006 20 150.30855600000004 30 0.0 11 -343.00000000000006 +344.00000000000006 21 150.30855600000004 31 @@ -2885,13 +2885,13 @@ LINE 8 0 10 -416.00000000000006 +418.00000000000006 20 150.30855600000004 30 0.0 11 -416.00000000000006 +418.00000000000006 21 150.30855600000004 31 @@ -2903,13 +2903,13 @@ LINE 8 0 10 -248.00000000000006 +249.00000000000003 20 150.30855600000004 30 0.0 11 -248.00000000000006 +249.00000000000003 21 150.30855600000004 31 @@ -2921,13 +2921,13 @@ LINE 8 0 10 -319.0 +320.00000000000006 20 116.30855600000002 30 0.0 11 -319.0 +320.00000000000006 21 150.30855600000004 31 @@ -2941,13 +2941,13 @@ DOTTED 8 0 10 -343.00000000000006 +344.00000000000006 20 150.30855600000004 30 0.0 11 -343.00000000000006 +344.00000000000006 21 116.30855600000002 31 @@ -2959,13 +2959,13 @@ LINE 8 0 10 -319.0 +320.00000000000006 20 80.30855600000002 30 0.0 11 -319.0 +320.00000000000006 21 116.30855600000002 31 @@ -2979,13 +2979,13 @@ DOTTED 8 0 10 -319.0 +320.00000000000006 20 80.30855600000002 30 0.0 11 -343.00000000000006 +344.00000000000006 21 80.30855600000002 31 @@ -2997,13 +2997,13 @@ LINE 8 0 10 -343.00000000000006 +344.00000000000006 20 116.30855600000002 30 0.0 11 -343.00000000000006 +344.00000000000006 21 80.30855600000002 31 @@ -3015,13 +3015,13 @@ LINE 8 0 10 -343.00000000000006 +344.00000000000006 20 80.30855600000002 30 0.0 11 -343.00000000000006 +344.00000000000006 21 35.30855600000002 31 @@ -3033,13 +3033,13 @@ LINE 8 0 10 -319.0 +320.00000000000006 20 35.30855600000002 30 0.0 11 -319.0 +320.00000000000006 21 80.30855600000002 31 @@ -3051,13 +3051,13 @@ LINE 8 0 10 -343.00000000000006 +344.00000000000006 20 35.30855600000002 30 0.0 11 -319.0 +320.00000000000006 21 35.30855600000002 31 @@ -3069,13 +3069,13 @@ LINE 8 0 10 -343.00000000000006 +344.00000000000006 20 150.30855600000004 30 0.0 11 -363.00000000000006 +364.0 21 150.30855600000004 31 @@ -3087,13 +3087,13 @@ LINE 8 0 10 -363.00000000000006 +364.0 20 116.30855600000002 30 0.0 11 -343.00000000000006 +344.00000000000006 21 116.30855600000002 31 @@ -3107,13 +3107,13 @@ DOTTED 8 0 10 -363.00000000000006 +364.0 20 150.30855600000004 30 0.0 11 -363.00000000000006 +364.0 21 116.30855600000002 31 @@ -3125,13 +3125,13 @@ LINE 8 0 10 -363.00000000000006 +364.0 20 150.30855600000004 30 0.0 11 -387.0 +388.00000000000006 21 150.30855600000004 31 @@ -3143,13 +3143,13 @@ LINE 8 0 10 -387.0 +388.00000000000006 20 116.30855600000002 30 0.0 11 -363.00000000000006 +364.0 21 116.30855600000002 31 @@ -3163,13 +3163,13 @@ DOTTED 8 0 10 -387.0 +388.00000000000006 20 150.30855600000004 30 0.0 11 -387.0 +388.00000000000006 21 116.30855600000002 31 @@ -3181,13 +3181,13 @@ LINE 8 0 10 -387.0 +388.00000000000006 20 150.30855600000004 30 0.0 11 -407.00000000000006 +408.00000000000006 21 150.30855600000004 31 @@ -3199,13 +3199,13 @@ LINE 8 0 10 -407.00000000000006 +408.00000000000006 20 116.30855600000002 30 0.0 11 -387.0 +388.00000000000006 21 116.30855600000002 31 @@ -3219,13 +3219,13 @@ DOTTED 8 0 10 -407.00000000000006 +408.00000000000006 20 116.30855600000002 30 0.0 11 -407.00000000000006 +408.00000000000006 21 150.30855600000004 31 @@ -3237,13 +3237,13 @@ LINE 8 0 10 -417.00000000000006 +418.00000000000006 20 116.30855600000002 30 0.0 11 -407.00000000000006 +408.00000000000006 21 116.30855600000002 31 @@ -3255,13 +3255,13 @@ LINE 8 0 10 -417.00000000000006 +418.00000000000006 20 150.30855600000004 30 0.0 11 -417.00000000000006 +418.00000000000006 21 116.30855600000002 31 @@ -3273,13 +3273,13 @@ LINE 8 0 10 -407.00000000000006 +408.00000000000006 20 150.30855600000004 30 0.0 11 -417.00000000000006 +418.00000000000006 21 150.30855600000004 31 @@ -3291,13 +3291,13 @@ LINE 8 0 10 -476.00000000000006 +478.00000000000006 20 150.30855600000004 30 0.0 11 -476.00000000000006 +478.00000000000006 21 88.65427796513858 31 @@ -3309,13 +3309,13 @@ LINE 8 0 10 -416.00000000000006 +418.00000000000006 20 88.65427796513858 30 0.0 11 -416.00000000000006 +418.00000000000006 21 150.30855600000004 31 @@ -3329,13 +3329,13 @@ DOTTED 8 0 10 -416.00000000000006 +418.00000000000006 20 88.65427796513858 30 0.0 11 -476.00000000000006 +478.00000000000006 21 88.65427796513858 31 @@ -3347,13 +3347,13 @@ LINE 8 0 10 -416.00000000000006 +418.00000000000006 20 61.65427796513857 30 0.0 11 -416.00000000000006 +418.00000000000006 21 88.65427796513858 31 @@ -3367,13 +3367,13 @@ DOTTED 8 0 10 -476.00000000000006 +478.00000000000006 20 61.65427796513857 30 0.0 11 -416.00000000000006 +418.00000000000006 21 61.65427796513857 31 @@ -3387,13 +3387,13 @@ DOTTED 8 0 10 -476.00000000000006 +478.00000000000006 20 88.65427796513858 30 0.0 11 -476.00000000000006 +478.00000000000006 21 61.65427796513857 31 @@ -3405,13 +3405,13 @@ LINE 8 0 10 -416.00000000000006 +418.00000000000006 20 -6.972288701945219e-08 30 0.0 11 -416.00000000000006 +418.00000000000006 21 61.65427796513857 31 @@ -3423,13 +3423,13 @@ LINE 8 0 10 -476.00000000000006 +478.00000000000006 20 -6.972288701945219e-08 30 0.0 11 -416.00000000000006 +418.00000000000006 21 -6.972288701945219e-08 31 @@ -3441,13 +3441,13 @@ LINE 8 0 10 -476.00000000000006 +478.00000000000006 20 61.65427796513857 30 0.0 11 -476.00000000000006 +478.00000000000006 21 -6.972288701945219e-08 31 @@ -3459,13 +3459,13 @@ LINE 8 0 10 -476.00000000000006 +478.00000000000006 20 88.65427796513858 30 0.0 11 -493.00000000000006 +495.00000000000006 21 88.65427796513858 31 @@ -3477,13 +3477,13 @@ LINE 8 0 10 -493.00000000000006 +495.00000000000006 20 61.65427796513857 30 0.0 11 -476.00000000000006 +478.00000000000006 21 61.65427796513857 31 @@ -3497,13 +3497,13 @@ DOTTED 8 0 10 -493.00000000000006 +495.00000000000006 20 88.65427796513858 30 0.0 11 -493.00000000000006 +495.00000000000006 21 61.65427796513857 31 @@ -3515,13 +3515,13 @@ LINE 8 0 10 -493.00000000000006 +495.00000000000006 20 88.65427796513858 30 0.0 11 -553.0000000000001 +555.0 21 88.65427796513858 31 @@ -3533,13 +3533,13 @@ LINE 8 0 10 -553.0000000000001 +555.0 20 61.65427796513857 30 0.0 11 -493.00000000000006 +495.00000000000006 21 61.65427796513857 31 @@ -3553,13 +3553,13 @@ DOTTED 8 0 10 -553.0000000000001 +555.0 20 88.65427796513858 30 0.0 11 -553.0000000000001 +555.0 21 61.65427796513857 31 @@ -3571,13 +3571,13 @@ LINE 8 0 10 -553.0000000000001 +555.0 20 88.65427796513858 30 0.0 11 -570.0000000000001 +572.0 21 88.65427796513858 31 @@ -3589,13 +3589,13 @@ LINE 8 0 10 -570.0000000000001 +572.0 20 61.65427796513857 30 0.0 11 -553.0000000000001 +555.0 21 61.65427796513857 31 @@ -3609,13 +3609,13 @@ DOTTED 8 0 10 -570.0000000000001 +572.0 20 61.65427796513857 30 0.0 11 -570.0000000000001 +572.0 21 88.65427796513858 31 @@ -3627,13 +3627,13 @@ LINE 8 0 10 -580.0000000000001 +582.0 20 61.65427796513857 30 0.0 11 -570.0000000000001 +572.0 21 61.65427796513857 31 @@ -3645,13 +3645,13 @@ LINE 8 0 10 -580.0000000000001 +582.0 20 88.65427796513858 30 0.0 11 -580.0000000000001 +582.0 21 61.65427796513857 31 @@ -3663,13 +3663,13 @@ LINE 8 0 10 -570.0000000000001 +572.0 20 88.65427796513858 30 0.0 11 -580.0000000000001 +582.0 21 88.65427796513858 31 @@ -3681,13 +3681,13 @@ LINE 8 0 10 -270.43181818181824 +271.4318181818182 20 158.058556 30 0.0 11 -258.8409090909091 +259.8409090909092 21 158.058556 31 @@ -3699,13 +3699,13 @@ LINE 8 0 10 -258.8409090909091 +259.8409090909092 20 158.058556 30 0.0 11 -258.8409090909091 +259.8409090909092 21 157.55855600000004 31 @@ -3717,13 +3717,13 @@ LINE 8 0 10 -258.8409090909091 +259.8409090909092 20 157.55855600000004 30 0.0 11 -270.43181818181824 +271.4318181818182 21 157.55855600000004 31 @@ -3735,13 +3735,13 @@ LINE 8 0 10 -270.43181818181824 +271.4318181818182 20 157.55855600000004 30 0.0 11 -270.43181818181824 +271.4318181818182 21 158.058556 31 @@ -3753,13 +3753,13 @@ LINE 8 0 10 -298.159090909091 +299.159090909091 20 158.058556 30 0.0 11 -286.56818181818187 +287.56818181818187 21 158.058556 31 @@ -3771,13 +3771,13 @@ LINE 8 0 10 -286.56818181818187 +287.56818181818187 20 158.058556 30 0.0 11 -286.56818181818187 +287.56818181818187 21 157.55855600000004 31 @@ -3789,13 +3789,13 @@ LINE 8 0 10 -286.56818181818187 +287.56818181818187 20 157.55855600000004 30 0.0 11 -298.159090909091 +299.159090909091 21 157.55855600000004 31 @@ -3807,13 +3807,13 @@ LINE 8 0 10 -298.159090909091 +299.159090909091 20 157.55855600000004 30 0.0 11 -298.159090909091 +299.159090909091 21 158.058556 31 @@ -3825,13 +3825,13 @@ LINE 8 0 10 -326.75000000000006 +327.75 20 127.39188933333335 30 0.0 11 -326.75000000000006 +327.75 21 139.2252226666667 31 @@ -3843,13 +3843,13 @@ LINE 8 0 10 -326.75000000000006 +327.75 20 139.2252226666667 30 0.0 11 -326.25000000000006 +327.25 21 139.2252226666667 31 @@ -3861,13 +3861,13 @@ LINE 8 0 10 -326.25000000000006 +327.25 20 139.2252226666667 30 0.0 11 -326.25000000000006 +327.25 21 127.39188933333335 31 @@ -3879,13 +3879,13 @@ LINE 8 0 10 -326.25000000000006 +327.25 20 127.39188933333335 30 0.0 11 -326.75000000000006 +327.75 21 127.39188933333335 31 @@ -3897,13 +3897,13 @@ LINE 8 0 10 -335.25000000000006 +336.25 20 39.30855600000002 30 0.0 11 -326.75000000000006 +327.75 21 39.30855600000002 31 @@ -3915,13 +3915,13 @@ LINE 8 0 10 -326.75000000000006 +327.75 20 39.30855600000002 30 0.0 11 -326.75000000000006 +327.75 21 38.80855600000002 31 @@ -3933,13 +3933,13 @@ LINE 8 0 10 -326.75000000000006 +327.75 20 38.80855600000002 30 0.0 11 -335.25000000000006 +336.25 21 38.80855600000002 31 @@ -3951,13 +3951,13 @@ LINE 8 0 10 -335.25000000000006 +336.25 20 38.80855600000002 30 0.0 11 -335.25000000000006 +336.25 21 39.30855600000002 31 @@ -3969,13 +3969,13 @@ LINE 8 0 10 -362.00000000000006 +363.00000000000006 20 139.30855600000004 30 0.0 11 -358.00000000000006 +359.0 21 139.30855600000004 31 @@ -3987,13 +3987,13 @@ LINE 8 0 10 -358.00000000000006 +359.0 20 139.30855600000004 30 0.0 11 -358.00000000000006 +359.0 21 127.30855600000004 31 @@ -4005,13 +4005,13 @@ LINE 8 0 10 -358.00000000000006 +359.0 20 127.30855600000004 30 0.0 11 -362.00000000000006 +363.00000000000006 21 127.30855600000004 31 @@ -4023,13 +4023,13 @@ LINE 8 0 10 -362.00000000000006 +363.00000000000006 20 127.30855600000004 30 0.0 11 -362.00000000000006 +363.00000000000006 21 139.30855600000004 31 @@ -4041,13 +4041,13 @@ LINE 8 0 10 -350.0 +351.0 20 137.808556 30 0.0 11 -346.0 +347.00000000000006 21 137.808556 31 @@ -4059,13 +4059,13 @@ LINE 8 0 10 -346.0 +347.00000000000006 20 137.808556 30 0.0 11 -346.0 +347.00000000000006 21 128.808556 31 @@ -4077,13 +4077,13 @@ LINE 8 0 10 -346.0 +347.00000000000006 20 128.808556 30 0.0 11 -350.0 +351.0 21 128.808556 31 @@ -4095,13 +4095,13 @@ LINE 8 0 10 -350.0 +351.0 20 128.808556 30 0.0 11 -350.0 +351.0 21 137.808556 31 @@ -4113,13 +4113,13 @@ LINE 8 0 10 -386.5 +387.50000000000006 20 139.30855600000004 30 0.0 11 -363.5 +364.5 21 139.30855600000004 31 @@ -4131,13 +4131,13 @@ LINE 8 0 10 -363.5 +364.5 20 139.30855600000004 30 0.0 11 -363.5 +364.5 21 127.30855600000004 31 @@ -4149,13 +4149,13 @@ LINE 8 0 10 -363.5 +364.5 20 127.30855600000004 30 0.0 11 -386.5 +387.50000000000006 21 127.30855600000004 31 @@ -4167,13 +4167,13 @@ LINE 8 0 10 -386.5 +387.50000000000006 20 127.30855600000004 30 0.0 11 -386.5 +387.50000000000006 21 139.30855600000004 31 @@ -4185,13 +4185,13 @@ LINE 8 0 10 -392.00000000000006 +393.00000000000006 20 139.30855600000004 30 0.0 11 -388.00000000000006 +389.00000000000006 21 139.30855600000004 31 @@ -4203,13 +4203,13 @@ LINE 8 0 10 -388.00000000000006 +389.00000000000006 20 139.30855600000004 30 0.0 11 -388.00000000000006 +389.00000000000006 21 127.30855600000004 31 @@ -4221,13 +4221,13 @@ LINE 8 0 10 -388.00000000000006 +389.00000000000006 20 127.30855600000004 30 0.0 11 -392.00000000000006 +393.00000000000006 21 127.30855600000004 31 @@ -4239,13 +4239,13 @@ LINE 8 0 10 -392.00000000000006 +393.00000000000006 20 127.30855600000004 30 0.0 11 -392.00000000000006 +393.00000000000006 21 139.30855600000004 31 @@ -4257,13 +4257,13 @@ LINE 8 0 10 -414.50000000000006 +415.50000000000006 20 138.9752226666667 30 0.0 11 -409.5 +410.50000000000006 21 138.9752226666667 31 @@ -4275,13 +4275,13 @@ LINE 8 0 10 -409.5 +410.50000000000006 20 138.9752226666667 30 0.0 11 -409.5 +410.50000000000006 21 127.64188933333335 31 @@ -4293,13 +4293,13 @@ LINE 8 0 10 -409.5 +410.50000000000006 20 127.64188933333335 30 0.0 11 -414.50000000000006 +415.50000000000006 21 127.64188933333335 31 @@ -4311,13 +4311,13 @@ LINE 8 0 10 -475.50000000000006 +481.00000000000006 20 84.15427796513858 30 0.0 11 -472.50000000000006 +475.00000000000006 21 84.15427796513858 31 @@ -4329,13 +4329,13 @@ LINE 8 0 10 -472.50000000000006 +475.00000000000006 20 84.15427796513858 30 0.0 11 -472.50000000000006 +475.00000000000006 21 66.15427796513858 31 @@ -4347,13 +4347,13 @@ LINE 8 0 10 -472.50000000000006 +475.00000000000006 20 66.15427796513858 30 0.0 11 -475.50000000000006 +481.00000000000006 21 66.15427796513858 31 @@ -4365,13 +4365,13 @@ LINE 8 0 10 -475.50000000000006 +481.00000000000006 20 66.15427796513858 30 0.0 11 -475.50000000000006 +481.00000000000006 21 84.15427796513858 31 @@ -4383,13 +4383,13 @@ LINE 8 0 10 -423.75000000000006 +425.75000000000006 20 70.40427796513856 30 0.0 11 -423.75000000000006 +425.75000000000006 21 79.90427796513858 31 @@ -4401,13 +4401,13 @@ LINE 8 0 10 -423.75000000000006 +425.75000000000006 20 79.90427796513858 30 0.0 11 -423.25 +425.25000000000006 21 79.90427796513858 31 @@ -4419,13 +4419,13 @@ LINE 8 0 10 -423.25 +425.25000000000006 20 79.90427796513858 30 0.0 11 -423.25 +425.25000000000006 21 70.40427796513856 31 @@ -4437,13 +4437,13 @@ LINE 8 0 10 -423.25 +425.25000000000006 20 70.40427796513856 30 0.0 11 -423.75000000000006 +425.75000000000006 21 70.40427796513856 31 @@ -4455,13 +4455,13 @@ LINE 8 0 10 -456.25000000000006 +458.25000000000006 20 7.749999930277114 30 0.0 11 -435.75000000000006 +437.75000000000006 21 7.749999930277114 31 @@ -4473,13 +4473,13 @@ LINE 8 0 10 -435.75000000000006 +437.75000000000006 20 7.749999930277114 30 0.0 11 -435.75000000000006 +437.75000000000006 21 7.249999930277114 31 @@ -4491,13 +4491,13 @@ LINE 8 0 10 -435.75000000000006 +437.75000000000006 20 7.249999930277114 30 0.0 11 -456.25000000000006 +458.25000000000006 21 7.249999930277114 31 @@ -4509,13 +4509,13 @@ LINE 8 0 10 -456.25000000000006 +458.25000000000006 20 7.249999930277114 30 0.0 11 -456.25000000000006 +458.25000000000006 21 7.749999930277114 31 @@ -4527,85 +4527,13 @@ LINE 8 0 10 -479.00000000000006 - 20 -84.15427796513858 - 30 -0.0 - 11 -476.00000000000006 - 21 -84.15427796513858 - 31 -0.0 - 0 -LINE - 62 -5 - 8 -0 - 10 -476.00000000000006 - 20 -84.15427796513858 - 30 -0.0 - 11 -476.00000000000006 - 21 -66.15427796513858 - 31 -0.0 - 0 -LINE - 62 -5 - 8 -0 - 10 -476.00000000000006 - 20 -66.15427796513858 - 30 -0.0 - 11 -479.00000000000006 - 21 -66.15427796513858 - 31 -0.0 - 0 -LINE - 62 -5 - 8 -0 - 10 -479.00000000000006 - 20 -66.15427796513858 - 30 -0.0 - 11 -479.00000000000006 - 21 -84.15427796513858 - 31 -0.0 - 0 -LINE - 62 -5 - 8 -0 - 10 -577.5000000000001 +579.5000000000001 20 79.65427796513858 30 0.0 11 -572.5 +574.5 21 79.65427796513858 31 @@ -4617,13 +4545,13 @@ LINE 8 0 10 -572.5 +574.5 20 79.65427796513858 30 0.0 11 -572.5 +574.5 21 70.65427796513858 31 @@ -4635,13 +4563,13 @@ LINE 8 0 10 -572.5 +574.5 20 70.65427796513858 30 0.0 11 -577.5000000000001 +579.5000000000001 21 70.65427796513858 31 @@ -4655,13 +4583,13 @@ DOTTED 8 0 10 -623.0000000000001 +625.0000000000001 20 138.30855600000004 30 0.0 11 -684.0000000000001 +686.0000000000001 21 138.30855600000004 31 @@ -4675,13 +4603,13 @@ DOTTED 8 0 10 -684.0000000000001 +686.0000000000001 20 138.30855600000004 30 0.0 11 -684.0000000000001 +686.0000000000001 21 162.308556 31 @@ -4695,13 +4623,13 @@ DOTTED 8 0 10 -684.0000000000001 +686.0000000000001 20 162.308556 30 0.0 11 -623.0000000000001 +625.0000000000001 21 162.308556 31 @@ -4715,13 +4643,13 @@ DOTTED 8 0 10 -623.0000000000001 +625.0000000000001 20 162.308556 30 0.0 11 -623.0000000000001 +625.0000000000001 21 138.30855600000004 31 @@ -4733,13 +4661,13 @@ LINE 8 0 10 -623.0000000000001 +625.0000000000001 20 131.30855600000004 30 0.0 11 -623.0000000000001 +625.0000000000001 21 138.30855600000004 31 @@ -4751,13 +4679,13 @@ LINE 8 0 10 -683.0 +685.0000000000001 20 131.30855600000004 30 0.0 11 -623.0000000000001 +625.0000000000001 21 131.30855600000004 31 @@ -4769,13 +4697,13 @@ LINE 8 0 10 -683.0 +685.0000000000001 20 138.30855600000004 30 0.0 11 -683.0 +685.0000000000001 21 131.30855600000004 31 @@ -4787,13 +4715,13 @@ LINE 8 0 10 -691.0 +693.0000000000001 20 138.30855600000004 30 0.0 11 -684.0000000000001 +686.0000000000001 21 138.30855600000004 31 @@ -4805,13 +4733,13 @@ LINE 8 0 10 -691.0 +693.0000000000001 20 162.308556 30 0.0 11 -691.0 +693.0000000000001 21 138.30855600000004 31 @@ -4823,13 +4751,13 @@ LINE 8 0 10 -684.0000000000001 +686.0000000000001 20 162.308556 30 0.0 11 -691.0 +693.0000000000001 21 162.308556 31 @@ -4843,13 +4771,13 @@ DOTTED 8 0 10 -684.0000000000001 +686.0000000000001 20 162.308556 30 0.0 11 -684.0000000000001 +686.0000000000001 21 223.30855600000004 31 @@ -4861,13 +4789,13 @@ LINE 8 0 10 -624.0000000000001 +626.0000000000001 20 223.30855600000004 30 0.0 11 -684.0000000000001 +686.0000000000001 21 223.30855600000004 31 @@ -4881,13 +4809,13 @@ DOTTED 8 0 10 -624.0000000000001 +626.0000000000001 20 162.308556 30 0.0 11 -624.0000000000001 +626.0000000000001 21 223.30855600000004 31 @@ -4899,13 +4827,13 @@ LINE 8 0 10 -708.0000000000001 +710.0 20 162.308556 30 0.0 11 -684.0000000000001 +686.0000000000001 21 162.308556 31 @@ -4919,13 +4847,13 @@ DOTTED 8 0 10 -708.0000000000001 +710.0 20 162.308556 30 0.0 11 -708.0000000000001 +710.0 21 223.30855600000004 31 @@ -4937,13 +4865,13 @@ LINE 8 0 10 -684.0000000000001 +686.0000000000001 20 223.30855600000004 30 0.0 11 -708.0000000000001 +710.0 21 223.30855600000004 31 @@ -4955,13 +4883,13 @@ LINE 8 0 10 -768.0000000000001 +770.0000000000001 20 162.308556 30 0.0 11 -708.0000000000001 +710.0 21 162.308556 31 @@ -4973,13 +4901,13 @@ LINE 8 0 10 -768.0000000000001 +770.0000000000001 20 223.30855600000004 30 0.0 11 -768.0000000000001 +770.0000000000001 21 162.308556 31 @@ -4991,13 +4919,13 @@ LINE 8 0 10 -708.0000000000001 +710.0 20 223.30855600000004 30 0.0 11 -768.0000000000001 +770.0000000000001 21 223.30855600000004 31 @@ -5009,13 +4937,13 @@ LINE 8 0 10 -624.0000000000001 +626.0000000000001 20 162.308556 30 0.0 11 -600.0 +602.0 21 162.308556 31 @@ -5027,13 +4955,13 @@ LINE 8 0 10 -600.0 +602.0 20 223.30855600000004 30 0.0 11 -624.0000000000001 +626.0000000000001 21 223.30855600000004 31 @@ -5047,13 +4975,13 @@ DOTTED 8 0 10 -600.0 +602.0 20 223.30855600000004 30 0.0 11 -600.0 +602.0 21 162.308556 31 @@ -5065,13 +4993,13 @@ LINE 8 0 10 -590.0 +592.0 20 223.30855600000004 30 0.0 11 -600.0 +602.0 21 223.30855600000004 31 @@ -5083,13 +5011,13 @@ LINE 8 0 10 -590.0 +592.0 20 162.308556 30 0.0 11 -590.0 +592.0 21 223.30855600000004 31 @@ -5101,13 +5029,13 @@ LINE 8 0 10 -600.0 +602.0 20 162.308556 30 0.0 11 -590.0 +592.0 21 162.308556 31 @@ -5119,13 +5047,13 @@ LINE 8 0 10 -616.0000000000001 +618.0 20 162.308556 30 0.0 11 -623.0000000000001 +625.0000000000001 21 162.308556 31 @@ -5137,13 +5065,13 @@ LINE 8 0 10 -616.0000000000001 +618.0 20 138.30855600000004 30 0.0 11 -616.0000000000001 +618.0 21 162.308556 31 @@ -5155,13 +5083,13 @@ LINE 8 0 10 -623.0000000000001 +625.0000000000001 20 138.30855600000004 30 0.0 11 -616.0000000000001 +618.0 21 138.30855600000004 31 @@ -5173,13 +5101,13 @@ LINE 8 0 10 -672.0909090909092 +674.0909090909092 20 133.058556 30 0.0 11 -675.5909090909091 +677.5909090909091 21 133.058556 31 @@ -5191,13 +5119,13 @@ LINE 8 0 10 -675.5909090909091 +677.5909090909091 20 133.058556 30 0.0 11 -672.0909090909092 +674.0909090909092 21 136.55855600000004 31 @@ -5209,13 +5137,13 @@ LINE 8 0 10 -672.0909090909092 +674.0909090909092 20 136.55855600000004 30 0.0 11 -661.1818181818181 +663.1818181818181 21 136.55855600000004 31 @@ -5227,13 +5155,13 @@ LINE 8 0 10 -661.1818181818181 +663.1818181818181 20 136.55855600000004 30 0.0 11 -657.6818181818184 +659.6818181818184 21 133.058556 31 @@ -5245,13 +5173,13 @@ LINE 8 0 10 -657.6818181818184 +659.6818181818184 20 133.058556 30 0.0 11 -661.1818181818181 +663.1818181818181 21 133.058556 31 @@ -5263,13 +5191,13 @@ LINE 8 0 10 -644.818181818182 +646.818181818182 20 133.058556 30 0.0 11 -648.3181818181819 +650.318181818182 21 133.058556 31 @@ -5281,13 +5209,13 @@ LINE 8 0 10 -648.3181818181819 +650.318181818182 20 133.058556 30 0.0 11 -644.818181818182 +646.818181818182 21 136.55855600000004 31 @@ -5299,13 +5227,13 @@ LINE 8 0 10 -644.818181818182 +646.818181818182 20 136.55855600000004 30 0.0 11 -633.9090909090909 +635.909090909091 21 136.55855600000004 31 @@ -5317,13 +5245,13 @@ LINE 8 0 10 -633.9090909090909 +635.909090909091 20 136.55855600000004 30 0.0 11 -630.409090909091 +632.4090909090909 21 133.058556 31 @@ -5335,13 +5263,13 @@ LINE 8 0 10 -630.409090909091 +632.4090909090909 20 133.058556 30 0.0 11 -633.9090909090909 +635.909090909091 21 133.058556 31 @@ -5353,13 +5281,13 @@ LINE 8 0 10 -689.2500000000001 +691.2500000000001 20 154.30855600000004 30 0.0 11 -685.75 +687.75 21 154.30855600000004 31 @@ -5371,13 +5299,13 @@ LINE 8 0 10 -685.75 +687.75 20 154.30855600000004 30 0.0 11 -685.75 +687.75 21 146.308556 31 @@ -5389,13 +5317,13 @@ LINE 8 0 10 -685.75 +687.75 20 146.308556 30 0.0 11 -689.2500000000001 +691.2500000000001 21 146.308556 31 @@ -5407,13 +5335,13 @@ LINE 8 0 10 -631.5000000000001 +633.5000000000001 20 213.80855600000004 30 0.0 11 -631.5000000000001 +633.5000000000001 21 195.80855600000004 31 @@ -5425,13 +5353,13 @@ LINE 8 0 10 -631.5000000000001 +633.5000000000001 20 195.80855600000004 30 0.0 11 -666.5000000000001 +668.5000000000001 21 195.80855600000004 31 @@ -5443,13 +5371,13 @@ LINE 8 0 10 -666.5000000000001 +668.5000000000001 20 195.80855600000004 30 0.0 11 -666.5000000000001 +668.5000000000001 21 213.80855600000004 31 @@ -5461,13 +5389,13 @@ LINE 8 0 10 -666.5000000000001 +668.5000000000001 20 213.80855600000004 30 0.0 11 -631.5000000000001 +633.5000000000001 21 213.80855600000004 31 @@ -5479,13 +5407,13 @@ LINE 8 0 10 -684.5000000000001 +686.5000000000001 20 175.55855600000004 30 0.0 11 -684.5000000000001 +686.5000000000001 21 172.55855600000004 31 @@ -5497,13 +5425,13 @@ LINE 8 0 10 -684.5000000000001 +686.5000000000001 20 172.55855600000004 30 0.0 11 -687.5000000000001 +689.5000000000001 21 172.55855600000004 31 @@ -5515,13 +5443,13 @@ LINE 8 0 10 -687.5000000000001 +689.5000000000001 20 172.55855600000004 30 0.0 11 -687.5000000000001 +689.5000000000001 21 175.55855600000004 31 @@ -5533,13 +5461,13 @@ LINE 8 0 10 -687.5000000000001 +689.5000000000001 20 175.55855600000004 30 0.0 11 -684.5000000000001 +686.5000000000001 21 175.55855600000004 31 @@ -5551,13 +5479,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 174.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 173.55855600000004 31 @@ -5569,13 +5497,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 173.55855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 173.55855600000004 31 @@ -5587,13 +5515,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 173.55855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 174.55855600000004 31 @@ -5605,13 +5533,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 174.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 174.55855600000004 31 @@ -5623,13 +5551,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 177.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 176.058556 31 @@ -5641,13 +5569,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 176.058556 30 0.0 11 -686.5000000000001 +688.5000000000001 21 176.058556 31 @@ -5659,13 +5587,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 176.058556 30 0.0 11 -686.5000000000001 +688.5000000000001 21 177.05855600000004 31 @@ -5677,13 +5605,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 177.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 177.05855600000004 31 @@ -5695,13 +5623,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 177.05855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 176.058556 31 @@ -5713,13 +5641,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 176.058556 30 0.0 11 -706.5000000000001 +708.5000000000001 21 176.058556 31 @@ -5731,13 +5659,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 176.058556 30 0.0 11 -706.5000000000001 +708.5000000000001 21 177.05855600000004 31 @@ -5749,13 +5677,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 177.05855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 177.05855600000004 31 @@ -5767,13 +5695,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 179.55855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 178.558556 31 @@ -5785,13 +5713,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 178.558556 30 0.0 11 -686.5000000000001 +688.5000000000001 21 178.558556 31 @@ -5803,13 +5731,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 178.558556 30 0.0 11 -686.5000000000001 +688.5000000000001 21 179.55855600000004 31 @@ -5821,13 +5749,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 179.55855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 179.55855600000004 31 @@ -5839,13 +5767,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 179.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 178.558556 31 @@ -5857,13 +5785,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 178.558556 30 0.0 11 -706.5000000000001 +708.5000000000001 21 178.558556 31 @@ -5875,13 +5803,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 178.558556 30 0.0 11 -706.5000000000001 +708.5000000000001 21 179.55855600000004 31 @@ -5893,13 +5821,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 179.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 179.55855600000004 31 @@ -5911,13 +5839,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 182.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 181.058556 31 @@ -5929,13 +5857,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 181.058556 30 0.0 11 -686.5000000000001 +688.5000000000001 21 181.058556 31 @@ -5947,13 +5875,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 181.058556 30 0.0 11 -686.5000000000001 +688.5000000000001 21 182.05855600000004 31 @@ -5965,13 +5893,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 182.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 182.05855600000004 31 @@ -5983,13 +5911,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 182.05855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 181.058556 31 @@ -6001,13 +5929,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 181.058556 30 0.0 11 -706.5000000000001 +708.5000000000001 21 181.058556 31 @@ -6019,13 +5947,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 181.058556 30 0.0 11 -706.5000000000001 +708.5000000000001 21 182.05855600000004 31 @@ -6037,13 +5965,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 182.05855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 182.05855600000004 31 @@ -6055,13 +5983,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 184.55855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 183.55855600000004 31 @@ -6073,13 +6001,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 183.55855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 183.55855600000004 31 @@ -6091,13 +6019,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 183.55855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 184.55855600000004 31 @@ -6109,13 +6037,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 184.55855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 184.55855600000004 31 @@ -6127,13 +6055,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 184.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 183.55855600000004 31 @@ -6145,13 +6073,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 183.55855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 183.55855600000004 31 @@ -6163,13 +6091,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 183.55855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 184.55855600000004 31 @@ -6181,13 +6109,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 184.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 184.55855600000004 31 @@ -6199,13 +6127,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 187.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 186.05855600000004 31 @@ -6217,13 +6145,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 186.05855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 186.05855600000004 31 @@ -6235,13 +6163,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 186.05855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 187.05855600000004 31 @@ -6253,13 +6181,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 187.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 187.05855600000004 31 @@ -6271,13 +6199,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 187.05855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 186.05855600000004 31 @@ -6289,13 +6217,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 186.05855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 186.05855600000004 31 @@ -6307,13 +6235,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 186.05855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 187.05855600000004 31 @@ -6325,13 +6253,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 187.05855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 187.05855600000004 31 @@ -6343,13 +6271,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 189.55855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 188.55855600000004 31 @@ -6361,13 +6289,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 188.55855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 188.55855600000004 31 @@ -6379,13 +6307,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 188.55855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 189.55855600000004 31 @@ -6397,13 +6325,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 189.55855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 189.55855600000004 31 @@ -6415,13 +6343,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 189.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 188.55855600000004 31 @@ -6433,13 +6361,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 188.55855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 188.55855600000004 31 @@ -6451,13 +6379,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 188.55855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 189.55855600000004 31 @@ -6469,13 +6397,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 189.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 189.55855600000004 31 @@ -6487,13 +6415,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 192.058556 30 0.0 11 -685.5000000000001 +687.5000000000001 21 191.05855600000004 31 @@ -6505,13 +6433,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 191.05855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 191.05855600000004 31 @@ -6523,13 +6451,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 191.05855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 192.058556 31 @@ -6541,13 +6469,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 192.058556 30 0.0 11 -685.5000000000001 +687.5000000000001 21 192.058556 31 @@ -6559,13 +6487,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 192.058556 30 0.0 11 -705.5000000000001 +707.5000000000001 21 191.05855600000004 31 @@ -6577,13 +6505,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 191.05855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 191.05855600000004 31 @@ -6595,13 +6523,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 191.05855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 192.058556 31 @@ -6613,13 +6541,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 192.058556 30 0.0 11 -705.5000000000001 +707.5000000000001 21 192.058556 31 @@ -6631,13 +6559,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 194.558556 30 0.0 11 -685.5000000000001 +687.5000000000001 21 193.55855600000004 31 @@ -6649,13 +6577,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 193.55855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 193.55855600000004 31 @@ -6667,13 +6595,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 193.55855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 194.558556 31 @@ -6685,13 +6613,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 194.558556 30 0.0 11 -685.5000000000001 +687.5000000000001 21 194.558556 31 @@ -6703,13 +6631,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 194.558556 30 0.0 11 -705.5000000000001 +707.5000000000001 21 193.55855600000004 31 @@ -6721,13 +6649,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 193.55855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 193.55855600000004 31 @@ -6739,13 +6667,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 193.55855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 194.558556 31 @@ -6757,13 +6685,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 194.558556 30 0.0 11 -705.5000000000001 +707.5000000000001 21 194.558556 31 @@ -6775,13 +6703,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 197.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 196.05855600000004 31 @@ -6793,13 +6721,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 196.05855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 196.05855600000004 31 @@ -6811,13 +6739,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 196.05855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 197.05855600000004 31 @@ -6829,13 +6757,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 197.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 197.05855600000004 31 @@ -6847,13 +6775,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 197.05855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 196.05855600000004 31 @@ -6865,13 +6793,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 196.05855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 196.05855600000004 31 @@ -6883,13 +6811,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 196.05855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 197.05855600000004 31 @@ -6901,13 +6829,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 197.05855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 197.05855600000004 31 @@ -6919,13 +6847,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 199.55855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 198.55855600000004 31 @@ -6937,13 +6865,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 198.55855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 198.55855600000004 31 @@ -6955,13 +6883,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 198.55855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 199.55855600000004 31 @@ -6973,13 +6901,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 199.55855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 199.55855600000004 31 @@ -6991,13 +6919,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 199.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 198.55855600000004 31 @@ -7009,13 +6937,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 198.55855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 198.55855600000004 31 @@ -7027,13 +6955,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 198.55855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 199.55855600000004 31 @@ -7045,13 +6973,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 199.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 199.55855600000004 31 @@ -7063,13 +6991,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 202.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 201.058556 31 @@ -7081,13 +7009,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 201.058556 30 0.0 11 -686.5000000000001 +688.5000000000001 21 201.058556 31 @@ -7099,13 +7027,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 201.058556 30 0.0 11 -686.5000000000001 +688.5000000000001 21 202.05855600000004 31 @@ -7117,13 +7045,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 202.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 202.05855600000004 31 @@ -7135,13 +7063,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 202.05855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 201.058556 31 @@ -7153,13 +7081,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 201.058556 30 0.0 11 -706.5000000000001 +708.5000000000001 21 201.058556 31 @@ -7171,13 +7099,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 201.058556 30 0.0 11 -706.5000000000001 +708.5000000000001 21 202.05855600000004 31 @@ -7189,13 +7117,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 202.05855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 202.05855600000004 31 @@ -7207,13 +7135,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 204.55855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 203.558556 31 @@ -7225,13 +7153,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 203.558556 30 0.0 11 -686.5000000000001 +688.5000000000001 21 203.558556 31 @@ -7243,13 +7171,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 203.558556 30 0.0 11 -686.5000000000001 +688.5000000000001 21 204.55855600000004 31 @@ -7261,13 +7189,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 204.55855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 204.55855600000004 31 @@ -7279,13 +7207,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 204.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 203.558556 31 @@ -7297,13 +7225,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 203.558556 30 0.0 11 -706.5000000000001 +708.5000000000001 21 203.558556 31 @@ -7315,13 +7243,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 203.558556 30 0.0 11 -706.5000000000001 +708.5000000000001 21 204.55855600000004 31 @@ -7333,13 +7261,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 204.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 204.55855600000004 31 @@ -7351,13 +7279,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 207.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 206.05855600000004 31 @@ -7369,13 +7297,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 206.05855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 206.05855600000004 31 @@ -7387,13 +7315,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 206.05855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 207.05855600000004 31 @@ -7405,13 +7333,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 207.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 207.05855600000004 31 @@ -7423,13 +7351,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 207.05855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 206.05855600000004 31 @@ -7441,13 +7369,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 206.05855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 206.05855600000004 31 @@ -7459,13 +7387,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 206.05855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 207.05855600000004 31 @@ -7477,13 +7405,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 207.05855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 207.05855600000004 31 @@ -7495,13 +7423,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 209.55855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 208.55855600000004 31 @@ -7513,13 +7441,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 208.55855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 208.55855600000004 31 @@ -7531,13 +7459,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 208.55855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 209.55855600000004 31 @@ -7549,13 +7477,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 209.55855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 209.55855600000004 31 @@ -7567,13 +7495,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 209.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 208.55855600000004 31 @@ -7585,13 +7513,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 208.55855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 208.55855600000004 31 @@ -7603,13 +7531,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 208.55855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 209.55855600000004 31 @@ -7621,13 +7549,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 209.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 209.55855600000004 31 @@ -7639,13 +7567,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 212.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 211.05855600000004 31 @@ -7657,13 +7585,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 211.05855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 211.05855600000004 31 @@ -7675,13 +7603,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 211.05855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 212.05855600000004 31 @@ -7693,13 +7621,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 212.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 212.05855600000004 31 @@ -7711,13 +7639,13 @@ LINE 8 0 10 -704.5000000000001 +706.5000000000001 20 213.05855600000004 30 0.0 11 -704.5000000000001 +706.5000000000001 21 210.05855600000004 31 @@ -7729,13 +7657,13 @@ LINE 8 0 10 -704.5000000000001 +706.5000000000001 20 210.05855600000004 30 0.0 11 -707.5000000000001 +709.5 21 210.05855600000004 31 @@ -7747,13 +7675,13 @@ LINE 8 0 10 -707.5000000000001 +709.5 20 210.05855600000004 30 0.0 11 -707.5000000000001 +709.5 21 213.05855600000004 31 @@ -7765,13 +7693,13 @@ LINE 8 0 10 -707.5000000000001 +709.5 20 213.05855600000004 30 0.0 11 -704.5000000000001 +706.5000000000001 21 213.05855600000004 31 @@ -7783,13 +7711,13 @@ LINE 8 0 10 -700.2500000000001 +702.2500000000001 20 170.05855600000004 30 0.0 11 -691.7500000000001 +693.7500000000001 21 170.05855600000004 31 @@ -7801,13 +7729,13 @@ LINE 8 0 10 -691.7500000000001 +693.7500000000001 20 170.05855600000004 30 0.0 11 -691.7500000000001 +693.7500000000001 21 169.558556 31 @@ -7819,13 +7747,13 @@ LINE 8 0 10 -691.7500000000001 +693.7500000000001 20 169.558556 30 0.0 11 -700.2500000000001 +702.2500000000001 21 169.558556 31 @@ -7837,13 +7765,13 @@ LINE 8 0 10 -700.2500000000001 +702.2500000000001 20 169.558556 30 0.0 11 -700.2500000000001 +702.2500000000001 21 170.05855600000004 31 @@ -7855,13 +7783,13 @@ LINE 8 0 10 -691.7500000000001 +693.7500000000001 20 217.80855600000004 30 0.0 11 -700.2500000000001 +702.2500000000001 21 217.80855600000004 31 @@ -7873,13 +7801,13 @@ LINE 8 0 10 -700.2500000000001 +702.2500000000001 20 217.80855600000004 30 0.0 11 -700.2500000000001 +702.2500000000001 21 218.30855600000004 31 @@ -7891,13 +7819,13 @@ LINE 8 0 10 -700.2500000000001 +702.2500000000001 20 218.30855600000004 30 0.0 11 -691.7500000000001 +693.7500000000001 21 218.30855600000004 31 @@ -7909,13 +7837,13 @@ LINE 8 0 10 -691.7500000000001 +693.7500000000001 20 218.30855600000004 30 0.0 11 -691.7500000000001 +693.7500000000001 21 217.80855600000004 31 @@ -7927,13 +7855,13 @@ LINE 8 0 10 -723.0000000000001 +725.0000000000001 20 213.30855600000004 30 0.0 11 -723.0000000000001 +725.0000000000001 21 200.30855600000004 31 @@ -7945,13 +7873,13 @@ LINE 8 0 10 -723.0000000000001 +725.0000000000001 20 200.30855600000004 30 0.0 11 -753.0000000000001 +755.0 21 200.30855600000004 31 @@ -7963,13 +7891,13 @@ LINE 8 0 10 -753.0000000000001 +755.0 20 200.30855600000004 30 0.0 11 -753.0000000000001 +755.0 21 213.30855600000004 31 @@ -7981,13 +7909,13 @@ LINE 8 0 10 -753.0000000000001 +755.0 20 213.30855600000004 30 0.0 11 -723.0000000000001 +725.0000000000001 21 213.30855600000004 31 @@ -7999,13 +7927,13 @@ LINE 8 0 10 -730.0681818181819 +732.0681818181819 20 167.80855600000004 30 0.0 11 -718.659090909091 +720.6590909090909 21 167.80855600000004 31 @@ -8017,13 +7945,13 @@ LINE 8 0 10 -718.659090909091 +720.6590909090909 20 167.80855600000004 30 0.0 11 -718.659090909091 +720.6590909090909 21 167.308556 31 @@ -8035,13 +7963,13 @@ LINE 8 0 10 -718.659090909091 +720.6590909090909 20 167.308556 30 0.0 11 -730.0681818181819 +732.0681818181819 21 167.308556 31 @@ -8053,13 +7981,13 @@ LINE 8 0 10 -730.0681818181819 +732.0681818181819 20 167.308556 30 0.0 11 -730.0681818181819 +732.0681818181819 21 167.80855600000004 31 @@ -8071,13 +7999,13 @@ LINE 8 0 10 -757.3409090909092 +759.3409090909092 20 167.80855600000004 30 0.0 11 -745.9318181818182 +747.9318181818181 21 167.80855600000004 31 @@ -8089,13 +8017,13 @@ LINE 8 0 10 -745.9318181818182 +747.9318181818181 20 167.80855600000004 30 0.0 11 -745.9318181818182 +747.9318181818181 21 167.308556 31 @@ -8107,13 +8035,13 @@ LINE 8 0 10 -745.9318181818182 +747.9318181818181 20 167.308556 30 0.0 11 -757.3409090909092 +759.3409090909092 21 167.308556 31 @@ -8125,13 +8053,13 @@ LINE 8 0 10 -757.3409090909092 +759.3409090909092 20 167.308556 30 0.0 11 -757.3409090909092 +759.3409090909092 21 167.80855600000004 31 @@ -8143,13 +8071,13 @@ LINE 8 0 10 -760.25 +762.2500000000001 20 184.74037418181823 30 0.0 11 -760.25 +762.2500000000001 21 173.14946509090913 31 @@ -8161,13 +8089,13 @@ LINE 8 0 10 -760.25 +762.2500000000001 20 173.14946509090913 30 0.0 11 -760.75 +762.7500000000001 21 173.14946509090913 31 @@ -8179,13 +8107,13 @@ LINE 8 0 10 -760.75 +762.7500000000001 20 173.14946509090913 30 0.0 11 -760.75 +762.7500000000001 21 184.74037418181823 31 @@ -8197,13 +8125,13 @@ LINE 8 0 10 -760.75 +762.7500000000001 20 184.74037418181823 30 0.0 11 -760.25 +762.2500000000001 21 184.74037418181823 31 @@ -8215,13 +8143,13 @@ LINE 8 0 10 -760.25 +762.2500000000001 20 212.46764690909094 30 0.0 11 -760.25 +762.2500000000001 21 200.87673781818185 31 @@ -8233,13 +8161,13 @@ LINE 8 0 10 -760.25 +762.2500000000001 20 200.87673781818185 30 0.0 11 -760.75 +762.7500000000001 21 200.87673781818185 31 @@ -8251,13 +8179,13 @@ LINE 8 0 10 -760.75 +762.7500000000001 20 200.87673781818185 30 0.0 11 -760.75 +762.7500000000001 21 212.46764690909094 31 @@ -8269,13 +8197,13 @@ LINE 8 0 10 -760.75 +762.7500000000001 20 212.46764690909094 30 0.0 11 -760.25 +762.2500000000001 21 212.46764690909094 31 @@ -8287,13 +8215,13 @@ LINE 8 0 10 -600.5 +602.5000000000001 20 175.55855600000004 30 0.0 11 -600.5 +602.5000000000001 21 172.55855600000004 31 @@ -8305,13 +8233,13 @@ LINE 8 0 10 -600.5 +602.5000000000001 20 172.55855600000004 30 0.0 11 -603.5000000000001 +605.5000000000001 21 172.55855600000004 31 @@ -8323,13 +8251,13 @@ LINE 8 0 10 -603.5000000000001 +605.5000000000001 20 172.55855600000004 30 0.0 11 -603.5000000000001 +605.5000000000001 21 175.55855600000004 31 @@ -8341,13 +8269,13 @@ LINE 8 0 10 -603.5000000000001 +605.5000000000001 20 175.55855600000004 30 0.0 11 -600.5 +602.5000000000001 21 175.55855600000004 31 @@ -8359,13 +8287,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 174.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 173.55855600000004 31 @@ -8377,13 +8305,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 173.55855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 173.55855600000004 31 @@ -8395,13 +8323,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 173.55855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 174.55855600000004 31 @@ -8413,13 +8341,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 174.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 174.55855600000004 31 @@ -8431,13 +8359,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 177.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 176.058556 31 @@ -8449,13 +8377,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 176.058556 30 0.0 11 -602.5000000000001 +604.5000000000001 21 176.058556 31 @@ -8467,13 +8395,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 176.058556 30 0.0 11 -602.5000000000001 +604.5000000000001 21 177.05855600000004 31 @@ -8485,13 +8413,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 177.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 177.05855600000004 31 @@ -8503,13 +8431,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 177.05855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 176.058556 31 @@ -8521,13 +8449,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 176.058556 30 0.0 11 -622.5000000000001 +624.5000000000001 21 176.058556 31 @@ -8539,13 +8467,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 176.058556 30 0.0 11 -622.5000000000001 +624.5000000000001 21 177.05855600000004 31 @@ -8557,13 +8485,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 177.05855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 177.05855600000004 31 @@ -8575,13 +8503,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 179.55855600000004 30 0.0 11 -601.5 +603.5000000000001 21 178.558556 31 @@ -8593,13 +8521,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 178.558556 30 0.0 11 -602.5000000000001 +604.5000000000001 21 178.558556 31 @@ -8611,13 +8539,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 178.558556 30 0.0 11 -602.5000000000001 +604.5000000000001 21 179.55855600000004 31 @@ -8629,13 +8557,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 179.55855600000004 30 0.0 11 -601.5 +603.5000000000001 21 179.55855600000004 31 @@ -8647,13 +8575,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 179.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 178.558556 31 @@ -8665,13 +8593,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 178.558556 30 0.0 11 -622.5000000000001 +624.5000000000001 21 178.558556 31 @@ -8683,13 +8611,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 178.558556 30 0.0 11 -622.5000000000001 +624.5000000000001 21 179.55855600000004 31 @@ -8701,13 +8629,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 179.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 179.55855600000004 31 @@ -8719,13 +8647,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 182.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 181.058556 31 @@ -8737,13 +8665,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 181.058556 30 0.0 11 -602.5000000000001 +604.5000000000001 21 181.058556 31 @@ -8755,13 +8683,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 181.058556 30 0.0 11 -602.5000000000001 +604.5000000000001 21 182.05855600000004 31 @@ -8773,13 +8701,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 182.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 182.05855600000004 31 @@ -8791,13 +8719,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 182.05855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 181.058556 31 @@ -8809,13 +8737,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 181.058556 30 0.0 11 -622.5000000000001 +624.5000000000001 21 181.058556 31 @@ -8827,13 +8755,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 181.058556 30 0.0 11 -622.5000000000001 +624.5000000000001 21 182.05855600000004 31 @@ -8845,13 +8773,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 182.05855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 182.05855600000004 31 @@ -8863,13 +8791,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 184.55855600000004 30 0.0 11 -601.5 +603.5000000000001 21 183.55855600000004 31 @@ -8881,13 +8809,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 183.55855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 183.55855600000004 31 @@ -8899,13 +8827,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 183.55855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 184.55855600000004 31 @@ -8917,13 +8845,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 184.55855600000004 30 0.0 11 -601.5 +603.5000000000001 21 184.55855600000004 31 @@ -8935,13 +8863,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 184.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 183.55855600000004 31 @@ -8953,13 +8881,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 183.55855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 183.55855600000004 31 @@ -8971,13 +8899,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 183.55855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 184.55855600000004 31 @@ -8989,13 +8917,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 184.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 184.55855600000004 31 @@ -9007,13 +8935,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 187.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 186.05855600000004 31 @@ -9025,13 +8953,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 186.05855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 186.05855600000004 31 @@ -9043,13 +8971,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 186.05855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 187.05855600000004 31 @@ -9061,13 +8989,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 187.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 187.05855600000004 31 @@ -9079,13 +9007,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 187.05855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 186.05855600000004 31 @@ -9097,13 +9025,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 186.05855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 186.05855600000004 31 @@ -9115,13 +9043,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 186.05855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 187.05855600000004 31 @@ -9133,13 +9061,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 187.05855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 187.05855600000004 31 @@ -9151,13 +9079,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 189.55855600000004 30 0.0 11 -601.5 +603.5000000000001 21 188.55855600000004 31 @@ -9169,13 +9097,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 188.55855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 188.55855600000004 31 @@ -9187,13 +9115,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 188.55855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 189.55855600000004 31 @@ -9205,13 +9133,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 189.55855600000004 30 0.0 11 -601.5 +603.5000000000001 21 189.55855600000004 31 @@ -9223,13 +9151,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 189.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 188.55855600000004 31 @@ -9241,13 +9169,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 188.55855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 188.55855600000004 31 @@ -9259,13 +9187,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 188.55855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 189.55855600000004 31 @@ -9277,13 +9205,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 189.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 189.55855600000004 31 @@ -9295,13 +9223,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 192.058556 30 0.0 11 -601.5 +603.5000000000001 21 191.05855600000004 31 @@ -9313,13 +9241,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 191.05855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 191.05855600000004 31 @@ -9331,13 +9259,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 191.05855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 192.058556 31 @@ -9349,13 +9277,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 192.058556 30 0.0 11 -601.5 +603.5000000000001 21 192.058556 31 @@ -9367,13 +9295,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 192.058556 30 0.0 11 -621.5000000000001 +623.5000000000001 21 191.05855600000004 31 @@ -9385,13 +9313,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 191.05855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 191.05855600000004 31 @@ -9403,13 +9331,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 191.05855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 192.058556 31 @@ -9421,13 +9349,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 192.058556 30 0.0 11 -621.5000000000001 +623.5000000000001 21 192.058556 31 @@ -9439,13 +9367,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 194.558556 30 0.0 11 -601.5 +603.5000000000001 21 193.55855600000004 31 @@ -9457,13 +9385,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 193.55855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 193.55855600000004 31 @@ -9475,13 +9403,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 193.55855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 194.558556 31 @@ -9493,13 +9421,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 194.558556 30 0.0 11 -601.5 +603.5000000000001 21 194.558556 31 @@ -9511,13 +9439,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 194.558556 30 0.0 11 -621.5000000000001 +623.5000000000001 21 193.55855600000004 31 @@ -9529,13 +9457,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 193.55855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 193.55855600000004 31 @@ -9547,13 +9475,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 193.55855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 194.558556 31 @@ -9565,13 +9493,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 194.558556 30 0.0 11 -621.5000000000001 +623.5000000000001 21 194.558556 31 @@ -9583,13 +9511,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 197.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 196.05855600000004 31 @@ -9601,13 +9529,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 196.05855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 196.05855600000004 31 @@ -9619,13 +9547,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 196.05855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 197.05855600000004 31 @@ -9637,13 +9565,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 197.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 197.05855600000004 31 @@ -9655,13 +9583,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 197.05855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 196.05855600000004 31 @@ -9673,13 +9601,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 196.05855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 196.05855600000004 31 @@ -9691,13 +9619,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 196.05855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 197.05855600000004 31 @@ -9709,13 +9637,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 197.05855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 197.05855600000004 31 @@ -9727,13 +9655,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 199.55855600000004 30 0.0 11 -601.5 +603.5000000000001 21 198.55855600000004 31 @@ -9745,13 +9673,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 198.55855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 198.55855600000004 31 @@ -9763,13 +9691,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 198.55855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 199.55855600000004 31 @@ -9781,13 +9709,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 199.55855600000004 30 0.0 11 -601.5 +603.5000000000001 21 199.55855600000004 31 @@ -9799,13 +9727,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 199.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 198.55855600000004 31 @@ -9817,13 +9745,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 198.55855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 198.55855600000004 31 @@ -9835,13 +9763,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 198.55855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 199.55855600000004 31 @@ -9853,13 +9781,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 199.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 199.55855600000004 31 @@ -9871,13 +9799,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 202.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 201.058556 31 @@ -9889,13 +9817,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 201.058556 30 0.0 11 -602.5000000000001 +604.5000000000001 21 201.058556 31 @@ -9907,13 +9835,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 201.058556 30 0.0 11 -602.5000000000001 +604.5000000000001 21 202.05855600000004 31 @@ -9925,13 +9853,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 202.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 202.05855600000004 31 @@ -9943,13 +9871,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 202.05855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 201.058556 31 @@ -9961,13 +9889,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 201.058556 30 0.0 11 -622.5000000000001 +624.5000000000001 21 201.058556 31 @@ -9979,13 +9907,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 201.058556 30 0.0 11 -622.5000000000001 +624.5000000000001 21 202.05855600000004 31 @@ -9997,13 +9925,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 202.05855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 202.05855600000004 31 @@ -10015,13 +9943,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 204.55855600000004 30 0.0 11 -601.5 +603.5000000000001 21 203.558556 31 @@ -10033,13 +9961,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 203.558556 30 0.0 11 -602.5000000000001 +604.5000000000001 21 203.558556 31 @@ -10051,13 +9979,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 203.558556 30 0.0 11 -602.5000000000001 +604.5000000000001 21 204.55855600000004 31 @@ -10069,13 +9997,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 204.55855600000004 30 0.0 11 -601.5 +603.5000000000001 21 204.55855600000004 31 @@ -10087,13 +10015,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 204.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 203.558556 31 @@ -10105,13 +10033,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 203.558556 30 0.0 11 -622.5000000000001 +624.5000000000001 21 203.558556 31 @@ -10123,13 +10051,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 203.558556 30 0.0 11 -622.5000000000001 +624.5000000000001 21 204.55855600000004 31 @@ -10141,13 +10069,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 204.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 204.55855600000004 31 @@ -10159,13 +10087,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 207.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 206.05855600000004 31 @@ -10177,13 +10105,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 206.05855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 206.05855600000004 31 @@ -10195,13 +10123,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 206.05855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 207.05855600000004 31 @@ -10213,13 +10141,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 207.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 207.05855600000004 31 @@ -10231,13 +10159,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 207.05855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 206.05855600000004 31 @@ -10249,13 +10177,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 206.05855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 206.05855600000004 31 @@ -10267,13 +10195,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 206.05855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 207.05855600000004 31 @@ -10285,13 +10213,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 207.05855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 207.05855600000004 31 @@ -10303,13 +10231,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 209.55855600000004 30 0.0 11 -601.5 +603.5000000000001 21 208.55855600000004 31 @@ -10321,13 +10249,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 208.55855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 208.55855600000004 31 @@ -10339,13 +10267,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 208.55855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 209.55855600000004 31 @@ -10357,13 +10285,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 209.55855600000004 30 0.0 11 -601.5 +603.5000000000001 21 209.55855600000004 31 @@ -10375,13 +10303,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 209.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 208.55855600000004 31 @@ -10393,13 +10321,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 208.55855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 208.55855600000004 31 @@ -10411,13 +10339,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 208.55855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 209.55855600000004 31 @@ -10429,13 +10357,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 209.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 209.55855600000004 31 @@ -10447,13 +10375,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 212.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 211.05855600000004 31 @@ -10465,13 +10393,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 211.05855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 211.05855600000004 31 @@ -10483,13 +10411,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 211.05855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 212.05855600000004 31 @@ -10501,13 +10429,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 212.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 212.05855600000004 31 @@ -10519,13 +10447,13 @@ LINE 8 0 10 -620.5000000000001 +622.5000000000001 20 213.05855600000004 30 0.0 11 -620.5000000000001 +622.5000000000001 21 210.05855600000004 31 @@ -10537,13 +10465,13 @@ LINE 8 0 10 -620.5000000000001 +622.5000000000001 20 210.05855600000004 30 0.0 11 -623.5000000000001 +625.5000000000001 21 210.05855600000004 31 @@ -10555,13 +10483,13 @@ LINE 8 0 10 -623.5000000000001 +625.5000000000001 20 210.05855600000004 30 0.0 11 -623.5000000000001 +625.5000000000001 21 213.05855600000004 31 @@ -10573,13 +10501,13 @@ LINE 8 0 10 -623.5000000000001 +625.5000000000001 20 213.05855600000004 30 0.0 11 -620.5000000000001 +622.5000000000001 21 213.05855600000004 31 @@ -10591,13 +10519,13 @@ LINE 8 0 10 -616.2500000000001 +618.2500000000001 20 170.05855600000004 30 0.0 11 -607.7500000000001 +609.7500000000001 21 170.05855600000004 31 @@ -10609,13 +10537,13 @@ LINE 8 0 10 -607.7500000000001 +609.7500000000001 20 170.05855600000004 30 0.0 11 -607.7500000000001 +609.7500000000001 21 169.558556 31 @@ -10627,13 +10555,13 @@ LINE 8 0 10 -607.7500000000001 +609.7500000000001 20 169.558556 30 0.0 11 -616.2500000000001 +618.2500000000001 21 169.558556 31 @@ -10645,13 +10573,13 @@ LINE 8 0 10 -616.2500000000001 +618.2500000000001 20 169.558556 30 0.0 11 -616.2500000000001 +618.2500000000001 21 170.05855600000004 31 @@ -10663,13 +10591,13 @@ LINE 8 0 10 -607.7500000000001 +609.7500000000001 20 217.80855600000004 30 0.0 11 -616.2500000000001 +618.2500000000001 21 217.80855600000004 31 @@ -10681,13 +10609,13 @@ LINE 8 0 10 -616.2500000000001 +618.2500000000001 20 217.80855600000004 30 0.0 11 -616.2500000000001 +618.2500000000001 21 218.30855600000004 31 @@ -10699,13 +10627,13 @@ LINE 8 0 10 -616.2500000000001 +618.2500000000001 20 218.30855600000004 30 0.0 11 -607.7500000000001 +609.7500000000001 21 218.30855600000004 31 @@ -10717,13 +10645,13 @@ LINE 8 0 10 -607.7500000000001 +609.7500000000001 20 218.30855600000004 30 0.0 11 -607.7500000000001 +609.7500000000001 21 217.80855600000004 31 @@ -10735,13 +10663,13 @@ LINE 8 0 10 -592.5 +594.5000000000001 20 173.39946509090913 30 0.0 11 -597.5000000000001 +599.5 21 173.39946509090913 31 @@ -10753,13 +10681,13 @@ LINE 8 0 10 -597.5000000000001 +599.5 20 173.39946509090913 30 0.0 11 -597.5000000000001 +599.5 21 184.49037418181823 31 @@ -10771,13 +10699,13 @@ LINE 8 0 10 -597.5000000000001 +599.5 20 184.49037418181823 30 0.0 11 -592.5 +594.5000000000001 21 184.49037418181823 31 @@ -10789,13 +10717,13 @@ LINE 8 0 10 -592.5 +594.5000000000001 20 201.12673781818185 30 0.0 11 -597.5000000000001 +599.5 21 201.12673781818185 31 @@ -10807,13 +10735,13 @@ LINE 8 0 10 -597.5000000000001 +599.5 20 201.12673781818185 30 0.0 11 -597.5000000000001 +599.5 21 212.21764690909094 31 @@ -10825,13 +10753,13 @@ LINE 8 0 10 -597.5000000000001 +599.5 20 212.21764690909094 30 0.0 11 -592.5 +594.5000000000001 21 212.21764690909094 31 @@ -10843,13 +10771,13 @@ LINE 8 0 10 -617.7500000000001 +619.7500000000001 20 146.308556 30 0.0 11 -621.2500000000001 +623.25 21 146.308556 31 @@ -10861,13 +10789,13 @@ LINE 8 0 10 -621.2500000000001 +623.25 20 146.308556 30 0.0 11 -621.2500000000001 +623.25 21 154.30855600000004 31 @@ -10879,13 +10807,13 @@ LINE 8 0 10 -621.2500000000001 +623.25 20 154.30855600000004 30 0.0 11 -617.7500000000001 +619.7500000000001 21 154.30855600000004 31 diff --git a/rocolib/output/ServoStackBatteryMount/graph-lasercutter.svg b/rocolib/output/ServoStackBatteryMount/graph-lasercutter.svg index eb4f5f64a7e46a7aec1cf8fd5986d8d31c256eb4..b8f9ceeea0a3cff3f7472119d3844473dca73131 100644 --- a/rocolib/output/ServoStackBatteryMount/graph-lasercutter.svg +++ b/rocolib/output/ServoStackBatteryMount/graph-lasercutter.svg @@ -1,554 +1,550 @@ <?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="223.308556mm" version="1.1" viewBox="0.000000 0.000000 768.000000 223.308556" width="768.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 770.000000 223.308556" width="770.000000mm"> <defs/> - <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="229.00000000000003" x2="229.00000000000003" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="0.0" x2="229.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="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="134.00000000000003" x2="60.00000000000001" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="168.0" x2="158.00000000000003" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="229.00000000000003" x2="229.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="#000000" x1="158.00000000000003" x2="158.00000000000003" y1="150.30855600000004" y2="116.30855600000002"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="134.00000000000003" x2="134.00000000000003" y1="116.30855600000002" y2="150.30855600000004"/> + <line stroke="#000000" x1="134.00000000000003" x2="134.00000000000003" y1="80.30855600000002" y2="116.30855600000002"/> + <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="134.00000000000003" x2="158.00000000000003" y1="80.30855600000002" y2="80.30855600000002"/> + <line stroke="#000000" x1="158.00000000000003" x2="158.00000000000003" y1="116.30855600000002" y2="80.30855600000002"/> + <line stroke="#000000" x1="158.00000000000003" x2="158.00000000000003" y1="80.30855600000002" y2="35.30855600000002"/> + <line stroke="#000000" x1="134.00000000000003" x2="134.00000000000003" y1="35.30855600000002" y2="80.30855600000002"/> + <line stroke="#000000" x1="134.00000000000003" x2="134.00000000000003" y1="30.308556000000017" y2="35.30855600000002"/> + <line stroke="#000000" x1="158.00000000000003" x2="134.00000000000003" y1="30.308556000000017" y2="30.308556000000017"/> + <line stroke="#000000" x1="158.00000000000003" x2="158.00000000000003" y1="35.30855600000002" y2="30.308556000000017"/> + <line stroke="#000000" x1="134.00000000000003" x2="114.00000000000001" y1="116.30855600000002" y2="116.30855600000002"/> + <line stroke="#000000" x1="114.00000000000001" x2="134.00000000000003" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="114.00000000000001" x2="114.00000000000001" y1="116.30855600000002" y2="150.30855600000004"/> + <line stroke="#000000" x1="114.00000000000001" x2="90.0" y1="116.30855600000002" y2="116.30855600000002"/> + <line stroke="#000000" x1="90.0" x2="114.00000000000001" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="90.0" x2="90.0" y1="116.30855600000002" y2="150.30855600000004"/> + <line stroke="#000000" x1="90.0" x2="70.00000000000001" y1="116.30855600000002" y2="116.30855600000002"/> + <line stroke="#000000" x1="70.00000000000001" x2="90.0" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="70.00000000000001" x2="70.00000000000001" y1="150.30855600000004" y2="116.30855600000002"/> + <line stroke="#000000" x1="60.00000000000001" x2="70.00000000000001" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="60.00000000000001" x2="60.00000000000001" y1="116.30855600000002" y2="150.30855600000004"/> + <line stroke="#000000" x1="70.00000000000001" x2="60.00000000000001" y1="116.30855600000002" y2="116.30855600000002"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="168.0" x2="229.00000000000003" y1="114.16993400081472" y2="114.16993400081472"/> + <line stroke="#000000" x1="229.00000000000003" x2="229.00000000000003" y1="150.30855600000004" y2="114.16993400081472"/> + <line stroke="#000000" x1="168.0" x2="168.0" y1="114.16993400081472" y2="150.30855600000004"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="229.00000000000003" x2="168.0" y1="90.16993400081472" y2="90.16993400081472"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="229.00000000000003" x2="229.00000000000003" y1="90.16993400081472" y2="114.16993400081472"/> + <line stroke="#000000" x1="168.0" x2="168.0" y1="54.03131200162941" y2="90.16993400081473"/> + <line stroke="#000000" x1="229.00000000000003" x2="229.00000000000003" y1="90.16993400081473" y2="54.03131200162941"/> + <line stroke="#000000" x1="168.0" x2="168.0" y1="44.03131200162941" y2="54.03131200162941"/> + <line stroke="#000000" x1="229.00000000000003" x2="168.0" y1="44.03131200162941" y2="44.03131200162941"/> + <line stroke="#000000" x1="229.00000000000003" x2="229.00000000000003" y1="54.03131200162941" y2="44.03131200162941"/> + <line stroke="#000000" x1="239.00000000000003" x2="229.00000000000003" y1="90.16993400081472" y2="90.16993400081472"/> + <line stroke="#000000" x1="239.00000000000003" x2="239.00000000000003" y1="114.16993400081472" y2="90.16993400081472"/> + <line stroke="#000000" x1="229.00000000000003" x2="239.00000000000003" y1="114.16993400081472" y2="114.16993400081472"/> + <line stroke="#000000" x1="158.00000000000003" x2="168.0" y1="114.16993400081472" y2="114.16993400081472"/> + <line stroke="#000000" x1="158.00000000000003" x2="158.00000000000003" y1="90.16993400081472" y2="114.16993400081472"/> + <line stroke="#000000" x1="168.0" x2="158.00000000000003" 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"/> + <line stroke="#888888" x1="150.25" x2="150.25" y1="139.2252226666667" y2="127.39188933333337"/> + <line stroke="#888888" x1="150.25" x2="150.75000000000003" y1="127.39188933333337" y2="127.39188933333337"/> + <line stroke="#888888" x1="150.75000000000003" x2="150.75000000000003" y1="127.39188933333337" y2="139.2252226666667"/> + <line stroke="#888888" x1="150.75000000000003" x2="150.25" y1="139.2252226666667" y2="139.2252226666667"/> + <line stroke="#888888" x1="150.0" x2="152.5" y1="31.558556000000014" y2="31.558556000000014"/> + <line stroke="#888888" x1="152.5" x2="150.0" y1="31.558556000000014" y2="34.05855600000001"/> + <line stroke="#888888" x1="150.0" x2="142.00000000000003" y1="34.05855600000001" y2="34.05855600000001"/> + <line stroke="#888888" x1="142.00000000000003" x2="139.50000000000003" y1="34.05855600000001" y2="31.558556000000014"/> + <line stroke="#888888" x1="139.50000000000003" x2="142.00000000000003" y1="31.558556000000014" y2="31.558556000000014"/> + <line stroke="#888888" x1="115.00000000000001" x2="119.00000000000001" y1="127.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="119.00000000000001" x2="119.00000000000001" y1="127.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="119.00000000000001" x2="115.00000000000001" y1="139.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="115.00000000000001" x2="115.00000000000001" y1="139.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="127.00000000000001" x2="131.0" y1="128.808556" y2="128.808556"/> + <line stroke="#888888" x1="131.0" x2="131.0" y1="128.808556" y2="137.808556"/> + <line stroke="#888888" x1="131.0" x2="127.00000000000001" y1="137.808556" y2="137.808556"/> + <line stroke="#888888" x1="127.00000000000001" x2="127.00000000000001" y1="137.808556" y2="128.808556"/> + <line stroke="#888888" x1="90.50000000000001" x2="113.50000000000001" y1="127.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="113.50000000000001" x2="113.50000000000001" y1="127.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="113.50000000000001" x2="90.50000000000001" y1="139.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="90.50000000000001" x2="90.50000000000001" y1="139.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="85.00000000000001" x2="89.00000000000001" y1="127.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="89.00000000000001" x2="89.00000000000001" y1="127.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="89.00000000000001" x2="85.00000000000001" y1="139.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="85.00000000000001" x2="85.00000000000001" y1="139.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="62.50000000000001" x2="67.50000000000001" y1="127.64188933333337" y2="127.64188933333337"/> + <line stroke="#888888" x1="67.50000000000001" x2="67.50000000000001" y1="127.64188933333337" y2="138.9752226666667"/> + <line stroke="#888888" x1="67.50000000000001" x2="62.50000000000001" y1="138.9752226666667" y2="138.9752226666667"/> + <line stroke="#888888" x1="186.00000000000003" x2="197.00000000000003" y1="95.66993400081472" y2="95.66993400081472"/> + <line stroke="#888888" x1="197.00000000000003" x2="197.00000000000003" y1="95.66993400081472" y2="108.66993400081472"/> + <line stroke="#888888" x1="197.00000000000003" x2="186.00000000000003" y1="108.66993400081472" y2="108.66993400081472"/> + <line stroke="#888888" x1="186.00000000000003" x2="186.00000000000003" y1="108.66993400081472" y2="95.66993400081472"/> + <line stroke="#888888" x1="217.50000000000003" x2="223.50000000000003" y1="97.16993400081472" y2="97.16993400081472"/> + <line stroke="#888888" x1="223.50000000000003" x2="223.50000000000003" y1="97.16993400081472" y2="107.16993400081472"/> + <line stroke="#888888" x1="223.50000000000003" x2="217.50000000000003" y1="107.16993400081472" y2="107.16993400081472"/> + <line stroke="#888888" x1="217.50000000000003" x2="217.50000000000003" y1="107.16993400081472" y2="97.16993400081472"/> + <line stroke="#888888" x1="217.90909090909093" x2="217.90909090909093" y1="46.5313120016294" y2="51.53131200162941"/> + <line stroke="#888888" x1="217.90909090909093" x2="206.81818181818184" y1="51.53131200162941" y2="51.53131200162941"/> + <line stroke="#888888" x1="206.81818181818184" x2="206.81818181818184" y1="51.53131200162941" y2="46.5313120016294"/> + <line stroke="#888888" x1="190.18181818181822" x2="190.18181818181822" y1="46.5313120016294" y2="51.53131200162941"/> + <line stroke="#888888" x1="190.18181818181822" x2="179.09090909090912" y1="51.53131200162941" y2="51.53131200162941"/> + <line stroke="#888888" x1="179.09090909090912" x2="179.09090909090912" y1="51.53131200162941" y2="46.5313120016294"/> + <line stroke="#888888" x1="236.50000000000003" x2="231.50000000000003" y1="106.16993400081472" y2="106.16993400081472"/> + <line stroke="#888888" x1="231.50000000000003" x2="231.50000000000003" y1="106.16993400081472" y2="98.16993400081472"/> + <line stroke="#888888" x1="231.50000000000003" x2="236.50000000000003" y1="98.16993400081472" y2="98.16993400081472"/> + <line stroke="#888888" x1="160.50000000000003" x2="165.50000000000003" y1="98.16993400081472" y2="98.16993400081472"/> + <line stroke="#888888" x1="165.50000000000003" x2="165.50000000000003" y1="98.16993400081472" y2="106.16993400081472"/> + <line stroke="#888888" x1="165.50000000000003" x2="160.50000000000003" y1="106.16993400081472" y2="106.16993400081472"/> + <line stroke="#000000" x1="478.00000000000006" x2="478.00000000000006" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="249.00000000000003" x2="478.00000000000006" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="249.00000000000003" x2="249.00000000000003" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="310.0" x2="249.00000000000003" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="320.00000000000006" x2="310.0" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="418.00000000000006" x2="344.00000000000006" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="418.00000000000006" x2="418.00000000000006" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="249.00000000000003" x2="249.00000000000003" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="320.00000000000006" x2="320.00000000000006" y1="116.30855600000002" y2="150.30855600000004"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="344.00000000000006" x2="344.00000000000006" y1="150.30855600000004" y2="116.30855600000002"/> + <line stroke="#000000" x1="320.00000000000006" x2="320.00000000000006" y1="80.30855600000002" y2="116.30855600000002"/> + <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="320.00000000000006" x2="344.00000000000006" y1="80.30855600000002" y2="80.30855600000002"/> + <line stroke="#000000" x1="344.00000000000006" x2="344.00000000000006" y1="116.30855600000002" y2="80.30855600000002"/> + <line stroke="#000000" x1="344.00000000000006" x2="344.00000000000006" y1="80.30855600000002" y2="35.30855600000002"/> + <line stroke="#000000" x1="320.00000000000006" x2="320.00000000000006" y1="35.30855600000002" y2="80.30855600000002"/> + <line stroke="#000000" x1="344.00000000000006" x2="320.00000000000006" y1="35.30855600000002" y2="35.30855600000002"/> + <line stroke="#000000" x1="344.00000000000006" x2="364.0" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="364.0" x2="344.00000000000006" y1="116.30855600000002" y2="116.30855600000002"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="364.0" x2="364.0" y1="150.30855600000004" y2="116.30855600000002"/> + <line stroke="#000000" x1="364.0" x2="388.00000000000006" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="388.00000000000006" x2="364.0" y1="116.30855600000002" y2="116.30855600000002"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="388.00000000000006" x2="388.00000000000006" y1="150.30855600000004" y2="116.30855600000002"/> + <line stroke="#000000" x1="388.00000000000006" x2="408.00000000000006" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="408.00000000000006" x2="388.00000000000006" y1="116.30855600000002" y2="116.30855600000002"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="408.00000000000006" x2="408.00000000000006" y1="116.30855600000002" y2="150.30855600000004"/> + <line stroke="#000000" x1="418.00000000000006" x2="408.00000000000006" y1="116.30855600000002" y2="116.30855600000002"/> + <line stroke="#000000" x1="418.00000000000006" x2="418.00000000000006" y1="150.30855600000004" y2="116.30855600000002"/> + <line stroke="#000000" x1="408.00000000000006" x2="418.00000000000006" y1="150.30855600000004" y2="150.30855600000004"/> + <line stroke="#000000" x1="478.00000000000006" x2="478.00000000000006" y1="150.30855600000004" y2="88.65427796513858"/> + <line stroke="#000000" x1="418.00000000000006" x2="418.00000000000006" y1="88.65427796513858" y2="150.30855600000004"/> + <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="418.00000000000006" x2="478.00000000000006" y1="88.65427796513858" y2="88.65427796513858"/> + <line stroke="#000000" x1="418.00000000000006" x2="418.00000000000006" y1="61.65427796513857" y2="88.65427796513858"/> + <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="478.00000000000006" x2="418.00000000000006" y1="61.65427796513857" y2="61.65427796513857"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="478.00000000000006" x2="478.00000000000006" y1="88.65427796513858" y2="61.65427796513857"/> + <line stroke="#000000" x1="418.00000000000006" x2="418.00000000000006" y1="-6.972288701945219e-08" y2="61.65427796513857"/> + <line stroke="#000000" x1="478.00000000000006" x2="418.00000000000006" y1="-6.972288701945219e-08" y2="-6.972288701945219e-08"/> + <line stroke="#000000" x1="478.00000000000006" x2="478.00000000000006" y1="61.65427796513857" y2="-6.972288701945219e-08"/> + <line stroke="#000000" x1="478.00000000000006" x2="495.00000000000006" y1="88.65427796513858" y2="88.65427796513858"/> + <line stroke="#000000" x1="495.00000000000006" x2="478.00000000000006" y1="61.65427796513857" y2="61.65427796513857"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="495.00000000000006" x2="495.00000000000006" y1="88.65427796513858" y2="61.65427796513857"/> + <line stroke="#000000" x1="495.00000000000006" x2="555.0" y1="88.65427796513858" y2="88.65427796513858"/> + <line stroke="#000000" x1="555.0" x2="495.00000000000006" y1="61.65427796513857" y2="61.65427796513857"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="555.0" x2="555.0" y1="88.65427796513858" y2="61.65427796513857"/> + <line stroke="#000000" x1="555.0" x2="572.0" y1="88.65427796513858" y2="88.65427796513858"/> + <line stroke="#000000" x1="572.0" x2="555.0" y1="61.65427796513857" y2="61.65427796513857"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="572.0" x2="572.0" y1="61.65427796513857" y2="88.65427796513858"/> + <line stroke="#000000" x1="582.0" x2="572.0" y1="61.65427796513857" y2="61.65427796513857"/> + <line stroke="#000000" x1="582.0" x2="582.0" y1="88.65427796513858" y2="61.65427796513857"/> + <line stroke="#000000" x1="572.0" x2="582.0" y1="88.65427796513858" y2="88.65427796513858"/> + <line stroke="#888888" x1="271.4318181818182" x2="259.8409090909092" y1="158.058556" y2="158.058556"/> + <line stroke="#888888" x1="259.8409090909092" x2="259.8409090909092" y1="158.058556" y2="157.55855600000004"/> + <line stroke="#888888" x1="259.8409090909092" x2="271.4318181818182" y1="157.55855600000004" y2="157.55855600000004"/> + <line stroke="#888888" x1="271.4318181818182" x2="271.4318181818182" y1="157.55855600000004" y2="158.058556"/> + <line stroke="#888888" x1="299.159090909091" x2="287.56818181818187" y1="158.058556" y2="158.058556"/> + <line stroke="#888888" x1="287.56818181818187" x2="287.56818181818187" y1="158.058556" y2="157.55855600000004"/> + <line stroke="#888888" x1="287.56818181818187" x2="299.159090909091" y1="157.55855600000004" y2="157.55855600000004"/> + <line stroke="#888888" x1="299.159090909091" x2="299.159090909091" y1="157.55855600000004" y2="158.058556"/> + <line stroke="#888888" x1="327.75" x2="327.75" y1="127.39188933333335" y2="139.2252226666667"/> + <line stroke="#888888" x1="327.75" x2="327.25" y1="139.2252226666667" y2="139.2252226666667"/> + <line stroke="#888888" x1="327.25" x2="327.25" y1="139.2252226666667" y2="127.39188933333335"/> + <line stroke="#888888" x1="327.25" x2="327.75" y1="127.39188933333335" y2="127.39188933333335"/> + <line stroke="#888888" x1="336.25" x2="327.75" y1="39.30855600000002" y2="39.30855600000002"/> + <line stroke="#888888" x1="327.75" x2="327.75" y1="39.30855600000002" y2="38.80855600000002"/> + <line stroke="#888888" x1="327.75" x2="336.25" y1="38.80855600000002" y2="38.80855600000002"/> + <line stroke="#888888" x1="336.25" x2="336.25" y1="38.80855600000002" y2="39.30855600000002"/> + <line stroke="#888888" x1="363.00000000000006" x2="359.0" y1="139.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="359.0" x2="359.0" y1="139.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="359.0" x2="363.00000000000006" y1="127.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="363.00000000000006" x2="363.00000000000006" y1="127.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="351.0" x2="347.00000000000006" y1="137.808556" y2="137.808556"/> + <line stroke="#888888" x1="347.00000000000006" x2="347.00000000000006" y1="137.808556" y2="128.808556"/> + <line stroke="#888888" x1="347.00000000000006" x2="351.0" y1="128.808556" y2="128.808556"/> + <line stroke="#888888" x1="351.0" x2="351.0" y1="128.808556" y2="137.808556"/> + <line stroke="#888888" x1="387.50000000000006" x2="364.5" y1="139.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="364.5" x2="364.5" y1="139.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="364.5" x2="387.50000000000006" y1="127.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="387.50000000000006" x2="387.50000000000006" y1="127.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="393.00000000000006" x2="389.00000000000006" y1="139.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="389.00000000000006" x2="389.00000000000006" y1="139.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="389.00000000000006" x2="393.00000000000006" y1="127.30855600000004" y2="127.30855600000004"/> + <line stroke="#888888" x1="393.00000000000006" x2="393.00000000000006" y1="127.30855600000004" y2="139.30855600000004"/> + <line stroke="#888888" x1="415.50000000000006" x2="410.50000000000006" y1="138.9752226666667" y2="138.9752226666667"/> + <line stroke="#888888" x1="410.50000000000006" x2="410.50000000000006" y1="138.9752226666667" y2="127.64188933333335"/> + <line stroke="#888888" x1="410.50000000000006" x2="415.50000000000006" y1="127.64188933333335" y2="127.64188933333335"/> + <line stroke="#888888" x1="481.00000000000006" x2="475.00000000000006" y1="84.15427796513858" y2="84.15427796513858"/> + <line stroke="#888888" x1="475.00000000000006" x2="475.00000000000006" y1="84.15427796513858" y2="66.15427796513858"/> + <line stroke="#888888" x1="475.00000000000006" x2="481.00000000000006" y1="66.15427796513858" y2="66.15427796513858"/> + <line stroke="#888888" x1="481.00000000000006" x2="481.00000000000006" y1="66.15427796513858" y2="84.15427796513858"/> + <line stroke="#888888" x1="425.75000000000006" x2="425.75000000000006" y1="70.40427796513856" y2="79.90427796513858"/> + <line stroke="#888888" x1="425.75000000000006" x2="425.25000000000006" y1="79.90427796513858" y2="79.90427796513858"/> + <line stroke="#888888" x1="425.25000000000006" x2="425.25000000000006" y1="79.90427796513858" y2="70.40427796513856"/> + <line stroke="#888888" x1="425.25000000000006" x2="425.75000000000006" y1="70.40427796513856" y2="70.40427796513856"/> + <line stroke="#888888" x1="458.25000000000006" x2="437.75000000000006" y1="7.749999930277114" y2="7.749999930277114"/> + <line stroke="#888888" x1="437.75000000000006" x2="437.75000000000006" y1="7.749999930277114" y2="7.249999930277114"/> + <line stroke="#888888" x1="437.75000000000006" x2="458.25000000000006" y1="7.249999930277114" y2="7.249999930277114"/> + <line stroke="#888888" x1="458.25000000000006" x2="458.25000000000006" y1="7.249999930277114" y2="7.749999930277114"/> + <line stroke="#888888" x1="579.5000000000001" x2="574.5" y1="79.65427796513858" y2="79.65427796513858"/> + <line stroke="#888888" x1="574.5" x2="574.5" y1="79.65427796513858" y2="70.65427796513858"/> + <line stroke="#888888" x1="574.5" x2="579.5000000000001" y1="70.65427796513858" y2="70.65427796513858"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="625.0000000000001" x2="686.0000000000001" y1="138.30855600000004" y2="138.30855600000004"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="686.0000000000001" x2="686.0000000000001" y1="138.30855600000004" y2="162.308556"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="686.0000000000001" x2="625.0000000000001" y1="162.308556" y2="162.308556"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="625.0000000000001" x2="625.0000000000001" y1="162.308556" y2="138.30855600000004"/> + <line stroke="#000000" x1="625.0000000000001" x2="625.0000000000001" y1="131.30855600000004" y2="138.30855600000004"/> + <line stroke="#000000" x1="685.0000000000001" x2="625.0000000000001" y1="131.30855600000004" y2="131.30855600000004"/> + <line stroke="#000000" x1="685.0000000000001" x2="685.0000000000001" y1="138.30855600000004" y2="131.30855600000004"/> + <line stroke="#000000" x1="693.0000000000001" x2="686.0000000000001" y1="138.30855600000004" y2="138.30855600000004"/> + <line stroke="#000000" x1="693.0000000000001" x2="693.0000000000001" y1="162.308556" y2="138.30855600000004"/> + <line stroke="#000000" x1="686.0000000000001" x2="693.0000000000001" y1="162.308556" y2="162.308556"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="686.0000000000001" x2="686.0000000000001" y1="162.308556" y2="223.30855600000004"/> + <line stroke="#000000" x1="626.0000000000001" x2="686.0000000000001" y1="223.30855600000004" y2="223.30855600000004"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="626.0000000000001" x2="626.0000000000001" y1="162.308556" y2="223.30855600000004"/> + <line stroke="#000000" x1="710.0" x2="686.0000000000001" y1="162.308556" y2="162.308556"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="710.0" x2="710.0" y1="162.308556" y2="223.30855600000004"/> + <line stroke="#000000" x1="686.0000000000001" x2="710.0" y1="223.30855600000004" y2="223.30855600000004"/> + <line stroke="#000000" x1="770.0000000000001" x2="710.0" y1="162.308556" y2="162.308556"/> + <line stroke="#000000" x1="770.0000000000001" x2="770.0000000000001" y1="223.30855600000004" y2="162.308556"/> + <line stroke="#000000" x1="710.0" x2="770.0000000000001" y1="223.30855600000004" y2="223.30855600000004"/> + <line stroke="#000000" x1="626.0000000000001" x2="602.0" y1="162.308556" y2="162.308556"/> + <line stroke="#000000" x1="602.0" x2="626.0000000000001" y1="223.30855600000004" y2="223.30855600000004"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="602.0" x2="602.0" y1="223.30855600000004" y2="162.308556"/> + <line stroke="#000000" x1="592.0" x2="602.0" y1="223.30855600000004" y2="223.30855600000004"/> + <line stroke="#000000" x1="592.0" x2="592.0" y1="162.308556" y2="223.30855600000004"/> + <line stroke="#000000" x1="602.0" x2="592.0" y1="162.308556" y2="162.308556"/> + <line stroke="#000000" x1="618.0" x2="625.0000000000001" y1="162.308556" y2="162.308556"/> + <line stroke="#000000" x1="618.0" x2="618.0" y1="138.30855600000004" y2="162.308556"/> + <line stroke="#000000" x1="625.0000000000001" x2="618.0" y1="138.30855600000004" y2="138.30855600000004"/> + <line stroke="#888888" x1="674.0909090909092" x2="677.5909090909091" y1="133.058556" y2="133.058556"/> + <line stroke="#888888" x1="677.5909090909091" x2="674.0909090909092" y1="133.058556" y2="136.55855600000004"/> + <line stroke="#888888" x1="674.0909090909092" x2="663.1818181818181" y1="136.55855600000004" y2="136.55855600000004"/> + <line stroke="#888888" x1="663.1818181818181" x2="659.6818181818184" y1="136.55855600000004" y2="133.058556"/> + <line stroke="#888888" x1="659.6818181818184" x2="663.1818181818181" y1="133.058556" y2="133.058556"/> + <line stroke="#888888" x1="646.818181818182" x2="650.318181818182" y1="133.058556" y2="133.058556"/> + <line stroke="#888888" x1="650.318181818182" x2="646.818181818182" y1="133.058556" y2="136.55855600000004"/> + <line stroke="#888888" x1="646.818181818182" x2="635.909090909091" y1="136.55855600000004" y2="136.55855600000004"/> + <line stroke="#888888" x1="635.909090909091" x2="632.4090909090909" y1="136.55855600000004" y2="133.058556"/> + <line stroke="#888888" x1="632.4090909090909" x2="635.909090909091" y1="133.058556" y2="133.058556"/> + <line stroke="#888888" x1="691.2500000000001" x2="687.75" y1="154.30855600000004" y2="154.30855600000004"/> + <line stroke="#888888" x1="687.75" x2="687.75" y1="154.30855600000004" y2="146.308556"/> + <line stroke="#888888" x1="687.75" x2="691.2500000000001" y1="146.308556" y2="146.308556"/> + <line stroke="#888888" x1="633.5000000000001" x2="633.5000000000001" y1="213.80855600000004" y2="195.80855600000004"/> + <line stroke="#888888" x1="633.5000000000001" x2="668.5000000000001" y1="195.80855600000004" y2="195.80855600000004"/> + <line stroke="#888888" x1="668.5000000000001" x2="668.5000000000001" y1="195.80855600000004" y2="213.80855600000004"/> + <line stroke="#888888" x1="668.5000000000001" x2="633.5000000000001" y1="213.80855600000004" y2="213.80855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="686.5000000000001" y1="175.55855600000004" y2="172.55855600000004"/> + <line stroke="#888888" x1="686.5000000000001" x2="689.5000000000001" y1="172.55855600000004" y2="172.55855600000004"/> + <line stroke="#888888" x1="689.5000000000001" x2="689.5000000000001" y1="172.55855600000004" y2="175.55855600000004"/> + <line stroke="#888888" x1="689.5000000000001" x2="686.5000000000001" y1="175.55855600000004" y2="175.55855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="707.5000000000001" y1="174.55855600000004" y2="173.55855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="708.5000000000001" y1="173.55855600000004" y2="173.55855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="708.5000000000001" y1="173.55855600000004" y2="174.55855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="707.5000000000001" y1="174.55855600000004" y2="174.55855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="687.5000000000001" y1="177.05855600000004" y2="176.058556"/> + <line stroke="#888888" x1="687.5000000000001" x2="688.5000000000001" y1="176.058556" y2="176.058556"/> + <line stroke="#888888" x1="688.5000000000001" x2="688.5000000000001" y1="176.058556" y2="177.05855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="687.5000000000001" y1="177.05855600000004" y2="177.05855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="707.5000000000001" y1="177.05855600000004" y2="176.058556"/> + <line stroke="#888888" x1="707.5000000000001" x2="708.5000000000001" y1="176.058556" y2="176.058556"/> + <line stroke="#888888" x1="708.5000000000001" x2="708.5000000000001" y1="176.058556" y2="177.05855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="707.5000000000001" y1="177.05855600000004" y2="177.05855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="687.5000000000001" y1="179.55855600000004" y2="178.558556"/> + <line stroke="#888888" x1="687.5000000000001" x2="688.5000000000001" y1="178.558556" y2="178.558556"/> + <line stroke="#888888" x1="688.5000000000001" x2="688.5000000000001" y1="178.558556" y2="179.55855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="687.5000000000001" y1="179.55855600000004" y2="179.55855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="707.5000000000001" y1="179.55855600000004" y2="178.558556"/> + <line stroke="#888888" x1="707.5000000000001" x2="708.5000000000001" y1="178.558556" y2="178.558556"/> + <line stroke="#888888" x1="708.5000000000001" x2="708.5000000000001" y1="178.558556" y2="179.55855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="707.5000000000001" y1="179.55855600000004" y2="179.55855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="687.5000000000001" y1="182.05855600000004" y2="181.058556"/> + <line stroke="#888888" x1="687.5000000000001" x2="688.5000000000001" y1="181.058556" y2="181.058556"/> + <line stroke="#888888" x1="688.5000000000001" x2="688.5000000000001" y1="181.058556" y2="182.05855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="687.5000000000001" y1="182.05855600000004" y2="182.05855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="707.5000000000001" y1="182.05855600000004" y2="181.058556"/> + <line stroke="#888888" x1="707.5000000000001" x2="708.5000000000001" y1="181.058556" y2="181.058556"/> + <line stroke="#888888" x1="708.5000000000001" x2="708.5000000000001" y1="181.058556" y2="182.05855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="707.5000000000001" y1="182.05855600000004" y2="182.05855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="687.5000000000001" y1="184.55855600000004" y2="183.55855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="688.5000000000001" y1="183.55855600000004" y2="183.55855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="688.5000000000001" y1="183.55855600000004" y2="184.55855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="687.5000000000001" y1="184.55855600000004" y2="184.55855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="707.5000000000001" y1="184.55855600000004" y2="183.55855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="708.5000000000001" y1="183.55855600000004" y2="183.55855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="708.5000000000001" y1="183.55855600000004" y2="184.55855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="707.5000000000001" y1="184.55855600000004" y2="184.55855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="687.5000000000001" y1="187.05855600000004" y2="186.05855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="688.5000000000001" y1="186.05855600000004" y2="186.05855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="688.5000000000001" y1="186.05855600000004" y2="187.05855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="687.5000000000001" y1="187.05855600000004" y2="187.05855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="707.5000000000001" y1="187.05855600000004" y2="186.05855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="708.5000000000001" y1="186.05855600000004" y2="186.05855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="708.5000000000001" y1="186.05855600000004" y2="187.05855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="707.5000000000001" y1="187.05855600000004" y2="187.05855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="687.5000000000001" y1="189.55855600000004" y2="188.55855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="688.5000000000001" y1="188.55855600000004" y2="188.55855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="688.5000000000001" y1="188.55855600000004" y2="189.55855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="687.5000000000001" y1="189.55855600000004" y2="189.55855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="707.5000000000001" y1="189.55855600000004" y2="188.55855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="708.5000000000001" y1="188.55855600000004" y2="188.55855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="708.5000000000001" y1="188.55855600000004" y2="189.55855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="707.5000000000001" y1="189.55855600000004" y2="189.55855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="687.5000000000001" y1="192.058556" y2="191.05855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="688.5000000000001" y1="191.05855600000004" y2="191.05855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="688.5000000000001" y1="191.05855600000004" y2="192.058556"/> + <line stroke="#888888" x1="688.5000000000001" x2="687.5000000000001" y1="192.058556" y2="192.058556"/> + <line stroke="#888888" x1="707.5000000000001" x2="707.5000000000001" y1="192.058556" y2="191.05855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="708.5000000000001" y1="191.05855600000004" y2="191.05855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="708.5000000000001" y1="191.05855600000004" y2="192.058556"/> + <line stroke="#888888" x1="708.5000000000001" x2="707.5000000000001" y1="192.058556" y2="192.058556"/> + <line stroke="#888888" x1="687.5000000000001" x2="687.5000000000001" y1="194.558556" y2="193.55855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="688.5000000000001" y1="193.55855600000004" y2="193.55855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="688.5000000000001" y1="193.55855600000004" y2="194.558556"/> + <line stroke="#888888" x1="688.5000000000001" x2="687.5000000000001" y1="194.558556" y2="194.558556"/> + <line stroke="#888888" x1="707.5000000000001" x2="707.5000000000001" y1="194.558556" y2="193.55855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="708.5000000000001" y1="193.55855600000004" y2="193.55855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="708.5000000000001" y1="193.55855600000004" y2="194.558556"/> + <line stroke="#888888" x1="708.5000000000001" x2="707.5000000000001" y1="194.558556" y2="194.558556"/> + <line stroke="#888888" x1="687.5000000000001" x2="687.5000000000001" y1="197.05855600000004" y2="196.05855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="688.5000000000001" y1="196.05855600000004" y2="196.05855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="688.5000000000001" y1="196.05855600000004" y2="197.05855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="687.5000000000001" y1="197.05855600000004" y2="197.05855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="707.5000000000001" y1="197.05855600000004" y2="196.05855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="708.5000000000001" y1="196.05855600000004" y2="196.05855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="708.5000000000001" y1="196.05855600000004" y2="197.05855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="707.5000000000001" y1="197.05855600000004" y2="197.05855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="687.5000000000001" y1="199.55855600000004" y2="198.55855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="688.5000000000001" y1="198.55855600000004" y2="198.55855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="688.5000000000001" y1="198.55855600000004" y2="199.55855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="687.5000000000001" y1="199.55855600000004" y2="199.55855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="707.5000000000001" y1="199.55855600000004" y2="198.55855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="708.5000000000001" y1="198.55855600000004" y2="198.55855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="708.5000000000001" y1="198.55855600000004" y2="199.55855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="707.5000000000001" y1="199.55855600000004" y2="199.55855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="687.5000000000001" y1="202.05855600000004" y2="201.058556"/> + <line stroke="#888888" x1="687.5000000000001" x2="688.5000000000001" y1="201.058556" y2="201.058556"/> + <line stroke="#888888" x1="688.5000000000001" x2="688.5000000000001" y1="201.058556" y2="202.05855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="687.5000000000001" y1="202.05855600000004" y2="202.05855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="707.5000000000001" y1="202.05855600000004" y2="201.058556"/> + <line stroke="#888888" x1="707.5000000000001" x2="708.5000000000001" y1="201.058556" y2="201.058556"/> + <line stroke="#888888" x1="708.5000000000001" x2="708.5000000000001" y1="201.058556" y2="202.05855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="707.5000000000001" y1="202.05855600000004" y2="202.05855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="687.5000000000001" y1="204.55855600000004" y2="203.558556"/> + <line stroke="#888888" x1="687.5000000000001" x2="688.5000000000001" y1="203.558556" y2="203.558556"/> + <line stroke="#888888" x1="688.5000000000001" x2="688.5000000000001" y1="203.558556" y2="204.55855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="687.5000000000001" y1="204.55855600000004" y2="204.55855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="707.5000000000001" y1="204.55855600000004" y2="203.558556"/> + <line stroke="#888888" x1="707.5000000000001" x2="708.5000000000001" y1="203.558556" y2="203.558556"/> + <line stroke="#888888" x1="708.5000000000001" x2="708.5000000000001" y1="203.558556" y2="204.55855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="707.5000000000001" y1="204.55855600000004" y2="204.55855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="687.5000000000001" y1="207.05855600000004" y2="206.05855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="688.5000000000001" y1="206.05855600000004" y2="206.05855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="688.5000000000001" y1="206.05855600000004" y2="207.05855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="687.5000000000001" y1="207.05855600000004" y2="207.05855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="707.5000000000001" y1="207.05855600000004" y2="206.05855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="708.5000000000001" y1="206.05855600000004" y2="206.05855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="708.5000000000001" y1="206.05855600000004" y2="207.05855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="707.5000000000001" y1="207.05855600000004" y2="207.05855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="687.5000000000001" y1="209.55855600000004" y2="208.55855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="688.5000000000001" y1="208.55855600000004" y2="208.55855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="688.5000000000001" y1="208.55855600000004" y2="209.55855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="687.5000000000001" y1="209.55855600000004" y2="209.55855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="707.5000000000001" y1="209.55855600000004" y2="208.55855600000004"/> + <line stroke="#888888" x1="707.5000000000001" x2="708.5000000000001" y1="208.55855600000004" y2="208.55855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="708.5000000000001" y1="208.55855600000004" y2="209.55855600000004"/> + <line stroke="#888888" x1="708.5000000000001" x2="707.5000000000001" y1="209.55855600000004" y2="209.55855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="687.5000000000001" y1="212.05855600000004" y2="211.05855600000004"/> + <line stroke="#888888" x1="687.5000000000001" x2="688.5000000000001" y1="211.05855600000004" y2="211.05855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="688.5000000000001" y1="211.05855600000004" y2="212.05855600000004"/> + <line stroke="#888888" x1="688.5000000000001" x2="687.5000000000001" y1="212.05855600000004" y2="212.05855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="706.5000000000001" y1="213.05855600000004" y2="210.05855600000004"/> + <line stroke="#888888" x1="706.5000000000001" x2="709.5" y1="210.05855600000004" y2="210.05855600000004"/> + <line stroke="#888888" x1="709.5" x2="709.5" y1="210.05855600000004" y2="213.05855600000004"/> + <line stroke="#888888" x1="709.5" x2="706.5000000000001" y1="213.05855600000004" y2="213.05855600000004"/> + <line stroke="#888888" x1="702.2500000000001" x2="693.7500000000001" y1="170.05855600000004" y2="170.05855600000004"/> + <line stroke="#888888" x1="693.7500000000001" x2="693.7500000000001" y1="170.05855600000004" y2="169.558556"/> + <line stroke="#888888" x1="693.7500000000001" x2="702.2500000000001" y1="169.558556" y2="169.558556"/> + <line stroke="#888888" x1="702.2500000000001" x2="702.2500000000001" y1="169.558556" y2="170.05855600000004"/> + <line stroke="#888888" x1="693.7500000000001" x2="702.2500000000001" y1="217.80855600000004" y2="217.80855600000004"/> + <line stroke="#888888" x1="702.2500000000001" x2="702.2500000000001" y1="217.80855600000004" y2="218.30855600000004"/> + <line stroke="#888888" x1="702.2500000000001" x2="693.7500000000001" y1="218.30855600000004" y2="218.30855600000004"/> + <line stroke="#888888" x1="693.7500000000001" x2="693.7500000000001" y1="218.30855600000004" y2="217.80855600000004"/> + <line stroke="#888888" x1="725.0000000000001" x2="725.0000000000001" y1="213.30855600000004" y2="200.30855600000004"/> + <line stroke="#888888" x1="725.0000000000001" x2="755.0" y1="200.30855600000004" y2="200.30855600000004"/> + <line stroke="#888888" x1="755.0" x2="755.0" y1="200.30855600000004" y2="213.30855600000004"/> + <line stroke="#888888" x1="755.0" x2="725.0000000000001" y1="213.30855600000004" y2="213.30855600000004"/> + <line stroke="#888888" x1="732.0681818181819" x2="720.6590909090909" y1="167.80855600000004" y2="167.80855600000004"/> + <line stroke="#888888" x1="720.6590909090909" x2="720.6590909090909" y1="167.80855600000004" y2="167.308556"/> + <line stroke="#888888" x1="720.6590909090909" x2="732.0681818181819" y1="167.308556" y2="167.308556"/> + <line stroke="#888888" x1="732.0681818181819" x2="732.0681818181819" y1="167.308556" y2="167.80855600000004"/> + <line stroke="#888888" x1="759.3409090909092" x2="747.9318181818181" y1="167.80855600000004" y2="167.80855600000004"/> + <line stroke="#888888" x1="747.9318181818181" x2="747.9318181818181" y1="167.80855600000004" y2="167.308556"/> + <line stroke="#888888" x1="747.9318181818181" x2="759.3409090909092" y1="167.308556" y2="167.308556"/> + <line stroke="#888888" x1="759.3409090909092" x2="759.3409090909092" y1="167.308556" y2="167.80855600000004"/> + <line stroke="#888888" x1="762.2500000000001" x2="762.2500000000001" y1="184.74037418181823" y2="173.14946509090913"/> + <line stroke="#888888" x1="762.2500000000001" x2="762.7500000000001" y1="173.14946509090913" y2="173.14946509090913"/> + <line stroke="#888888" x1="762.7500000000001" x2="762.7500000000001" y1="173.14946509090913" y2="184.74037418181823"/> + <line stroke="#888888" x1="762.7500000000001" x2="762.2500000000001" y1="184.74037418181823" y2="184.74037418181823"/> + <line stroke="#888888" x1="762.2500000000001" x2="762.2500000000001" y1="212.46764690909094" y2="200.87673781818185"/> + <line stroke="#888888" x1="762.2500000000001" x2="762.7500000000001" y1="200.87673781818185" y2="200.87673781818185"/> + <line stroke="#888888" x1="762.7500000000001" x2="762.7500000000001" y1="200.87673781818185" y2="212.46764690909094"/> + <line stroke="#888888" x1="762.7500000000001" x2="762.2500000000001" y1="212.46764690909094" y2="212.46764690909094"/> + <line stroke="#888888" x1="602.5000000000001" x2="602.5000000000001" y1="175.55855600000004" y2="172.55855600000004"/> + <line stroke="#888888" x1="602.5000000000001" x2="605.5000000000001" y1="172.55855600000004" y2="172.55855600000004"/> + <line stroke="#888888" x1="605.5000000000001" x2="605.5000000000001" y1="172.55855600000004" y2="175.55855600000004"/> + <line stroke="#888888" x1="605.5000000000001" x2="602.5000000000001" y1="175.55855600000004" y2="175.55855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="623.5000000000001" y1="174.55855600000004" y2="173.55855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="624.5000000000001" y1="173.55855600000004" y2="173.55855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="624.5000000000001" y1="173.55855600000004" y2="174.55855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="623.5000000000001" y1="174.55855600000004" y2="174.55855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="603.5000000000001" y1="177.05855600000004" y2="176.058556"/> + <line stroke="#888888" x1="603.5000000000001" x2="604.5000000000001" y1="176.058556" y2="176.058556"/> + <line stroke="#888888" x1="604.5000000000001" x2="604.5000000000001" y1="176.058556" y2="177.05855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="603.5000000000001" y1="177.05855600000004" y2="177.05855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="623.5000000000001" y1="177.05855600000004" y2="176.058556"/> + <line stroke="#888888" x1="623.5000000000001" x2="624.5000000000001" y1="176.058556" y2="176.058556"/> + <line stroke="#888888" x1="624.5000000000001" x2="624.5000000000001" y1="176.058556" y2="177.05855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="623.5000000000001" y1="177.05855600000004" y2="177.05855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="603.5000000000001" y1="179.55855600000004" y2="178.558556"/> + <line stroke="#888888" x1="603.5000000000001" x2="604.5000000000001" y1="178.558556" y2="178.558556"/> + <line stroke="#888888" x1="604.5000000000001" x2="604.5000000000001" y1="178.558556" y2="179.55855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="603.5000000000001" y1="179.55855600000004" y2="179.55855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="623.5000000000001" y1="179.55855600000004" y2="178.558556"/> + <line stroke="#888888" x1="623.5000000000001" x2="624.5000000000001" y1="178.558556" y2="178.558556"/> + <line stroke="#888888" x1="624.5000000000001" x2="624.5000000000001" y1="178.558556" y2="179.55855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="623.5000000000001" y1="179.55855600000004" y2="179.55855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="603.5000000000001" y1="182.05855600000004" y2="181.058556"/> + <line stroke="#888888" x1="603.5000000000001" x2="604.5000000000001" y1="181.058556" y2="181.058556"/> + <line stroke="#888888" x1="604.5000000000001" x2="604.5000000000001" y1="181.058556" y2="182.05855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="603.5000000000001" y1="182.05855600000004" y2="182.05855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="623.5000000000001" y1="182.05855600000004" y2="181.058556"/> + <line stroke="#888888" x1="623.5000000000001" x2="624.5000000000001" y1="181.058556" y2="181.058556"/> + <line stroke="#888888" x1="624.5000000000001" x2="624.5000000000001" y1="181.058556" y2="182.05855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="623.5000000000001" y1="182.05855600000004" y2="182.05855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="603.5000000000001" y1="184.55855600000004" y2="183.55855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="604.5000000000001" y1="183.55855600000004" y2="183.55855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="604.5000000000001" y1="183.55855600000004" y2="184.55855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="603.5000000000001" y1="184.55855600000004" y2="184.55855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="623.5000000000001" y1="184.55855600000004" y2="183.55855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="624.5000000000001" y1="183.55855600000004" y2="183.55855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="624.5000000000001" y1="183.55855600000004" y2="184.55855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="623.5000000000001" y1="184.55855600000004" y2="184.55855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="603.5000000000001" y1="187.05855600000004" y2="186.05855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="604.5000000000001" y1="186.05855600000004" y2="186.05855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="604.5000000000001" y1="186.05855600000004" y2="187.05855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="603.5000000000001" y1="187.05855600000004" y2="187.05855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="623.5000000000001" y1="187.05855600000004" y2="186.05855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="624.5000000000001" y1="186.05855600000004" y2="186.05855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="624.5000000000001" y1="186.05855600000004" y2="187.05855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="623.5000000000001" y1="187.05855600000004" y2="187.05855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="603.5000000000001" y1="189.55855600000004" y2="188.55855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="604.5000000000001" y1="188.55855600000004" y2="188.55855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="604.5000000000001" y1="188.55855600000004" y2="189.55855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="603.5000000000001" y1="189.55855600000004" y2="189.55855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="623.5000000000001" y1="189.55855600000004" y2="188.55855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="624.5000000000001" y1="188.55855600000004" y2="188.55855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="624.5000000000001" y1="188.55855600000004" y2="189.55855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="623.5000000000001" y1="189.55855600000004" y2="189.55855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="603.5000000000001" y1="192.058556" y2="191.05855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="604.5000000000001" y1="191.05855600000004" y2="191.05855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="604.5000000000001" y1="191.05855600000004" y2="192.058556"/> + <line stroke="#888888" x1="604.5000000000001" x2="603.5000000000001" y1="192.058556" y2="192.058556"/> + <line stroke="#888888" x1="623.5000000000001" x2="623.5000000000001" y1="192.058556" y2="191.05855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="624.5000000000001" y1="191.05855600000004" y2="191.05855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="624.5000000000001" y1="191.05855600000004" y2="192.058556"/> + <line stroke="#888888" x1="624.5000000000001" x2="623.5000000000001" y1="192.058556" y2="192.058556"/> + <line stroke="#888888" x1="603.5000000000001" x2="603.5000000000001" y1="194.558556" y2="193.55855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="604.5000000000001" y1="193.55855600000004" y2="193.55855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="604.5000000000001" y1="193.55855600000004" y2="194.558556"/> + <line stroke="#888888" x1="604.5000000000001" x2="603.5000000000001" y1="194.558556" y2="194.558556"/> + <line stroke="#888888" x1="623.5000000000001" x2="623.5000000000001" y1="194.558556" y2="193.55855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="624.5000000000001" y1="193.55855600000004" y2="193.55855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="624.5000000000001" y1="193.55855600000004" y2="194.558556"/> + <line stroke="#888888" x1="624.5000000000001" x2="623.5000000000001" y1="194.558556" y2="194.558556"/> + <line stroke="#888888" x1="603.5000000000001" x2="603.5000000000001" y1="197.05855600000004" y2="196.05855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="604.5000000000001" y1="196.05855600000004" y2="196.05855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="604.5000000000001" y1="196.05855600000004" y2="197.05855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="603.5000000000001" y1="197.05855600000004" y2="197.05855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="623.5000000000001" y1="197.05855600000004" y2="196.05855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="624.5000000000001" y1="196.05855600000004" y2="196.05855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="624.5000000000001" y1="196.05855600000004" y2="197.05855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="623.5000000000001" y1="197.05855600000004" y2="197.05855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="603.5000000000001" y1="199.55855600000004" y2="198.55855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="604.5000000000001" y1="198.55855600000004" y2="198.55855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="604.5000000000001" y1="198.55855600000004" y2="199.55855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="603.5000000000001" y1="199.55855600000004" y2="199.55855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="623.5000000000001" y1="199.55855600000004" y2="198.55855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="624.5000000000001" y1="198.55855600000004" y2="198.55855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="624.5000000000001" y1="198.55855600000004" y2="199.55855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="623.5000000000001" y1="199.55855600000004" y2="199.55855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="603.5000000000001" y1="202.05855600000004" y2="201.058556"/> + <line stroke="#888888" x1="603.5000000000001" x2="604.5000000000001" y1="201.058556" y2="201.058556"/> + <line stroke="#888888" x1="604.5000000000001" x2="604.5000000000001" y1="201.058556" y2="202.05855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="603.5000000000001" y1="202.05855600000004" y2="202.05855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="623.5000000000001" y1="202.05855600000004" y2="201.058556"/> + <line stroke="#888888" x1="623.5000000000001" x2="624.5000000000001" y1="201.058556" y2="201.058556"/> + <line stroke="#888888" x1="624.5000000000001" x2="624.5000000000001" y1="201.058556" y2="202.05855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="623.5000000000001" y1="202.05855600000004" y2="202.05855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="603.5000000000001" y1="204.55855600000004" y2="203.558556"/> + <line stroke="#888888" x1="603.5000000000001" x2="604.5000000000001" y1="203.558556" y2="203.558556"/> + <line stroke="#888888" x1="604.5000000000001" x2="604.5000000000001" y1="203.558556" y2="204.55855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="603.5000000000001" y1="204.55855600000004" y2="204.55855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="623.5000000000001" y1="204.55855600000004" y2="203.558556"/> + <line stroke="#888888" x1="623.5000000000001" x2="624.5000000000001" y1="203.558556" y2="203.558556"/> + <line stroke="#888888" x1="624.5000000000001" x2="624.5000000000001" y1="203.558556" y2="204.55855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="623.5000000000001" y1="204.55855600000004" y2="204.55855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="603.5000000000001" y1="207.05855600000004" y2="206.05855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="604.5000000000001" y1="206.05855600000004" y2="206.05855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="604.5000000000001" y1="206.05855600000004" y2="207.05855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="603.5000000000001" y1="207.05855600000004" y2="207.05855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="623.5000000000001" y1="207.05855600000004" y2="206.05855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="624.5000000000001" y1="206.05855600000004" y2="206.05855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="624.5000000000001" y1="206.05855600000004" y2="207.05855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="623.5000000000001" y1="207.05855600000004" y2="207.05855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="603.5000000000001" y1="209.55855600000004" y2="208.55855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="604.5000000000001" y1="208.55855600000004" y2="208.55855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="604.5000000000001" y1="208.55855600000004" y2="209.55855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="603.5000000000001" y1="209.55855600000004" y2="209.55855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="623.5000000000001" y1="209.55855600000004" y2="208.55855600000004"/> + <line stroke="#888888" x1="623.5000000000001" x2="624.5000000000001" y1="208.55855600000004" y2="208.55855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="624.5000000000001" y1="208.55855600000004" y2="209.55855600000004"/> + <line stroke="#888888" x1="624.5000000000001" x2="623.5000000000001" y1="209.55855600000004" y2="209.55855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="603.5000000000001" y1="212.05855600000004" y2="211.05855600000004"/> + <line stroke="#888888" x1="603.5000000000001" x2="604.5000000000001" y1="211.05855600000004" y2="211.05855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="604.5000000000001" y1="211.05855600000004" y2="212.05855600000004"/> + <line stroke="#888888" x1="604.5000000000001" x2="603.5000000000001" y1="212.05855600000004" y2="212.05855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="622.5000000000001" y1="213.05855600000004" y2="210.05855600000004"/> + <line stroke="#888888" x1="622.5000000000001" x2="625.5000000000001" y1="210.05855600000004" y2="210.05855600000004"/> + <line stroke="#888888" x1="625.5000000000001" x2="625.5000000000001" y1="210.05855600000004" y2="213.05855600000004"/> + <line stroke="#888888" x1="625.5000000000001" x2="622.5000000000001" y1="213.05855600000004" y2="213.05855600000004"/> + <line stroke="#888888" x1="618.2500000000001" x2="609.7500000000001" y1="170.05855600000004" y2="170.05855600000004"/> + <line stroke="#888888" x1="609.7500000000001" x2="609.7500000000001" y1="170.05855600000004" y2="169.558556"/> + <line stroke="#888888" x1="609.7500000000001" x2="618.2500000000001" y1="169.558556" y2="169.558556"/> + <line stroke="#888888" x1="618.2500000000001" x2="618.2500000000001" y1="169.558556" y2="170.05855600000004"/> + <line stroke="#888888" x1="609.7500000000001" x2="618.2500000000001" y1="217.80855600000004" y2="217.80855600000004"/> + <line stroke="#888888" x1="618.2500000000001" x2="618.2500000000001" y1="217.80855600000004" y2="218.30855600000004"/> + <line stroke="#888888" x1="618.2500000000001" x2="609.7500000000001" y1="218.30855600000004" y2="218.30855600000004"/> + <line stroke="#888888" x1="609.7500000000001" x2="609.7500000000001" y1="218.30855600000004" y2="217.80855600000004"/> + <line stroke="#888888" x1="594.5000000000001" x2="599.5" y1="173.39946509090913" y2="173.39946509090913"/> + <line stroke="#888888" x1="599.5" x2="599.5" y1="173.39946509090913" y2="184.49037418181823"/> + <line stroke="#888888" x1="599.5" x2="594.5000000000001" y1="184.49037418181823" y2="184.49037418181823"/> + <line stroke="#888888" x1="594.5000000000001" x2="599.5" y1="201.12673781818185" y2="201.12673781818185"/> + <line stroke="#888888" x1="599.5" x2="599.5" y1="201.12673781818185" y2="212.21764690909094"/> + <line stroke="#888888" x1="599.5" x2="594.5000000000001" y1="212.21764690909094" y2="212.21764690909094"/> + <line stroke="#888888" x1="619.7500000000001" x2="623.25" y1="146.308556" y2="146.308556"/> + <line stroke="#888888" x1="623.25" x2="623.25" y1="146.308556" y2="154.30855600000004"/> + <line stroke="#888888" x1="623.25" x2="619.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 5921cd919e4178fbdff02692136c5d2d1d82bd66..45e37fac4a62783ccf7631594ceae5c592652000 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 61e0bfbe6e6ce61bd158c59089de96bb8154be76..46ca018405cbdcc544bc8d3986b3796da6d89c42 100644 --- a/rocolib/output/ServoStackBatteryMount/graph-model.stl +++ b/rocolib/output/ServoStackBatteryMount/graph-model.stl @@ -1,170 +1,142 @@ solid python facet normal 0 0 0 outer loop -vertex 0.1680 -0.0617 0.0000 -vertex 0.2280 -0.0617 0.0000 -vertex 0.2280 0.0000 0.0000 +vertex 0.1690 -0.0617 0.0000 +vertex 0.2290 -0.0617 0.0000 +vertex 0.2290 0.0000 0.0000 endloop endfacet facet normal 0 0 0 outer loop -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.2280 -0.0807 0.0191 -vertex 0.1680 -0.0807 0.0191 -vertex 0.1680 -0.0807 0.0807 +vertex 0.2290 0.0000 0.0000 +vertex 0.1690 0.0000 0.0000 +vertex 0.1690 -0.0617 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1680 -0.0807 0.0807 -vertex 0.2280 -0.0807 0.0807 -vertex 0.2280 -0.0807 0.0191 +vertex 0.2290 -0.0807 0.0191 +vertex 0.1690 -0.0807 0.0191 +vertex 0.1690 -0.0807 0.0807 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1680 -0.0807 0.0191 -vertex 0.1680 -0.0617 -0.0000 -vertex 0.1680 -0.0737 -0.0120 +vertex 0.1690 -0.0807 0.0807 +vertex 0.2290 -0.0807 0.0807 +vertex 0.2290 -0.0807 0.0191 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1680 -0.0737 -0.0120 -vertex 0.1680 -0.0928 0.0071 -vertex 0.1680 -0.0807 0.0191 +vertex 0.1690 -0.0807 0.0191 +vertex 0.1690 -0.0617 -0.0000 +vertex 0.1690 -0.0737 -0.0120 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1680 -0.0928 0.0071 -vertex 0.1680 -0.0737 -0.0120 -vertex 0.2280 -0.0737 -0.0120 +vertex 0.1690 -0.0737 -0.0120 +vertex 0.1690 -0.0928 0.0071 +vertex 0.1690 -0.0807 0.0191 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.2280 -0.0737 -0.0120 -vertex 0.2280 -0.0928 0.0071 -vertex 0.1680 -0.0928 0.0071 +vertex 0.1690 -0.0928 0.0071 +vertex 0.1690 -0.0737 -0.0120 +vertex 0.2290 -0.0737 -0.0120 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.2280 -0.0737 -0.0120 -vertex 0.2280 -0.0670 0.0011 -vertex 0.2280 -0.0797 0.0138 +vertex 0.2290 -0.0737 -0.0120 +vertex 0.2290 -0.0928 0.0071 +vertex 0.1690 -0.0928 0.0071 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.2280 -0.0670 0.0011 -vertex 0.2280 -0.0737 -0.0120 -vertex 0.2280 -0.0617 0.0000 +vertex 0.2290 -0.0928 0.0071 +vertex 0.2290 -0.0737 -0.0120 +vertex 0.2290 -0.0617 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.2280 -0.0928 0.0071 -vertex 0.2280 -0.0797 0.0138 -vertex 0.2280 -0.0807 0.0191 +vertex 0.2290 -0.0617 0.0000 +vertex 0.2290 -0.0807 0.0191 +vertex 0.2290 -0.0928 0.0071 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.2280 -0.0797 0.0138 -vertex 0.2280 -0.0928 0.0071 -vertex 0.2280 -0.0737 -0.0120 +vertex 0.2260 -0.0648 0.0032 +vertex 0.2260 -0.0776 0.0159 +vertex 0.2290 -0.0776 0.0159 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.2280 -0.0617 0.0000 -vertex 0.2280 -0.0648 0.0032 -vertex 0.2280 -0.0670 0.0011 +vertex 0.2290 -0.0617 0.0000 +vertex 0.2260 -0.0648 0.0032 +vertex 0.2290 -0.0648 0.0032 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.2280 -0.0776 0.0159 -vertex 0.2280 -0.0807 0.0191 -vertex 0.2280 -0.0797 0.0138 +vertex 0.2260 -0.0648 0.0032 +vertex 0.1690 -0.0617 0.0000 +vertex 0.1690 -0.0807 0.0191 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.2280 -0.0617 0.0000 -vertex 0.2275 -0.0648 0.0032 -vertex 0.2275 -0.0776 0.0159 +vertex 0.1690 -0.0617 0.0000 +vertex 0.2260 -0.0648 0.0032 +vertex 0.2290 -0.0617 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.2275 -0.0648 0.0032 -vertex 0.2280 -0.0617 0.0000 -vertex 0.2245 -0.0648 0.0032 +vertex 0.2260 -0.0776 0.0159 +vertex 0.1690 -0.0807 0.0191 +vertex 0.2290 -0.0807 0.0191 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.2280 -0.0807 0.0191 -vertex 0.2275 -0.0776 0.0159 -vertex 0.2245 -0.0776 0.0159 +vertex 0.1690 -0.0807 0.0191 +vertex 0.2260 -0.0776 0.0159 +vertex 0.2260 -0.0648 0.0032 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.2275 -0.0776 0.0159 -vertex 0.2280 -0.0807 0.0191 -vertex 0.2280 -0.0617 0.0000 +vertex 0.2260 -0.0648 0.0032 +vertex 0.2290 -0.0776 0.0159 +vertex 0.2290 -0.0648 0.0032 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.2245 -0.0648 0.0032 -vertex 0.1680 -0.0617 0.0000 -vertex 0.1680 -0.0807 0.0191 +vertex 0.2290 -0.0807 0.0191 +vertex 0.2290 -0.0776 0.0159 +vertex 0.2260 -0.0776 0.0159 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1680 -0.0617 0.0000 -vertex 0.2245 -0.0648 0.0032 -vertex 0.2280 -0.0617 0.0000 +vertex 0.1580 -0.0340 0.0000 +vertex 0.1340 -0.0340 0.0000 +vertex 0.1340 -0.0700 0.0000 endloop endfacet facet normal 0 0 0 outer loop -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.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.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.1330 -0.0700 0.0000 -vertex 0.1570 -0.0700 0.0000 -vertex 0.1570 -0.0340 0.0000 +vertex 0.1340 -0.0700 0.0000 +vertex 0.1580 -0.0700 0.0000 +vertex 0.1580 -0.0340 0.0000 endloop endfacet facet normal 0 0 0 @@ -183,240 +155,240 @@ endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1330 -0.0700 0.0450 -vertex 0.1570 -0.0700 0.0450 -vertex 0.1570 -0.0700 0.0000 +vertex 0.1340 -0.0700 0.0450 +vertex 0.1580 -0.0700 0.0450 +vertex 0.1580 -0.0700 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1570 -0.0700 0.0000 -vertex 0.1330 -0.0700 0.0000 -vertex 0.1330 -0.0700 0.0450 +vertex 0.1580 -0.0700 0.0000 +vertex 0.1340 -0.0700 0.0000 +vertex 0.1340 -0.0700 0.0450 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1570 -0.0340 -0.0000 -vertex 0.1570 -0.0230 -0.0150 -vertex 0.1570 -0.0110 -0.0150 +vertex 0.1580 -0.0340 -0.0000 +vertex 0.1580 -0.0230 -0.0150 +vertex 0.1580 -0.0110 -0.0150 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1570 -0.0230 -0.0150 -vertex 0.1570 -0.0340 -0.0000 -vertex 0.1570 -0.0340 -0.0200 +vertex 0.1580 -0.0230 -0.0150 +vertex 0.1580 -0.0340 -0.0000 +vertex 0.1580 -0.0340 -0.0200 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1570 0.0000 -0.0000 -vertex 0.1570 -0.0110 -0.0150 -vertex 0.1570 0.0000 -0.0200 +vertex 0.1580 0.0000 -0.0000 +vertex 0.1580 -0.0110 -0.0150 +vertex 0.1580 0.0000 -0.0200 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1570 -0.0110 -0.0150 -vertex 0.1570 0.0000 -0.0000 -vertex 0.1570 -0.0340 -0.0000 +vertex 0.1580 -0.0110 -0.0150 +vertex 0.1580 0.0000 -0.0000 +vertex 0.1580 -0.0340 -0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1570 -0.0230 -0.0190 -vertex 0.1570 -0.0340 -0.0200 -vertex 0.1570 0.0000 -0.0200 +vertex 0.1580 -0.0230 -0.0190 +vertex 0.1580 -0.0340 -0.0200 +vertex 0.1580 0.0000 -0.0200 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1570 -0.0340 -0.0200 -vertex 0.1570 -0.0230 -0.0190 -vertex 0.1570 -0.0230 -0.0150 +vertex 0.1580 -0.0340 -0.0200 +vertex 0.1580 -0.0230 -0.0190 +vertex 0.1580 -0.0230 -0.0150 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1570 -0.0110 -0.0190 -vertex 0.1570 0.0000 -0.0200 -vertex 0.1570 -0.0110 -0.0150 +vertex 0.1580 -0.0110 -0.0190 +vertex 0.1580 0.0000 -0.0200 +vertex 0.1580 -0.0110 -0.0150 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1570 0.0000 -0.0200 -vertex 0.1570 -0.0110 -0.0190 -vertex 0.1570 -0.0230 -0.0190 +vertex 0.1580 0.0000 -0.0200 +vertex 0.1580 -0.0110 -0.0190 +vertex 0.1580 -0.0230 -0.0190 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1570 -0.0340 -0.0200 -vertex 0.1565 -0.0230 -0.0200 -vertex 0.1565 -0.0110 -0.0200 +vertex 0.1580 -0.0340 -0.0200 +vertex 0.1575 -0.0230 -0.0200 +vertex 0.1575 -0.0110 -0.0200 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1565 -0.0230 -0.0200 -vertex 0.1570 -0.0340 -0.0200 -vertex 0.1330 -0.0340 -0.0200 +vertex 0.1575 -0.0230 -0.0200 +vertex 0.1580 -0.0340 -0.0200 +vertex 0.1340 -0.0340 -0.0200 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1570 0.0000 -0.0200 -vertex 0.1565 -0.0110 -0.0200 -vertex 0.1335 -0.0110 -0.0200 +vertex 0.1580 0.0000 -0.0200 +vertex 0.1575 -0.0110 -0.0200 +vertex 0.1345 -0.0110 -0.0200 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1565 -0.0110 -0.0200 -vertex 0.1570 0.0000 -0.0200 -vertex 0.1570 -0.0340 -0.0200 +vertex 0.1575 -0.0110 -0.0200 +vertex 0.1580 0.0000 -0.0200 +vertex 0.1580 -0.0340 -0.0200 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1335 -0.0230 -0.0200 -vertex 0.1330 -0.0340 -0.0200 -vertex 0.1330 0.0000 -0.0200 +vertex 0.1345 -0.0230 -0.0200 +vertex 0.1340 -0.0340 -0.0200 +vertex 0.1340 0.0000 -0.0200 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1330 -0.0340 -0.0200 -vertex 0.1335 -0.0230 -0.0200 -vertex 0.1565 -0.0230 -0.0200 +vertex 0.1340 -0.0340 -0.0200 +vertex 0.1345 -0.0230 -0.0200 +vertex 0.1575 -0.0230 -0.0200 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1335 -0.0110 -0.0200 -vertex 0.1330 0.0000 -0.0200 -vertex 0.1570 0.0000 -0.0200 +vertex 0.1345 -0.0110 -0.0200 +vertex 0.1340 0.0000 -0.0200 +vertex 0.1580 0.0000 -0.0200 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1330 0.0000 -0.0200 -vertex 0.1335 -0.0110 -0.0200 -vertex 0.1335 -0.0230 -0.0200 +vertex 0.1340 0.0000 -0.0200 +vertex 0.1345 -0.0110 -0.0200 +vertex 0.1345 -0.0230 -0.0200 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1330 -0.0340 -0.0200 -vertex 0.1330 -0.0230 -0.0150 -vertex 0.1330 -0.0230 -0.0190 +vertex 0.1340 -0.0340 -0.0200 +vertex 0.1340 -0.0230 -0.0150 +vertex 0.1340 -0.0230 -0.0190 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1330 -0.0230 -0.0150 -vertex 0.1330 -0.0340 -0.0200 -vertex 0.1330 -0.0340 0.0000 +vertex 0.1340 -0.0230 -0.0150 +vertex 0.1340 -0.0340 -0.0200 +vertex 0.1340 -0.0340 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1330 -0.0340 -0.0200 -vertex 0.1330 -0.0230 -0.0190 -vertex 0.1330 -0.0110 -0.0190 +vertex 0.1340 -0.0340 -0.0200 +vertex 0.1340 -0.0230 -0.0190 +vertex 0.1340 -0.0110 -0.0190 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1330 0.0000 -0.0200 -vertex 0.1330 -0.0110 -0.0190 -vertex 0.1330 -0.0110 -0.0150 +vertex 0.1340 0.0000 -0.0200 +vertex 0.1340 -0.0110 -0.0190 +vertex 0.1340 -0.0110 -0.0150 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1330 -0.0110 -0.0190 -vertex 0.1330 0.0000 -0.0200 -vertex 0.1330 -0.0340 -0.0200 +vertex 0.1340 -0.0110 -0.0190 +vertex 0.1340 0.0000 -0.0200 +vertex 0.1340 -0.0340 -0.0200 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1330 0.0000 -0.0200 -vertex 0.1330 -0.0110 -0.0150 -vertex 0.1330 0.0000 0.0000 +vertex 0.1340 0.0000 -0.0200 +vertex 0.1340 -0.0110 -0.0150 +vertex 0.1340 0.0000 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1330 -0.0230 -0.0150 -vertex 0.1330 -0.0215 -0.0070 -vertex 0.1330 -0.0110 -0.0150 +vertex 0.1340 -0.0230 -0.0150 +vertex 0.1340 -0.0215 -0.0070 +vertex 0.1340 -0.0110 -0.0150 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1330 -0.0215 -0.0070 -vertex 0.1330 -0.0340 0.0000 -vertex 0.1330 -0.0215 -0.0030 +vertex 0.1340 -0.0215 -0.0070 +vertex 0.1340 -0.0340 0.0000 +vertex 0.1340 -0.0215 -0.0030 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1330 -0.0340 0.0000 -vertex 0.1330 -0.0215 -0.0070 -vertex 0.1330 -0.0230 -0.0150 +vertex 0.1340 -0.0340 0.0000 +vertex 0.1340 -0.0215 -0.0070 +vertex 0.1340 -0.0230 -0.0150 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1330 -0.0215 -0.0030 -vertex 0.1330 -0.0340 0.0000 -vertex 0.1330 0.0000 0.0000 +vertex 0.1340 -0.0215 -0.0030 +vertex 0.1340 -0.0340 0.0000 +vertex 0.1340 0.0000 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1330 -0.0125 -0.0070 -vertex 0.1330 -0.0125 -0.0030 -vertex 0.1330 0.0000 0.0000 +vertex 0.1340 -0.0125 -0.0070 +vertex 0.1340 -0.0125 -0.0030 +vertex 0.1340 0.0000 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1330 0.0000 0.0000 -vertex 0.1330 -0.0125 -0.0030 -vertex 0.1330 -0.0215 -0.0030 +vertex 0.1340 0.0000 0.0000 +vertex 0.1340 -0.0125 -0.0030 +vertex 0.1340 -0.0215 -0.0030 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1330 -0.0125 -0.0070 -vertex 0.1330 0.0000 0.0000 -vertex 0.1330 -0.0110 -0.0150 +vertex 0.1340 -0.0125 -0.0070 +vertex 0.1340 0.0000 0.0000 +vertex 0.1340 -0.0110 -0.0150 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1330 -0.0215 -0.0070 -vertex 0.1330 -0.0125 -0.0070 -vertex 0.1330 -0.0110 -0.0150 +vertex 0.1340 -0.0215 -0.0070 +vertex 0.1340 -0.0125 -0.0070 +vertex 0.1340 -0.0110 -0.0150 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1330 0.0000 0.0000 -vertex 0.1330 -0.0340 0.0000 -vertex 0.1570 -0.0340 0.0000 +vertex 0.1340 0.0000 0.0000 +vertex 0.1340 -0.0340 0.0000 +vertex 0.1580 -0.0340 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1570 -0.0340 0.0000 -vertex 0.1570 0.0000 0.0000 -vertex 0.1330 0.0000 0.0000 +vertex 0.1580 -0.0340 0.0000 +vertex 0.1580 0.0000 0.0000 +vertex 0.1340 0.0000 0.0000 endloop endfacet facet normal 0 0 0 @@ -673,128 +645,128 @@ endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1670 0.0000 0.0000 -vertex 0.1670 -0.0361 0.0000 -vertex 0.2280 -0.0361 0.0000 +vertex 0.1680 0.0000 0.0000 +vertex 0.1680 -0.0361 0.0000 +vertex 0.2290 -0.0361 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.2280 -0.0361 0.0000 -vertex 0.2280 0.0000 0.0000 -vertex 0.1670 0.0000 0.0000 +vertex 0.2290 -0.0361 0.0000 +vertex 0.2290 0.0000 0.0000 +vertex 0.1680 0.0000 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.2280 -0.0531 -0.0531 -vertex 0.2280 -0.0531 -0.0170 -vertex 0.1670 -0.0531 -0.0170 +vertex 0.2290 -0.0531 -0.0531 +vertex 0.2290 -0.0531 -0.0170 +vertex 0.1680 -0.0531 -0.0170 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1670 -0.0531 -0.0170 -vertex 0.1670 -0.0531 -0.0531 -vertex 0.2280 -0.0531 -0.0531 +vertex 0.1680 -0.0531 -0.0170 +vertex 0.1680 -0.0531 -0.0531 +vertex 0.2290 -0.0531 -0.0531 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1670 -0.0531 -0.0170 -vertex 0.1960 -0.0492 -0.0131 -vertex 0.1850 -0.0492 -0.0131 +vertex 0.1680 -0.0531 -0.0170 +vertex 0.1970 -0.0492 -0.0131 +vertex 0.1860 -0.0492 -0.0131 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1960 -0.0492 -0.0131 -vertex 0.1670 -0.0531 -0.0170 -vertex 0.2280 -0.0531 -0.0170 +vertex 0.1970 -0.0492 -0.0131 +vertex 0.1680 -0.0531 -0.0170 +vertex 0.2290 -0.0531 -0.0170 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1670 -0.0531 -0.0170 -vertex 0.1850 -0.0492 -0.0131 -vertex 0.1850 -0.0400 -0.0039 +vertex 0.1680 -0.0531 -0.0170 +vertex 0.1860 -0.0492 -0.0131 +vertex 0.1860 -0.0400 -0.0039 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1670 -0.0361 0.0000 -vertex 0.1850 -0.0400 -0.0039 -vertex 0.1960 -0.0400 -0.0039 +vertex 0.1680 -0.0361 0.0000 +vertex 0.1860 -0.0400 -0.0039 +vertex 0.1970 -0.0400 -0.0039 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1850 -0.0400 -0.0039 -vertex 0.1670 -0.0361 0.0000 -vertex 0.1670 -0.0531 -0.0170 +vertex 0.1860 -0.0400 -0.0039 +vertex 0.1680 -0.0361 0.0000 +vertex 0.1680 -0.0531 -0.0170 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1670 -0.0361 0.0000 -vertex 0.1960 -0.0400 -0.0039 -vertex 0.2280 -0.0361 0.0000 +vertex 0.1680 -0.0361 0.0000 +vertex 0.1970 -0.0400 -0.0039 +vertex 0.2290 -0.0361 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1960 -0.0492 -0.0131 -vertex 0.2165 -0.0482 -0.0120 -vertex 0.1960 -0.0400 -0.0039 +vertex 0.1970 -0.0492 -0.0131 +vertex 0.2175 -0.0482 -0.0120 +vertex 0.1970 -0.0400 -0.0039 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.2165 -0.0482 -0.0120 -vertex 0.2280 -0.0531 -0.0170 -vertex 0.2225 -0.0482 -0.0120 +vertex 0.2175 -0.0482 -0.0120 +vertex 0.2290 -0.0531 -0.0170 +vertex 0.2235 -0.0482 -0.0120 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.2280 -0.0531 -0.0170 -vertex 0.2165 -0.0482 -0.0120 -vertex 0.1960 -0.0492 -0.0131 +vertex 0.2290 -0.0531 -0.0170 +vertex 0.2175 -0.0482 -0.0120 +vertex 0.1970 -0.0492 -0.0131 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.2225 -0.0482 -0.0120 -vertex 0.2280 -0.0531 -0.0170 -vertex 0.2280 -0.0361 0.0000 +vertex 0.2235 -0.0482 -0.0120 +vertex 0.2290 -0.0531 -0.0170 +vertex 0.2290 -0.0361 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.2165 -0.0411 -0.0049 -vertex 0.2225 -0.0411 -0.0049 -vertex 0.2280 -0.0361 0.0000 +vertex 0.2175 -0.0411 -0.0049 +vertex 0.2235 -0.0411 -0.0049 +vertex 0.2290 -0.0361 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.2280 -0.0361 0.0000 -vertex 0.2225 -0.0411 -0.0049 -vertex 0.2225 -0.0482 -0.0120 +vertex 0.2290 -0.0361 0.0000 +vertex 0.2235 -0.0411 -0.0049 +vertex 0.2235 -0.0482 -0.0120 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.2165 -0.0411 -0.0049 -vertex 0.2280 -0.0361 0.0000 -vertex 0.1960 -0.0400 -0.0039 +vertex 0.2175 -0.0411 -0.0049 +vertex 0.2290 -0.0361 0.0000 +vertex 0.1970 -0.0400 -0.0039 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.2165 -0.0482 -0.0120 -vertex 0.2165 -0.0411 -0.0049 -vertex 0.1960 -0.0400 -0.0039 +vertex 0.2175 -0.0482 -0.0120 +vertex 0.2175 -0.0411 -0.0049 +vertex 0.1970 -0.0400 -0.0039 endloop endfacet facet normal 0 0 0 @@ -3641,30 +3613,30 @@ endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1780 -0.0617 -0.0000 -vertex 0.1680 -0.0617 -0.0000 -vertex 0.1680 -0.0807 0.0191 +vertex 0.1790 -0.0617 -0.0000 +vertex 0.1690 -0.0617 -0.0000 +vertex 0.1690 -0.0807 0.0191 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1680 -0.0807 0.0191 -vertex 0.1780 -0.0807 0.0191 -vertex 0.1780 -0.0617 -0.0000 +vertex 0.1690 -0.0807 0.0191 +vertex 0.1790 -0.0807 0.0191 +vertex 0.1790 -0.0617 -0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1470 -0.0340 -0.0000 -vertex 0.1570 -0.0340 -0.0000 -vertex 0.1570 0.0000 -0.0000 +vertex 0.1480 -0.0340 -0.0000 +vertex 0.1580 -0.0340 -0.0000 +vertex 0.1580 0.0000 -0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1570 0.0000 -0.0000 -vertex 0.1470 0.0000 -0.0000 -vertex 0.1470 -0.0340 -0.0000 +vertex 0.1580 0.0000 -0.0000 +vertex 0.1480 0.0000 -0.0000 +vertex 0.1480 -0.0340 -0.0000 endloop endfacet facet normal 0 0 0 @@ -3683,30 +3655,30 @@ endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1570 -0.0700 0.0500 -vertex 0.1570 -0.0700 0.0450 -vertex 0.1330 -0.0700 0.0450 +vertex 0.1580 -0.0700 0.0500 +vertex 0.1580 -0.0700 0.0450 +vertex 0.1340 -0.0700 0.0450 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1330 -0.0700 0.0450 -vertex 0.1330 -0.0700 0.0500 -vertex 0.1570 -0.0700 0.0500 +vertex 0.1340 -0.0700 0.0450 +vertex 0.1340 -0.0700 0.0500 +vertex 0.1580 -0.0700 0.0500 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1570 -0.0531 -0.0170 -vertex 0.1670 -0.0531 -0.0170 -vertex 0.1670 -0.0361 0.0000 +vertex 0.1580 -0.0531 -0.0170 +vertex 0.1680 -0.0531 -0.0170 +vertex 0.1680 -0.0361 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1670 -0.0361 0.0000 -vertex 0.1570 -0.0361 0.0000 -vertex 0.1570 -0.0531 -0.0170 +vertex 0.1680 -0.0361 0.0000 +vertex 0.1580 -0.0361 0.0000 +vertex 0.1580 -0.0531 -0.0170 endloop endfacet facet normal 0 0 0 @@ -3725,16 +3697,16 @@ endloop endfacet facet normal 0 0 0 outer loop -vertex 0.2280 -0.0291 -0.0071 -vertex 0.2280 -0.0361 0.0000 -vertex 0.2280 -0.0531 -0.0170 +vertex 0.2290 -0.0291 -0.0071 +vertex 0.2290 -0.0361 0.0000 +vertex 0.2290 -0.0531 -0.0170 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.2280 -0.0531 -0.0170 -vertex 0.2280 -0.0460 -0.0240 -vertex 0.2280 -0.0291 -0.0071 +vertex 0.2290 -0.0531 -0.0170 +vertex 0.2290 -0.0460 -0.0240 +vertex 0.2290 -0.0291 -0.0071 endloop endfacet facet normal 0 0 0 @@ -3781,16 +3753,16 @@ endloop endfacet facet normal 0 0 0 outer loop -vertex 0.2280 -0.0531 -0.0631 -vertex 0.2280 -0.0531 -0.0531 -vertex 0.1670 -0.0531 -0.0531 +vertex 0.2290 -0.0531 -0.0631 +vertex 0.2290 -0.0531 -0.0531 +vertex 0.1680 -0.0531 -0.0531 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.1670 -0.0531 -0.0531 -vertex 0.1670 -0.0531 -0.0631 -vertex 0.2280 -0.0531 -0.0631 +vertex 0.1680 -0.0531 -0.0531 +vertex 0.1680 -0.0531 -0.0631 +vertex 0.2290 -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 a1d86939d92a971cf13d773e7116c00db33b01e9..e0a8e0bfdf8a5492adf5e615746bec03996021d3 100644 --- a/rocolib/output/ServoStackBatteryMount/graph-silhouette.dxf +++ b/rocolib/output/ServoStackBatteryMount/graph-silhouette.dxf @@ -943,13 +943,13 @@ LINE 8 0 10 -228.00000000000003 +229.00000000000003 20 150.30855600000004 30 0.0 11 -228.00000000000003 +229.00000000000003 21 150.30855600000004 31 @@ -967,7 +967,7 @@ LINE 30 0.0 11 -228.00000000000003 +229.00000000000003 21 150.30855600000004 31 @@ -1051,7 +1051,7 @@ LINE 8 0 10 -133.00000000000003 +134.00000000000003 20 150.30855600000004 30 @@ -1069,13 +1069,13 @@ LINE 8 0 10 -167.00000000000003 +168.0 20 150.30855600000004 30 0.0 11 -157.0 +158.00000000000003 21 150.30855600000004 31 @@ -1087,13 +1087,13 @@ LINE 8 0 10 -228.00000000000003 +229.00000000000003 20 150.30855600000004 30 0.0 11 -228.00000000000003 +229.00000000000003 21 150.30855600000004 31 @@ -1123,13 +1123,13 @@ LINE 8 0 10 -157.0 +158.00000000000003 20 150.30855600000004 30 0.0 11 -157.0 +158.00000000000003 21 116.30855600000002 31 @@ -1143,13 +1143,13 @@ DOTTED 8 0 10 -133.00000000000003 +134.00000000000003 20 116.30855600000002 30 0.0 11 -133.00000000000003 +134.00000000000003 21 150.30855600000004 31 @@ -1161,13 +1161,13 @@ LINE 8 0 10 -133.00000000000003 +134.00000000000003 20 80.30855600000002 30 0.0 11 -133.00000000000003 +134.00000000000003 21 116.30855600000002 31 @@ -1181,13 +1181,13 @@ DOTTED 8 0 10 -133.00000000000003 +134.00000000000003 20 80.30855600000002 30 0.0 11 -157.0 +158.00000000000003 21 80.30855600000002 31 @@ -1199,13 +1199,13 @@ LINE 8 0 10 -157.0 +158.00000000000003 20 116.30855600000002 30 0.0 11 -157.0 +158.00000000000003 21 80.30855600000002 31 @@ -1217,13 +1217,13 @@ LINE 8 0 10 -157.0 +158.00000000000003 20 80.30855600000002 30 0.0 11 -157.0 +158.00000000000003 21 35.30855600000002 31 @@ -1235,13 +1235,13 @@ LINE 8 0 10 -133.00000000000003 +134.00000000000003 20 35.30855600000002 30 0.0 11 -133.00000000000003 +134.00000000000003 21 80.30855600000002 31 @@ -1253,13 +1253,13 @@ LINE 8 0 10 -133.00000000000003 +134.00000000000003 20 30.308556000000017 30 0.0 11 -133.00000000000003 +134.00000000000003 21 35.30855600000002 31 @@ -1271,13 +1271,13 @@ LINE 8 0 10 -157.0 +158.00000000000003 20 30.308556000000017 30 0.0 11 -133.00000000000003 +134.00000000000003 21 30.308556000000017 31 @@ -1289,13 +1289,13 @@ LINE 8 0 10 -157.0 +158.00000000000003 20 35.30855600000002 30 0.0 11 -157.0 +158.00000000000003 21 30.308556000000017 31 @@ -1307,13 +1307,13 @@ LINE 8 0 10 -133.00000000000003 +134.00000000000003 20 116.30855600000002 30 0.0 11 -113.00000000000001 +114.00000000000001 21 116.30855600000002 31 @@ -1325,13 +1325,13 @@ LINE 8 0 10 -113.00000000000001 +114.00000000000001 20 150.30855600000004 30 0.0 11 -133.00000000000003 +134.00000000000003 21 150.30855600000004 31 @@ -1345,13 +1345,13 @@ DOTTED 8 0 10 -113.00000000000001 +114.00000000000001 20 116.30855600000002 30 0.0 11 -113.00000000000001 +114.00000000000001 21 150.30855600000004 31 @@ -1363,13 +1363,13 @@ LINE 8 0 10 -113.00000000000001 +114.00000000000001 20 116.30855600000002 30 0.0 11 -89.00000000000001 +90.0 21 116.30855600000002 31 @@ -1381,13 +1381,13 @@ LINE 8 0 10 -89.00000000000001 +90.0 20 150.30855600000004 30 0.0 11 -113.00000000000001 +114.00000000000001 21 150.30855600000004 31 @@ -1401,13 +1401,13 @@ DOTTED 8 0 10 -89.00000000000001 +90.0 20 116.30855600000002 30 0.0 11 -89.00000000000001 +90.0 21 150.30855600000004 31 @@ -1419,13 +1419,13 @@ LINE 8 0 10 -89.00000000000001 +90.0 20 116.30855600000002 30 0.0 11 -69.00000000000001 +70.00000000000001 21 116.30855600000002 31 @@ -1437,13 +1437,13 @@ LINE 8 0 10 -69.00000000000001 +70.00000000000001 20 150.30855600000004 30 0.0 11 -89.00000000000001 +90.0 21 150.30855600000004 31 @@ -1457,13 +1457,13 @@ DOTTED 8 0 10 -69.00000000000001 +70.00000000000001 20 150.30855600000004 30 0.0 11 -69.00000000000001 +70.00000000000001 21 116.30855600000002 31 @@ -1475,13 +1475,13 @@ LINE 8 0 10 -59.00000000000001 +60.00000000000001 20 150.30855600000004 30 0.0 11 -69.00000000000001 +70.00000000000001 21 150.30855600000004 31 @@ -1493,13 +1493,13 @@ LINE 8 0 10 -59.00000000000001 +60.00000000000001 20 116.30855600000002 30 0.0 11 -59.00000000000001 +60.00000000000001 21 150.30855600000004 31 @@ -1511,13 +1511,13 @@ LINE 8 0 10 -69.00000000000001 +70.00000000000001 20 116.30855600000002 30 0.0 11 -59.00000000000001 +60.00000000000001 21 116.30855600000002 31 @@ -1531,13 +1531,13 @@ DOTTED 8 0 10 -167.00000000000003 +168.0 20 114.16993400081472 30 0.0 11 -228.00000000000003 +229.00000000000003 21 114.16993400081472 31 @@ -1549,13 +1549,13 @@ LINE 8 0 10 -228.00000000000003 +229.00000000000003 20 150.30855600000004 30 0.0 11 -228.00000000000003 +229.00000000000003 21 114.16993400081472 31 @@ -1567,13 +1567,13 @@ LINE 8 0 10 -167.00000000000003 +168.0 20 114.16993400081472 30 0.0 11 -167.00000000000003 +168.0 21 150.30855600000004 31 @@ -1587,13 +1587,13 @@ DOTTED 8 0 10 -228.00000000000003 +229.00000000000003 20 90.16993400081472 30 0.0 11 -167.00000000000003 +168.0 21 90.16993400081472 31 @@ -1607,13 +1607,13 @@ DOTTED 8 0 10 -228.00000000000003 +229.00000000000003 20 90.16993400081472 30 0.0 11 -228.00000000000003 +229.00000000000003 21 114.16993400081472 31 @@ -1625,13 +1625,13 @@ LINE 8 0 10 -167.00000000000003 +168.0 20 54.03131200162941 30 0.0 11 -167.00000000000003 +168.0 21 90.16993400081473 31 @@ -1643,13 +1643,13 @@ LINE 8 0 10 -228.00000000000003 +229.00000000000003 20 90.16993400081473 30 0.0 11 -228.00000000000003 +229.00000000000003 21 54.03131200162941 31 @@ -1661,13 +1661,13 @@ LINE 8 0 10 -167.00000000000003 +168.0 20 44.03131200162941 30 0.0 11 -167.00000000000003 +168.0 21 54.03131200162941 31 @@ -1679,13 +1679,13 @@ LINE 8 0 10 -228.00000000000003 +229.00000000000003 20 44.03131200162941 30 0.0 11 -167.00000000000003 +168.0 21 44.03131200162941 31 @@ -1697,13 +1697,13 @@ LINE 8 0 10 -228.00000000000003 +229.00000000000003 20 54.03131200162941 30 0.0 11 -228.00000000000003 +229.00000000000003 21 44.03131200162941 31 @@ -1715,13 +1715,13 @@ LINE 8 0 10 -238.00000000000003 +239.00000000000003 20 90.16993400081472 30 0.0 11 -228.00000000000003 +229.00000000000003 21 90.16993400081472 31 @@ -1733,13 +1733,13 @@ LINE 8 0 10 -238.00000000000003 +239.00000000000003 20 114.16993400081472 30 0.0 11 -238.00000000000003 +239.00000000000003 21 90.16993400081472 31 @@ -1751,13 +1751,13 @@ LINE 8 0 10 -228.00000000000003 +229.00000000000003 20 114.16993400081472 30 0.0 11 -238.00000000000003 +239.00000000000003 21 114.16993400081472 31 @@ -1769,13 +1769,13 @@ LINE 8 0 10 -157.0 +158.00000000000003 20 114.16993400081472 30 0.0 11 -167.00000000000003 +168.0 21 114.16993400081472 31 @@ -1787,13 +1787,13 @@ LINE 8 0 10 -157.0 +158.00000000000003 20 90.16993400081472 30 0.0 11 -157.0 +158.00000000000003 21 114.16993400081472 31 @@ -1805,13 +1805,13 @@ LINE 8 0 10 -167.00000000000003 +168.0 20 90.16993400081472 30 0.0 11 -157.0 +158.00000000000003 21 90.16993400081472 31 @@ -1913,13 +1913,13 @@ LINE 8 0 10 -149.25000000000003 +150.25 20 139.2252226666667 30 0.0 11 -149.25000000000003 +150.25 21 127.39188933333337 31 @@ -1931,13 +1931,13 @@ LINE 8 0 10 -149.25000000000003 +150.25 20 127.39188933333337 30 0.0 11 -149.75 +150.75000000000003 21 127.39188933333337 31 @@ -1949,13 +1949,13 @@ LINE 8 0 10 -149.75 +150.75000000000003 20 127.39188933333337 30 0.0 11 -149.75 +150.75000000000003 21 139.2252226666667 31 @@ -1967,13 +1967,13 @@ LINE 8 0 10 -149.75 +150.75000000000003 20 139.2252226666667 30 0.0 11 -149.25000000000003 +150.25 21 139.2252226666667 31 @@ -1985,13 +1985,13 @@ LINE 8 0 10 -149.00000000000003 +150.0 20 31.558556000000014 30 0.0 11 -151.50000000000003 +152.5 21 31.558556000000014 31 @@ -2003,13 +2003,13 @@ LINE 8 0 10 -151.50000000000003 +152.5 20 31.558556000000014 30 0.0 11 -149.00000000000003 +150.0 21 34.05855600000001 31 @@ -2021,13 +2021,13 @@ LINE 8 0 10 -149.00000000000003 +150.0 20 34.05855600000001 30 0.0 11 -141.0 +142.00000000000003 21 34.05855600000001 31 @@ -2039,13 +2039,13 @@ LINE 8 0 10 -141.0 +142.00000000000003 20 34.05855600000001 30 0.0 11 -138.5 +139.50000000000003 21 31.558556000000014 31 @@ -2057,13 +2057,13 @@ LINE 8 0 10 -138.5 +139.50000000000003 20 31.558556000000014 30 0.0 11 -141.0 +142.00000000000003 21 31.558556000000014 31 @@ -2075,13 +2075,13 @@ LINE 8 0 10 -114.00000000000001 +115.00000000000001 20 127.30855600000004 30 0.0 11 -118.00000000000001 +119.00000000000001 21 127.30855600000004 31 @@ -2093,13 +2093,13 @@ LINE 8 0 10 -118.00000000000001 +119.00000000000001 20 127.30855600000004 30 0.0 11 -118.00000000000001 +119.00000000000001 21 139.30855600000004 31 @@ -2111,13 +2111,13 @@ LINE 8 0 10 -118.00000000000001 +119.00000000000001 20 139.30855600000004 30 0.0 11 -114.00000000000001 +115.00000000000001 21 139.30855600000004 31 @@ -2129,13 +2129,13 @@ LINE 8 0 10 -114.00000000000001 +115.00000000000001 20 139.30855600000004 30 0.0 11 -114.00000000000001 +115.00000000000001 21 127.30855600000004 31 @@ -2147,13 +2147,13 @@ LINE 8 0 10 -126.00000000000001 +127.00000000000001 20 128.808556 30 0.0 11 -130.0 +131.0 21 128.808556 31 @@ -2165,13 +2165,13 @@ LINE 8 0 10 -130.0 +131.0 20 128.808556 30 0.0 11 -130.0 +131.0 21 137.808556 31 @@ -2183,13 +2183,13 @@ LINE 8 0 10 -130.0 +131.0 20 137.808556 30 0.0 11 -126.00000000000001 +127.00000000000001 21 137.808556 31 @@ -2201,13 +2201,13 @@ LINE 8 0 10 -126.00000000000001 +127.00000000000001 20 137.808556 30 0.0 11 -126.00000000000001 +127.00000000000001 21 128.808556 31 @@ -2219,13 +2219,13 @@ LINE 8 0 10 -89.50000000000001 +90.50000000000001 20 127.30855600000004 30 0.0 11 -112.50000000000001 +113.50000000000001 21 127.30855600000004 31 @@ -2237,13 +2237,13 @@ LINE 8 0 10 -112.50000000000001 +113.50000000000001 20 127.30855600000004 30 0.0 11 -112.50000000000001 +113.50000000000001 21 139.30855600000004 31 @@ -2255,13 +2255,13 @@ LINE 8 0 10 -112.50000000000001 +113.50000000000001 20 139.30855600000004 30 0.0 11 -89.50000000000001 +90.50000000000001 21 139.30855600000004 31 @@ -2273,13 +2273,13 @@ LINE 8 0 10 -89.50000000000001 +90.50000000000001 20 139.30855600000004 30 0.0 11 -89.50000000000001 +90.50000000000001 21 127.30855600000004 31 @@ -2291,13 +2291,13 @@ LINE 8 0 10 -84.0 +85.00000000000001 20 127.30855600000004 30 0.0 11 -88.00000000000001 +89.00000000000001 21 127.30855600000004 31 @@ -2309,13 +2309,13 @@ LINE 8 0 10 -88.00000000000001 +89.00000000000001 20 127.30855600000004 30 0.0 11 -88.00000000000001 +89.00000000000001 21 139.30855600000004 31 @@ -2327,13 +2327,13 @@ LINE 8 0 10 -88.00000000000001 +89.00000000000001 20 139.30855600000004 30 0.0 11 -84.0 +85.00000000000001 21 139.30855600000004 31 @@ -2345,13 +2345,13 @@ LINE 8 0 10 -84.0 +85.00000000000001 20 139.30855600000004 30 0.0 11 -84.0 +85.00000000000001 21 127.30855600000004 31 @@ -2363,13 +2363,13 @@ LINE 8 0 10 -61.50000000000001 +62.50000000000001 20 127.64188933333337 30 0.0 11 -66.50000000000001 +67.50000000000001 21 127.64188933333337 31 @@ -2381,13 +2381,13 @@ LINE 8 0 10 -66.50000000000001 +67.50000000000001 20 127.64188933333337 30 0.0 11 -66.50000000000001 +67.50000000000001 21 138.9752226666667 31 @@ -2399,13 +2399,13 @@ LINE 8 0 10 -66.50000000000001 +67.50000000000001 20 138.9752226666667 30 0.0 11 -61.50000000000001 +62.50000000000001 21 138.9752226666667 31 @@ -2417,13 +2417,13 @@ LINE 8 0 10 -185.00000000000003 +186.00000000000003 20 95.66993400081472 30 0.0 11 -196.00000000000003 +197.00000000000003 21 95.66993400081472 31 @@ -2435,13 +2435,13 @@ LINE 8 0 10 -196.00000000000003 +197.00000000000003 20 95.66993400081472 30 0.0 11 -196.00000000000003 +197.00000000000003 21 108.66993400081472 31 @@ -2453,13 +2453,13 @@ LINE 8 0 10 -196.00000000000003 +197.00000000000003 20 108.66993400081472 30 0.0 11 -185.00000000000003 +186.00000000000003 21 108.66993400081472 31 @@ -2471,13 +2471,13 @@ LINE 8 0 10 -185.00000000000003 +186.00000000000003 20 108.66993400081472 30 0.0 11 -185.00000000000003 +186.00000000000003 21 95.66993400081472 31 @@ -2489,13 +2489,13 @@ LINE 8 0 10 -216.50000000000003 +217.50000000000003 20 97.16993400081472 30 0.0 11 -222.50000000000003 +223.50000000000003 21 97.16993400081472 31 @@ -2507,13 +2507,13 @@ LINE 8 0 10 -222.50000000000003 +223.50000000000003 20 97.16993400081472 30 0.0 11 -222.50000000000003 +223.50000000000003 21 107.16993400081472 31 @@ -2525,13 +2525,13 @@ LINE 8 0 10 -222.50000000000003 +223.50000000000003 20 107.16993400081472 30 0.0 11 -216.50000000000003 +217.50000000000003 21 107.16993400081472 31 @@ -2543,13 +2543,13 @@ LINE 8 0 10 -216.50000000000003 +217.50000000000003 20 107.16993400081472 30 0.0 11 -216.50000000000003 +217.50000000000003 21 97.16993400081472 31 @@ -2561,13 +2561,13 @@ LINE 8 0 10 -216.90909090909093 +217.90909090909093 20 46.5313120016294 30 0.0 11 -216.90909090909093 +217.90909090909093 21 51.53131200162941 31 @@ -2579,13 +2579,13 @@ LINE 8 0 10 -216.90909090909093 +217.90909090909093 20 51.53131200162941 30 0.0 11 -205.81818181818184 +206.81818181818184 21 51.53131200162941 31 @@ -2597,13 +2597,13 @@ LINE 8 0 10 -205.81818181818184 +206.81818181818184 20 51.53131200162941 30 0.0 11 -205.81818181818184 +206.81818181818184 21 46.5313120016294 31 @@ -2615,13 +2615,13 @@ LINE 8 0 10 -189.18181818181822 +190.18181818181822 20 46.5313120016294 30 0.0 11 -189.18181818181822 +190.18181818181822 21 51.53131200162941 31 @@ -2633,13 +2633,13 @@ LINE 8 0 10 -189.18181818181822 +190.18181818181822 20 51.53131200162941 30 0.0 11 -178.09090909090912 +179.09090909090912 21 51.53131200162941 31 @@ -2651,13 +2651,13 @@ LINE 8 0 10 -178.09090909090912 +179.09090909090912 20 51.53131200162941 30 0.0 11 -178.09090909090912 +179.09090909090912 21 46.5313120016294 31 @@ -2669,13 +2669,13 @@ LINE 8 0 10 -235.50000000000003 +236.50000000000003 20 106.16993400081472 30 0.0 11 -230.50000000000003 +231.50000000000003 21 106.16993400081472 31 @@ -2687,13 +2687,13 @@ LINE 8 0 10 -230.50000000000003 +231.50000000000003 20 106.16993400081472 30 0.0 11 -230.50000000000003 +231.50000000000003 21 98.16993400081472 31 @@ -2705,13 +2705,13 @@ LINE 8 0 10 -230.50000000000003 +231.50000000000003 20 98.16993400081472 30 0.0 11 -235.50000000000003 +236.50000000000003 21 98.16993400081472 31 @@ -2723,13 +2723,13 @@ LINE 8 0 10 -159.5 +160.50000000000003 20 98.16993400081472 30 0.0 11 -164.50000000000003 +165.50000000000003 21 98.16993400081472 31 @@ -2741,13 +2741,13 @@ LINE 8 0 10 -164.50000000000003 +165.50000000000003 20 98.16993400081472 30 0.0 11 -164.50000000000003 +165.50000000000003 21 106.16993400081472 31 @@ -2759,13 +2759,13 @@ LINE 8 0 10 -164.50000000000003 +165.50000000000003 20 106.16993400081472 30 0.0 11 -159.5 +160.50000000000003 21 106.16993400081472 31 @@ -2777,13 +2777,13 @@ LINE 8 0 10 -476.00000000000006 +478.00000000000006 20 150.30855600000004 30 0.0 11 -476.00000000000006 +478.00000000000006 21 150.30855600000004 31 @@ -2795,13 +2795,13 @@ LINE 8 0 10 -248.00000000000006 +249.00000000000003 20 150.30855600000004 30 0.0 11 -476.00000000000006 +478.00000000000006 21 150.30855600000004 31 @@ -2813,13 +2813,13 @@ LINE 8 0 10 -248.00000000000006 +249.00000000000003 20 150.30855600000004 30 0.0 11 -248.00000000000006 +249.00000000000003 21 150.30855600000004 31 @@ -2831,13 +2831,13 @@ LINE 8 0 10 -309.0 +310.0 20 150.30855600000004 30 0.0 11 -248.00000000000006 +249.00000000000003 21 150.30855600000004 31 @@ -2849,13 +2849,13 @@ LINE 8 0 10 -319.0 +320.00000000000006 20 150.30855600000004 30 0.0 11 -309.0 +310.0 21 150.30855600000004 31 @@ -2867,13 +2867,13 @@ LINE 8 0 10 -416.00000000000006 +418.00000000000006 20 150.30855600000004 30 0.0 11 -343.00000000000006 +344.00000000000006 21 150.30855600000004 31 @@ -2885,13 +2885,13 @@ LINE 8 0 10 -416.00000000000006 +418.00000000000006 20 150.30855600000004 30 0.0 11 -416.00000000000006 +418.00000000000006 21 150.30855600000004 31 @@ -2903,13 +2903,13 @@ LINE 8 0 10 -248.00000000000006 +249.00000000000003 20 150.30855600000004 30 0.0 11 -248.00000000000006 +249.00000000000003 21 150.30855600000004 31 @@ -2921,13 +2921,13 @@ LINE 8 0 10 -319.0 +320.00000000000006 20 116.30855600000002 30 0.0 11 -319.0 +320.00000000000006 21 150.30855600000004 31 @@ -2941,13 +2941,13 @@ DOTTED 8 0 10 -343.00000000000006 +344.00000000000006 20 150.30855600000004 30 0.0 11 -343.00000000000006 +344.00000000000006 21 116.30855600000002 31 @@ -2959,13 +2959,13 @@ LINE 8 0 10 -319.0 +320.00000000000006 20 80.30855600000002 30 0.0 11 -319.0 +320.00000000000006 21 116.30855600000002 31 @@ -2979,13 +2979,13 @@ DOTTED 8 0 10 -319.0 +320.00000000000006 20 80.30855600000002 30 0.0 11 -343.00000000000006 +344.00000000000006 21 80.30855600000002 31 @@ -2997,13 +2997,13 @@ LINE 8 0 10 -343.00000000000006 +344.00000000000006 20 116.30855600000002 30 0.0 11 -343.00000000000006 +344.00000000000006 21 80.30855600000002 31 @@ -3015,13 +3015,13 @@ LINE 8 0 10 -343.00000000000006 +344.00000000000006 20 80.30855600000002 30 0.0 11 -343.00000000000006 +344.00000000000006 21 35.30855600000002 31 @@ -3033,13 +3033,13 @@ LINE 8 0 10 -319.0 +320.00000000000006 20 35.30855600000002 30 0.0 11 -319.0 +320.00000000000006 21 80.30855600000002 31 @@ -3051,13 +3051,13 @@ LINE 8 0 10 -343.00000000000006 +344.00000000000006 20 35.30855600000002 30 0.0 11 -319.0 +320.00000000000006 21 35.30855600000002 31 @@ -3069,13 +3069,13 @@ LINE 8 0 10 -343.00000000000006 +344.00000000000006 20 150.30855600000004 30 0.0 11 -363.00000000000006 +364.0 21 150.30855600000004 31 @@ -3087,13 +3087,13 @@ LINE 8 0 10 -363.00000000000006 +364.0 20 116.30855600000002 30 0.0 11 -343.00000000000006 +344.00000000000006 21 116.30855600000002 31 @@ -3107,13 +3107,13 @@ DOTTED 8 0 10 -363.00000000000006 +364.0 20 150.30855600000004 30 0.0 11 -363.00000000000006 +364.0 21 116.30855600000002 31 @@ -3125,13 +3125,13 @@ LINE 8 0 10 -363.00000000000006 +364.0 20 150.30855600000004 30 0.0 11 -387.0 +388.00000000000006 21 150.30855600000004 31 @@ -3143,13 +3143,13 @@ LINE 8 0 10 -387.0 +388.00000000000006 20 116.30855600000002 30 0.0 11 -363.00000000000006 +364.0 21 116.30855600000002 31 @@ -3163,13 +3163,13 @@ DOTTED 8 0 10 -387.0 +388.00000000000006 20 150.30855600000004 30 0.0 11 -387.0 +388.00000000000006 21 116.30855600000002 31 @@ -3181,13 +3181,13 @@ LINE 8 0 10 -387.0 +388.00000000000006 20 150.30855600000004 30 0.0 11 -407.00000000000006 +408.00000000000006 21 150.30855600000004 31 @@ -3199,13 +3199,13 @@ LINE 8 0 10 -407.00000000000006 +408.00000000000006 20 116.30855600000002 30 0.0 11 -387.0 +388.00000000000006 21 116.30855600000002 31 @@ -3219,13 +3219,13 @@ DOTTED 8 0 10 -407.00000000000006 +408.00000000000006 20 116.30855600000002 30 0.0 11 -407.00000000000006 +408.00000000000006 21 150.30855600000004 31 @@ -3237,13 +3237,13 @@ LINE 8 0 10 -417.00000000000006 +418.00000000000006 20 116.30855600000002 30 0.0 11 -407.00000000000006 +408.00000000000006 21 116.30855600000002 31 @@ -3255,13 +3255,13 @@ LINE 8 0 10 -417.00000000000006 +418.00000000000006 20 150.30855600000004 30 0.0 11 -417.00000000000006 +418.00000000000006 21 116.30855600000002 31 @@ -3273,13 +3273,13 @@ LINE 8 0 10 -407.00000000000006 +408.00000000000006 20 150.30855600000004 30 0.0 11 -417.00000000000006 +418.00000000000006 21 150.30855600000004 31 @@ -3291,13 +3291,13 @@ LINE 8 0 10 -476.00000000000006 +478.00000000000006 20 150.30855600000004 30 0.0 11 -476.00000000000006 +478.00000000000006 21 88.65427796513858 31 @@ -3309,13 +3309,13 @@ LINE 8 0 10 -416.00000000000006 +418.00000000000006 20 88.65427796513858 30 0.0 11 -416.00000000000006 +418.00000000000006 21 150.30855600000004 31 @@ -3329,13 +3329,13 @@ DOTTED 8 0 10 -416.00000000000006 +418.00000000000006 20 88.65427796513858 30 0.0 11 -476.00000000000006 +478.00000000000006 21 88.65427796513858 31 @@ -3347,13 +3347,13 @@ LINE 8 0 10 -416.00000000000006 +418.00000000000006 20 61.65427796513857 30 0.0 11 -416.00000000000006 +418.00000000000006 21 88.65427796513858 31 @@ -3367,13 +3367,13 @@ DOTTED 8 0 10 -476.00000000000006 +478.00000000000006 20 61.65427796513857 30 0.0 11 -416.00000000000006 +418.00000000000006 21 61.65427796513857 31 @@ -3387,13 +3387,13 @@ DOTTED 8 0 10 -476.00000000000006 +478.00000000000006 20 88.65427796513858 30 0.0 11 -476.00000000000006 +478.00000000000006 21 61.65427796513857 31 @@ -3405,13 +3405,13 @@ LINE 8 0 10 -416.00000000000006 +418.00000000000006 20 -6.972288701945219e-08 30 0.0 11 -416.00000000000006 +418.00000000000006 21 61.65427796513857 31 @@ -3423,13 +3423,13 @@ LINE 8 0 10 -476.00000000000006 +478.00000000000006 20 -6.972288701945219e-08 30 0.0 11 -416.00000000000006 +418.00000000000006 21 -6.972288701945219e-08 31 @@ -3441,13 +3441,13 @@ LINE 8 0 10 -476.00000000000006 +478.00000000000006 20 61.65427796513857 30 0.0 11 -476.00000000000006 +478.00000000000006 21 -6.972288701945219e-08 31 @@ -3459,13 +3459,13 @@ LINE 8 0 10 -476.00000000000006 +478.00000000000006 20 88.65427796513858 30 0.0 11 -493.00000000000006 +495.00000000000006 21 88.65427796513858 31 @@ -3477,13 +3477,13 @@ LINE 8 0 10 -493.00000000000006 +495.00000000000006 20 61.65427796513857 30 0.0 11 -476.00000000000006 +478.00000000000006 21 61.65427796513857 31 @@ -3497,13 +3497,13 @@ DOTTED 8 0 10 -493.00000000000006 +495.00000000000006 20 88.65427796513858 30 0.0 11 -493.00000000000006 +495.00000000000006 21 61.65427796513857 31 @@ -3515,13 +3515,13 @@ LINE 8 0 10 -493.00000000000006 +495.00000000000006 20 88.65427796513858 30 0.0 11 -553.0000000000001 +555.0 21 88.65427796513858 31 @@ -3533,13 +3533,13 @@ LINE 8 0 10 -553.0000000000001 +555.0 20 61.65427796513857 30 0.0 11 -493.00000000000006 +495.00000000000006 21 61.65427796513857 31 @@ -3553,13 +3553,13 @@ DOTTED 8 0 10 -553.0000000000001 +555.0 20 88.65427796513858 30 0.0 11 -553.0000000000001 +555.0 21 61.65427796513857 31 @@ -3571,13 +3571,13 @@ LINE 8 0 10 -553.0000000000001 +555.0 20 88.65427796513858 30 0.0 11 -570.0000000000001 +572.0 21 88.65427796513858 31 @@ -3589,13 +3589,13 @@ LINE 8 0 10 -570.0000000000001 +572.0 20 61.65427796513857 30 0.0 11 -553.0000000000001 +555.0 21 61.65427796513857 31 @@ -3609,13 +3609,13 @@ DOTTED 8 0 10 -570.0000000000001 +572.0 20 61.65427796513857 30 0.0 11 -570.0000000000001 +572.0 21 88.65427796513858 31 @@ -3627,13 +3627,13 @@ LINE 8 0 10 -580.0000000000001 +582.0 20 61.65427796513857 30 0.0 11 -570.0000000000001 +572.0 21 61.65427796513857 31 @@ -3645,13 +3645,13 @@ LINE 8 0 10 -580.0000000000001 +582.0 20 88.65427796513858 30 0.0 11 -580.0000000000001 +582.0 21 61.65427796513857 31 @@ -3663,13 +3663,13 @@ LINE 8 0 10 -570.0000000000001 +572.0 20 88.65427796513858 30 0.0 11 -580.0000000000001 +582.0 21 88.65427796513858 31 @@ -3681,13 +3681,13 @@ LINE 8 0 10 -270.43181818181824 +271.4318181818182 20 158.058556 30 0.0 11 -258.8409090909091 +259.8409090909092 21 158.058556 31 @@ -3699,13 +3699,13 @@ LINE 8 0 10 -258.8409090909091 +259.8409090909092 20 158.058556 30 0.0 11 -258.8409090909091 +259.8409090909092 21 157.55855600000004 31 @@ -3717,13 +3717,13 @@ LINE 8 0 10 -258.8409090909091 +259.8409090909092 20 157.55855600000004 30 0.0 11 -270.43181818181824 +271.4318181818182 21 157.55855600000004 31 @@ -3735,13 +3735,13 @@ LINE 8 0 10 -270.43181818181824 +271.4318181818182 20 157.55855600000004 30 0.0 11 -270.43181818181824 +271.4318181818182 21 158.058556 31 @@ -3753,13 +3753,13 @@ LINE 8 0 10 -298.159090909091 +299.159090909091 20 158.058556 30 0.0 11 -286.56818181818187 +287.56818181818187 21 158.058556 31 @@ -3771,13 +3771,13 @@ LINE 8 0 10 -286.56818181818187 +287.56818181818187 20 158.058556 30 0.0 11 -286.56818181818187 +287.56818181818187 21 157.55855600000004 31 @@ -3789,13 +3789,13 @@ LINE 8 0 10 -286.56818181818187 +287.56818181818187 20 157.55855600000004 30 0.0 11 -298.159090909091 +299.159090909091 21 157.55855600000004 31 @@ -3807,13 +3807,13 @@ LINE 8 0 10 -298.159090909091 +299.159090909091 20 157.55855600000004 30 0.0 11 -298.159090909091 +299.159090909091 21 158.058556 31 @@ -3825,13 +3825,13 @@ LINE 8 0 10 -326.75000000000006 +327.75 20 127.39188933333335 30 0.0 11 -326.75000000000006 +327.75 21 139.2252226666667 31 @@ -3843,13 +3843,13 @@ LINE 8 0 10 -326.75000000000006 +327.75 20 139.2252226666667 30 0.0 11 -326.25000000000006 +327.25 21 139.2252226666667 31 @@ -3861,13 +3861,13 @@ LINE 8 0 10 -326.25000000000006 +327.25 20 139.2252226666667 30 0.0 11 -326.25000000000006 +327.25 21 127.39188933333335 31 @@ -3879,13 +3879,13 @@ LINE 8 0 10 -326.25000000000006 +327.25 20 127.39188933333335 30 0.0 11 -326.75000000000006 +327.75 21 127.39188933333335 31 @@ -3897,13 +3897,13 @@ LINE 8 0 10 -335.25000000000006 +336.25 20 39.30855600000002 30 0.0 11 -326.75000000000006 +327.75 21 39.30855600000002 31 @@ -3915,13 +3915,13 @@ LINE 8 0 10 -326.75000000000006 +327.75 20 39.30855600000002 30 0.0 11 -326.75000000000006 +327.75 21 38.80855600000002 31 @@ -3933,13 +3933,13 @@ LINE 8 0 10 -326.75000000000006 +327.75 20 38.80855600000002 30 0.0 11 -335.25000000000006 +336.25 21 38.80855600000002 31 @@ -3951,13 +3951,13 @@ LINE 8 0 10 -335.25000000000006 +336.25 20 38.80855600000002 30 0.0 11 -335.25000000000006 +336.25 21 39.30855600000002 31 @@ -3969,13 +3969,13 @@ LINE 8 0 10 -362.00000000000006 +363.00000000000006 20 139.30855600000004 30 0.0 11 -358.00000000000006 +359.0 21 139.30855600000004 31 @@ -3987,13 +3987,13 @@ LINE 8 0 10 -358.00000000000006 +359.0 20 139.30855600000004 30 0.0 11 -358.00000000000006 +359.0 21 127.30855600000004 31 @@ -4005,13 +4005,13 @@ LINE 8 0 10 -358.00000000000006 +359.0 20 127.30855600000004 30 0.0 11 -362.00000000000006 +363.00000000000006 21 127.30855600000004 31 @@ -4023,13 +4023,13 @@ LINE 8 0 10 -362.00000000000006 +363.00000000000006 20 127.30855600000004 30 0.0 11 -362.00000000000006 +363.00000000000006 21 139.30855600000004 31 @@ -4041,13 +4041,13 @@ LINE 8 0 10 -350.0 +351.0 20 137.808556 30 0.0 11 -346.0 +347.00000000000006 21 137.808556 31 @@ -4059,13 +4059,13 @@ LINE 8 0 10 -346.0 +347.00000000000006 20 137.808556 30 0.0 11 -346.0 +347.00000000000006 21 128.808556 31 @@ -4077,13 +4077,13 @@ LINE 8 0 10 -346.0 +347.00000000000006 20 128.808556 30 0.0 11 -350.0 +351.0 21 128.808556 31 @@ -4095,13 +4095,13 @@ LINE 8 0 10 -350.0 +351.0 20 128.808556 30 0.0 11 -350.0 +351.0 21 137.808556 31 @@ -4113,13 +4113,13 @@ LINE 8 0 10 -386.5 +387.50000000000006 20 139.30855600000004 30 0.0 11 -363.5 +364.5 21 139.30855600000004 31 @@ -4131,13 +4131,13 @@ LINE 8 0 10 -363.5 +364.5 20 139.30855600000004 30 0.0 11 -363.5 +364.5 21 127.30855600000004 31 @@ -4149,13 +4149,13 @@ LINE 8 0 10 -363.5 +364.5 20 127.30855600000004 30 0.0 11 -386.5 +387.50000000000006 21 127.30855600000004 31 @@ -4167,13 +4167,13 @@ LINE 8 0 10 -386.5 +387.50000000000006 20 127.30855600000004 30 0.0 11 -386.5 +387.50000000000006 21 139.30855600000004 31 @@ -4185,13 +4185,13 @@ LINE 8 0 10 -392.00000000000006 +393.00000000000006 20 139.30855600000004 30 0.0 11 -388.00000000000006 +389.00000000000006 21 139.30855600000004 31 @@ -4203,13 +4203,13 @@ LINE 8 0 10 -388.00000000000006 +389.00000000000006 20 139.30855600000004 30 0.0 11 -388.00000000000006 +389.00000000000006 21 127.30855600000004 31 @@ -4221,13 +4221,13 @@ LINE 8 0 10 -388.00000000000006 +389.00000000000006 20 127.30855600000004 30 0.0 11 -392.00000000000006 +393.00000000000006 21 127.30855600000004 31 @@ -4239,13 +4239,13 @@ LINE 8 0 10 -392.00000000000006 +393.00000000000006 20 127.30855600000004 30 0.0 11 -392.00000000000006 +393.00000000000006 21 139.30855600000004 31 @@ -4257,13 +4257,13 @@ LINE 8 0 10 -414.50000000000006 +415.50000000000006 20 138.9752226666667 30 0.0 11 -409.5 +410.50000000000006 21 138.9752226666667 31 @@ -4275,13 +4275,13 @@ LINE 8 0 10 -409.5 +410.50000000000006 20 138.9752226666667 30 0.0 11 -409.5 +410.50000000000006 21 127.64188933333335 31 @@ -4293,13 +4293,13 @@ LINE 8 0 10 -409.5 +410.50000000000006 20 127.64188933333335 30 0.0 11 -414.50000000000006 +415.50000000000006 21 127.64188933333335 31 @@ -4311,13 +4311,13 @@ LINE 8 0 10 -475.50000000000006 +481.00000000000006 20 84.15427796513858 30 0.0 11 -472.50000000000006 +475.00000000000006 21 84.15427796513858 31 @@ -4329,13 +4329,13 @@ LINE 8 0 10 -472.50000000000006 +475.00000000000006 20 84.15427796513858 30 0.0 11 -472.50000000000006 +475.00000000000006 21 66.15427796513858 31 @@ -4347,13 +4347,13 @@ LINE 8 0 10 -472.50000000000006 +475.00000000000006 20 66.15427796513858 30 0.0 11 -475.50000000000006 +481.00000000000006 21 66.15427796513858 31 @@ -4365,13 +4365,13 @@ LINE 8 0 10 -475.50000000000006 +481.00000000000006 20 66.15427796513858 30 0.0 11 -475.50000000000006 +481.00000000000006 21 84.15427796513858 31 @@ -4383,13 +4383,13 @@ LINE 8 0 10 -423.75000000000006 +425.75000000000006 20 70.40427796513856 30 0.0 11 -423.75000000000006 +425.75000000000006 21 79.90427796513858 31 @@ -4401,13 +4401,13 @@ LINE 8 0 10 -423.75000000000006 +425.75000000000006 20 79.90427796513858 30 0.0 11 -423.25 +425.25000000000006 21 79.90427796513858 31 @@ -4419,13 +4419,13 @@ LINE 8 0 10 -423.25 +425.25000000000006 20 79.90427796513858 30 0.0 11 -423.25 +425.25000000000006 21 70.40427796513856 31 @@ -4437,13 +4437,13 @@ LINE 8 0 10 -423.25 +425.25000000000006 20 70.40427796513856 30 0.0 11 -423.75000000000006 +425.75000000000006 21 70.40427796513856 31 @@ -4455,13 +4455,13 @@ LINE 8 0 10 -456.25000000000006 +458.25000000000006 20 7.749999930277114 30 0.0 11 -435.75000000000006 +437.75000000000006 21 7.749999930277114 31 @@ -4473,13 +4473,13 @@ LINE 8 0 10 -435.75000000000006 +437.75000000000006 20 7.749999930277114 30 0.0 11 -435.75000000000006 +437.75000000000006 21 7.249999930277114 31 @@ -4491,13 +4491,13 @@ LINE 8 0 10 -435.75000000000006 +437.75000000000006 20 7.249999930277114 30 0.0 11 -456.25000000000006 +458.25000000000006 21 7.249999930277114 31 @@ -4509,13 +4509,13 @@ LINE 8 0 10 -456.25000000000006 +458.25000000000006 20 7.249999930277114 30 0.0 11 -456.25000000000006 +458.25000000000006 21 7.749999930277114 31 @@ -4527,85 +4527,13 @@ LINE 8 0 10 -479.00000000000006 - 20 -84.15427796513858 - 30 -0.0 - 11 -476.00000000000006 - 21 -84.15427796513858 - 31 -0.0 - 0 -LINE - 62 -5 - 8 -0 - 10 -476.00000000000006 - 20 -84.15427796513858 - 30 -0.0 - 11 -476.00000000000006 - 21 -66.15427796513858 - 31 -0.0 - 0 -LINE - 62 -5 - 8 -0 - 10 -476.00000000000006 - 20 -66.15427796513858 - 30 -0.0 - 11 -479.00000000000006 - 21 -66.15427796513858 - 31 -0.0 - 0 -LINE - 62 -5 - 8 -0 - 10 -479.00000000000006 - 20 -66.15427796513858 - 30 -0.0 - 11 -479.00000000000006 - 21 -84.15427796513858 - 31 -0.0 - 0 -LINE - 62 -5 - 8 -0 - 10 -577.5000000000001 +579.5000000000001 20 79.65427796513858 30 0.0 11 -572.5 +574.5 21 79.65427796513858 31 @@ -4617,13 +4545,13 @@ LINE 8 0 10 -572.5 +574.5 20 79.65427796513858 30 0.0 11 -572.5 +574.5 21 70.65427796513858 31 @@ -4635,13 +4563,13 @@ LINE 8 0 10 -572.5 +574.5 20 70.65427796513858 30 0.0 11 -577.5000000000001 +579.5000000000001 21 70.65427796513858 31 @@ -4655,13 +4583,13 @@ DOTTED 8 0 10 -623.0000000000001 +625.0000000000001 20 138.30855600000004 30 0.0 11 -684.0000000000001 +686.0000000000001 21 138.30855600000004 31 @@ -4675,13 +4603,13 @@ DOTTED 8 0 10 -684.0000000000001 +686.0000000000001 20 138.30855600000004 30 0.0 11 -684.0000000000001 +686.0000000000001 21 162.308556 31 @@ -4695,13 +4623,13 @@ DOTTED 8 0 10 -684.0000000000001 +686.0000000000001 20 162.308556 30 0.0 11 -623.0000000000001 +625.0000000000001 21 162.308556 31 @@ -4715,13 +4643,13 @@ DOTTED 8 0 10 -623.0000000000001 +625.0000000000001 20 162.308556 30 0.0 11 -623.0000000000001 +625.0000000000001 21 138.30855600000004 31 @@ -4733,13 +4661,13 @@ LINE 8 0 10 -623.0000000000001 +625.0000000000001 20 131.30855600000004 30 0.0 11 -623.0000000000001 +625.0000000000001 21 138.30855600000004 31 @@ -4751,13 +4679,13 @@ LINE 8 0 10 -683.0 +685.0000000000001 20 131.30855600000004 30 0.0 11 -623.0000000000001 +625.0000000000001 21 131.30855600000004 31 @@ -4769,13 +4697,13 @@ LINE 8 0 10 -683.0 +685.0000000000001 20 138.30855600000004 30 0.0 11 -683.0 +685.0000000000001 21 131.30855600000004 31 @@ -4787,13 +4715,13 @@ LINE 8 0 10 -691.0 +693.0000000000001 20 138.30855600000004 30 0.0 11 -684.0000000000001 +686.0000000000001 21 138.30855600000004 31 @@ -4805,13 +4733,13 @@ LINE 8 0 10 -691.0 +693.0000000000001 20 162.308556 30 0.0 11 -691.0 +693.0000000000001 21 138.30855600000004 31 @@ -4823,13 +4751,13 @@ LINE 8 0 10 -684.0000000000001 +686.0000000000001 20 162.308556 30 0.0 11 -691.0 +693.0000000000001 21 162.308556 31 @@ -4843,13 +4771,13 @@ DOTTED 8 0 10 -684.0000000000001 +686.0000000000001 20 162.308556 30 0.0 11 -684.0000000000001 +686.0000000000001 21 223.30855600000004 31 @@ -4861,13 +4789,13 @@ LINE 8 0 10 -624.0000000000001 +626.0000000000001 20 223.30855600000004 30 0.0 11 -684.0000000000001 +686.0000000000001 21 223.30855600000004 31 @@ -4881,13 +4809,13 @@ DOTTED 8 0 10 -624.0000000000001 +626.0000000000001 20 162.308556 30 0.0 11 -624.0000000000001 +626.0000000000001 21 223.30855600000004 31 @@ -4899,13 +4827,13 @@ LINE 8 0 10 -708.0000000000001 +710.0 20 162.308556 30 0.0 11 -684.0000000000001 +686.0000000000001 21 162.308556 31 @@ -4919,13 +4847,13 @@ DOTTED 8 0 10 -708.0000000000001 +710.0 20 162.308556 30 0.0 11 -708.0000000000001 +710.0 21 223.30855600000004 31 @@ -4937,13 +4865,13 @@ LINE 8 0 10 -684.0000000000001 +686.0000000000001 20 223.30855600000004 30 0.0 11 -708.0000000000001 +710.0 21 223.30855600000004 31 @@ -4955,13 +4883,13 @@ LINE 8 0 10 -768.0000000000001 +770.0000000000001 20 162.308556 30 0.0 11 -708.0000000000001 +710.0 21 162.308556 31 @@ -4973,13 +4901,13 @@ LINE 8 0 10 -768.0000000000001 +770.0000000000001 20 223.30855600000004 30 0.0 11 -768.0000000000001 +770.0000000000001 21 162.308556 31 @@ -4991,13 +4919,13 @@ LINE 8 0 10 -708.0000000000001 +710.0 20 223.30855600000004 30 0.0 11 -768.0000000000001 +770.0000000000001 21 223.30855600000004 31 @@ -5009,13 +4937,13 @@ LINE 8 0 10 -624.0000000000001 +626.0000000000001 20 162.308556 30 0.0 11 -600.0 +602.0 21 162.308556 31 @@ -5027,13 +4955,13 @@ LINE 8 0 10 -600.0 +602.0 20 223.30855600000004 30 0.0 11 -624.0000000000001 +626.0000000000001 21 223.30855600000004 31 @@ -5047,13 +4975,13 @@ DOTTED 8 0 10 -600.0 +602.0 20 223.30855600000004 30 0.0 11 -600.0 +602.0 21 162.308556 31 @@ -5065,13 +4993,13 @@ LINE 8 0 10 -590.0 +592.0 20 223.30855600000004 30 0.0 11 -600.0 +602.0 21 223.30855600000004 31 @@ -5083,13 +5011,13 @@ LINE 8 0 10 -590.0 +592.0 20 162.308556 30 0.0 11 -590.0 +592.0 21 223.30855600000004 31 @@ -5101,13 +5029,13 @@ LINE 8 0 10 -600.0 +602.0 20 162.308556 30 0.0 11 -590.0 +592.0 21 162.308556 31 @@ -5119,13 +5047,13 @@ LINE 8 0 10 -616.0000000000001 +618.0 20 162.308556 30 0.0 11 -623.0000000000001 +625.0000000000001 21 162.308556 31 @@ -5137,13 +5065,13 @@ LINE 8 0 10 -616.0000000000001 +618.0 20 138.30855600000004 30 0.0 11 -616.0000000000001 +618.0 21 162.308556 31 @@ -5155,13 +5083,13 @@ LINE 8 0 10 -623.0000000000001 +625.0000000000001 20 138.30855600000004 30 0.0 11 -616.0000000000001 +618.0 21 138.30855600000004 31 @@ -5173,13 +5101,13 @@ LINE 8 0 10 -672.0909090909092 +674.0909090909092 20 133.058556 30 0.0 11 -675.5909090909091 +677.5909090909091 21 133.058556 31 @@ -5191,13 +5119,13 @@ LINE 8 0 10 -675.5909090909091 +677.5909090909091 20 133.058556 30 0.0 11 -672.0909090909092 +674.0909090909092 21 136.55855600000004 31 @@ -5209,13 +5137,13 @@ LINE 8 0 10 -672.0909090909092 +674.0909090909092 20 136.55855600000004 30 0.0 11 -661.1818181818181 +663.1818181818181 21 136.55855600000004 31 @@ -5227,13 +5155,13 @@ LINE 8 0 10 -661.1818181818181 +663.1818181818181 20 136.55855600000004 30 0.0 11 -657.6818181818184 +659.6818181818184 21 133.058556 31 @@ -5245,13 +5173,13 @@ LINE 8 0 10 -657.6818181818184 +659.6818181818184 20 133.058556 30 0.0 11 -661.1818181818181 +663.1818181818181 21 133.058556 31 @@ -5263,13 +5191,13 @@ LINE 8 0 10 -644.818181818182 +646.818181818182 20 133.058556 30 0.0 11 -648.3181818181819 +650.318181818182 21 133.058556 31 @@ -5281,13 +5209,13 @@ LINE 8 0 10 -648.3181818181819 +650.318181818182 20 133.058556 30 0.0 11 -644.818181818182 +646.818181818182 21 136.55855600000004 31 @@ -5299,13 +5227,13 @@ LINE 8 0 10 -644.818181818182 +646.818181818182 20 136.55855600000004 30 0.0 11 -633.9090909090909 +635.909090909091 21 136.55855600000004 31 @@ -5317,13 +5245,13 @@ LINE 8 0 10 -633.9090909090909 +635.909090909091 20 136.55855600000004 30 0.0 11 -630.409090909091 +632.4090909090909 21 133.058556 31 @@ -5335,13 +5263,13 @@ LINE 8 0 10 -630.409090909091 +632.4090909090909 20 133.058556 30 0.0 11 -633.9090909090909 +635.909090909091 21 133.058556 31 @@ -5353,13 +5281,13 @@ LINE 8 0 10 -689.2500000000001 +691.2500000000001 20 154.30855600000004 30 0.0 11 -685.75 +687.75 21 154.30855600000004 31 @@ -5371,13 +5299,13 @@ LINE 8 0 10 -685.75 +687.75 20 154.30855600000004 30 0.0 11 -685.75 +687.75 21 146.308556 31 @@ -5389,13 +5317,13 @@ LINE 8 0 10 -685.75 +687.75 20 146.308556 30 0.0 11 -689.2500000000001 +691.2500000000001 21 146.308556 31 @@ -5407,13 +5335,13 @@ LINE 8 0 10 -631.5000000000001 +633.5000000000001 20 213.80855600000004 30 0.0 11 -631.5000000000001 +633.5000000000001 21 195.80855600000004 31 @@ -5425,13 +5353,13 @@ LINE 8 0 10 -631.5000000000001 +633.5000000000001 20 195.80855600000004 30 0.0 11 -666.5000000000001 +668.5000000000001 21 195.80855600000004 31 @@ -5443,13 +5371,13 @@ LINE 8 0 10 -666.5000000000001 +668.5000000000001 20 195.80855600000004 30 0.0 11 -666.5000000000001 +668.5000000000001 21 213.80855600000004 31 @@ -5461,13 +5389,13 @@ LINE 8 0 10 -666.5000000000001 +668.5000000000001 20 213.80855600000004 30 0.0 11 -631.5000000000001 +633.5000000000001 21 213.80855600000004 31 @@ -5479,13 +5407,13 @@ LINE 8 0 10 -684.5000000000001 +686.5000000000001 20 175.55855600000004 30 0.0 11 -684.5000000000001 +686.5000000000001 21 172.55855600000004 31 @@ -5497,13 +5425,13 @@ LINE 8 0 10 -684.5000000000001 +686.5000000000001 20 172.55855600000004 30 0.0 11 -687.5000000000001 +689.5000000000001 21 172.55855600000004 31 @@ -5515,13 +5443,13 @@ LINE 8 0 10 -687.5000000000001 +689.5000000000001 20 172.55855600000004 30 0.0 11 -687.5000000000001 +689.5000000000001 21 175.55855600000004 31 @@ -5533,13 +5461,13 @@ LINE 8 0 10 -687.5000000000001 +689.5000000000001 20 175.55855600000004 30 0.0 11 -684.5000000000001 +686.5000000000001 21 175.55855600000004 31 @@ -5551,13 +5479,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 174.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 173.55855600000004 31 @@ -5569,13 +5497,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 173.55855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 173.55855600000004 31 @@ -5587,13 +5515,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 173.55855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 174.55855600000004 31 @@ -5605,13 +5533,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 174.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 174.55855600000004 31 @@ -5623,13 +5551,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 177.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 176.058556 31 @@ -5641,13 +5569,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 176.058556 30 0.0 11 -686.5000000000001 +688.5000000000001 21 176.058556 31 @@ -5659,13 +5587,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 176.058556 30 0.0 11 -686.5000000000001 +688.5000000000001 21 177.05855600000004 31 @@ -5677,13 +5605,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 177.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 177.05855600000004 31 @@ -5695,13 +5623,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 177.05855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 176.058556 31 @@ -5713,13 +5641,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 176.058556 30 0.0 11 -706.5000000000001 +708.5000000000001 21 176.058556 31 @@ -5731,13 +5659,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 176.058556 30 0.0 11 -706.5000000000001 +708.5000000000001 21 177.05855600000004 31 @@ -5749,13 +5677,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 177.05855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 177.05855600000004 31 @@ -5767,13 +5695,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 179.55855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 178.558556 31 @@ -5785,13 +5713,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 178.558556 30 0.0 11 -686.5000000000001 +688.5000000000001 21 178.558556 31 @@ -5803,13 +5731,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 178.558556 30 0.0 11 -686.5000000000001 +688.5000000000001 21 179.55855600000004 31 @@ -5821,13 +5749,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 179.55855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 179.55855600000004 31 @@ -5839,13 +5767,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 179.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 178.558556 31 @@ -5857,13 +5785,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 178.558556 30 0.0 11 -706.5000000000001 +708.5000000000001 21 178.558556 31 @@ -5875,13 +5803,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 178.558556 30 0.0 11 -706.5000000000001 +708.5000000000001 21 179.55855600000004 31 @@ -5893,13 +5821,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 179.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 179.55855600000004 31 @@ -5911,13 +5839,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 182.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 181.058556 31 @@ -5929,13 +5857,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 181.058556 30 0.0 11 -686.5000000000001 +688.5000000000001 21 181.058556 31 @@ -5947,13 +5875,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 181.058556 30 0.0 11 -686.5000000000001 +688.5000000000001 21 182.05855600000004 31 @@ -5965,13 +5893,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 182.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 182.05855600000004 31 @@ -5983,13 +5911,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 182.05855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 181.058556 31 @@ -6001,13 +5929,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 181.058556 30 0.0 11 -706.5000000000001 +708.5000000000001 21 181.058556 31 @@ -6019,13 +5947,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 181.058556 30 0.0 11 -706.5000000000001 +708.5000000000001 21 182.05855600000004 31 @@ -6037,13 +5965,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 182.05855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 182.05855600000004 31 @@ -6055,13 +5983,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 184.55855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 183.55855600000004 31 @@ -6073,13 +6001,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 183.55855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 183.55855600000004 31 @@ -6091,13 +6019,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 183.55855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 184.55855600000004 31 @@ -6109,13 +6037,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 184.55855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 184.55855600000004 31 @@ -6127,13 +6055,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 184.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 183.55855600000004 31 @@ -6145,13 +6073,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 183.55855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 183.55855600000004 31 @@ -6163,13 +6091,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 183.55855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 184.55855600000004 31 @@ -6181,13 +6109,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 184.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 184.55855600000004 31 @@ -6199,13 +6127,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 187.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 186.05855600000004 31 @@ -6217,13 +6145,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 186.05855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 186.05855600000004 31 @@ -6235,13 +6163,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 186.05855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 187.05855600000004 31 @@ -6253,13 +6181,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 187.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 187.05855600000004 31 @@ -6271,13 +6199,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 187.05855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 186.05855600000004 31 @@ -6289,13 +6217,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 186.05855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 186.05855600000004 31 @@ -6307,13 +6235,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 186.05855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 187.05855600000004 31 @@ -6325,13 +6253,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 187.05855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 187.05855600000004 31 @@ -6343,13 +6271,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 189.55855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 188.55855600000004 31 @@ -6361,13 +6289,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 188.55855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 188.55855600000004 31 @@ -6379,13 +6307,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 188.55855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 189.55855600000004 31 @@ -6397,13 +6325,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 189.55855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 189.55855600000004 31 @@ -6415,13 +6343,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 189.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 188.55855600000004 31 @@ -6433,13 +6361,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 188.55855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 188.55855600000004 31 @@ -6451,13 +6379,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 188.55855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 189.55855600000004 31 @@ -6469,13 +6397,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 189.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 189.55855600000004 31 @@ -6487,13 +6415,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 192.058556 30 0.0 11 -685.5000000000001 +687.5000000000001 21 191.05855600000004 31 @@ -6505,13 +6433,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 191.05855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 191.05855600000004 31 @@ -6523,13 +6451,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 191.05855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 192.058556 31 @@ -6541,13 +6469,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 192.058556 30 0.0 11 -685.5000000000001 +687.5000000000001 21 192.058556 31 @@ -6559,13 +6487,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 192.058556 30 0.0 11 -705.5000000000001 +707.5000000000001 21 191.05855600000004 31 @@ -6577,13 +6505,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 191.05855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 191.05855600000004 31 @@ -6595,13 +6523,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 191.05855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 192.058556 31 @@ -6613,13 +6541,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 192.058556 30 0.0 11 -705.5000000000001 +707.5000000000001 21 192.058556 31 @@ -6631,13 +6559,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 194.558556 30 0.0 11 -685.5000000000001 +687.5000000000001 21 193.55855600000004 31 @@ -6649,13 +6577,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 193.55855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 193.55855600000004 31 @@ -6667,13 +6595,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 193.55855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 194.558556 31 @@ -6685,13 +6613,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 194.558556 30 0.0 11 -685.5000000000001 +687.5000000000001 21 194.558556 31 @@ -6703,13 +6631,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 194.558556 30 0.0 11 -705.5000000000001 +707.5000000000001 21 193.55855600000004 31 @@ -6721,13 +6649,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 193.55855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 193.55855600000004 31 @@ -6739,13 +6667,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 193.55855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 194.558556 31 @@ -6757,13 +6685,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 194.558556 30 0.0 11 -705.5000000000001 +707.5000000000001 21 194.558556 31 @@ -6775,13 +6703,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 197.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 196.05855600000004 31 @@ -6793,13 +6721,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 196.05855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 196.05855600000004 31 @@ -6811,13 +6739,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 196.05855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 197.05855600000004 31 @@ -6829,13 +6757,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 197.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 197.05855600000004 31 @@ -6847,13 +6775,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 197.05855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 196.05855600000004 31 @@ -6865,13 +6793,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 196.05855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 196.05855600000004 31 @@ -6883,13 +6811,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 196.05855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 197.05855600000004 31 @@ -6901,13 +6829,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 197.05855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 197.05855600000004 31 @@ -6919,13 +6847,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 199.55855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 198.55855600000004 31 @@ -6937,13 +6865,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 198.55855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 198.55855600000004 31 @@ -6955,13 +6883,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 198.55855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 199.55855600000004 31 @@ -6973,13 +6901,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 199.55855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 199.55855600000004 31 @@ -6991,13 +6919,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 199.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 198.55855600000004 31 @@ -7009,13 +6937,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 198.55855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 198.55855600000004 31 @@ -7027,13 +6955,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 198.55855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 199.55855600000004 31 @@ -7045,13 +6973,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 199.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 199.55855600000004 31 @@ -7063,13 +6991,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 202.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 201.058556 31 @@ -7081,13 +7009,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 201.058556 30 0.0 11 -686.5000000000001 +688.5000000000001 21 201.058556 31 @@ -7099,13 +7027,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 201.058556 30 0.0 11 -686.5000000000001 +688.5000000000001 21 202.05855600000004 31 @@ -7117,13 +7045,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 202.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 202.05855600000004 31 @@ -7135,13 +7063,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 202.05855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 201.058556 31 @@ -7153,13 +7081,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 201.058556 30 0.0 11 -706.5000000000001 +708.5000000000001 21 201.058556 31 @@ -7171,13 +7099,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 201.058556 30 0.0 11 -706.5000000000001 +708.5000000000001 21 202.05855600000004 31 @@ -7189,13 +7117,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 202.05855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 202.05855600000004 31 @@ -7207,13 +7135,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 204.55855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 203.558556 31 @@ -7225,13 +7153,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 203.558556 30 0.0 11 -686.5000000000001 +688.5000000000001 21 203.558556 31 @@ -7243,13 +7171,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 203.558556 30 0.0 11 -686.5000000000001 +688.5000000000001 21 204.55855600000004 31 @@ -7261,13 +7189,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 204.55855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 204.55855600000004 31 @@ -7279,13 +7207,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 204.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 203.558556 31 @@ -7297,13 +7225,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 203.558556 30 0.0 11 -706.5000000000001 +708.5000000000001 21 203.558556 31 @@ -7315,13 +7243,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 203.558556 30 0.0 11 -706.5000000000001 +708.5000000000001 21 204.55855600000004 31 @@ -7333,13 +7261,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 204.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 204.55855600000004 31 @@ -7351,13 +7279,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 207.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 206.05855600000004 31 @@ -7369,13 +7297,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 206.05855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 206.05855600000004 31 @@ -7387,13 +7315,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 206.05855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 207.05855600000004 31 @@ -7405,13 +7333,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 207.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 207.05855600000004 31 @@ -7423,13 +7351,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 207.05855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 206.05855600000004 31 @@ -7441,13 +7369,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 206.05855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 206.05855600000004 31 @@ -7459,13 +7387,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 206.05855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 207.05855600000004 31 @@ -7477,13 +7405,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 207.05855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 207.05855600000004 31 @@ -7495,13 +7423,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 209.55855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 208.55855600000004 31 @@ -7513,13 +7441,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 208.55855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 208.55855600000004 31 @@ -7531,13 +7459,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 208.55855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 209.55855600000004 31 @@ -7549,13 +7477,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 209.55855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 209.55855600000004 31 @@ -7567,13 +7495,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 209.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 208.55855600000004 31 @@ -7585,13 +7513,13 @@ LINE 8 0 10 -705.5000000000001 +707.5000000000001 20 208.55855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 208.55855600000004 31 @@ -7603,13 +7531,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 208.55855600000004 30 0.0 11 -706.5000000000001 +708.5000000000001 21 209.55855600000004 31 @@ -7621,13 +7549,13 @@ LINE 8 0 10 -706.5000000000001 +708.5000000000001 20 209.55855600000004 30 0.0 11 -705.5000000000001 +707.5000000000001 21 209.55855600000004 31 @@ -7639,13 +7567,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 212.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 211.05855600000004 31 @@ -7657,13 +7585,13 @@ LINE 8 0 10 -685.5000000000001 +687.5000000000001 20 211.05855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 211.05855600000004 31 @@ -7675,13 +7603,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 211.05855600000004 30 0.0 11 -686.5000000000001 +688.5000000000001 21 212.05855600000004 31 @@ -7693,13 +7621,13 @@ LINE 8 0 10 -686.5000000000001 +688.5000000000001 20 212.05855600000004 30 0.0 11 -685.5000000000001 +687.5000000000001 21 212.05855600000004 31 @@ -7711,13 +7639,13 @@ LINE 8 0 10 -704.5000000000001 +706.5000000000001 20 213.05855600000004 30 0.0 11 -704.5000000000001 +706.5000000000001 21 210.05855600000004 31 @@ -7729,13 +7657,13 @@ LINE 8 0 10 -704.5000000000001 +706.5000000000001 20 210.05855600000004 30 0.0 11 -707.5000000000001 +709.5 21 210.05855600000004 31 @@ -7747,13 +7675,13 @@ LINE 8 0 10 -707.5000000000001 +709.5 20 210.05855600000004 30 0.0 11 -707.5000000000001 +709.5 21 213.05855600000004 31 @@ -7765,13 +7693,13 @@ LINE 8 0 10 -707.5000000000001 +709.5 20 213.05855600000004 30 0.0 11 -704.5000000000001 +706.5000000000001 21 213.05855600000004 31 @@ -7783,13 +7711,13 @@ LINE 8 0 10 -700.2500000000001 +702.2500000000001 20 170.05855600000004 30 0.0 11 -691.7500000000001 +693.7500000000001 21 170.05855600000004 31 @@ -7801,13 +7729,13 @@ LINE 8 0 10 -691.7500000000001 +693.7500000000001 20 170.05855600000004 30 0.0 11 -691.7500000000001 +693.7500000000001 21 169.558556 31 @@ -7819,13 +7747,13 @@ LINE 8 0 10 -691.7500000000001 +693.7500000000001 20 169.558556 30 0.0 11 -700.2500000000001 +702.2500000000001 21 169.558556 31 @@ -7837,13 +7765,13 @@ LINE 8 0 10 -700.2500000000001 +702.2500000000001 20 169.558556 30 0.0 11 -700.2500000000001 +702.2500000000001 21 170.05855600000004 31 @@ -7855,13 +7783,13 @@ LINE 8 0 10 -691.7500000000001 +693.7500000000001 20 217.80855600000004 30 0.0 11 -700.2500000000001 +702.2500000000001 21 217.80855600000004 31 @@ -7873,13 +7801,13 @@ LINE 8 0 10 -700.2500000000001 +702.2500000000001 20 217.80855600000004 30 0.0 11 -700.2500000000001 +702.2500000000001 21 218.30855600000004 31 @@ -7891,13 +7819,13 @@ LINE 8 0 10 -700.2500000000001 +702.2500000000001 20 218.30855600000004 30 0.0 11 -691.7500000000001 +693.7500000000001 21 218.30855600000004 31 @@ -7909,13 +7837,13 @@ LINE 8 0 10 -691.7500000000001 +693.7500000000001 20 218.30855600000004 30 0.0 11 -691.7500000000001 +693.7500000000001 21 217.80855600000004 31 @@ -7927,13 +7855,13 @@ LINE 8 0 10 -723.0000000000001 +725.0000000000001 20 213.30855600000004 30 0.0 11 -723.0000000000001 +725.0000000000001 21 200.30855600000004 31 @@ -7945,13 +7873,13 @@ LINE 8 0 10 -723.0000000000001 +725.0000000000001 20 200.30855600000004 30 0.0 11 -753.0000000000001 +755.0 21 200.30855600000004 31 @@ -7963,13 +7891,13 @@ LINE 8 0 10 -753.0000000000001 +755.0 20 200.30855600000004 30 0.0 11 -753.0000000000001 +755.0 21 213.30855600000004 31 @@ -7981,13 +7909,13 @@ LINE 8 0 10 -753.0000000000001 +755.0 20 213.30855600000004 30 0.0 11 -723.0000000000001 +725.0000000000001 21 213.30855600000004 31 @@ -7999,13 +7927,13 @@ LINE 8 0 10 -730.0681818181819 +732.0681818181819 20 167.80855600000004 30 0.0 11 -718.659090909091 +720.6590909090909 21 167.80855600000004 31 @@ -8017,13 +7945,13 @@ LINE 8 0 10 -718.659090909091 +720.6590909090909 20 167.80855600000004 30 0.0 11 -718.659090909091 +720.6590909090909 21 167.308556 31 @@ -8035,13 +7963,13 @@ LINE 8 0 10 -718.659090909091 +720.6590909090909 20 167.308556 30 0.0 11 -730.0681818181819 +732.0681818181819 21 167.308556 31 @@ -8053,13 +7981,13 @@ LINE 8 0 10 -730.0681818181819 +732.0681818181819 20 167.308556 30 0.0 11 -730.0681818181819 +732.0681818181819 21 167.80855600000004 31 @@ -8071,13 +7999,13 @@ LINE 8 0 10 -757.3409090909092 +759.3409090909092 20 167.80855600000004 30 0.0 11 -745.9318181818182 +747.9318181818181 21 167.80855600000004 31 @@ -8089,13 +8017,13 @@ LINE 8 0 10 -745.9318181818182 +747.9318181818181 20 167.80855600000004 30 0.0 11 -745.9318181818182 +747.9318181818181 21 167.308556 31 @@ -8107,13 +8035,13 @@ LINE 8 0 10 -745.9318181818182 +747.9318181818181 20 167.308556 30 0.0 11 -757.3409090909092 +759.3409090909092 21 167.308556 31 @@ -8125,13 +8053,13 @@ LINE 8 0 10 -757.3409090909092 +759.3409090909092 20 167.308556 30 0.0 11 -757.3409090909092 +759.3409090909092 21 167.80855600000004 31 @@ -8143,13 +8071,13 @@ LINE 8 0 10 -760.25 +762.2500000000001 20 184.74037418181823 30 0.0 11 -760.25 +762.2500000000001 21 173.14946509090913 31 @@ -8161,13 +8089,13 @@ LINE 8 0 10 -760.25 +762.2500000000001 20 173.14946509090913 30 0.0 11 -760.75 +762.7500000000001 21 173.14946509090913 31 @@ -8179,13 +8107,13 @@ LINE 8 0 10 -760.75 +762.7500000000001 20 173.14946509090913 30 0.0 11 -760.75 +762.7500000000001 21 184.74037418181823 31 @@ -8197,13 +8125,13 @@ LINE 8 0 10 -760.75 +762.7500000000001 20 184.74037418181823 30 0.0 11 -760.25 +762.2500000000001 21 184.74037418181823 31 @@ -8215,13 +8143,13 @@ LINE 8 0 10 -760.25 +762.2500000000001 20 212.46764690909094 30 0.0 11 -760.25 +762.2500000000001 21 200.87673781818185 31 @@ -8233,13 +8161,13 @@ LINE 8 0 10 -760.25 +762.2500000000001 20 200.87673781818185 30 0.0 11 -760.75 +762.7500000000001 21 200.87673781818185 31 @@ -8251,13 +8179,13 @@ LINE 8 0 10 -760.75 +762.7500000000001 20 200.87673781818185 30 0.0 11 -760.75 +762.7500000000001 21 212.46764690909094 31 @@ -8269,13 +8197,13 @@ LINE 8 0 10 -760.75 +762.7500000000001 20 212.46764690909094 30 0.0 11 -760.25 +762.2500000000001 21 212.46764690909094 31 @@ -8287,13 +8215,13 @@ LINE 8 0 10 -600.5 +602.5000000000001 20 175.55855600000004 30 0.0 11 -600.5 +602.5000000000001 21 172.55855600000004 31 @@ -8305,13 +8233,13 @@ LINE 8 0 10 -600.5 +602.5000000000001 20 172.55855600000004 30 0.0 11 -603.5000000000001 +605.5000000000001 21 172.55855600000004 31 @@ -8323,13 +8251,13 @@ LINE 8 0 10 -603.5000000000001 +605.5000000000001 20 172.55855600000004 30 0.0 11 -603.5000000000001 +605.5000000000001 21 175.55855600000004 31 @@ -8341,13 +8269,13 @@ LINE 8 0 10 -603.5000000000001 +605.5000000000001 20 175.55855600000004 30 0.0 11 -600.5 +602.5000000000001 21 175.55855600000004 31 @@ -8359,13 +8287,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 174.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 173.55855600000004 31 @@ -8377,13 +8305,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 173.55855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 173.55855600000004 31 @@ -8395,13 +8323,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 173.55855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 174.55855600000004 31 @@ -8413,13 +8341,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 174.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 174.55855600000004 31 @@ -8431,13 +8359,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 177.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 176.058556 31 @@ -8449,13 +8377,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 176.058556 30 0.0 11 -602.5000000000001 +604.5000000000001 21 176.058556 31 @@ -8467,13 +8395,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 176.058556 30 0.0 11 -602.5000000000001 +604.5000000000001 21 177.05855600000004 31 @@ -8485,13 +8413,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 177.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 177.05855600000004 31 @@ -8503,13 +8431,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 177.05855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 176.058556 31 @@ -8521,13 +8449,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 176.058556 30 0.0 11 -622.5000000000001 +624.5000000000001 21 176.058556 31 @@ -8539,13 +8467,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 176.058556 30 0.0 11 -622.5000000000001 +624.5000000000001 21 177.05855600000004 31 @@ -8557,13 +8485,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 177.05855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 177.05855600000004 31 @@ -8575,13 +8503,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 179.55855600000004 30 0.0 11 -601.5 +603.5000000000001 21 178.558556 31 @@ -8593,13 +8521,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 178.558556 30 0.0 11 -602.5000000000001 +604.5000000000001 21 178.558556 31 @@ -8611,13 +8539,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 178.558556 30 0.0 11 -602.5000000000001 +604.5000000000001 21 179.55855600000004 31 @@ -8629,13 +8557,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 179.55855600000004 30 0.0 11 -601.5 +603.5000000000001 21 179.55855600000004 31 @@ -8647,13 +8575,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 179.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 178.558556 31 @@ -8665,13 +8593,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 178.558556 30 0.0 11 -622.5000000000001 +624.5000000000001 21 178.558556 31 @@ -8683,13 +8611,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 178.558556 30 0.0 11 -622.5000000000001 +624.5000000000001 21 179.55855600000004 31 @@ -8701,13 +8629,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 179.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 179.55855600000004 31 @@ -8719,13 +8647,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 182.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 181.058556 31 @@ -8737,13 +8665,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 181.058556 30 0.0 11 -602.5000000000001 +604.5000000000001 21 181.058556 31 @@ -8755,13 +8683,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 181.058556 30 0.0 11 -602.5000000000001 +604.5000000000001 21 182.05855600000004 31 @@ -8773,13 +8701,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 182.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 182.05855600000004 31 @@ -8791,13 +8719,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 182.05855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 181.058556 31 @@ -8809,13 +8737,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 181.058556 30 0.0 11 -622.5000000000001 +624.5000000000001 21 181.058556 31 @@ -8827,13 +8755,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 181.058556 30 0.0 11 -622.5000000000001 +624.5000000000001 21 182.05855600000004 31 @@ -8845,13 +8773,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 182.05855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 182.05855600000004 31 @@ -8863,13 +8791,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 184.55855600000004 30 0.0 11 -601.5 +603.5000000000001 21 183.55855600000004 31 @@ -8881,13 +8809,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 183.55855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 183.55855600000004 31 @@ -8899,13 +8827,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 183.55855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 184.55855600000004 31 @@ -8917,13 +8845,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 184.55855600000004 30 0.0 11 -601.5 +603.5000000000001 21 184.55855600000004 31 @@ -8935,13 +8863,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 184.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 183.55855600000004 31 @@ -8953,13 +8881,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 183.55855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 183.55855600000004 31 @@ -8971,13 +8899,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 183.55855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 184.55855600000004 31 @@ -8989,13 +8917,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 184.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 184.55855600000004 31 @@ -9007,13 +8935,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 187.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 186.05855600000004 31 @@ -9025,13 +8953,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 186.05855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 186.05855600000004 31 @@ -9043,13 +8971,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 186.05855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 187.05855600000004 31 @@ -9061,13 +8989,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 187.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 187.05855600000004 31 @@ -9079,13 +9007,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 187.05855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 186.05855600000004 31 @@ -9097,13 +9025,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 186.05855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 186.05855600000004 31 @@ -9115,13 +9043,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 186.05855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 187.05855600000004 31 @@ -9133,13 +9061,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 187.05855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 187.05855600000004 31 @@ -9151,13 +9079,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 189.55855600000004 30 0.0 11 -601.5 +603.5000000000001 21 188.55855600000004 31 @@ -9169,13 +9097,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 188.55855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 188.55855600000004 31 @@ -9187,13 +9115,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 188.55855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 189.55855600000004 31 @@ -9205,13 +9133,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 189.55855600000004 30 0.0 11 -601.5 +603.5000000000001 21 189.55855600000004 31 @@ -9223,13 +9151,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 189.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 188.55855600000004 31 @@ -9241,13 +9169,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 188.55855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 188.55855600000004 31 @@ -9259,13 +9187,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 188.55855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 189.55855600000004 31 @@ -9277,13 +9205,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 189.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 189.55855600000004 31 @@ -9295,13 +9223,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 192.058556 30 0.0 11 -601.5 +603.5000000000001 21 191.05855600000004 31 @@ -9313,13 +9241,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 191.05855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 191.05855600000004 31 @@ -9331,13 +9259,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 191.05855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 192.058556 31 @@ -9349,13 +9277,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 192.058556 30 0.0 11 -601.5 +603.5000000000001 21 192.058556 31 @@ -9367,13 +9295,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 192.058556 30 0.0 11 -621.5000000000001 +623.5000000000001 21 191.05855600000004 31 @@ -9385,13 +9313,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 191.05855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 191.05855600000004 31 @@ -9403,13 +9331,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 191.05855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 192.058556 31 @@ -9421,13 +9349,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 192.058556 30 0.0 11 -621.5000000000001 +623.5000000000001 21 192.058556 31 @@ -9439,13 +9367,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 194.558556 30 0.0 11 -601.5 +603.5000000000001 21 193.55855600000004 31 @@ -9457,13 +9385,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 193.55855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 193.55855600000004 31 @@ -9475,13 +9403,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 193.55855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 194.558556 31 @@ -9493,13 +9421,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 194.558556 30 0.0 11 -601.5 +603.5000000000001 21 194.558556 31 @@ -9511,13 +9439,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 194.558556 30 0.0 11 -621.5000000000001 +623.5000000000001 21 193.55855600000004 31 @@ -9529,13 +9457,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 193.55855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 193.55855600000004 31 @@ -9547,13 +9475,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 193.55855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 194.558556 31 @@ -9565,13 +9493,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 194.558556 30 0.0 11 -621.5000000000001 +623.5000000000001 21 194.558556 31 @@ -9583,13 +9511,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 197.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 196.05855600000004 31 @@ -9601,13 +9529,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 196.05855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 196.05855600000004 31 @@ -9619,13 +9547,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 196.05855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 197.05855600000004 31 @@ -9637,13 +9565,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 197.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 197.05855600000004 31 @@ -9655,13 +9583,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 197.05855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 196.05855600000004 31 @@ -9673,13 +9601,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 196.05855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 196.05855600000004 31 @@ -9691,13 +9619,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 196.05855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 197.05855600000004 31 @@ -9709,13 +9637,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 197.05855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 197.05855600000004 31 @@ -9727,13 +9655,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 199.55855600000004 30 0.0 11 -601.5 +603.5000000000001 21 198.55855600000004 31 @@ -9745,13 +9673,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 198.55855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 198.55855600000004 31 @@ -9763,13 +9691,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 198.55855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 199.55855600000004 31 @@ -9781,13 +9709,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 199.55855600000004 30 0.0 11 -601.5 +603.5000000000001 21 199.55855600000004 31 @@ -9799,13 +9727,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 199.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 198.55855600000004 31 @@ -9817,13 +9745,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 198.55855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 198.55855600000004 31 @@ -9835,13 +9763,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 198.55855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 199.55855600000004 31 @@ -9853,13 +9781,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 199.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 199.55855600000004 31 @@ -9871,13 +9799,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 202.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 201.058556 31 @@ -9889,13 +9817,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 201.058556 30 0.0 11 -602.5000000000001 +604.5000000000001 21 201.058556 31 @@ -9907,13 +9835,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 201.058556 30 0.0 11 -602.5000000000001 +604.5000000000001 21 202.05855600000004 31 @@ -9925,13 +9853,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 202.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 202.05855600000004 31 @@ -9943,13 +9871,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 202.05855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 201.058556 31 @@ -9961,13 +9889,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 201.058556 30 0.0 11 -622.5000000000001 +624.5000000000001 21 201.058556 31 @@ -9979,13 +9907,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 201.058556 30 0.0 11 -622.5000000000001 +624.5000000000001 21 202.05855600000004 31 @@ -9997,13 +9925,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 202.05855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 202.05855600000004 31 @@ -10015,13 +9943,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 204.55855600000004 30 0.0 11 -601.5 +603.5000000000001 21 203.558556 31 @@ -10033,13 +9961,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 203.558556 30 0.0 11 -602.5000000000001 +604.5000000000001 21 203.558556 31 @@ -10051,13 +9979,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 203.558556 30 0.0 11 -602.5000000000001 +604.5000000000001 21 204.55855600000004 31 @@ -10069,13 +9997,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 204.55855600000004 30 0.0 11 -601.5 +603.5000000000001 21 204.55855600000004 31 @@ -10087,13 +10015,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 204.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 203.558556 31 @@ -10105,13 +10033,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 203.558556 30 0.0 11 -622.5000000000001 +624.5000000000001 21 203.558556 31 @@ -10123,13 +10051,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 203.558556 30 0.0 11 -622.5000000000001 +624.5000000000001 21 204.55855600000004 31 @@ -10141,13 +10069,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 204.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 204.55855600000004 31 @@ -10159,13 +10087,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 207.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 206.05855600000004 31 @@ -10177,13 +10105,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 206.05855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 206.05855600000004 31 @@ -10195,13 +10123,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 206.05855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 207.05855600000004 31 @@ -10213,13 +10141,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 207.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 207.05855600000004 31 @@ -10231,13 +10159,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 207.05855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 206.05855600000004 31 @@ -10249,13 +10177,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 206.05855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 206.05855600000004 31 @@ -10267,13 +10195,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 206.05855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 207.05855600000004 31 @@ -10285,13 +10213,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 207.05855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 207.05855600000004 31 @@ -10303,13 +10231,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 209.55855600000004 30 0.0 11 -601.5 +603.5000000000001 21 208.55855600000004 31 @@ -10321,13 +10249,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 208.55855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 208.55855600000004 31 @@ -10339,13 +10267,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 208.55855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 209.55855600000004 31 @@ -10357,13 +10285,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 209.55855600000004 30 0.0 11 -601.5 +603.5000000000001 21 209.55855600000004 31 @@ -10375,13 +10303,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 209.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 208.55855600000004 31 @@ -10393,13 +10321,13 @@ LINE 8 0 10 -621.5000000000001 +623.5000000000001 20 208.55855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 208.55855600000004 31 @@ -10411,13 +10339,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 208.55855600000004 30 0.0 11 -622.5000000000001 +624.5000000000001 21 209.55855600000004 31 @@ -10429,13 +10357,13 @@ LINE 8 0 10 -622.5000000000001 +624.5000000000001 20 209.55855600000004 30 0.0 11 -621.5000000000001 +623.5000000000001 21 209.55855600000004 31 @@ -10447,13 +10375,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 212.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 211.05855600000004 31 @@ -10465,13 +10393,13 @@ LINE 8 0 10 -601.5 +603.5000000000001 20 211.05855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 211.05855600000004 31 @@ -10483,13 +10411,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 211.05855600000004 30 0.0 11 -602.5000000000001 +604.5000000000001 21 212.05855600000004 31 @@ -10501,13 +10429,13 @@ LINE 8 0 10 -602.5000000000001 +604.5000000000001 20 212.05855600000004 30 0.0 11 -601.5 +603.5000000000001 21 212.05855600000004 31 @@ -10519,13 +10447,13 @@ LINE 8 0 10 -620.5000000000001 +622.5000000000001 20 213.05855600000004 30 0.0 11 -620.5000000000001 +622.5000000000001 21 210.05855600000004 31 @@ -10537,13 +10465,13 @@ LINE 8 0 10 -620.5000000000001 +622.5000000000001 20 210.05855600000004 30 0.0 11 -623.5000000000001 +625.5000000000001 21 210.05855600000004 31 @@ -10555,13 +10483,13 @@ LINE 8 0 10 -623.5000000000001 +625.5000000000001 20 210.05855600000004 30 0.0 11 -623.5000000000001 +625.5000000000001 21 213.05855600000004 31 @@ -10573,13 +10501,13 @@ LINE 8 0 10 -623.5000000000001 +625.5000000000001 20 213.05855600000004 30 0.0 11 -620.5000000000001 +622.5000000000001 21 213.05855600000004 31 @@ -10591,13 +10519,13 @@ LINE 8 0 10 -616.2500000000001 +618.2500000000001 20 170.05855600000004 30 0.0 11 -607.7500000000001 +609.7500000000001 21 170.05855600000004 31 @@ -10609,13 +10537,13 @@ LINE 8 0 10 -607.7500000000001 +609.7500000000001 20 170.05855600000004 30 0.0 11 -607.7500000000001 +609.7500000000001 21 169.558556 31 @@ -10627,13 +10555,13 @@ LINE 8 0 10 -607.7500000000001 +609.7500000000001 20 169.558556 30 0.0 11 -616.2500000000001 +618.2500000000001 21 169.558556 31 @@ -10645,13 +10573,13 @@ LINE 8 0 10 -616.2500000000001 +618.2500000000001 20 169.558556 30 0.0 11 -616.2500000000001 +618.2500000000001 21 170.05855600000004 31 @@ -10663,13 +10591,13 @@ LINE 8 0 10 -607.7500000000001 +609.7500000000001 20 217.80855600000004 30 0.0 11 -616.2500000000001 +618.2500000000001 21 217.80855600000004 31 @@ -10681,13 +10609,13 @@ LINE 8 0 10 -616.2500000000001 +618.2500000000001 20 217.80855600000004 30 0.0 11 -616.2500000000001 +618.2500000000001 21 218.30855600000004 31 @@ -10699,13 +10627,13 @@ LINE 8 0 10 -616.2500000000001 +618.2500000000001 20 218.30855600000004 30 0.0 11 -607.7500000000001 +609.7500000000001 21 218.30855600000004 31 @@ -10717,13 +10645,13 @@ LINE 8 0 10 -607.7500000000001 +609.7500000000001 20 218.30855600000004 30 0.0 11 -607.7500000000001 +609.7500000000001 21 217.80855600000004 31 @@ -10735,13 +10663,13 @@ LINE 8 0 10 -592.5 +594.5000000000001 20 173.39946509090913 30 0.0 11 -597.5000000000001 +599.5 21 173.39946509090913 31 @@ -10753,13 +10681,13 @@ LINE 8 0 10 -597.5000000000001 +599.5 20 173.39946509090913 30 0.0 11 -597.5000000000001 +599.5 21 184.49037418181823 31 @@ -10771,13 +10699,13 @@ LINE 8 0 10 -597.5000000000001 +599.5 20 184.49037418181823 30 0.0 11 -592.5 +594.5000000000001 21 184.49037418181823 31 @@ -10789,13 +10717,13 @@ LINE 8 0 10 -592.5 +594.5000000000001 20 201.12673781818185 30 0.0 11 -597.5000000000001 +599.5 21 201.12673781818185 31 @@ -10807,13 +10735,13 @@ LINE 8 0 10 -597.5000000000001 +599.5 20 201.12673781818185 30 0.0 11 -597.5000000000001 +599.5 21 212.21764690909094 31 @@ -10825,13 +10753,13 @@ LINE 8 0 10 -597.5000000000001 +599.5 20 212.21764690909094 30 0.0 11 -592.5 +594.5000000000001 21 212.21764690909094 31 @@ -10843,13 +10771,13 @@ LINE 8 0 10 -617.7500000000001 +619.7500000000001 20 146.308556 30 0.0 11 -621.2500000000001 +623.25 21 146.308556 31 @@ -10861,13 +10789,13 @@ LINE 8 0 10 -621.2500000000001 +623.25 20 146.308556 30 0.0 11 -621.2500000000001 +623.25 21 154.30855600000004 31 @@ -10879,13 +10807,13 @@ LINE 8 0 10 -621.2500000000001 +623.25 20 154.30855600000004 30 0.0 11 -617.7500000000001 +619.7500000000001 21 154.30855600000004 31 diff --git a/rocolib/output/ServoStackBatteryMount/tree.png b/rocolib/output/ServoStackBatteryMount/tree.png index 4657da810fe081f8b75e1cf7d6ded24266e2f824..8c3977206fcf9fb6c0b7aa0cf51a9dab7ec624b8 100644 Binary files a/rocolib/output/ServoStackBatteryMount/tree.png and b/rocolib/output/ServoStackBatteryMount/tree.png differ