@tscircuit/schematic-trace-solver 0.0.187 → 0.0.189
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +42 -23
- package/dist/index.js +1053 -316
- package/lib/solvers/InlineNetLabelSolver/InlineNetLabelSolver.ts +612 -230
- package/lib/solvers/InlineNetLabelSolver/alignPortOnlyInlineNetLabelStubs.ts +2 -6
- package/lib/solvers/InlineNetLabelSolver/getAnchoredNetLabelRenderedBounds.ts +13 -0
- package/lib/solvers/InlineNetLabelSolver/getInlineLabelObstacles.ts +64 -0
- package/lib/solvers/InlineNetLabelSolver/getLocalTraceLabelShifts.ts +407 -0
- package/lib/solvers/InlineNetLabelSolver/getOutputLabelCollisions.ts +145 -0
- package/lib/solvers/InlineNetLabelSolver/isLabelRepresentedInline.ts +15 -0
- package/lib/solvers/InlineNetLabelSolver/pushAnchoredNetLabelsAwayFromInlineLabels.ts +61 -31
- package/lib/solvers/NetLabelNetLabelCollisionSolver/NetLabelNetLabelCollisionSolver.ts +94 -16
- package/lib/solvers/NetLabelToTraceSolver/NetLabelToTraceSolver.ts +4 -3
- package/lib/solvers/SameNetJunctionAlignmentSolver/alignSameNetJunctions.ts +7 -7
- package/lib/solvers/SchematicTracePipelineSolver/SchematicTracePipelineSolver.ts +3 -0
- package/lib/solvers/TraceCleanupSolver/sub-solver/generateLShapeRerouteCandidates.ts +5 -1
- package/lib/types/InputProblem.ts +2 -2
- package/package.json +1 -1
- package/site/SchematicTracePipelineSolver/repro-robot-controller-imu-tof.page.tsx +7 -0
- package/site/bug-reports/bug-report-20260907T110144Z.page.tsx +4 -0
- package/site/bug-reports/bug-report-20260907T145640Z.page.tsx +4 -0
- package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +18 -18
- package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260819T091818Z/bug-report-20260819T091818Z.test.ts +21 -0
- package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +5 -38
- package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +3 -9
- package/tests/bug-reports/bug-report-20260901T055358Z/__snapshots__/bug-report-20260901T055358Z.snap.svg +18 -30
- package/tests/bug-reports/bug-report-20260901T055358Z/bug-report-20260901T055358Z.test.ts +33 -0
- package/tests/bug-reports/bug-report-20260907T110144Z/__snapshots__/bug-report-20260907T110144Z.snap.svg +282 -0
- package/tests/bug-reports/bug-report-20260907T110144Z/bug-report-20260907T110144Z.json +1073 -0
- package/tests/bug-reports/bug-report-20260907T110144Z/bug-report-20260907T110144Z.test.ts +12 -0
- package/tests/bug-reports/bug-report-20260907T145640Z/__snapshots__/bug-report-20260907T145640Z.snap.svg +1107 -0
- package/tests/bug-reports/bug-report-20260907T145640Z/bug-report-20260907T145640Z.json +3563 -0
- package/tests/bug-reports/bug-report-20260907T145640Z/bug-report-20260907T145640Z.test.ts +117 -0
- package/tests/repros/__snapshots__/repro-battery-management-bq24073.snap.svg +4 -4
- package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +20 -20
- package/tests/repros/__snapshots__/repro-esp12f-section.snap.svg +37 -55
- package/tests/repros/__snapshots__/repro-hub-usb-sheet.snap.svg +44 -68
- package/tests/repros/__snapshots__/repro-mspm0l1306-capacitor-symmetry.snap.svg +3 -9
- package/tests/repros/__snapshots__/repro-robot-controller-imu-tof.snap.svg +199 -0
- package/tests/repros/__snapshots__/repro-robot-controller-imu-tof.source.svg +33 -0
- package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +50 -74
- package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +2 -2
- package/tests/repros/__snapshots__/rp2040-robot-controller-disconnected-gnd.snap.svg +103 -0
- package/tests/repros/assets/repro-robot-controller-imu-tof.input.json +540 -0
- package/tests/repros/assets/rp2040-robot-controller.input.json +349 -0
- package/tests/repros/repro-battery-management-bq24073.test.ts +13 -1
- package/tests/repros/repro-hub-usb-sheet.test.ts +25 -0
- package/tests/repros/repro-robot-controller-imu-tof.test.ts +83 -0
- package/tests/repros/repro-usb-power-vbus-label-detour.test.ts +59 -13
- package/tests/repros/rp2040-robot-controller-disconnected-gnd.test.ts +59 -0
- package/tests/solvers/InlineNetLabelSolver/get-anchored-net-label-rendered-bounds.test.ts +24 -0
- package/tests/solvers/InlineNetLabelSolver/local-trace-label-shifts.test.ts +296 -0
- package/tests/solvers/InlineNetLabelSolver/multi-pin-connected-components.test.ts +7 -4
- package/tests/solvers/InlineNetLabelSolver/push-anchored-net-labels-away.test.ts +2 -1
- package/tests/solvers/InlineNetLabelSolver/shared-direct-and-named-connection.test.ts +62 -0
- package/tests/solvers/InlineNetLabelSolver/two-pin-terminal-stubs-atomic.test.ts +9 -3
- package/tests/solvers/TraceCleanupSolver/perpendicular-detours-preserve-endpoints.test.ts +60 -0
|
@@ -0,0 +1,282 @@
|
|
|
1
|
+
<svg width="1200" height="2016" viewBox="0 0 1200 2016" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on top and Circuit JSON schematic on the bottom">
|
|
2
|
+
<g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
|
|
3
|
+
<rect width="100%" height="100%" fill="white"/><g><polyline data-points="-12,8.38 -1.9,0.7999999999999909" data-type="line" data-label="" points="50.0139082058414,141.31849791376905 274.7705146036161,309.9972183588319" fill="none" stroke="hsl(112, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-8,8.38 1.9,-2.899999999999993" data-type="line" data-label="" points="139.02642559109873,141.31849791376905 359.3324061196106,392.33379694019453" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-6,8.38 -1.9,-0.20000000000000995" data-type="line" data-label="" points="183.53268428372738,141.31849791376905 274.7705146036161,332.2503477051462" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,8.38 1.9,6.099999999999994" data-type="line" data-label="" points="228.03894297635605,141.31849791376905 359.3324061196106,192.05563282336587" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-2,8.38 1.9,-6.299999999999994" data-type="line" data-label="" points="272.5452016689847,141.31849791376905 359.3324061196106,467.99443671766323" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.8369701987210297e-17,8.38 1.9,-4.099999999999994" data-type="line" data-label="" points="317.05146036161335,141.31849791376905 359.3324061196106,419.0375521557718" fill="none" stroke="hsl(0, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2,8.38 -1.9,0.9999999999999911" data-type="line" data-label="" points="361.557719054242,141.31849791376905 274.7705146036161,305.546592489569" fill="none" stroke="hsl(8, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="4,8.38 -1.9,1.3999999999999915" data-type="line" data-label="" points="406.06397774687065,141.31849791376905 274.7705146036161,296.64534075104325" fill="none" stroke="hsl(240, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="6,8.38 -1.9,2.599999999999992" data-type="line" data-label="" points="450.57023643949935,141.31849791376905 274.7705146036161,269.94158553546606" fill="none" stroke="hsl(240, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="8,8.38 1.9,1.9000000000000092" data-type="line" data-label="" points="495.076495132128,141.31849791376905 359.3324061196106,285.5187760778857" fill="none" stroke="hsl(8, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="10,8.38 -1.9,-6.399999999999993" data-type="line" data-label="" points="539.5827538247567,141.31849791376905 274.7705146036161,470.2197496522947" fill="none" stroke="hsl(8, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="12,8.38 -1.9,-3.400000000000004" data-type="line" data-label="" points="584.0890125173853,141.31849791376905 274.7705146036161,403.46036161335195" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10,-7.619999999999999 -1.9,-2.6000000000000068" data-type="line" data-label="" points="94.52016689847008,497.36856745479827 274.7705146036161,385.65785813630055" fill="none" stroke="hsl(8, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-8,-7.619999999999999 -1.9,-3.600000000000003" data-type="line" data-label="" points="139.02642559109873,497.36856745479827 274.7705146036161,407.9109874826148" fill="none" stroke="hsl(8, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-6,-7.619999999999999 1.9,-3.299999999999993" data-type="line" data-label="" points="183.53268428372738,497.36856745479827 359.3324061196106,401.23504867872026" fill="none" stroke="hsl(8, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-7.619999999999999 1.9,3.700000000000003" data-type="line" data-label="" points="228.03894297635605,497.36856745479827 359.3324061196106,245.46314325452005" fill="none" stroke="hsl(0, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-2,-7.619999999999999 1.9,3.900000000000002" data-type="line" data-label="" points="272.5452016689847,497.36856745479827 359.3324061196106,241.0125173852572" fill="none" stroke="hsl(0, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5,-7.619999999999999 -1.9,0.5999999999999908" data-type="line" data-label="" points="428.317107093185,497.36856745479827 274.7705146036161,314.44784422809477" fill="none" stroke="hsl(8, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="9,-7.619999999999999 -1.9,-3.2000000000000046" data-type="line" data-label="" points="517.3296244784423,497.36856745479827 274.7705146036161,399.0097357440891" fill="none" stroke="hsl(0, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="11,-7.619999999999999 -1.9,-3.0000000000000053" data-type="line" data-label="" points="561.8358831710709,497.36856745479827 274.7705146036161,394.5591098748262" fill="none" stroke="hsl(0, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.9,0.9999999999999911 -1.9,-3.400000000000004" data-type="line" data-label="" points="274.7705146036161,305.546592489569 274.7705146036161,403.46036161335195" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,0.9999999999999911 -1.9,-6.399999999999993" data-type="line" data-label="" points="274.7705146036161,305.546592489569 274.7705146036161,470.2197496522947" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,0.9999999999999911 1.9,-1.6999999999999922" data-type="line" data-label="" points="274.7705146036161,305.546592489569 359.3324061196106,365.6300417246173" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,0.9999999999999911 1.9,-0.09999999999999076" data-type="line" data-label="" points="274.7705146036161,305.546592489569 359.3324061196106,330.02503477051437" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,0.9999999999999911 1.9,1.9000000000000092" data-type="line" data-label="" points="274.7705146036161,305.546592489569 359.3324061196106,285.5187760778857" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,0.9999999999999911 2,8.38" data-type="line" data-label="" points="274.7705146036161,305.546592489569 361.557719054242,141.31849791376905" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,0.9999999999999911 8,8.38" data-type="line" data-label="" points="274.7705146036161,305.546592489569 495.076495132128,141.31849791376905" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,0.9999999999999911 10,8.38" data-type="line" data-label="" points="274.7705146036161,305.546592489569 539.5827538247567,141.31849791376905" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,0.9999999999999911 12,8.38" data-type="line" data-label="" points="274.7705146036161,305.546592489569 584.0890125173853,141.31849791376905" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-3.400000000000004 -1.9,-6.399999999999993" data-type="line" data-label="" points="274.7705146036161,403.46036161335195 274.7705146036161,470.2197496522947" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-3.400000000000004 1.9,-1.6999999999999922" data-type="line" data-label="" points="274.7705146036161,403.46036161335195 359.3324061196106,365.6300417246173" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-3.400000000000004 1.9,-0.09999999999999076" data-type="line" data-label="" points="274.7705146036161,403.46036161335195 359.3324061196106,330.02503477051437" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-3.400000000000004 1.9,1.9000000000000092" data-type="line" data-label="" points="274.7705146036161,403.46036161335195 359.3324061196106,285.5187760778857" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-3.400000000000004 2,8.38" data-type="line" data-label="" points="274.7705146036161,403.46036161335195 361.557719054242,141.31849791376905" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-3.400000000000004 8,8.38" data-type="line" data-label="" points="274.7705146036161,403.46036161335195 495.076495132128,141.31849791376905" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-3.400000000000004 10,8.38" data-type="line" data-label="" points="274.7705146036161,403.46036161335195 539.5827538247567,141.31849791376905" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-3.400000000000004 12,8.38" data-type="line" data-label="" points="274.7705146036161,403.46036161335195 584.0890125173853,141.31849791376905" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-6.399999999999993 1.9,-1.6999999999999922" data-type="line" data-label="" points="274.7705146036161,470.2197496522947 359.3324061196106,365.6300417246173" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-6.399999999999993 1.9,-0.09999999999999076" data-type="line" data-label="" points="274.7705146036161,470.2197496522947 359.3324061196106,330.02503477051437" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-6.399999999999993 1.9,1.9000000000000092" data-type="line" data-label="" points="274.7705146036161,470.2197496522947 359.3324061196106,285.5187760778857" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-6.399999999999993 2,8.38" data-type="line" data-label="" points="274.7705146036161,470.2197496522947 361.557719054242,141.31849791376905" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-6.399999999999993 8,8.38" data-type="line" data-label="" points="274.7705146036161,470.2197496522947 495.076495132128,141.31849791376905" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-6.399999999999993 10,8.38" data-type="line" data-label="" points="274.7705146036161,470.2197496522947 539.5827538247567,141.31849791376905" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-6.399999999999993 12,8.38" data-type="line" data-label="" points="274.7705146036161,470.2197496522947 584.0890125173853,141.31849791376905" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-1.6999999999999922 1.9,-0.09999999999999076" data-type="line" data-label="" points="359.3324061196106,365.6300417246173 359.3324061196106,330.02503477051437" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-1.6999999999999922 1.9,1.9000000000000092" data-type="line" data-label="" points="359.3324061196106,365.6300417246173 359.3324061196106,285.5187760778857" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-1.6999999999999922 2,8.38" data-type="line" data-label="" points="359.3324061196106,365.6300417246173 361.557719054242,141.31849791376905" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-1.6999999999999922 8,8.38" data-type="line" data-label="" points="359.3324061196106,365.6300417246173 495.076495132128,141.31849791376905" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-1.6999999999999922 10,8.38" data-type="line" data-label="" points="359.3324061196106,365.6300417246173 539.5827538247567,141.31849791376905" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-1.6999999999999922 12,8.38" data-type="line" data-label="" points="359.3324061196106,365.6300417246173 584.0890125173853,141.31849791376905" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-0.09999999999999076 1.9,1.9000000000000092" data-type="line" data-label="" points="359.3324061196106,330.02503477051437 359.3324061196106,285.5187760778857" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-0.09999999999999076 2,8.38" data-type="line" data-label="" points="359.3324061196106,330.02503477051437 361.557719054242,141.31849791376905" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-0.09999999999999076 8,8.38" data-type="line" data-label="" points="359.3324061196106,330.02503477051437 495.076495132128,141.31849791376905" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-0.09999999999999076 10,8.38" data-type="line" data-label="" points="359.3324061196106,330.02503477051437 539.5827538247567,141.31849791376905" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-0.09999999999999076 12,8.38" data-type="line" data-label="" points="359.3324061196106,330.02503477051437 584.0890125173853,141.31849791376905" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,1.9000000000000092 2,8.38" data-type="line" data-label="" points="359.3324061196106,285.5187760778857 361.557719054242,141.31849791376905" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,1.9000000000000092 8,8.38" data-type="line" data-label="" points="359.3324061196106,285.5187760778857 495.076495132128,141.31849791376905" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,1.9000000000000092 10,8.38" data-type="line" data-label="" points="359.3324061196106,285.5187760778857 539.5827538247567,141.31849791376905" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,1.9000000000000092 12,8.38" data-type="line" data-label="" points="359.3324061196106,285.5187760778857 584.0890125173853,141.31849791376905" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2,8.38 8,8.38" data-type="line" data-label="" points="361.557719054242,141.31849791376905 495.076495132128,141.31849791376905" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2,8.38 10,8.38" data-type="line" data-label="" points="361.557719054242,141.31849791376905 539.5827538247567,141.31849791376905" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2,8.38 12,8.38" data-type="line" data-label="" points="361.557719054242,141.31849791376905 584.0890125173853,141.31849791376905" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8,8.38 10,8.38" data-type="line" data-label="" points="495.076495132128,141.31849791376905 539.5827538247567,141.31849791376905" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8,8.38 12,8.38" data-type="line" data-label="" points="495.076495132128,141.31849791376905 584.0890125173853,141.31849791376905" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10,8.38 12,8.38" data-type="line" data-label="" points="539.5827538247567,141.31849791376905 584.0890125173853,141.31849791376905" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,0.7999999999999909 -1.9,-0.20000000000000995" data-type="line" data-label="" points="274.7705146036161,309.9972183588319 274.7705146036161,332.2503477051462" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,0.7999999999999909 1.9,-6.299999999999994" data-type="line" data-label="" points="274.7705146036161,309.9972183588319 359.3324061196106,467.99443671766323" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,0.7999999999999909 1.9,-4.099999999999994" data-type="line" data-label="" points="274.7705146036161,309.9972183588319 359.3324061196106,419.0375521557718" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,0.7999999999999909 1.9,-2.899999999999993" data-type="line" data-label="" points="274.7705146036161,309.9972183588319 359.3324061196106,392.33379694019453" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,0.7999999999999909 1.9,6.099999999999994" data-type="line" data-label="" points="274.7705146036161,309.9972183588319 359.3324061196106,192.05563282336587" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,0.7999999999999909 -12,8.38" data-type="line" data-label="" points="274.7705146036161,309.9972183588319 50.0139082058414,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,0.7999999999999909 -10,8.38" data-type="line" data-label="" points="274.7705146036161,309.9972183588319 94.52016689847008,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,0.7999999999999909 -8,8.38" data-type="line" data-label="" points="274.7705146036161,309.9972183588319 139.02642559109873,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,0.7999999999999909 -6,8.38" data-type="line" data-label="" points="274.7705146036161,309.9972183588319 183.53268428372738,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,0.7999999999999909 -4,8.38" data-type="line" data-label="" points="274.7705146036161,309.9972183588319 228.03894297635605,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,0.7999999999999909 -2,8.38" data-type="line" data-label="" points="274.7705146036161,309.9972183588319 272.5452016689847,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,0.7999999999999909 -1.8369701987210297e-17,8.38" data-type="line" data-label="" points="274.7705146036161,309.9972183588319 317.05146036161335,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-0.20000000000000995 1.9,-6.299999999999994" data-type="line" data-label="" points="274.7705146036161,332.2503477051462 359.3324061196106,467.99443671766323" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-0.20000000000000995 1.9,-4.099999999999994" data-type="line" data-label="" points="274.7705146036161,332.2503477051462 359.3324061196106,419.0375521557718" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-0.20000000000000995 1.9,-2.899999999999993" data-type="line" data-label="" points="274.7705146036161,332.2503477051462 359.3324061196106,392.33379694019453" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-0.20000000000000995 1.9,6.099999999999994" data-type="line" data-label="" points="274.7705146036161,332.2503477051462 359.3324061196106,192.05563282336587" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-0.20000000000000995 -12,8.38" data-type="line" data-label="" points="274.7705146036161,332.2503477051462 50.0139082058414,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-0.20000000000000995 -10,8.38" data-type="line" data-label="" points="274.7705146036161,332.2503477051462 94.52016689847008,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-0.20000000000000995 -8,8.38" data-type="line" data-label="" points="274.7705146036161,332.2503477051462 139.02642559109873,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-0.20000000000000995 -6,8.38" data-type="line" data-label="" points="274.7705146036161,332.2503477051462 183.53268428372738,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-0.20000000000000995 -4,8.38" data-type="line" data-label="" points="274.7705146036161,332.2503477051462 228.03894297635605,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-0.20000000000000995 -2,8.38" data-type="line" data-label="" points="274.7705146036161,332.2503477051462 272.5452016689847,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-0.20000000000000995 -1.8369701987210297e-17,8.38" data-type="line" data-label="" points="274.7705146036161,332.2503477051462 317.05146036161335,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-6.299999999999994 1.9,-4.099999999999994" data-type="line" data-label="" points="359.3324061196106,467.99443671766323 359.3324061196106,419.0375521557718" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-6.299999999999994 1.9,-2.899999999999993" data-type="line" data-label="" points="359.3324061196106,467.99443671766323 359.3324061196106,392.33379694019453" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-6.299999999999994 1.9,6.099999999999994" data-type="line" data-label="" points="359.3324061196106,467.99443671766323 359.3324061196106,192.05563282336587" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-6.299999999999994 -12,8.38" data-type="line" data-label="" points="359.3324061196106,467.99443671766323 50.0139082058414,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-6.299999999999994 -10,8.38" data-type="line" data-label="" points="359.3324061196106,467.99443671766323 94.52016689847008,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-6.299999999999994 -8,8.38" data-type="line" data-label="" points="359.3324061196106,467.99443671766323 139.02642559109873,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-6.299999999999994 -6,8.38" data-type="line" data-label="" points="359.3324061196106,467.99443671766323 183.53268428372738,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-6.299999999999994 -4,8.38" data-type="line" data-label="" points="359.3324061196106,467.99443671766323 228.03894297635605,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-6.299999999999994 -2,8.38" data-type="line" data-label="" points="359.3324061196106,467.99443671766323 272.5452016689847,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-6.299999999999994 -1.8369701987210297e-17,8.38" data-type="line" data-label="" points="359.3324061196106,467.99443671766323 317.05146036161335,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-4.099999999999994 1.9,-2.899999999999993" data-type="line" data-label="" points="359.3324061196106,419.0375521557718 359.3324061196106,392.33379694019453" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-4.099999999999994 1.9,6.099999999999994" data-type="line" data-label="" points="359.3324061196106,419.0375521557718 359.3324061196106,192.05563282336587" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-4.099999999999994 -12,8.38" data-type="line" data-label="" points="359.3324061196106,419.0375521557718 50.0139082058414,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-4.099999999999994 -10,8.38" data-type="line" data-label="" points="359.3324061196106,419.0375521557718 94.52016689847008,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-4.099999999999994 -8,8.38" data-type="line" data-label="" points="359.3324061196106,419.0375521557718 139.02642559109873,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-4.099999999999994 -6,8.38" data-type="line" data-label="" points="359.3324061196106,419.0375521557718 183.53268428372738,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-4.099999999999994 -4,8.38" data-type="line" data-label="" points="359.3324061196106,419.0375521557718 228.03894297635605,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-4.099999999999994 -2,8.38" data-type="line" data-label="" points="359.3324061196106,419.0375521557718 272.5452016689847,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-4.099999999999994 -1.8369701987210297e-17,8.38" data-type="line" data-label="" points="359.3324061196106,419.0375521557718 317.05146036161335,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-2.899999999999993 1.9,6.099999999999994" data-type="line" data-label="" points="359.3324061196106,392.33379694019453 359.3324061196106,192.05563282336587" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-2.899999999999993 -12,8.38" data-type="line" data-label="" points="359.3324061196106,392.33379694019453 50.0139082058414,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-2.899999999999993 -10,8.38" data-type="line" data-label="" points="359.3324061196106,392.33379694019453 94.52016689847008,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-2.899999999999993 -8,8.38" data-type="line" data-label="" points="359.3324061196106,392.33379694019453 139.02642559109873,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-2.899999999999993 -6,8.38" data-type="line" data-label="" points="359.3324061196106,392.33379694019453 183.53268428372738,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-2.899999999999993 -4,8.38" data-type="line" data-label="" points="359.3324061196106,392.33379694019453 228.03894297635605,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-2.899999999999993 -2,8.38" data-type="line" data-label="" points="359.3324061196106,392.33379694019453 272.5452016689847,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-2.899999999999993 -1.8369701987210297e-17,8.38" data-type="line" data-label="" points="359.3324061196106,392.33379694019453 317.05146036161335,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,6.099999999999994 -12,8.38" data-type="line" data-label="" points="359.3324061196106,192.05563282336587 50.0139082058414,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,6.099999999999994 -10,8.38" data-type="line" data-label="" points="359.3324061196106,192.05563282336587 94.52016689847008,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,6.099999999999994 -8,8.38" data-type="line" data-label="" points="359.3324061196106,192.05563282336587 139.02642559109873,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,6.099999999999994 -6,8.38" data-type="line" data-label="" points="359.3324061196106,192.05563282336587 183.53268428372738,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,6.099999999999994 -4,8.38" data-type="line" data-label="" points="359.3324061196106,192.05563282336587 228.03894297635605,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,6.099999999999994 -2,8.38" data-type="line" data-label="" points="359.3324061196106,192.05563282336587 272.5452016689847,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,6.099999999999994 -1.8369701987210297e-17,8.38" data-type="line" data-label="" points="359.3324061196106,192.05563282336587 317.05146036161335,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,8.38 -10,8.38" data-type="line" data-label="" points="50.0139082058414,141.31849791376905 94.52016689847008,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,8.38 -8,8.38" data-type="line" data-label="" points="50.0139082058414,141.31849791376905 139.02642559109873,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,8.38 -6,8.38" data-type="line" data-label="" points="50.0139082058414,141.31849791376905 183.53268428372738,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,8.38 -4,8.38" data-type="line" data-label="" points="50.0139082058414,141.31849791376905 228.03894297635605,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,8.38 -2,8.38" data-type="line" data-label="" points="50.0139082058414,141.31849791376905 272.5452016689847,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,8.38 -1.8369701987210297e-17,8.38" data-type="line" data-label="" points="50.0139082058414,141.31849791376905 317.05146036161335,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,8.38 -8,8.38" data-type="line" data-label="" points="94.52016689847008,141.31849791376905 139.02642559109873,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,8.38 -6,8.38" data-type="line" data-label="" points="94.52016689847008,141.31849791376905 183.53268428372738,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,8.38 -4,8.38" data-type="line" data-label="" points="94.52016689847008,141.31849791376905 228.03894297635605,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,8.38 -2,8.38" data-type="line" data-label="" points="94.52016689847008,141.31849791376905 272.5452016689847,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,8.38 -1.8369701987210297e-17,8.38" data-type="line" data-label="" points="94.52016689847008,141.31849791376905 317.05146036161335,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,8.38 -6,8.38" data-type="line" data-label="" points="139.02642559109873,141.31849791376905 183.53268428372738,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,8.38 -4,8.38" data-type="line" data-label="" points="139.02642559109873,141.31849791376905 228.03894297635605,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,8.38 -2,8.38" data-type="line" data-label="" points="139.02642559109873,141.31849791376905 272.5452016689847,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,8.38 -1.8369701987210297e-17,8.38" data-type="line" data-label="" points="139.02642559109873,141.31849791376905 317.05146036161335,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,8.38 -4,8.38" data-type="line" data-label="" points="183.53268428372738,141.31849791376905 228.03894297635605,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,8.38 -2,8.38" data-type="line" data-label="" points="183.53268428372738,141.31849791376905 272.5452016689847,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,8.38 -1.8369701987210297e-17,8.38" data-type="line" data-label="" points="183.53268428372738,141.31849791376905 317.05146036161335,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4,8.38 -2,8.38" data-type="line" data-label="" points="228.03894297635605,141.31849791376905 272.5452016689847,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4,8.38 -1.8369701987210297e-17,8.38" data-type="line" data-label="" points="228.03894297635605,141.31849791376905 317.05146036161335,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2,8.38 -1.8369701987210297e-17,8.38" data-type="line" data-label="" points="272.5452016689847,141.31849791376905 317.05146036161335,141.31849791376905" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,0.5999999999999908 -1.9,-3.0000000000000053" data-type="line" data-label="" points="274.7705146036161,314.44784422809477 274.7705146036161,394.5591098748262" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,0.5999999999999908 -1.9,-3.2000000000000046" data-type="line" data-label="" points="274.7705146036161,314.44784422809477 274.7705146036161,399.0097357440891" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,0.5999999999999908 5,-7.619999999999999" data-type="line" data-label="" points="274.7705146036161,314.44784422809477 428.317107093185,497.36856745479827" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,0.5999999999999908 7,-7.619999999999999" data-type="line" data-label="" points="274.7705146036161,314.44784422809477 472.8233657858136,497.36856745479827" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,0.5999999999999908 9,-7.619999999999999" data-type="line" data-label="" points="274.7705146036161,314.44784422809477 517.3296244784423,497.36856745479827" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,0.5999999999999908 11,-7.619999999999999" data-type="line" data-label="" points="274.7705146036161,314.44784422809477 561.8358831710709,497.36856745479827" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-3.0000000000000053 -1.9,-3.2000000000000046" data-type="line" data-label="" points="274.7705146036161,394.5591098748262 274.7705146036161,399.0097357440891" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-3.0000000000000053 5,-7.619999999999999" data-type="line" data-label="" points="274.7705146036161,394.5591098748262 428.317107093185,497.36856745479827" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-3.0000000000000053 7,-7.619999999999999" data-type="line" data-label="" points="274.7705146036161,394.5591098748262 472.8233657858136,497.36856745479827" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-3.0000000000000053 9,-7.619999999999999" data-type="line" data-label="" points="274.7705146036161,394.5591098748262 517.3296244784423,497.36856745479827" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-3.0000000000000053 11,-7.619999999999999" data-type="line" data-label="" points="274.7705146036161,394.5591098748262 561.8358831710709,497.36856745479827" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-3.2000000000000046 5,-7.619999999999999" data-type="line" data-label="" points="274.7705146036161,399.0097357440891 428.317107093185,497.36856745479827" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-3.2000000000000046 7,-7.619999999999999" data-type="line" data-label="" points="274.7705146036161,399.0097357440891 472.8233657858136,497.36856745479827" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-3.2000000000000046 9,-7.619999999999999" data-type="line" data-label="" points="274.7705146036161,399.0097357440891 517.3296244784423,497.36856745479827" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-3.2000000000000046 11,-7.619999999999999" data-type="line" data-label="" points="274.7705146036161,399.0097357440891 561.8358831710709,497.36856745479827" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5,-7.619999999999999 7,-7.619999999999999" data-type="line" data-label="" points="428.317107093185,497.36856745479827 472.8233657858136,497.36856745479827" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5,-7.619999999999999 9,-7.619999999999999" data-type="line" data-label="" points="428.317107093185,497.36856745479827 517.3296244784423,497.36856745479827" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5,-7.619999999999999 11,-7.619999999999999" data-type="line" data-label="" points="428.317107093185,497.36856745479827 561.8358831710709,497.36856745479827" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7,-7.619999999999999 9,-7.619999999999999" data-type="line" data-label="" points="472.8233657858136,497.36856745479827 517.3296244784423,497.36856745479827" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7,-7.619999999999999 11,-7.619999999999999" data-type="line" data-label="" points="472.8233657858136,497.36856745479827 561.8358831710709,497.36856745479827" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9,-7.619999999999999 11,-7.619999999999999" data-type="line" data-label="" points="517.3296244784423,497.36856745479827 561.8358831710709,497.36856745479827" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-2.6000000000000068 -1.9,-3.600000000000003" data-type="line" data-label="" points="274.7705146036161,385.65785813630055 274.7705146036161,407.9109874826148" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-2.6000000000000068 1.9,-3.299999999999993" data-type="line" data-label="" points="274.7705146036161,385.65785813630055 359.3324061196106,401.23504867872026" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-2.6000000000000068 1.9,3.700000000000003" data-type="line" data-label="" points="274.7705146036161,385.65785813630055 359.3324061196106,245.46314325452005" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-2.6000000000000068 1.9,3.900000000000002" data-type="line" data-label="" points="274.7705146036161,385.65785813630055 359.3324061196106,241.0125173852572" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-2.6000000000000068 -12,-7.619999999999999" data-type="line" data-label="" points="274.7705146036161,385.65785813630055 50.0139082058414,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-2.6000000000000068 -10,-7.619999999999999" data-type="line" data-label="" points="274.7705146036161,385.65785813630055 94.52016689847008,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-2.6000000000000068 -8,-7.619999999999999" data-type="line" data-label="" points="274.7705146036161,385.65785813630055 139.02642559109873,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-2.6000000000000068 -6,-7.619999999999999" data-type="line" data-label="" points="274.7705146036161,385.65785813630055 183.53268428372738,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-2.6000000000000068 -4,-7.619999999999999" data-type="line" data-label="" points="274.7705146036161,385.65785813630055 228.03894297635605,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-2.6000000000000068 -2,-7.619999999999999" data-type="line" data-label="" points="274.7705146036161,385.65785813630055 272.5452016689847,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-3.600000000000003 1.9,-3.299999999999993" data-type="line" data-label="" points="274.7705146036161,407.9109874826148 359.3324061196106,401.23504867872026" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-3.600000000000003 1.9,3.700000000000003" data-type="line" data-label="" points="274.7705146036161,407.9109874826148 359.3324061196106,245.46314325452005" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-3.600000000000003 1.9,3.900000000000002" data-type="line" data-label="" points="274.7705146036161,407.9109874826148 359.3324061196106,241.0125173852572" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-3.600000000000003 -12,-7.619999999999999" data-type="line" data-label="" points="274.7705146036161,407.9109874826148 50.0139082058414,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-3.600000000000003 -10,-7.619999999999999" data-type="line" data-label="" points="274.7705146036161,407.9109874826148 94.52016689847008,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-3.600000000000003 -8,-7.619999999999999" data-type="line" data-label="" points="274.7705146036161,407.9109874826148 139.02642559109873,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-3.600000000000003 -6,-7.619999999999999" data-type="line" data-label="" points="274.7705146036161,407.9109874826148 183.53268428372738,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-3.600000000000003 -4,-7.619999999999999" data-type="line" data-label="" points="274.7705146036161,407.9109874826148 228.03894297635605,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,-3.600000000000003 -2,-7.619999999999999" data-type="line" data-label="" points="274.7705146036161,407.9109874826148 272.5452016689847,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-3.299999999999993 1.9,3.700000000000003" data-type="line" data-label="" points="359.3324061196106,401.23504867872026 359.3324061196106,245.46314325452005" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-3.299999999999993 1.9,3.900000000000002" data-type="line" data-label="" points="359.3324061196106,401.23504867872026 359.3324061196106,241.0125173852572" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-3.299999999999993 -12,-7.619999999999999" data-type="line" data-label="" points="359.3324061196106,401.23504867872026 50.0139082058414,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-3.299999999999993 -10,-7.619999999999999" data-type="line" data-label="" points="359.3324061196106,401.23504867872026 94.52016689847008,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-3.299999999999993 -8,-7.619999999999999" data-type="line" data-label="" points="359.3324061196106,401.23504867872026 139.02642559109873,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-3.299999999999993 -6,-7.619999999999999" data-type="line" data-label="" points="359.3324061196106,401.23504867872026 183.53268428372738,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-3.299999999999993 -4,-7.619999999999999" data-type="line" data-label="" points="359.3324061196106,401.23504867872026 228.03894297635605,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-3.299999999999993 -2,-7.619999999999999" data-type="line" data-label="" points="359.3324061196106,401.23504867872026 272.5452016689847,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,3.700000000000003 1.9,3.900000000000002" data-type="line" data-label="" points="359.3324061196106,245.46314325452005 359.3324061196106,241.0125173852572" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,3.700000000000003 -12,-7.619999999999999" data-type="line" data-label="" points="359.3324061196106,245.46314325452005 50.0139082058414,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,3.700000000000003 -10,-7.619999999999999" data-type="line" data-label="" points="359.3324061196106,245.46314325452005 94.52016689847008,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,3.700000000000003 -8,-7.619999999999999" data-type="line" data-label="" points="359.3324061196106,245.46314325452005 139.02642559109873,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,3.700000000000003 -6,-7.619999999999999" data-type="line" data-label="" points="359.3324061196106,245.46314325452005 183.53268428372738,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,3.700000000000003 -4,-7.619999999999999" data-type="line" data-label="" points="359.3324061196106,245.46314325452005 228.03894297635605,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,3.700000000000003 -2,-7.619999999999999" data-type="line" data-label="" points="359.3324061196106,245.46314325452005 272.5452016689847,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,3.900000000000002 -12,-7.619999999999999" data-type="line" data-label="" points="359.3324061196106,241.0125173852572 50.0139082058414,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,3.900000000000002 -10,-7.619999999999999" data-type="line" data-label="" points="359.3324061196106,241.0125173852572 94.52016689847008,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,3.900000000000002 -8,-7.619999999999999" data-type="line" data-label="" points="359.3324061196106,241.0125173852572 139.02642559109873,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,3.900000000000002 -6,-7.619999999999999" data-type="line" data-label="" points="359.3324061196106,241.0125173852572 183.53268428372738,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,3.900000000000002 -4,-7.619999999999999" data-type="line" data-label="" points="359.3324061196106,241.0125173852572 228.03894297635605,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,3.900000000000002 -2,-7.619999999999999" data-type="line" data-label="" points="359.3324061196106,241.0125173852572 272.5452016689847,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,-7.619999999999999 -10,-7.619999999999999" data-type="line" data-label="" points="50.0139082058414,497.36856745479827 94.52016689847008,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,-7.619999999999999 -8,-7.619999999999999" data-type="line" data-label="" points="50.0139082058414,497.36856745479827 139.02642559109873,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,-7.619999999999999 -6,-7.619999999999999" data-type="line" data-label="" points="50.0139082058414,497.36856745479827 183.53268428372738,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,-7.619999999999999 -4,-7.619999999999999" data-type="line" data-label="" points="50.0139082058414,497.36856745479827 228.03894297635605,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,-7.619999999999999 -2,-7.619999999999999" data-type="line" data-label="" points="50.0139082058414,497.36856745479827 272.5452016689847,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,-7.619999999999999 -8,-7.619999999999999" data-type="line" data-label="" points="94.52016689847008,497.36856745479827 139.02642559109873,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,-7.619999999999999 -6,-7.619999999999999" data-type="line" data-label="" points="94.52016689847008,497.36856745479827 183.53268428372738,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,-7.619999999999999 -4,-7.619999999999999" data-type="line" data-label="" points="94.52016689847008,497.36856745479827 228.03894297635605,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,-7.619999999999999 -2,-7.619999999999999" data-type="line" data-label="" points="94.52016689847008,497.36856745479827 272.5452016689847,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,-7.619999999999999 -6,-7.619999999999999" data-type="line" data-label="" points="139.02642559109873,497.36856745479827 183.53268428372738,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,-7.619999999999999 -4,-7.619999999999999" data-type="line" data-label="" points="139.02642559109873,497.36856745479827 228.03894297635605,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,-7.619999999999999 -2,-7.619999999999999" data-type="line" data-label="" points="139.02642559109873,497.36856745479827 272.5452016689847,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,-7.619999999999999 -4,-7.619999999999999" data-type="line" data-label="" points="183.53268428372738,497.36856745479827 228.03894297635605,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,-7.619999999999999 -2,-7.619999999999999" data-type="line" data-label="" points="183.53268428372738,497.36856745479827 272.5452016689847,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4,-7.619999999999999 -2,-7.619999999999999" data-type="line" data-label="" points="228.03894297635605,497.36856745479827 272.5452016689847,497.36856745479827" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-1.2999999999999918 1.9,6.299999999999994" data-type="line" data-label="" points="359.3324061196106,356.72878998609156 359.3324061196106,187.605006954103" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-1.2999999999999918 -12,7.619999999999999" data-type="line" data-label="" points="359.3324061196106,356.72878998609156 50.0139082058414,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-1.2999999999999918 -10,7.619999999999999" data-type="line" data-label="" points="359.3324061196106,356.72878998609156 94.52016689847008,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-1.2999999999999918 -8,7.619999999999999" data-type="line" data-label="" points="359.3324061196106,356.72878998609156 139.02642559109873,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-1.2999999999999918 -6,7.619999999999999" data-type="line" data-label="" points="359.3324061196106,356.72878998609156 183.53268428372738,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-1.2999999999999918 -4,7.619999999999999" data-type="line" data-label="" points="359.3324061196106,356.72878998609156 228.03894297635605,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-1.2999999999999918 -2,7.619999999999999" data-type="line" data-label="" points="359.3324061196106,356.72878998609156 272.5452016689847,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-1.2999999999999918 1.8369701987210297e-17,7.619999999999999" data-type="line" data-label="" points="359.3324061196106,356.72878998609156 317.05146036161335,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-1.2999999999999918 2,7.619999999999999" data-type="line" data-label="" points="359.3324061196106,356.72878998609156 361.557719054242,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-1.2999999999999918 4,7.619999999999999" data-type="line" data-label="" points="359.3324061196106,356.72878998609156 406.06397774687065,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-1.2999999999999918 6,7.619999999999999" data-type="line" data-label="" points="359.3324061196106,356.72878998609156 450.57023643949935,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-1.2999999999999918 8,7.619999999999999" data-type="line" data-label="" points="359.3324061196106,356.72878998609156 495.076495132128,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-1.2999999999999918 10,7.619999999999999" data-type="line" data-label="" points="359.3324061196106,356.72878998609156 539.5827538247567,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-1.2999999999999918 12,7.619999999999999" data-type="line" data-label="" points="359.3324061196106,356.72878998609156 584.0890125173853,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-1.2999999999999918 -12,-8.38" data-type="line" data-label="" points="359.3324061196106,356.72878998609156 50.0139082058414,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-1.2999999999999918 -10,-8.38" data-type="line" data-label="" points="359.3324061196106,356.72878998609156 94.52016689847008,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-1.2999999999999918 -8,-8.38" data-type="line" data-label="" points="359.3324061196106,356.72878998609156 139.02642559109873,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-1.2999999999999918 -6,-8.38" data-type="line" data-label="" points="359.3324061196106,356.72878998609156 183.53268428372738,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-1.2999999999999918 -4,-8.38" data-type="line" data-label="" points="359.3324061196106,356.72878998609156 228.03894297635605,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-1.2999999999999918 -2,-8.38" data-type="line" data-label="" points="359.3324061196106,356.72878998609156 272.5452016689847,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-1.2999999999999918 5,-8.38" data-type="line" data-label="" points="359.3324061196106,356.72878998609156 428.317107093185,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-1.2999999999999918 7,-8.38" data-type="line" data-label="" points="359.3324061196106,356.72878998609156 472.8233657858136,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-1.2999999999999918 9,-8.38" data-type="line" data-label="" points="359.3324061196106,356.72878998609156 517.3296244784423,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-1.2999999999999918 11,-8.38" data-type="line" data-label="" points="359.3324061196106,356.72878998609156 561.8358831710709,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,6.299999999999994 -12,7.619999999999999" data-type="line" data-label="" points="359.3324061196106,187.605006954103 50.0139082058414,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,6.299999999999994 -10,7.619999999999999" data-type="line" data-label="" points="359.3324061196106,187.605006954103 94.52016689847008,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,6.299999999999994 -8,7.619999999999999" data-type="line" data-label="" points="359.3324061196106,187.605006954103 139.02642559109873,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,6.299999999999994 -6,7.619999999999999" data-type="line" data-label="" points="359.3324061196106,187.605006954103 183.53268428372738,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,6.299999999999994 -4,7.619999999999999" data-type="line" data-label="" points="359.3324061196106,187.605006954103 228.03894297635605,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,6.299999999999994 -2,7.619999999999999" data-type="line" data-label="" points="359.3324061196106,187.605006954103 272.5452016689847,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,6.299999999999994 1.8369701987210297e-17,7.619999999999999" data-type="line" data-label="" points="359.3324061196106,187.605006954103 317.05146036161335,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,6.299999999999994 2,7.619999999999999" data-type="line" data-label="" points="359.3324061196106,187.605006954103 361.557719054242,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,6.299999999999994 4,7.619999999999999" data-type="line" data-label="" points="359.3324061196106,187.605006954103 406.06397774687065,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,6.299999999999994 6,7.619999999999999" data-type="line" data-label="" points="359.3324061196106,187.605006954103 450.57023643949935,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,6.299999999999994 8,7.619999999999999" data-type="line" data-label="" points="359.3324061196106,187.605006954103 495.076495132128,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,6.299999999999994 10,7.619999999999999" data-type="line" data-label="" points="359.3324061196106,187.605006954103 539.5827538247567,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,6.299999999999994 12,7.619999999999999" data-type="line" data-label="" points="359.3324061196106,187.605006954103 584.0890125173853,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,6.299999999999994 -12,-8.38" data-type="line" data-label="" points="359.3324061196106,187.605006954103 50.0139082058414,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,6.299999999999994 -10,-8.38" data-type="line" data-label="" points="359.3324061196106,187.605006954103 94.52016689847008,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,6.299999999999994 -8,-8.38" data-type="line" data-label="" points="359.3324061196106,187.605006954103 139.02642559109873,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,6.299999999999994 -6,-8.38" data-type="line" data-label="" points="359.3324061196106,187.605006954103 183.53268428372738,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,6.299999999999994 -4,-8.38" data-type="line" data-label="" points="359.3324061196106,187.605006954103 228.03894297635605,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,6.299999999999994 -2,-8.38" data-type="line" data-label="" points="359.3324061196106,187.605006954103 272.5452016689847,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,6.299999999999994 5,-8.38" data-type="line" data-label="" points="359.3324061196106,187.605006954103 428.317107093185,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,6.299999999999994 7,-8.38" data-type="line" data-label="" points="359.3324061196106,187.605006954103 472.8233657858136,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,6.299999999999994 9,-8.38" data-type="line" data-label="" points="359.3324061196106,187.605006954103 517.3296244784423,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,6.299999999999994 11,-8.38" data-type="line" data-label="" points="359.3324061196106,187.605006954103 561.8358831710709,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,7.619999999999999 -10,7.619999999999999" data-type="line" data-label="" points="50.0139082058414,158.23087621696797 94.52016689847008,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,7.619999999999999 -8,7.619999999999999" data-type="line" data-label="" points="50.0139082058414,158.23087621696797 139.02642559109873,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,7.619999999999999 -6,7.619999999999999" data-type="line" data-label="" points="50.0139082058414,158.23087621696797 183.53268428372738,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,7.619999999999999 -4,7.619999999999999" data-type="line" data-label="" points="50.0139082058414,158.23087621696797 228.03894297635605,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,7.619999999999999 -2,7.619999999999999" data-type="line" data-label="" points="50.0139082058414,158.23087621696797 272.5452016689847,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,7.619999999999999 1.8369701987210297e-17,7.619999999999999" data-type="line" data-label="" points="50.0139082058414,158.23087621696797 317.05146036161335,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,7.619999999999999 2,7.619999999999999" data-type="line" data-label="" points="50.0139082058414,158.23087621696797 361.557719054242,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,7.619999999999999 4,7.619999999999999" data-type="line" data-label="" points="50.0139082058414,158.23087621696797 406.06397774687065,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,7.619999999999999 6,7.619999999999999" data-type="line" data-label="" points="50.0139082058414,158.23087621696797 450.57023643949935,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,7.619999999999999 8,7.619999999999999" data-type="line" data-label="" points="50.0139082058414,158.23087621696797 495.076495132128,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,7.619999999999999 10,7.619999999999999" data-type="line" data-label="" points="50.0139082058414,158.23087621696797 539.5827538247567,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,7.619999999999999 12,7.619999999999999" data-type="line" data-label="" points="50.0139082058414,158.23087621696797 584.0890125173853,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,7.619999999999999 -12,-8.38" data-type="line" data-label="" points="50.0139082058414,158.23087621696797 50.0139082058414,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,7.619999999999999 -10,-8.38" data-type="line" data-label="" points="50.0139082058414,158.23087621696797 94.52016689847008,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,7.619999999999999 -8,-8.38" data-type="line" data-label="" points="50.0139082058414,158.23087621696797 139.02642559109873,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,7.619999999999999 -6,-8.38" data-type="line" data-label="" points="50.0139082058414,158.23087621696797 183.53268428372738,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,7.619999999999999 -4,-8.38" data-type="line" data-label="" points="50.0139082058414,158.23087621696797 228.03894297635605,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,7.619999999999999 -2,-8.38" data-type="line" data-label="" points="50.0139082058414,158.23087621696797 272.5452016689847,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,7.619999999999999 5,-8.38" data-type="line" data-label="" points="50.0139082058414,158.23087621696797 428.317107093185,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,7.619999999999999 7,-8.38" data-type="line" data-label="" points="50.0139082058414,158.23087621696797 472.8233657858136,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,7.619999999999999 9,-8.38" data-type="line" data-label="" points="50.0139082058414,158.23087621696797 517.3296244784423,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,7.619999999999999 11,-8.38" data-type="line" data-label="" points="50.0139082058414,158.23087621696797 561.8358831710709,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,7.619999999999999 -8,7.619999999999999" data-type="line" data-label="" points="94.52016689847008,158.23087621696797 139.02642559109873,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,7.619999999999999 -6,7.619999999999999" data-type="line" data-label="" points="94.52016689847008,158.23087621696797 183.53268428372738,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,7.619999999999999 -4,7.619999999999999" data-type="line" data-label="" points="94.52016689847008,158.23087621696797 228.03894297635605,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,7.619999999999999 -2,7.619999999999999" data-type="line" data-label="" points="94.52016689847008,158.23087621696797 272.5452016689847,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,7.619999999999999 1.8369701987210297e-17,7.619999999999999" data-type="line" data-label="" points="94.52016689847008,158.23087621696797 317.05146036161335,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,7.619999999999999 2,7.619999999999999" data-type="line" data-label="" points="94.52016689847008,158.23087621696797 361.557719054242,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,7.619999999999999 4,7.619999999999999" data-type="line" data-label="" points="94.52016689847008,158.23087621696797 406.06397774687065,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,7.619999999999999 6,7.619999999999999" data-type="line" data-label="" points="94.52016689847008,158.23087621696797 450.57023643949935,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,7.619999999999999 8,7.619999999999999" data-type="line" data-label="" points="94.52016689847008,158.23087621696797 495.076495132128,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,7.619999999999999 10,7.619999999999999" data-type="line" data-label="" points="94.52016689847008,158.23087621696797 539.5827538247567,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,7.619999999999999 12,7.619999999999999" data-type="line" data-label="" points="94.52016689847008,158.23087621696797 584.0890125173853,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,7.619999999999999 -12,-8.38" data-type="line" data-label="" points="94.52016689847008,158.23087621696797 50.0139082058414,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,7.619999999999999 -10,-8.38" data-type="line" data-label="" points="94.52016689847008,158.23087621696797 94.52016689847008,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,7.619999999999999 -8,-8.38" data-type="line" data-label="" points="94.52016689847008,158.23087621696797 139.02642559109873,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,7.619999999999999 -6,-8.38" data-type="line" data-label="" points="94.52016689847008,158.23087621696797 183.53268428372738,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,7.619999999999999 -4,-8.38" data-type="line" data-label="" points="94.52016689847008,158.23087621696797 228.03894297635605,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,7.619999999999999 -2,-8.38" data-type="line" data-label="" points="94.52016689847008,158.23087621696797 272.5452016689847,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,7.619999999999999 5,-8.38" data-type="line" data-label="" points="94.52016689847008,158.23087621696797 428.317107093185,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,7.619999999999999 7,-8.38" data-type="line" data-label="" points="94.52016689847008,158.23087621696797 472.8233657858136,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,7.619999999999999 9,-8.38" data-type="line" data-label="" points="94.52016689847008,158.23087621696797 517.3296244784423,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,7.619999999999999 11,-8.38" data-type="line" data-label="" points="94.52016689847008,158.23087621696797 561.8358831710709,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,7.619999999999999 -6,7.619999999999999" data-type="line" data-label="" points="139.02642559109873,158.23087621696797 183.53268428372738,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,7.619999999999999 -4,7.619999999999999" data-type="line" data-label="" points="139.02642559109873,158.23087621696797 228.03894297635605,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,7.619999999999999 -2,7.619999999999999" data-type="line" data-label="" points="139.02642559109873,158.23087621696797 272.5452016689847,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,7.619999999999999 1.8369701987210297e-17,7.619999999999999" data-type="line" data-label="" points="139.02642559109873,158.23087621696797 317.05146036161335,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,7.619999999999999 2,7.619999999999999" data-type="line" data-label="" points="139.02642559109873,158.23087621696797 361.557719054242,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,7.619999999999999 4,7.619999999999999" data-type="line" data-label="" points="139.02642559109873,158.23087621696797 406.06397774687065,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,7.619999999999999 6,7.619999999999999" data-type="line" data-label="" points="139.02642559109873,158.23087621696797 450.57023643949935,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,7.619999999999999 8,7.619999999999999" data-type="line" data-label="" points="139.02642559109873,158.23087621696797 495.076495132128,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,7.619999999999999 10,7.619999999999999" data-type="line" data-label="" points="139.02642559109873,158.23087621696797 539.5827538247567,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,7.619999999999999 12,7.619999999999999" data-type="line" data-label="" points="139.02642559109873,158.23087621696797 584.0890125173853,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,7.619999999999999 -12,-8.38" data-type="line" data-label="" points="139.02642559109873,158.23087621696797 50.0139082058414,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,7.619999999999999 -10,-8.38" data-type="line" data-label="" points="139.02642559109873,158.23087621696797 94.52016689847008,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,7.619999999999999 -8,-8.38" data-type="line" data-label="" points="139.02642559109873,158.23087621696797 139.02642559109873,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,7.619999999999999 -6,-8.38" data-type="line" data-label="" points="139.02642559109873,158.23087621696797 183.53268428372738,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,7.619999999999999 -4,-8.38" data-type="line" data-label="" points="139.02642559109873,158.23087621696797 228.03894297635605,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,7.619999999999999 -2,-8.38" data-type="line" data-label="" points="139.02642559109873,158.23087621696797 272.5452016689847,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,7.619999999999999 5,-8.38" data-type="line" data-label="" points="139.02642559109873,158.23087621696797 428.317107093185,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,7.619999999999999 7,-8.38" data-type="line" data-label="" points="139.02642559109873,158.23087621696797 472.8233657858136,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,7.619999999999999 9,-8.38" data-type="line" data-label="" points="139.02642559109873,158.23087621696797 517.3296244784423,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,7.619999999999999 11,-8.38" data-type="line" data-label="" points="139.02642559109873,158.23087621696797 561.8358831710709,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,7.619999999999999 -4,7.619999999999999" data-type="line" data-label="" points="183.53268428372738,158.23087621696797 228.03894297635605,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,7.619999999999999 -2,7.619999999999999" data-type="line" data-label="" points="183.53268428372738,158.23087621696797 272.5452016689847,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,7.619999999999999 1.8369701987210297e-17,7.619999999999999" data-type="line" data-label="" points="183.53268428372738,158.23087621696797 317.05146036161335,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,7.619999999999999 2,7.619999999999999" data-type="line" data-label="" points="183.53268428372738,158.23087621696797 361.557719054242,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,7.619999999999999 4,7.619999999999999" data-type="line" data-label="" points="183.53268428372738,158.23087621696797 406.06397774687065,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,7.619999999999999 6,7.619999999999999" data-type="line" data-label="" points="183.53268428372738,158.23087621696797 450.57023643949935,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,7.619999999999999 8,7.619999999999999" data-type="line" data-label="" points="183.53268428372738,158.23087621696797 495.076495132128,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,7.619999999999999 10,7.619999999999999" data-type="line" data-label="" points="183.53268428372738,158.23087621696797 539.5827538247567,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,7.619999999999999 12,7.619999999999999" data-type="line" data-label="" points="183.53268428372738,158.23087621696797 584.0890125173853,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,7.619999999999999 -12,-8.38" data-type="line" data-label="" points="183.53268428372738,158.23087621696797 50.0139082058414,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,7.619999999999999 -10,-8.38" data-type="line" data-label="" points="183.53268428372738,158.23087621696797 94.52016689847008,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,7.619999999999999 -8,-8.38" data-type="line" data-label="" points="183.53268428372738,158.23087621696797 139.02642559109873,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,7.619999999999999 -6,-8.38" data-type="line" data-label="" points="183.53268428372738,158.23087621696797 183.53268428372738,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,7.619999999999999 -4,-8.38" data-type="line" data-label="" points="183.53268428372738,158.23087621696797 228.03894297635605,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,7.619999999999999 -2,-8.38" data-type="line" data-label="" points="183.53268428372738,158.23087621696797 272.5452016689847,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,7.619999999999999 5,-8.38" data-type="line" data-label="" points="183.53268428372738,158.23087621696797 428.317107093185,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,7.619999999999999 7,-8.38" data-type="line" data-label="" points="183.53268428372738,158.23087621696797 472.8233657858136,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,7.619999999999999 9,-8.38" data-type="line" data-label="" points="183.53268428372738,158.23087621696797 517.3296244784423,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,7.619999999999999 11,-8.38" data-type="line" data-label="" points="183.53268428372738,158.23087621696797 561.8358831710709,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4,7.619999999999999 -2,7.619999999999999" data-type="line" data-label="" points="228.03894297635605,158.23087621696797 272.5452016689847,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4,7.619999999999999 1.8369701987210297e-17,7.619999999999999" data-type="line" data-label="" points="228.03894297635605,158.23087621696797 317.05146036161335,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4,7.619999999999999 2,7.619999999999999" data-type="line" data-label="" points="228.03894297635605,158.23087621696797 361.557719054242,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4,7.619999999999999 4,7.619999999999999" data-type="line" data-label="" points="228.03894297635605,158.23087621696797 406.06397774687065,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4,7.619999999999999 6,7.619999999999999" data-type="line" data-label="" points="228.03894297635605,158.23087621696797 450.57023643949935,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4,7.619999999999999 8,7.619999999999999" data-type="line" data-label="" points="228.03894297635605,158.23087621696797 495.076495132128,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4,7.619999999999999 10,7.619999999999999" data-type="line" data-label="" points="228.03894297635605,158.23087621696797 539.5827538247567,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4,7.619999999999999 12,7.619999999999999" data-type="line" data-label="" points="228.03894297635605,158.23087621696797 584.0890125173853,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4,7.619999999999999 -12,-8.38" data-type="line" data-label="" points="228.03894297635605,158.23087621696797 50.0139082058414,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4,7.619999999999999 -10,-8.38" data-type="line" data-label="" points="228.03894297635605,158.23087621696797 94.52016689847008,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4,7.619999999999999 -8,-8.38" data-type="line" data-label="" points="228.03894297635605,158.23087621696797 139.02642559109873,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4,7.619999999999999 -6,-8.38" data-type="line" data-label="" points="228.03894297635605,158.23087621696797 183.53268428372738,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4,7.619999999999999 -4,-8.38" data-type="line" data-label="" points="228.03894297635605,158.23087621696797 228.03894297635605,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4,7.619999999999999 -2,-8.38" data-type="line" data-label="" points="228.03894297635605,158.23087621696797 272.5452016689847,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4,7.619999999999999 5,-8.38" data-type="line" data-label="" points="228.03894297635605,158.23087621696797 428.317107093185,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4,7.619999999999999 7,-8.38" data-type="line" data-label="" points="228.03894297635605,158.23087621696797 472.8233657858136,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4,7.619999999999999 9,-8.38" data-type="line" data-label="" points="228.03894297635605,158.23087621696797 517.3296244784423,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4,7.619999999999999 11,-8.38" data-type="line" data-label="" points="228.03894297635605,158.23087621696797 561.8358831710709,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2,7.619999999999999 1.8369701987210297e-17,7.619999999999999" data-type="line" data-label="" points="272.5452016689847,158.23087621696797 317.05146036161335,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2,7.619999999999999 2,7.619999999999999" data-type="line" data-label="" points="272.5452016689847,158.23087621696797 361.557719054242,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2,7.619999999999999 4,7.619999999999999" data-type="line" data-label="" points="272.5452016689847,158.23087621696797 406.06397774687065,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2,7.619999999999999 6,7.619999999999999" data-type="line" data-label="" points="272.5452016689847,158.23087621696797 450.57023643949935,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2,7.619999999999999 8,7.619999999999999" data-type="line" data-label="" points="272.5452016689847,158.23087621696797 495.076495132128,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2,7.619999999999999 10,7.619999999999999" data-type="line" data-label="" points="272.5452016689847,158.23087621696797 539.5827538247567,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2,7.619999999999999 12,7.619999999999999" data-type="line" data-label="" points="272.5452016689847,158.23087621696797 584.0890125173853,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2,7.619999999999999 -12,-8.38" data-type="line" data-label="" points="272.5452016689847,158.23087621696797 50.0139082058414,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2,7.619999999999999 -10,-8.38" data-type="line" data-label="" points="272.5452016689847,158.23087621696797 94.52016689847008,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2,7.619999999999999 -8,-8.38" data-type="line" data-label="" points="272.5452016689847,158.23087621696797 139.02642559109873,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2,7.619999999999999 -6,-8.38" data-type="line" data-label="" points="272.5452016689847,158.23087621696797 183.53268428372738,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2,7.619999999999999 -4,-8.38" data-type="line" data-label="" points="272.5452016689847,158.23087621696797 228.03894297635605,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2,7.619999999999999 -2,-8.38" data-type="line" data-label="" points="272.5452016689847,158.23087621696797 272.5452016689847,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2,7.619999999999999 5,-8.38" data-type="line" data-label="" points="272.5452016689847,158.23087621696797 428.317107093185,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2,7.619999999999999 7,-8.38" data-type="line" data-label="" points="272.5452016689847,158.23087621696797 472.8233657858136,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2,7.619999999999999 9,-8.38" data-type="line" data-label="" points="272.5452016689847,158.23087621696797 517.3296244784423,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2,7.619999999999999 11,-8.38" data-type="line" data-label="" points="272.5452016689847,158.23087621696797 561.8358831710709,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.8369701987210297e-17,7.619999999999999 2,7.619999999999999" data-type="line" data-label="" points="317.05146036161335,158.23087621696797 361.557719054242,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.8369701987210297e-17,7.619999999999999 4,7.619999999999999" data-type="line" data-label="" points="317.05146036161335,158.23087621696797 406.06397774687065,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.8369701987210297e-17,7.619999999999999 6,7.619999999999999" data-type="line" data-label="" points="317.05146036161335,158.23087621696797 450.57023643949935,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.8369701987210297e-17,7.619999999999999 8,7.619999999999999" data-type="line" data-label="" points="317.05146036161335,158.23087621696797 495.076495132128,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.8369701987210297e-17,7.619999999999999 10,7.619999999999999" data-type="line" data-label="" points="317.05146036161335,158.23087621696797 539.5827538247567,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.8369701987210297e-17,7.619999999999999 12,7.619999999999999" data-type="line" data-label="" points="317.05146036161335,158.23087621696797 584.0890125173853,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.8369701987210297e-17,7.619999999999999 -12,-8.38" data-type="line" data-label="" points="317.05146036161335,158.23087621696797 50.0139082058414,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.8369701987210297e-17,7.619999999999999 -10,-8.38" data-type="line" data-label="" points="317.05146036161335,158.23087621696797 94.52016689847008,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.8369701987210297e-17,7.619999999999999 -8,-8.38" data-type="line" data-label="" points="317.05146036161335,158.23087621696797 139.02642559109873,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.8369701987210297e-17,7.619999999999999 -6,-8.38" data-type="line" data-label="" points="317.05146036161335,158.23087621696797 183.53268428372738,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.8369701987210297e-17,7.619999999999999 -4,-8.38" data-type="line" data-label="" points="317.05146036161335,158.23087621696797 228.03894297635605,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.8369701987210297e-17,7.619999999999999 -2,-8.38" data-type="line" data-label="" points="317.05146036161335,158.23087621696797 272.5452016689847,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.8369701987210297e-17,7.619999999999999 5,-8.38" data-type="line" data-label="" points="317.05146036161335,158.23087621696797 428.317107093185,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.8369701987210297e-17,7.619999999999999 7,-8.38" data-type="line" data-label="" points="317.05146036161335,158.23087621696797 472.8233657858136,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.8369701987210297e-17,7.619999999999999 9,-8.38" data-type="line" data-label="" points="317.05146036161335,158.23087621696797 517.3296244784423,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.8369701987210297e-17,7.619999999999999 11,-8.38" data-type="line" data-label="" points="317.05146036161335,158.23087621696797 561.8358831710709,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2,7.619999999999999 4,7.619999999999999" data-type="line" data-label="" points="361.557719054242,158.23087621696797 406.06397774687065,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2,7.619999999999999 6,7.619999999999999" data-type="line" data-label="" points="361.557719054242,158.23087621696797 450.57023643949935,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2,7.619999999999999 8,7.619999999999999" data-type="line" data-label="" points="361.557719054242,158.23087621696797 495.076495132128,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2,7.619999999999999 10,7.619999999999999" data-type="line" data-label="" points="361.557719054242,158.23087621696797 539.5827538247567,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2,7.619999999999999 12,7.619999999999999" data-type="line" data-label="" points="361.557719054242,158.23087621696797 584.0890125173853,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2,7.619999999999999 -12,-8.38" data-type="line" data-label="" points="361.557719054242,158.23087621696797 50.0139082058414,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2,7.619999999999999 -10,-8.38" data-type="line" data-label="" points="361.557719054242,158.23087621696797 94.52016689847008,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2,7.619999999999999 -8,-8.38" data-type="line" data-label="" points="361.557719054242,158.23087621696797 139.02642559109873,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2,7.619999999999999 -6,-8.38" data-type="line" data-label="" points="361.557719054242,158.23087621696797 183.53268428372738,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2,7.619999999999999 -4,-8.38" data-type="line" data-label="" points="361.557719054242,158.23087621696797 228.03894297635605,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2,7.619999999999999 -2,-8.38" data-type="line" data-label="" points="361.557719054242,158.23087621696797 272.5452016689847,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2,7.619999999999999 5,-8.38" data-type="line" data-label="" points="361.557719054242,158.23087621696797 428.317107093185,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2,7.619999999999999 7,-8.38" data-type="line" data-label="" points="361.557719054242,158.23087621696797 472.8233657858136,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2,7.619999999999999 9,-8.38" data-type="line" data-label="" points="361.557719054242,158.23087621696797 517.3296244784423,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2,7.619999999999999 11,-8.38" data-type="line" data-label="" points="361.557719054242,158.23087621696797 561.8358831710709,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4,7.619999999999999 6,7.619999999999999" data-type="line" data-label="" points="406.06397774687065,158.23087621696797 450.57023643949935,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4,7.619999999999999 8,7.619999999999999" data-type="line" data-label="" points="406.06397774687065,158.23087621696797 495.076495132128,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4,7.619999999999999 10,7.619999999999999" data-type="line" data-label="" points="406.06397774687065,158.23087621696797 539.5827538247567,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4,7.619999999999999 12,7.619999999999999" data-type="line" data-label="" points="406.06397774687065,158.23087621696797 584.0890125173853,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4,7.619999999999999 -12,-8.38" data-type="line" data-label="" points="406.06397774687065,158.23087621696797 50.0139082058414,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4,7.619999999999999 -10,-8.38" data-type="line" data-label="" points="406.06397774687065,158.23087621696797 94.52016689847008,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4,7.619999999999999 -8,-8.38" data-type="line" data-label="" points="406.06397774687065,158.23087621696797 139.02642559109873,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4,7.619999999999999 -6,-8.38" data-type="line" data-label="" points="406.06397774687065,158.23087621696797 183.53268428372738,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4,7.619999999999999 -4,-8.38" data-type="line" data-label="" points="406.06397774687065,158.23087621696797 228.03894297635605,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4,7.619999999999999 -2,-8.38" data-type="line" data-label="" points="406.06397774687065,158.23087621696797 272.5452016689847,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4,7.619999999999999 5,-8.38" data-type="line" data-label="" points="406.06397774687065,158.23087621696797 428.317107093185,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4,7.619999999999999 7,-8.38" data-type="line" data-label="" points="406.06397774687065,158.23087621696797 472.8233657858136,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4,7.619999999999999 9,-8.38" data-type="line" data-label="" points="406.06397774687065,158.23087621696797 517.3296244784423,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4,7.619999999999999 11,-8.38" data-type="line" data-label="" points="406.06397774687065,158.23087621696797 561.8358831710709,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6,7.619999999999999 8,7.619999999999999" data-type="line" data-label="" points="450.57023643949935,158.23087621696797 495.076495132128,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6,7.619999999999999 10,7.619999999999999" data-type="line" data-label="" points="450.57023643949935,158.23087621696797 539.5827538247567,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6,7.619999999999999 12,7.619999999999999" data-type="line" data-label="" points="450.57023643949935,158.23087621696797 584.0890125173853,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6,7.619999999999999 -12,-8.38" data-type="line" data-label="" points="450.57023643949935,158.23087621696797 50.0139082058414,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6,7.619999999999999 -10,-8.38" data-type="line" data-label="" points="450.57023643949935,158.23087621696797 94.52016689847008,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6,7.619999999999999 -8,-8.38" data-type="line" data-label="" points="450.57023643949935,158.23087621696797 139.02642559109873,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6,7.619999999999999 -6,-8.38" data-type="line" data-label="" points="450.57023643949935,158.23087621696797 183.53268428372738,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6,7.619999999999999 -4,-8.38" data-type="line" data-label="" points="450.57023643949935,158.23087621696797 228.03894297635605,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6,7.619999999999999 -2,-8.38" data-type="line" data-label="" points="450.57023643949935,158.23087621696797 272.5452016689847,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6,7.619999999999999 5,-8.38" data-type="line" data-label="" points="450.57023643949935,158.23087621696797 428.317107093185,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6,7.619999999999999 7,-8.38" data-type="line" data-label="" points="450.57023643949935,158.23087621696797 472.8233657858136,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6,7.619999999999999 9,-8.38" data-type="line" data-label="" points="450.57023643949935,158.23087621696797 517.3296244784423,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6,7.619999999999999 11,-8.38" data-type="line" data-label="" points="450.57023643949935,158.23087621696797 561.8358831710709,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8,7.619999999999999 10,7.619999999999999" data-type="line" data-label="" points="495.076495132128,158.23087621696797 539.5827538247567,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8,7.619999999999999 12,7.619999999999999" data-type="line" data-label="" points="495.076495132128,158.23087621696797 584.0890125173853,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8,7.619999999999999 -12,-8.38" data-type="line" data-label="" points="495.076495132128,158.23087621696797 50.0139082058414,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8,7.619999999999999 -10,-8.38" data-type="line" data-label="" points="495.076495132128,158.23087621696797 94.52016689847008,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8,7.619999999999999 -8,-8.38" data-type="line" data-label="" points="495.076495132128,158.23087621696797 139.02642559109873,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8,7.619999999999999 -6,-8.38" data-type="line" data-label="" points="495.076495132128,158.23087621696797 183.53268428372738,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8,7.619999999999999 -4,-8.38" data-type="line" data-label="" points="495.076495132128,158.23087621696797 228.03894297635605,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8,7.619999999999999 -2,-8.38" data-type="line" data-label="" points="495.076495132128,158.23087621696797 272.5452016689847,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8,7.619999999999999 5,-8.38" data-type="line" data-label="" points="495.076495132128,158.23087621696797 428.317107093185,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8,7.619999999999999 7,-8.38" data-type="line" data-label="" points="495.076495132128,158.23087621696797 472.8233657858136,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8,7.619999999999999 9,-8.38" data-type="line" data-label="" points="495.076495132128,158.23087621696797 517.3296244784423,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8,7.619999999999999 11,-8.38" data-type="line" data-label="" points="495.076495132128,158.23087621696797 561.8358831710709,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10,7.619999999999999 12,7.619999999999999" data-type="line" data-label="" points="539.5827538247567,158.23087621696797 584.0890125173853,158.23087621696797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10,7.619999999999999 -12,-8.38" data-type="line" data-label="" points="539.5827538247567,158.23087621696797 50.0139082058414,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10,7.619999999999999 -10,-8.38" data-type="line" data-label="" points="539.5827538247567,158.23087621696797 94.52016689847008,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10,7.619999999999999 -8,-8.38" data-type="line" data-label="" points="539.5827538247567,158.23087621696797 139.02642559109873,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10,7.619999999999999 -6,-8.38" data-type="line" data-label="" points="539.5827538247567,158.23087621696797 183.53268428372738,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10,7.619999999999999 -4,-8.38" data-type="line" data-label="" points="539.5827538247567,158.23087621696797 228.03894297635605,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10,7.619999999999999 -2,-8.38" data-type="line" data-label="" points="539.5827538247567,158.23087621696797 272.5452016689847,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10,7.619999999999999 5,-8.38" data-type="line" data-label="" points="539.5827538247567,158.23087621696797 428.317107093185,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10,7.619999999999999 7,-8.38" data-type="line" data-label="" points="539.5827538247567,158.23087621696797 472.8233657858136,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10,7.619999999999999 9,-8.38" data-type="line" data-label="" points="539.5827538247567,158.23087621696797 517.3296244784423,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10,7.619999999999999 11,-8.38" data-type="line" data-label="" points="539.5827538247567,158.23087621696797 561.8358831710709,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12,7.619999999999999 -12,-8.38" data-type="line" data-label="" points="584.0890125173853,158.23087621696797 50.0139082058414,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12,7.619999999999999 -10,-8.38" data-type="line" data-label="" points="584.0890125173853,158.23087621696797 94.52016689847008,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12,7.619999999999999 -8,-8.38" data-type="line" data-label="" points="584.0890125173853,158.23087621696797 139.02642559109873,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12,7.619999999999999 -6,-8.38" data-type="line" data-label="" points="584.0890125173853,158.23087621696797 183.53268428372738,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12,7.619999999999999 -4,-8.38" data-type="line" data-label="" points="584.0890125173853,158.23087621696797 228.03894297635605,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12,7.619999999999999 -2,-8.38" data-type="line" data-label="" points="584.0890125173853,158.23087621696797 272.5452016689847,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12,7.619999999999999 5,-8.38" data-type="line" data-label="" points="584.0890125173853,158.23087621696797 428.317107093185,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12,7.619999999999999 7,-8.38" data-type="line" data-label="" points="584.0890125173853,158.23087621696797 472.8233657858136,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12,7.619999999999999 9,-8.38" data-type="line" data-label="" points="584.0890125173853,158.23087621696797 517.3296244784423,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12,7.619999999999999 11,-8.38" data-type="line" data-label="" points="584.0890125173853,158.23087621696797 561.8358831710709,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,-8.38 -10,-8.38" data-type="line" data-label="" points="50.0139082058414,514.2809457579972 94.52016689847008,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,-8.38 -8,-8.38" data-type="line" data-label="" points="50.0139082058414,514.2809457579972 139.02642559109873,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,-8.38 -6,-8.38" data-type="line" data-label="" points="50.0139082058414,514.2809457579972 183.53268428372738,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,-8.38 -4,-8.38" data-type="line" data-label="" points="50.0139082058414,514.2809457579972 228.03894297635605,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,-8.38 -2,-8.38" data-type="line" data-label="" points="50.0139082058414,514.2809457579972 272.5452016689847,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,-8.38 5,-8.38" data-type="line" data-label="" points="50.0139082058414,514.2809457579972 428.317107093185,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,-8.38 7,-8.38" data-type="line" data-label="" points="50.0139082058414,514.2809457579972 472.8233657858136,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,-8.38 9,-8.38" data-type="line" data-label="" points="50.0139082058414,514.2809457579972 517.3296244784423,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,-8.38 11,-8.38" data-type="line" data-label="" points="50.0139082058414,514.2809457579972 561.8358831710709,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,-8.38 -8,-8.38" data-type="line" data-label="" points="94.52016689847008,514.2809457579972 139.02642559109873,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,-8.38 -6,-8.38" data-type="line" data-label="" points="94.52016689847008,514.2809457579972 183.53268428372738,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,-8.38 -4,-8.38" data-type="line" data-label="" points="94.52016689847008,514.2809457579972 228.03894297635605,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,-8.38 -2,-8.38" data-type="line" data-label="" points="94.52016689847008,514.2809457579972 272.5452016689847,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,-8.38 5,-8.38" data-type="line" data-label="" points="94.52016689847008,514.2809457579972 428.317107093185,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,-8.38 7,-8.38" data-type="line" data-label="" points="94.52016689847008,514.2809457579972 472.8233657858136,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,-8.38 9,-8.38" data-type="line" data-label="" points="94.52016689847008,514.2809457579972 517.3296244784423,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,-8.38 11,-8.38" data-type="line" data-label="" points="94.52016689847008,514.2809457579972 561.8358831710709,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,-8.38 -6,-8.38" data-type="line" data-label="" points="139.02642559109873,514.2809457579972 183.53268428372738,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,-8.38 -4,-8.38" data-type="line" data-label="" points="139.02642559109873,514.2809457579972 228.03894297635605,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,-8.38 -2,-8.38" data-type="line" data-label="" points="139.02642559109873,514.2809457579972 272.5452016689847,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,-8.38 5,-8.38" data-type="line" data-label="" points="139.02642559109873,514.2809457579972 428.317107093185,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,-8.38 7,-8.38" data-type="line" data-label="" points="139.02642559109873,514.2809457579972 472.8233657858136,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,-8.38 9,-8.38" data-type="line" data-label="" points="139.02642559109873,514.2809457579972 517.3296244784423,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,-8.38 11,-8.38" data-type="line" data-label="" points="139.02642559109873,514.2809457579972 561.8358831710709,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,-8.38 -4,-8.38" data-type="line" data-label="" points="183.53268428372738,514.2809457579972 228.03894297635605,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,-8.38 -2,-8.38" data-type="line" data-label="" points="183.53268428372738,514.2809457579972 272.5452016689847,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,-8.38 5,-8.38" data-type="line" data-label="" points="183.53268428372738,514.2809457579972 428.317107093185,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,-8.38 7,-8.38" data-type="line" data-label="" points="183.53268428372738,514.2809457579972 472.8233657858136,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,-8.38 9,-8.38" data-type="line" data-label="" points="183.53268428372738,514.2809457579972 517.3296244784423,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,-8.38 11,-8.38" data-type="line" data-label="" points="183.53268428372738,514.2809457579972 561.8358831710709,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4,-8.38 -2,-8.38" data-type="line" data-label="" points="228.03894297635605,514.2809457579972 272.5452016689847,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4,-8.38 5,-8.38" data-type="line" data-label="" points="228.03894297635605,514.2809457579972 428.317107093185,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4,-8.38 7,-8.38" data-type="line" data-label="" points="228.03894297635605,514.2809457579972 472.8233657858136,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4,-8.38 9,-8.38" data-type="line" data-label="" points="228.03894297635605,514.2809457579972 517.3296244784423,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4,-8.38 11,-8.38" data-type="line" data-label="" points="228.03894297635605,514.2809457579972 561.8358831710709,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2,-8.38 5,-8.38" data-type="line" data-label="" points="272.5452016689847,514.2809457579972 428.317107093185,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2,-8.38 7,-8.38" data-type="line" data-label="" points="272.5452016689847,514.2809457579972 472.8233657858136,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2,-8.38 9,-8.38" data-type="line" data-label="" points="272.5452016689847,514.2809457579972 517.3296244784423,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2,-8.38 11,-8.38" data-type="line" data-label="" points="272.5452016689847,514.2809457579972 561.8358831710709,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5,-8.38 7,-8.38" data-type="line" data-label="" points="428.317107093185,514.2809457579972 472.8233657858136,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5,-8.38 9,-8.38" data-type="line" data-label="" points="428.317107093185,514.2809457579972 517.3296244784423,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5,-8.38 11,-8.38" data-type="line" data-label="" points="428.317107093185,514.2809457579972 561.8358831710709,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7,-8.38 9,-8.38" data-type="line" data-label="" points="472.8233657858136,514.2809457579972 517.3296244784423,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7,-8.38 11,-8.38" data-type="line" data-label="" points="472.8233657858136,514.2809457579972 561.8358831710709,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9,-8.38 11,-8.38" data-type="line" data-label="" points="517.3296244784423,514.2809457579972 561.8358831710709,514.2809457579972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,8.38 -12,8.58 -10,8.58 -10,8.38" data-type="line" data-label="" points="50.0139082058414,141.31849791376905 50.0139082058414,136.86787204450619 94.52016689847008,136.86787204450619 94.52016689847008,141.31849791376905" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6,8.38 -6,8.580000000000002 -8,8.580000000000002 -8,8.38" data-type="line" data-label="" points="183.53268428372738,141.31849791376905 183.53268428372738,136.86787204450616 139.02642559109873,136.86787204450616 139.02642559109873,141.31849791376905" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2,8.38 -2,8.58 0,8.58 0,8.38" data-type="line" data-label="" points="272.5452016689847,141.31849791376905 272.5452016689847,136.86787204450619 317.05146036161335,136.86787204450619 317.05146036161335,141.31849791376905" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.9,-6.299999999999994 2.1,-6.299999999999994 2.1,-4.099999999999994 1.9,-4.099999999999994" data-type="line" data-label="" points="359.3324061196106,467.99443671766323 363.78303198887346,467.99443671766323 363.78303198887346,419.0375521557718 359.3324061196106,419.0375521557718" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="12,8.38 12,8.58 10,8.58 10,8.38" data-type="line" data-label="" points="584.0890125173853,141.31849791376905 584.0890125173853,136.86787204450619 539.5827538247567,136.86787204450619 539.5827538247567,141.31849791376905" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.9,1.9000000000000092 2.1,1.9000000000000092 2.1,-0.09999999999999076 1.9,-0.09999999999999076" data-type="line" data-label="" points="359.3324061196106,285.5187760778857 363.78303198887346,285.5187760778857 363.78303198887346,330.02503477051437 359.3324061196106,330.02503477051437" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10,-7.619999999999999 -10,-7.42 -8,-7.42 -8,-7.619999999999999" data-type="line" data-label="" points="94.52016689847008,497.36856745479827 94.52016689847008,492.91794158553546 139.02642559109873,492.91794158553546 139.02642559109873,497.36856745479827" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6,-7.619999999999999 -6,-7.419999999999999 -4,-7.419999999999999 -4,-7.619999999999999" data-type="line" data-label="" points="183.53268428372738,497.36856745479827 183.53268428372738,492.91794158553546 228.03894297635605,492.91794158553546 228.03894297635605,497.36856745479827" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5,-7.619999999999999 5,-7.419999999999999 7,-7.419999999999999 7,-7.619999999999999" data-type="line" data-label="" points="428.317107093185,497.36856745479827 428.317107093185,492.91794158553546 472.8233657858136,492.91794158553546 472.8233657858136,497.36856745479827" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11,-7.619999999999999 11,-7.42 9,-7.42 9,-7.619999999999999" data-type="line" data-label="" points="561.8358831710709,497.36856745479827 561.8358831710709,492.91794158553546 517.3296244784423,492.91794158553546 517.3296244784423,497.36856745479827" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.9,-1.2999999999999918 3.45,-1.2999999999999918 3.45,-8.58 5,-8.58 5,-8.38" data-type="line" data-label="" points="359.3324061196106,356.72878998609156 393.8247566063978,356.72878998609156 393.8247566063978,518.7315716272601 428.317107093185,518.7315716272601 428.317107093185,514.2809457579972" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.9,6.299999999999994 2,6.299999999999994 2,7.619999999999999" data-type="line" data-label="" points="359.3324061196106,187.605006954103 361.557719054242,187.605006954103 361.557719054242,158.23087621696797" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12,7.619999999999999 -12,7.42 -10,7.42 -10,7.619999999999999" data-type="line" data-label="" points="50.0139082058414,158.23087621696797 50.0139082058414,162.68150208623084 94.52016689847008,162.68150208623084 94.52016689847008,158.23087621696797" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-8,7.619999999999999 -8,7.419999999999999 -6,7.419999999999999 -6,7.619999999999999" data-type="line" data-label="" points="139.02642559109873,158.23087621696797 139.02642559109873,162.68150208623084 183.53268428372738,162.68150208623084 183.53268428372738,158.23087621696797" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,7.619999999999999 -4,7.419999999999999 -2,7.419999999999999 -2,7.619999999999999" data-type="line" data-label="" points="228.03894297635605,158.23087621696797 228.03894297635605,162.68150208623084 272.5452016689847,162.68150208623084 272.5452016689847,158.23087621696797" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4,7.619999999999999 4,7.419999999999999 6,7.419999999999999 6,7.619999999999999" data-type="line" data-label="" points="406.06397774687065,158.23087621696797 406.06397774687065,162.68150208623084 450.57023643949935,162.68150208623084 450.57023643949935,158.23087621696797" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8,7.619999999999999 8,7.42 10,7.42 10,7.619999999999999" data-type="line" data-label="" points="495.076495132128,158.23087621696797 495.076495132128,162.68150208623084 539.5827538247567,162.68150208623084 539.5827538247567,158.23087621696797" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12,-8.38 -12,-8.58 -10,-8.58 -10,-8.38" data-type="line" data-label="" points="50.0139082058414,514.2809457579972 50.0139082058414,518.7315716272601 94.52016689847008,518.7315716272601 94.52016689847008,514.2809457579972" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-8,-8.38 -8,-8.580000000000002 -6,-8.580000000000002 -6,-8.38" data-type="line" data-label="" points="139.02642559109873,514.2809457579972 139.02642559109873,518.7315716272601 183.53268428372738,518.7315716272601 183.53268428372738,514.2809457579972" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-8.38 -4,-8.580000000000002 -2,-8.580000000000002 -2,-8.38" data-type="line" data-label="" points="228.03894297635605,514.2809457579972 228.03894297635605,518.7315716272601 272.5452016689847,518.7315716272601 272.5452016689847,514.2809457579972" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7,-8.38 7,-8.580000000000002 9,-8.580000000000002 9,-8.38" data-type="line" data-label="" points="472.8233657858136,514.2809457579972 472.8233657858136,518.7315716272601 517.3296244784423,518.7315716272601 517.3296244784423,514.2809457579972" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,0.7999999999999909 -2.6009999999999995,0.7999999999999907 -2.6009999999999995,0.3999999999999908 -2.0999999999999996,0.3999999999999908 -2.0999999999999996,-0.20000000000000995 -1.9,-0.20000000000000995" data-type="line" data-label="" points="274.7705146036161,309.9972183588319 259.1710709318498,309.9972183588319 259.1710709318498,318.89847009735763 270.3198887343533,318.89847009735763 270.3198887343533,332.2503477051462 274.7705146036161,332.2503477051462" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.9000000000000004,6.099999999999994 2.9150000000000005,6.099999999999994 2.9150000000000005,9.081000000000001 -4,9.081000000000001 -4,8.38" data-type="line" data-label="" points="359.3324061196106,192.05563282336587 381.9193324061196,192.05563282336587 381.9193324061196,125.7190542420027 228.03894297635605,125.7190542420027 228.03894297635605,141.31849791376905" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,-3.400000000000004 -2.6009999999999995,-3.400000000000003 -2.6009999999999995,-3.8000000000000034 -2.0999999999999996,-3.8000000000000034 -2.0999999999999996,-6.399999999999993 -1.9,-6.399999999999993" data-type="line" data-label="" points="274.7705146036161,403.46036161335195 259.1710709318498,403.4603616133519 259.1710709318498,412.3616133518776 270.3198887343533,412.3616133518776 270.3198887343533,470.2197496522947 274.7705146036161,470.2197496522947" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2,6.959999999999996 2.29,6.959999999999996 2.29,6.958999999999996" data-type="line" data-label="" points="361.557719054242,172.9179415855355 368.0111265646732,172.9179415855355 368.0111265646732,172.9401947148818" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2,8.38 2,8.98" data-type="line" data-label="" points="361.557719054242,141.31849791376905 361.557719054242,127.96662030598046" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,0.9999999999999911 -2.5,0.9999999999999911" data-type="line" data-label="" points="274.7705146036161,305.546592489569 261.4186369958275,305.546592489569" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8,8.38 8,8.98" data-type="line" data-label="" points="495.076495132128,141.31849791376905 495.076495132128,127.96662030598046" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.9,-1.6999999999999922 2.5,-1.6999999999999922" data-type="line" data-label="" points="359.3324061196106,365.6300417246173 372.6842837273992,365.6300417246173" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.9,-2.899999999999993 2.5,-2.899999999999993" data-type="line" data-label="" points="359.3324061196106,392.33379694019453 372.6842837273992,392.33379694019453" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,0.5999999999999908 -2.5,0.5999999999999908" data-type="line" data-label="" points="274.7705146036161,314.44784422809477 261.4186369958275,314.44784422809477" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,-3.0000000000000053 -2.5,-3.0000000000000053" data-type="line" data-label="" points="274.7705146036161,394.5591098748262 261.4186369958275,394.5591098748262" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,-3.2000000000000046 -2.5,-3.2000000000000046" data-type="line" data-label="" points="274.7705146036161,399.0097357440891 261.4186369958275,399.0097357440891" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,-2.6000000000000068 -2.5,-2.6000000000000068" data-type="line" data-label="" points="274.7705146036161,385.65785813630055 261.4186369958275,385.65785813630055" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,-3.600000000000003 -2.5,-3.600000000000003" data-type="line" data-label="" points="274.7705146036161,407.9109874826148 261.4186369958275,407.9109874826148" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.9,-3.299999999999993 2.5,-3.299999999999993" data-type="line" data-label="" points="359.3324061196106,401.23504867872026 372.6842837273992,401.23504867872026" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.9,3.700000000000003 2.5,3.700000000000003" data-type="line" data-label="" points="359.3324061196106,245.46314325452005 372.6842837273992,245.46314325452005" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.9,3.900000000000002 2.5,3.900000000000002" data-type="line" data-label="" points="359.3324061196106,241.0125173852572 372.6842837273992,241.0125173852572" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2,-7.619999999999999 -2,-7.02" data-type="line" data-label="" points="272.5452016689847,497.36856745479827 272.5452016689847,484.01668984700973" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12,-7.619999999999999 -12,-7.02" data-type="line" data-label="" points="50.0139082058414,497.36856745479827 50.0139082058414,484.01668984700973" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="274.7705146036161" y="183.15438108484" width="84.56189151599449" height="289.2906815020863" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-11.8675" data-y="8" x="39.99999999999997" y="141.31849791376905" width="25.92489568845616" height="16.91237830319892" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-9.927499999999998" data-y="8" x="84.50625869262863" y="141.31849791376905" width="23.254520166898516" height="16.91237830319892" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-7.8675" data-y="8" x="129.0125173852573" y="141.31849791376905" width="25.92489568845616" height="16.91237830319892" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-5.8675" data-y="8" x="173.51877607788595" y="141.31849791376905" width="25.92489568845616" height="16.91237830319892" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="-3.8674999999999997" data-y="8" x="218.0250347705146" y="141.31849791376905" width="25.924895688456218" height="16.91237830319892" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="-1.8675000000000002" data-y="8" x="262.53129346314324" y="141.31849791376905" width="25.924895688456218" height="16.91237830319892" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="0.13249999999999998" data-y="8" x="307.0375521557719" y="141.31849791376905" width="25.924895688456218" height="16.91237830319892" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="2.1325000000000003" data-y="8" x="351.54381084840054" y="141.31849791376905" width="25.924895688456218" height="16.91237830319892" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="4.1325" data-y="8" x="396.0500695410292" y="141.31849791376905" width="25.924895688456218" height="16.91237830319892" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="6.1325" data-y="8" x="440.55632823365784" y="141.31849791376905" width="25.92489568845616" height="16.91237830319892" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="8.1325" data-y="8" x="485.0625869262865" y="141.31849791376905" width="25.92489568845616" height="16.91237830319892" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="10.1325" data-y="8" x="529.5688456189152" y="141.31849791376905" width="25.924895688456104" height="16.91237830319892" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="schematic_component_13" data-x="12.1325" data-y="8" x="574.0751043115438" y="141.31849791376905" width="25.924895688456218" height="16.91237830319892" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="schematic_component_14" data-x="-11.927499999999998" data-y="-8" x="40" y="497.36856745479827" width="23.254520166898487" height="16.91237830319892" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="schematic_component_15" data-x="-9.8675" data-y="-8" x="84.50625869262865" y="497.36856745479827" width="25.92489568845616" height="16.91237830319892" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="schematic_component_16" data-x="-7.8675" data-y="-8" x="129.0125173852573" y="497.36856745479827" width="25.92489568845616" height="16.91237830319892" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="schematic_component_17" data-x="-5.8675" data-y="-8" x="173.51877607788595" y="497.36856745479827" width="25.92489568845616" height="16.91237830319892" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="schematic_component_18" data-x="-3.8674999999999997" data-y="-8" x="218.0250347705146" y="497.36856745479827" width="25.924895688456218" height="16.91237830319892" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="schematic_component_19" data-x="-1.8675000000000002" data-y="-8" x="262.53129346314324" y="497.36856745479827" width="25.924895688456218" height="16.91237830319892" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="schematic_component_20" data-x="5.1325" data-y="-8" x="418.30319888734357" y="497.36856745479827" width="25.92489568845616" height="16.91237830319892" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="schematic_component_21" data-x="7.0725" data-y="-8" x="462.8094575799721" y="497.36856745479827" width="23.254520166898544" height="16.91237830319892" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="schematic_component_22" data-x="9.1325" data-y="-8" x="507.31571627260087" y="497.36856745479827" width="25.924895688456218" height="16.91237830319892" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="schematic_component_23" data-x="11.1325" data-y="-8" x="551.8219749652296" y="497.36856745479827" width="25.924895688456104" height="16.91237830319892" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="T113-S3" data-x="-1.08" data-y="-6.63" x="283.67176634214184" y="473.3351877607788" width="18.692628650904055" height="4.005563282336595" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="U3" data-x="-1.38" data-y="6.615" x="282.336578581363" y="177.8136300417246" width="8.011126564673134" height="5.563282336578567" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="netId: capacitor.C18 > port.1 to .U3 > .VCC_PLL
|
|
4
|
+
globalConnNetId: connectivity_net8" data-x="6" data-y="9.041" x="448.34492350486795" y="111.92211404728783" width="4.450625869262808" height="29.37413073713492" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="netId: capacitor.C18 > port.1 to .U3 > .VCC_PLL
|
|
5
|
+
globalConnNetId: connectivity_net8" data-x="-2.561" data-y="2.599999999999992" x="245.37413073713492" y="267.7162726008346" width="29.37413073713492" height="4.450625869262922" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="netId: capacitor.C17 > port.1 to .U3 > .VCC_RTC
|
|
6
|
+
globalConnNetId: connectivity_net7" data-x="4" data-y="9.041" x="403.83866481223924" y="111.92211404728783" width="4.450625869262808" height="29.37413073713492" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="netId: capacitor.C17 > port.1 to .U3 > .VCC_RTC
|
|
7
|
+
globalConnNetId: connectivity_net7" data-x="-2.561" data-y="1.3999999999999915" x="245.37413073713492" y="294.4200278164118" width="29.37413073713492" height="4.450625869262865" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
8
|
+
globalConnNetId: connectivity_net20" data-x="5" data-y="-8.790000000000001" x="422.9763560500695" y="518.7315716272601" width="10.681502086230921" height="9.346314325452" fill="#00000066" stroke="#000000" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
9
|
+
globalConnNetId: connectivity_net20" data-x="2.29" data-y="6.748999999999996" x="362.67037552155773" y="172.94019471488178" width="10.681502086230864" height="9.346314325452028" fill="#00000066" stroke="#000000" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
10
|
+
globalConnNetId: connectivity_net20" data-x="-12" data-y="7.21" x="44.67315716272597" y="162.68150208623084" width="10.681502086230864" height="9.346314325452" fill="#00000066" stroke="#000000" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
11
|
+
globalConnNetId: connectivity_net20" data-x="-8" data-y="7.209999999999999" x="133.6856745479833" y="162.68150208623086" width="10.681502086230864" height="9.346314325452028" fill="#00000066" stroke="#000000" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
12
|
+
globalConnNetId: connectivity_net20" data-x="-4" data-y="7.209999999999999" x="222.6981919332406" y="162.68150208623086" width="10.681502086230893" height="9.346314325452028" fill="#00000066" stroke="#000000" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
13
|
+
globalConnNetId: connectivity_net20" data-x="1.8369701987210297e-17" data-y="7.408999999999999" x="311.7107093184979" y="158.25312934631427" width="10.681502086230921" height="9.346314325452028" fill="#00000066" stroke="#000000" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
14
|
+
globalConnNetId: connectivity_net20" data-x="4" data-y="7.209999999999999" x="400.72322670375524" y="162.68150208623086" width="10.681502086230864" height="9.346314325452028" fill="#00000066" stroke="#000000" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
15
|
+
globalConnNetId: connectivity_net20" data-x="8" data-y="7.21" x="489.73574408901254" y="162.68150208623084" width="10.681502086230864" height="9.346314325452" fill="#00000066" stroke="#000000" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
16
|
+
globalConnNetId: connectivity_net20" data-x="12" data-y="7.408999999999999" x="578.7482614742698" y="158.25312934631427" width="10.681502086230921" height="9.346314325452028" fill="#00000066" stroke="#000000" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
17
|
+
globalConnNetId: connectivity_net20" data-x="-12" data-y="-8.790000000000001" x="44.67315716272597" y="518.7315716272601" width="10.681502086230864" height="9.346314325452" fill="#00000066" stroke="#000000" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
18
|
+
globalConnNetId: connectivity_net20" data-x="-8" data-y="-8.790000000000003" x="133.6856745479833" y="518.7315716272601" width="10.681502086230864" height="9.346314325452113" fill="#00000066" stroke="#000000" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
19
|
+
globalConnNetId: connectivity_net20" data-x="-4" data-y="-8.790000000000003" x="222.6981919332406" y="518.7315716272601" width="10.681502086230893" height="9.346314325452113" fill="#00000066" stroke="#000000" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
20
|
+
globalConnNetId: connectivity_net20" data-x="7" data-y="-8.790000000000003" x="467.48261474269816" y="518.7315716272601" width="10.681502086230921" height="9.346314325452113" fill="#00000066" stroke="#000000" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
21
|
+
globalConnNetId: connectivity_net20" data-x="11" data-y="-8.591000000000001" x="556.4951321279555" y="514.3031988873436" width="10.681502086230921" height="9.346314325452" fill="#00000066" stroke="#000000" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="INLINE netId: P1V8
|
|
22
|
+
axis: y
|
|
23
|
+
side: x-" data-x="1.89" data-y="8.68" x="357.77468706536854" y="130.19193324061195" width="2.6703755215577303" height="8.901251738525701" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="INLINE netId: P1V8
|
|
24
|
+
axis: x
|
|
25
|
+
side: y+" data-x="-2.2" data-y="1.1099999999999912" x="263.643949930459" y="301.7635605006956" width="8.90125173852573" height="2.6703755215577303" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="INLINE netId: P1V8
|
|
26
|
+
axis: x
|
|
27
|
+
side: y+" data-x="11" data-y="8.69" x="557.385257301808" y="133.08484005563275" width="8.90125173852573" height="2.6703755215577587" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="INLINE netId: P1V8
|
|
28
|
+
axis: y
|
|
29
|
+
side: x-" data-x="-2.2099999999999995" data-y="-5.099999999999998" x="266.53685674547984" y="436.8400556328233" width="2.6703755215577303" height="8.90125173852573" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="INLINE netId: P1V8
|
|
30
|
+
axis: y
|
|
31
|
+
side: x-" data-x="7.89" data-y="8.68" x="491.2934631432546" y="130.19193324061195" width="2.6703755215576734" height="8.901251738525701" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="INLINE netId: P1V8
|
|
32
|
+
axis: y
|
|
33
|
+
side: x-" data-x="1.99" data-y="0.9000000000000092" x="360" y="303.3212795549372" width="2.6703755215577303" height="8.90125173852573" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="INLINE netId: P1V8
|
|
34
|
+
axis: x
|
|
35
|
+
side: y+" data-x="2.2" data-y="-1.589999999999992" x="361.557719054242" y="361.8470097357439" width="8.90125173852573" height="2.6703755215577303" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="INLINE netId: P3V3
|
|
36
|
+
axis: x
|
|
37
|
+
side: y+" data-x="-11" data-y="8.69" x="67.8164116828929" y="133.08484005563275" width="8.901251738525701" height="2.6703755215577587" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="INLINE netId: P3V3
|
|
38
|
+
axis: x
|
|
39
|
+
side: y+" data-x="-2.2504999999999997" data-y="0.9099999999999909" x="262.5201668984701" y="306.21418636995844" width="8.90125173852573" height="2.6703755215577303" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="INLINE netId: P3V3
|
|
40
|
+
axis: x
|
|
41
|
+
side: y+" data-x="-7" data-y="8.690000000000001" x="156.8289290681502" y="133.08484005563272" width="8.90125173852573" height="2.6703755215577303" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="INLINE netId: P3V3
|
|
42
|
+
axis: x
|
|
43
|
+
side: y+" data-x="-1" data-y="8.69" x="290.34770514603616" y="133.08484005563275" width="8.90125173852573" height="2.6703755215577587" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="INLINE netId: P3V3
|
|
44
|
+
axis: y
|
|
45
|
+
side: x-" data-x="1.99" data-y="-5.199999999999994" x="360" y="439.06536856745464" width="2.6703755215577303" height="8.90125173852573" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="INLINE netId: P3V3
|
|
46
|
+
axis: x
|
|
47
|
+
side: y+" data-x="2.2" data-y="-2.789999999999993" x="361.557719054242" y="388.55076495132107" width="8.90125173852573" height="2.6703755215577303" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="INLINE netId: P3V3
|
|
48
|
+
axis: x
|
|
49
|
+
side: y+" data-x="-0.5424999999999998" data-y="9.191" x="300.528511821975" y="121.93602225312927" width="8.90125173852573" height="2.6703755215577303" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="INLINE netId: P1V5
|
|
50
|
+
axis: x
|
|
51
|
+
side: y+" data-x="6" data-y="-7.309999999999999" x="446.1196105702365" y="489.13490959666206" width="8.90125173852573" height="2.6703755215576734" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="INLINE netId: P1V5
|
|
52
|
+
axis: x
|
|
53
|
+
side: y+" data-x="-2.2" data-y="0.7099999999999907" x="263.643949930459" y="310.6648122392213" width="8.90125173852573" height="2.6703755215577303" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="INLINE netId: P1V5
|
|
54
|
+
axis: x
|
|
55
|
+
side: y+" data-x="10" data-y="-7.31" x="535.1321279554938" y="489.13490959666206" width="8.901251738525616" height="2.6703755215576734" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="INLINE netId: P1V5
|
|
56
|
+
axis: x
|
|
57
|
+
side: y+" data-x="-2.2" data-y="-2.8900000000000055" x="263.643949930459" y="390.7760778859529" width="8.90125173852573" height="2.6703755215576734" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="INLINE netId: P1V5
|
|
58
|
+
axis: x
|
|
59
|
+
side: y+" data-x="-2.2" data-y="-3.0900000000000047" x="263.643949930459" y="395.2267037552157" width="8.90125173852573" height="2.6703755215576734" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="INLINE netId: P0V9
|
|
60
|
+
axis: x
|
|
61
|
+
side: y+" data-x="-9" data-y="-7.31" x="112.32267037552155" y="489.13490959666206" width="8.901251738525701" height="2.6703755215576734" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="INLINE netId: P0V9
|
|
62
|
+
axis: x
|
|
63
|
+
side: y+" data-x="-2.2" data-y="-2.490000000000007" x="263.643949930459" y="381.8748261474271" width="8.90125173852573" height="2.6703755215577303" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="INLINE netId: P0V9
|
|
64
|
+
axis: x
|
|
65
|
+
side: y+" data-x="-2.2" data-y="-3.4900000000000033" x="263.643949930459" y="404.12795549374135" width="8.90125173852573" height="2.6703755215577303" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="INLINE netId: P0V9
|
|
66
|
+
axis: x
|
|
67
|
+
side: y+" data-x="-5" data-y="-7.309999999999999" x="201.33518776077887" y="489.13490959666206" width="8.901251738525758" height="2.6703755215576734" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="INLINE netId: P0V9
|
|
68
|
+
axis: x
|
|
69
|
+
side: y+" data-x="2.2" data-y="-3.1899999999999933" x="361.557719054242" y="397.45201668984686" width="8.90125173852573" height="2.6703755215577303" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="INLINE netId: P0V9
|
|
70
|
+
axis: x
|
|
71
|
+
side: y+" data-x="2.2" data-y="3.8100000000000027" x="361.557719054242" y="241.68011126564662" width="8.90125173852573" height="2.6703755215577303" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="INLINE netId: P0V9
|
|
72
|
+
axis: x
|
|
73
|
+
side: y+" data-x="2.2" data-y="4.0100000000000025" x="361.557719054242" y="237.22948539638378" width="8.90125173852573" height="2.670375521557702" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="INLINE netId: P0V9
|
|
74
|
+
axis: y
|
|
75
|
+
side: x-" data-x="-2.11" data-y="-7.319999999999999" x="268.76216968011124" y="486.24200278164113" width="2.6703755215577303" height="8.90125173852573" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.0449375"/></g><g><rect data-type="rect" data-label="INLINE netId: P0V9
|
|
76
|
+
axis: y
|
|
77
|
+
side: x-" data-x="-12.11" data-y="-7.319999999999999" x="46.230876216968" y="486.24200278164113" width="2.6703755215577303" height="8.90125173852573" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.0449375"/></g><text data-type="text" data-label="P1V8" data-x="1.89" data-y="8.48" x="359.1098748261474" y="139.09318497913762" fill="green" font-size="2.670375521557719" font-family="sans-serif" text-anchor="start" dominant-baseline="central" transform="rotate(-90, 359.1098748261474, 139.09318497913762)">P1V8</text><text data-type="text" data-label="P1V8" data-x="-2" data-y="1.1099999999999912" x="272.5452016689847" y="303.09874826147444" fill="green" font-size="2.670375521557719" font-family="sans-serif" text-anchor="end" dominant-baseline="central">P1V8</text><text data-type="text" data-label="P1V8" data-x="11" data-y="8.69" x="561.8358831710709" y="134.42002781641165" fill="green" font-size="2.670375521557719" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">P1V8</text><text data-type="text" data-label="P1V8" data-x="-2.2099999999999995" data-y="-5.099999999999998" x="267.8720445062587" y="441.29068150208616" fill="green" font-size="2.670375521557719" font-family="sans-serif" text-anchor="middle" dominant-baseline="central" transform="rotate(-90, 267.8720445062587, 441.29068150208616)">P1V8</text><text data-type="text" data-label="P1V8" data-x="7.89" data-y="8.48" x="492.6286509040334" y="139.09318497913762" fill="green" font-size="2.670375521557719" font-family="sans-serif" text-anchor="start" dominant-baseline="central" transform="rotate(-90, 492.6286509040334, 139.09318497913762)">P1V8</text><text data-type="text" data-label="P1V8" data-x="1.99" data-y="0.9000000000000092" x="361.33518776077887" y="307.77190542420004" fill="green" font-size="2.670375521557719" font-family="sans-serif" text-anchor="middle" dominant-baseline="central" transform="rotate(-90, 361.33518776077887, 307.77190542420004)">P1V8</text><text data-type="text" data-label="P1V8" data-x="2" data-y="-1.589999999999992" x="361.557719054242" y="363.18219749652275" fill="green" font-size="2.670375521557719" font-family="sans-serif" text-anchor="start" dominant-baseline="central">P1V8</text><text data-type="text" data-label="P3V3" data-x="-11" data-y="8.69" x="72.26703755215576" y="134.42002781641165" fill="green" font-size="2.670375521557719" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">P3V3</text><text data-type="text" data-label="P3V3" data-x="-2.2504999999999997" data-y="0.9099999999999909" x="266.970792767733" y="307.5493741307373" fill="green" font-size="2.670375521557719" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">P3V3</text><text data-type="text" data-label="P3V3" data-x="-7" data-y="8.690000000000001" x="161.27955493741305" y="134.4200278164116" fill="green" font-size="2.670375521557719" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">P3V3</text><text data-type="text" data-label="P3V3" data-x="-1" data-y="8.69" x="294.798331015299" y="134.42002781641165" fill="green" font-size="2.670375521557719" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">P3V3</text><text data-type="text" data-label="P3V3" data-x="1.99" data-y="-5.199999999999994" x="361.33518776077887" y="443.5159944367175" fill="green" font-size="2.670375521557719" font-family="sans-serif" text-anchor="middle" dominant-baseline="central" transform="rotate(-90, 361.33518776077887, 443.5159944367175)">P3V3</text><text data-type="text" data-label="P3V3" data-x="2" data-y="-2.789999999999993" x="361.557719054242" y="389.88595271209994" fill="green" font-size="2.670375521557719" font-family="sans-serif" text-anchor="start" dominant-baseline="central">P3V3</text><text data-type="text" data-label="P3V3" data-x="-0.5424999999999998" data-y="9.191" x="304.97913769123784" y="123.27121001390813" fill="green" font-size="2.670375521557719" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">P3V3</text><text data-type="text" data-label="P1V5" data-x="6" data-y="-7.309999999999999" x="450.57023643949935" y="490.47009735744086" fill="green" font-size="2.670375521557719" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">P1V5</text><text data-type="text" data-label="P1V5" data-x="-2" data-y="0.7099999999999907" x="272.5452016689847" y="312.00000000000017" fill="green" font-size="2.670375521557719" font-family="sans-serif" text-anchor="end" dominant-baseline="central">P1V5</text><text data-type="text" data-label="P1V5" data-x="10" data-y="-7.31" x="539.5827538247567" y="490.47009735744086" fill="green" font-size="2.670375521557719" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">P1V5</text><text data-type="text" data-label="P1V5" data-x="-2" data-y="-2.8900000000000055" x="272.5452016689847" y="392.1112656467317" fill="green" font-size="2.670375521557719" font-family="sans-serif" text-anchor="end" dominant-baseline="central">P1V5</text><text data-type="text" data-label="P1V5" data-x="-2" data-y="-3.0900000000000047" x="272.5452016689847" y="396.5618915159945" fill="green" font-size="2.670375521557719" font-family="sans-serif" text-anchor="end" dominant-baseline="central">P1V5</text><text data-type="text" data-label="P0V9" data-x="-9" data-y="-7.31" x="116.7732962447844" y="490.47009735744086" fill="green" font-size="2.670375521557719" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">P0V9</text><text data-type="text" data-label="P0V9" data-x="-2" data-y="-2.490000000000007" x="272.5452016689847" y="383.21001390820595" fill="green" font-size="2.670375521557719" font-family="sans-serif" text-anchor="end" dominant-baseline="central">P0V9</text><text data-type="text" data-label="P0V9" data-x="-2" data-y="-3.4900000000000033" x="272.5452016689847" y="405.4631432545202" fill="green" font-size="2.670375521557719" font-family="sans-serif" text-anchor="end" dominant-baseline="central">P0V9</text><text data-type="text" data-label="P0V9" data-x="-5" data-y="-7.309999999999999" x="205.78581363004173" y="490.47009735744086" fill="green" font-size="2.670375521557719" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">P0V9</text><text data-type="text" data-label="P0V9" data-x="2" data-y="-3.1899999999999933" x="361.557719054242" y="398.7872044506257" fill="green" font-size="2.670375521557719" font-family="sans-serif" text-anchor="start" dominant-baseline="central">P0V9</text><text data-type="text" data-label="P0V9" data-x="2" data-y="3.8100000000000027" x="361.557719054242" y="243.01529902642548" fill="green" font-size="2.670375521557719" font-family="sans-serif" text-anchor="start" dominant-baseline="central">P0V9</text><text data-type="text" data-label="P0V9" data-x="2" data-y="4.0100000000000025" x="361.557719054242" y="238.56467315716264" fill="green" font-size="2.670375521557719" font-family="sans-serif" text-anchor="start" dominant-baseline="central">P0V9</text><text data-type="text" data-label="P0V9" data-x="-2.11" data-y="-7.52" x="270.0973574408901" y="495.14325452016686" fill="green" font-size="2.670375521557719" font-family="sans-serif" text-anchor="start" dominant-baseline="central" transform="rotate(-90, 270.0973574408901, 495.14325452016686)">P0V9</text><text data-type="text" data-label="P0V9" data-x="-12.11" data-y="-7.52" x="47.566063977746865" y="495.14325452016686" fill="green" font-size="2.670375521557719" font-family="sans-serif" text-anchor="start" dominant-baseline="central" transform="rotate(-90, 47.566063977746865, 495.14325452016686)">P0V9</text><g><circle data-type="point" data-label="VCC_PLL
|
|
78
|
+
x-" data-x="-1.9" data-y="2.599999999999992" cx="274.7705146036161" cy="269.94158553546606" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VCC_RTC
|
|
79
|
+
x-" data-x="-1.9" data-y="1.3999999999999915" cx="274.7705146036161" cy="296.64534075104325" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="LDOA_OUT
|
|
80
|
+
x-" data-x="-1.9" data-y="0.9999999999999911" cx="274.7705146036161" cy="305.546592489569" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="LDO_IN
|
|
81
|
+
x-" data-x="-1.9" data-y="0.7999999999999909" cx="274.7705146036161" cy="309.9972183588319" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="LDOB_OUT
|
|
82
|
+
x-" data-x="-1.9" data-y="0.5999999999999908" cx="274.7705146036161" cy="314.44784422809477" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VCC_PE
|
|
83
|
+
x-" data-x="-1.9" data-y="-0.20000000000000995" cx="274.7705146036161" cy="332.2503477051462" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VDD_SYS0
|
|
84
|
+
x-" data-x="-1.9" data-y="-2.6000000000000068" cx="274.7705146036161" cy="385.65785813630055" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VCC_DRAM0
|
|
85
|
+
x-" data-x="-1.9" data-y="-3.0000000000000053" cx="274.7705146036161" cy="394.5591098748262" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VCC_DRAM1
|
|
86
|
+
x-" data-x="-1.9" data-y="-3.2000000000000046" cx="274.7705146036161" cy="399.0097357440891" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VDD18_DRAM
|
|
87
|
+
x-" data-x="-1.9" data-y="-3.400000000000004" cx="274.7705146036161" cy="403.46036161335195" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VDD_SYS1
|
|
88
|
+
x-" data-x="-1.9" data-y="-3.600000000000003" cx="274.7705146036161" cy="407.9109874826148" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VCC_LVDS
|
|
89
|
+
x-" data-x="-1.9" data-y="-6.399999999999993" cx="274.7705146036161" cy="470.2197496522947" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VCC_PD
|
|
90
|
+
x+" data-x="1.9" data-y="-6.299999999999994" cx="359.3324061196106" cy="467.99443671766323" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VCC_TVOUT
|
|
91
|
+
x+" data-x="1.9" data-y="-4.099999999999994" cx="359.3324061196106" cy="419.0375521557718" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VDD_SYS2
|
|
92
|
+
x+" data-x="1.9" data-y="-3.299999999999993" cx="359.3324061196106" cy="401.23504867872026" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VCC_IO
|
|
93
|
+
x+" data-x="1.9" data-y="-2.899999999999993" cx="359.3324061196106" cy="392.33379694019453" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="AVCC
|
|
94
|
+
x+" data-x="1.9" data-y="-1.6999999999999922" cx="359.3324061196106" cy="365.6300417246173" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VRA2
|
|
95
|
+
x+" data-x="1.9" data-y="-1.499999999999992" cx="359.3324061196106" cy="361.1794158553545" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="AGND
|
|
96
|
+
x+" data-x="1.9" data-y="-1.2999999999999918" cx="359.3324061196106" cy="356.72878998609156" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VRA1
|
|
97
|
+
x+" data-x="1.9" data-y="-1.0999999999999917" cx="359.3324061196106" cy="352.2781641168287" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="HPVCC
|
|
98
|
+
x+" data-x="1.9" data-y="-0.09999999999999076" cx="359.3324061196106" cy="330.02503477051437" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VCC_TVIN
|
|
99
|
+
x+" data-x="1.9" data-y="1.9000000000000092" cx="359.3324061196106" cy="285.5187760778857" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VDD_CORE0
|
|
100
|
+
x+" data-x="1.9" data-y="3.700000000000003" cx="359.3324061196106" cy="245.46314325452005" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VDD_CORE1
|
|
101
|
+
x+" data-x="1.9" data-y="3.900000000000002" cx="359.3324061196106" cy="241.0125173852572" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VCC_PG
|
|
102
|
+
x+" data-x="1.9" data-y="6.099999999999994" cx="359.3324061196106" cy="192.05563282336587" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="EPAD
|
|
103
|
+
x+" data-x="1.9" data-y="6.299999999999994" cx="359.3324061196106" cy="187.605006954103" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="1
|
|
104
|
+
y+" data-x="-12" data-y="8.38" cx="50.0139082058414" cy="141.31849791376905" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="2
|
|
105
|
+
y-" data-x="-12" data-y="7.619999999999999" cx="50.0139082058414" cy="158.23087621696797" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="1
|
|
106
|
+
y+" data-x="-10" data-y="8.38" cx="94.52016689847008" cy="141.31849791376905" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="2
|
|
107
|
+
y-" data-x="-10" data-y="7.619999999999999" cx="94.52016689847008" cy="158.23087621696797" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="1
|
|
108
|
+
y+" data-x="-8" data-y="8.38" cx="139.02642559109873" cy="141.31849791376905" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="2
|
|
109
|
+
y-" data-x="-8" data-y="7.619999999999999" cx="139.02642559109873" cy="158.23087621696797" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="1
|
|
110
|
+
y+" data-x="-6" data-y="8.38" cx="183.53268428372738" cy="141.31849791376905" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="2
|
|
111
|
+
y-" data-x="-6" data-y="7.619999999999999" cx="183.53268428372738" cy="158.23087621696797" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="1
|
|
112
|
+
y+" data-x="-4" data-y="8.38" cx="228.03894297635605" cy="141.31849791376905" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="2
|
|
113
|
+
y-" data-x="-4" data-y="7.619999999999999" cx="228.03894297635605" cy="158.23087621696797" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="1
|
|
114
|
+
y+" data-x="-2" data-y="8.38" cx="272.5452016689847" cy="141.31849791376905" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="2
|
|
115
|
+
y-" data-x="-2" data-y="7.619999999999999" cx="272.5452016689847" cy="158.23087621696797" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="1
|
|
116
|
+
y+" data-x="-1.8369701987210297e-17" data-y="8.38" cx="317.05146036161335" cy="141.31849791376905" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="2
|
|
117
|
+
y-" data-x="1.8369701987210297e-17" data-y="7.619999999999999" cx="317.05146036161335" cy="158.23087621696797" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="1
|
|
118
|
+
y+" data-x="2" data-y="8.38" cx="361.557719054242" cy="141.31849791376905" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="2
|
|
119
|
+
y-" data-x="2" data-y="7.619999999999999" cx="361.557719054242" cy="158.23087621696797" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="1
|
|
120
|
+
y+" data-x="4" data-y="8.38" cx="406.06397774687065" cy="141.31849791376905" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="2
|
|
121
|
+
y-" data-x="4" data-y="7.619999999999999" cx="406.06397774687065" cy="158.23087621696797" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="1
|
|
122
|
+
y+" data-x="6" data-y="8.38" cx="450.57023643949935" cy="141.31849791376905" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="2
|
|
123
|
+
y-" data-x="6" data-y="7.619999999999999" cx="450.57023643949935" cy="158.23087621696797" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="1
|
|
124
|
+
y+" data-x="8" data-y="8.38" cx="495.076495132128" cy="141.31849791376905" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="2
|
|
125
|
+
y-" data-x="8" data-y="7.619999999999999" cx="495.076495132128" cy="158.23087621696797" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="1
|
|
126
|
+
y+" data-x="10" data-y="8.38" cx="539.5827538247567" cy="141.31849791376905" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="2
|
|
127
|
+
y-" data-x="10" data-y="7.619999999999999" cx="539.5827538247567" cy="158.23087621696797" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="1
|
|
128
|
+
y+" data-x="12" data-y="8.38" cx="584.0890125173853" cy="141.31849791376905" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="2
|
|
129
|
+
y-" data-x="12" data-y="7.619999999999999" cx="584.0890125173853" cy="158.23087621696797" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="1
|
|
130
|
+
y+" data-x="-12" data-y="-7.619999999999999" cx="50.0139082058414" cy="497.36856745479827" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="2
|
|
131
|
+
y-" data-x="-12" data-y="-8.38" cx="50.0139082058414" cy="514.2809457579972" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="1
|
|
132
|
+
y+" data-x="-10" data-y="-7.619999999999999" cx="94.52016689847008" cy="497.36856745479827" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="2
|
|
133
|
+
y-" data-x="-10" data-y="-8.38" cx="94.52016689847008" cy="514.2809457579972" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="1
|
|
134
|
+
y+" data-x="-8" data-y="-7.619999999999999" cx="139.02642559109873" cy="497.36856745479827" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="2
|
|
135
|
+
y-" data-x="-8" data-y="-8.38" cx="139.02642559109873" cy="514.2809457579972" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="1
|
|
136
|
+
y+" data-x="-6" data-y="-7.619999999999999" cx="183.53268428372738" cy="497.36856745479827" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="2
|
|
137
|
+
y-" data-x="-6" data-y="-8.38" cx="183.53268428372738" cy="514.2809457579972" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="1
|
|
138
|
+
y+" data-x="-4" data-y="-7.619999999999999" cx="228.03894297635605" cy="497.36856745479827" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="2
|
|
139
|
+
y-" data-x="-4" data-y="-8.38" cx="228.03894297635605" cy="514.2809457579972" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="1
|
|
140
|
+
y+" data-x="-2" data-y="-7.619999999999999" cx="272.5452016689847" cy="497.36856745479827" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="2
|
|
141
|
+
y-" data-x="-2" data-y="-8.38" cx="272.5452016689847" cy="514.2809457579972" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="1
|
|
142
|
+
y+" data-x="5" data-y="-7.619999999999999" cx="428.317107093185" cy="497.36856745479827" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="2
|
|
143
|
+
y-" data-x="5" data-y="-8.38" cx="428.317107093185" cy="514.2809457579972" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="1
|
|
144
|
+
y+" data-x="7" data-y="-7.619999999999999" cx="472.8233657858136" cy="497.36856745479827" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="2
|
|
145
|
+
y-" data-x="7" data-y="-8.38" cx="472.8233657858136" cy="514.2809457579972" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="1
|
|
146
|
+
y+" data-x="9" data-y="-7.619999999999999" cx="517.3296244784423" cy="497.36856745479827" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="2
|
|
147
|
+
y-" data-x="9" data-y="-8.38" cx="517.3296244784423" cy="514.2809457579972" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="1
|
|
148
|
+
y+" data-x="11" data-y="-7.619999999999999" cx="561.8358831710709" cy="497.36856745479827" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="2
|
|
149
|
+
y-" data-x="11" data-y="-8.38" cx="561.8358831710709" cy="514.2809457579972" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
150
|
+
orientation: y+" data-x="6" data-y="8.38" cx="450.57023643949935" cy="141.31849791376905" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
151
|
+
orientation: x-" data-x="-1.9" data-y="2.599999999999992" cx="274.7705146036161" cy="269.94158553546606" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
152
|
+
orientation: y+" data-x="4" data-y="8.38" cx="406.06397774687065" cy="141.31849791376905" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
153
|
+
orientation: x-" data-x="-1.9" data-y="1.3999999999999915" cx="274.7705146036161" cy="296.64534075104325" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
154
|
+
orientation: y-" data-x="5" data-y="-8.58" cx="428.317107093185" cy="518.7315716272601" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
155
|
+
orientation: y-" data-x="2.29" data-y="6.958999999999996" cx="368.0111265646732" cy="172.9401947148818" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
156
|
+
orientation: y-" data-x="-12" data-y="7.42" cx="50.0139082058414" cy="162.68150208623084" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
157
|
+
orientation: y-" data-x="-8" data-y="7.419999999999999" cx="139.02642559109873" cy="162.68150208623084" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
158
|
+
orientation: y-" data-x="-4" data-y="7.419999999999999" cx="228.03894297635605" cy="162.68150208623084" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
159
|
+
orientation: y-" data-x="1.8369701987210297e-17" data-y="7.619999999999999" cx="317.05146036161335" cy="158.23087621696797" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
160
|
+
orientation: y-" data-x="4" data-y="7.419999999999999" cx="406.06397774687065" cy="162.68150208623084" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
161
|
+
orientation: y-" data-x="8" data-y="7.42" cx="495.076495132128" cy="162.68150208623084" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
162
|
+
orientation: y-" data-x="12" data-y="7.619999999999999" cx="584.0890125173853" cy="158.23087621696797" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
163
|
+
orientation: y-" data-x="-12" data-y="-8.58" cx="50.0139082058414" cy="518.7315716272601" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
164
|
+
orientation: y-" data-x="-8" data-y="-8.580000000000002" cx="139.02642559109873" cy="518.7315716272601" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
165
|
+
orientation: y-" data-x="-4" data-y="-8.580000000000002" cx="228.03894297635605" cy="518.7315716272601" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
166
|
+
orientation: y-" data-x="7" data-y="-8.580000000000002" cx="472.8233657858136" cy="518.7315716272601" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
167
|
+
orientation: y-" data-x="11" data-y="-8.38" cx="561.8358831710709" cy="514.2809457579972" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="inline anchor
|
|
168
|
+
P1V8" data-x="2" data-y="8.68" cx="361.557719054242" cy="134.64255910987478" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
169
|
+
P1V8" data-x="-2.2" data-y="0.9999999999999911" cx="268.09457579972184" cy="305.546592489569" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
170
|
+
P1V8" data-x="11" data-y="8.58" cx="561.8358831710709" cy="136.86787204450619" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
171
|
+
P1V8" data-x="-2.0999999999999996" data-y="-5.099999999999998" cx="270.3198887343533" cy="441.29068150208616" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
172
|
+
P1V8" data-x="8" data-y="8.68" cx="495.076495132128" cy="134.64255910987478" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
173
|
+
P1V8" data-x="2.1" data-y="0.9000000000000092" cx="363.78303198887346" cy="307.77190542420004" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
174
|
+
P1V8" data-x="2.2" data-y="-1.6999999999999922" cx="366.00834492350486" cy="365.6300417246173" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
175
|
+
P3V3" data-x="-11" data-y="8.58" cx="72.26703755215576" cy="136.86787204450619" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
176
|
+
P3V3" data-x="-2.2504999999999997" data-y="0.7999999999999909" cx="266.970792767733" cy="309.9972183588319" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
177
|
+
P3V3" data-x="-7" data-y="8.580000000000002" cx="161.27955493741305" cy="136.86787204450616" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
178
|
+
P3V3" data-x="-1" data-y="8.58" cx="294.798331015299" cy="136.86787204450619" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
179
|
+
P3V3" data-x="2.1" data-y="-5.199999999999994" cx="363.78303198887346" cy="443.5159944367175" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
180
|
+
P3V3" data-x="2.2" data-y="-2.899999999999993" cx="366.00834492350486" cy="392.33379694019453" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
181
|
+
P3V3" data-x="-0.5424999999999998" data-y="9.081000000000001" cx="304.97913769123784" cy="125.7190542420027" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
182
|
+
P1V5" data-x="6" data-y="-7.419999999999999" cx="450.57023643949935" cy="492.91794158553546" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
183
|
+
P1V5" data-x="-2.2" data-y="0.5999999999999908" cx="268.09457579972184" cy="314.44784422809477" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
184
|
+
P1V5" data-x="10" data-y="-7.42" cx="539.5827538247567" cy="492.91794158553546" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
185
|
+
P1V5" data-x="-2.2" data-y="-3.0000000000000053" cx="268.09457579972184" cy="394.5591098748262" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
186
|
+
P1V5" data-x="-2.2" data-y="-3.2000000000000046" cx="268.09457579972184" cy="399.0097357440891" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
187
|
+
P0V9" data-x="-9" data-y="-7.42" cx="116.7732962447844" cy="492.91794158553546" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
188
|
+
P0V9" data-x="-2.2" data-y="-2.6000000000000068" cx="268.09457579972184" cy="385.65785813630055" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
189
|
+
P0V9" data-x="-2.2" data-y="-3.600000000000003" cx="268.09457579972184" cy="407.9109874826148" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
190
|
+
P0V9" data-x="-5" data-y="-7.419999999999999" cx="205.78581363004173" cy="492.91794158553546" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
191
|
+
P0V9" data-x="2.2" data-y="-3.299999999999993" cx="366.00834492350486" cy="401.23504867872026" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
192
|
+
P0V9" data-x="2.2" data-y="3.700000000000003" cx="366.00834492350486" cy="245.46314325452005" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
193
|
+
P0V9" data-x="2.2" data-y="3.900000000000002" cx="366.00834492350486" cy="241.0125173852572" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
194
|
+
P0V9" data-x="-2" data-y="-7.319999999999999" cx="272.5452016689847" cy="490.692628650904" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
195
|
+
P0V9" data-x="-12" data-y="-7.319999999999999" cx="50.0139082058414" cy="490.692628650904" r="3" fill="green"/></g><g id="crosshair" style="display: none"><line id="crosshair-h" y1="0" y2="640" stroke="#666" stroke-width="0.5"/><line id="crosshair-v" x1="0" x2="640" stroke="#666" stroke-width="0.5"/><text id="coordinates" font-family="monospace" font-size="12" fill="#666"></text></g><script><![CDATA[
|
|
196
|
+
document.currentScript.parentElement.addEventListener('mousemove', (e) => {
|
|
197
|
+
const svg = e.currentTarget;
|
|
198
|
+
const rect = svg.getBoundingClientRect();
|
|
199
|
+
const x = e.clientX - rect.left;
|
|
200
|
+
const y = e.clientY - rect.top;
|
|
201
|
+
const crosshair = svg.getElementById('crosshair');
|
|
202
|
+
const h = svg.getElementById('crosshair-h');
|
|
203
|
+
const v = svg.getElementById('crosshair-v');
|
|
204
|
+
const coords = svg.getElementById('coordinates');
|
|
205
|
+
|
|
206
|
+
crosshair.style.display = 'block';
|
|
207
|
+
h.setAttribute('x1', '0');
|
|
208
|
+
h.setAttribute('x2', '640');
|
|
209
|
+
h.setAttribute('y1', y);
|
|
210
|
+
h.setAttribute('y2', y);
|
|
211
|
+
v.setAttribute('x1', x);
|
|
212
|
+
v.setAttribute('x2', x);
|
|
213
|
+
v.setAttribute('y1', '0');
|
|
214
|
+
v.setAttribute('y2', '640');
|
|
215
|
+
|
|
216
|
+
// Calculate real coordinates using inverse transformation
|
|
217
|
+
const matrix = {"a":22.253129346314328,"c":0,"e":317.05146036161335,"b":0,"d":-22.253129346314328,"f":327.79972183588313};
|
|
218
|
+
// Manually invert and apply the affine transform
|
|
219
|
+
// Since we only use translate and scale, we can directly compute:
|
|
220
|
+
// x' = (x - tx) / sx
|
|
221
|
+
// y' = (y - ty) / sy
|
|
222
|
+
const sx = matrix.a;
|
|
223
|
+
const sy = matrix.d;
|
|
224
|
+
const tx = matrix.e;
|
|
225
|
+
const ty = matrix.f;
|
|
226
|
+
const realPoint = {
|
|
227
|
+
x: (x - tx) / sx,
|
|
228
|
+
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
232
|
+
coords.setAttribute('x', (x + 5).toString());
|
|
233
|
+
coords.setAttribute('y', (y - 5).toString());
|
|
234
|
+
});
|
|
235
|
+
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
236
|
+
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
237
|
+
});
|
|
238
|
+
]]></script>
|
|
239
|
+
</g>
|
|
240
|
+
<g transform="translate(0, 1216)">
|
|
241
|
+
<style>
|
|
242
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
243
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
244
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
245
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
246
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
247
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
248
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
249
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
250
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
251
|
+
|
|
252
|
+
</style><rect class="boundary" x="0" y="0" width="1200" height="800"/><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><path d="M 107.14953081229999 74.60968707276595 L 107.14953081229999 66.48522024090596 L 188.39419913089995 66.48522024090596 L 188.39419913089995 74.60968707276595" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 107.14953081229999 74.60968707276595 L 107.14953081229999 66.48522024090596 L 188.39419913089995 66.48522024090596 L 188.39419913089995 74.60968707276595" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><path d="M 350.8835357681 74.60968707276595 L 350.8835357681 66.4852202409059 L 269.63886744949997 66.4852202409059 L 269.63886744949997 74.60968707276595" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 350.8835357681 74.60968707276595 L 350.8835357681 66.4852202409059 L 269.63886744949997 66.4852202409059 L 269.63886744949997 74.60968707276595" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><path d="M 513.3728724053 74.60968707276595 L 513.3728724053 66.48522024090596 L 594.6175407239 66.48522024090596 L 594.6175407239 74.60968707276595" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 513.3728724053 74.60968707276595 L 513.3728724053 66.48522024090596 L 594.6175407239 66.48522024090596 L 594.6175407239 74.60968707276595" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><path d="M 671.79997562657 670.9455525312898 L 679.92444245843 670.9455525312898 L 679.92444245843 581.5764173808298 L 671.79997562657 581.5764173808298" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 671.79997562657 670.9455525312898 L 679.92444245843 670.9455525312898 L 679.92444245843 581.5764173808298 L 671.79997562657 581.5764173808298" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><path d="M 1082.0855506355 74.60968707276595 L 1082.0855506355 66.48522024090596 L 1000.8408823169 66.48522024090596 L 1000.8408823169 74.60968707276595" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1082.0855506355 74.60968707276595 L 1082.0855506355 66.48522024090596 L 1000.8408823169 66.48522024090596 L 1000.8408823169 74.60968707276595" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><path d="M 671.79997562657 337.84241242502964 L 679.92444245843 337.84241242502964 L 679.92444245843 419.0870807436296 L 671.79997562657 419.0870807436296" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 671.79997562657 337.84241242502964 L 679.92444245843 337.84241242502964 L 679.92444245843 419.0870807436296 L 671.79997562657 419.0870807436296" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><path d="M 188.39419913089995 724.567033621566 L 188.39419913089995 716.442566789706 L 269.63886744949997 716.442566789706 L 269.63886744949997 724.567033621566" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 188.39419913089995 724.567033621566 L 188.39419913089995 716.442566789706 L 269.63886744949997 716.442566789706 L 269.63886744949997 724.567033621566" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><path d="M 350.8835357681 724.567033621566 L 350.8835357681 716.442566789706 L 432.12820408669995 716.442566789706 L 432.12820408669995 724.567033621566" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 350.8835357681 724.567033621566 L 350.8835357681 716.442566789706 L 432.12820408669995 716.442566789706 L 432.12820408669995 724.567033621566" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><path d="M 797.7292115204 724.567033621566 L 797.7292115204 716.442566789706 L 878.973879839 716.442566789706 L 878.973879839 724.567033621566" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 797.7292115204 724.567033621566 L 797.7292115204 716.442566789706 L 878.973879839 716.442566789706 L 878.973879839 724.567033621566" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><path d="M 1041.4632164762002 724.567033621566 L 1041.4632164762002 716.442566789706 L 960.2185481576 716.442566789706 L 960.2185481576 724.567033621566" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1041.4632164762002 724.567033621566 L 1041.4632164762002 716.442566789706 L 960.2185481576 716.442566789706 L 960.2185481576 724.567033621566" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><path d="M 671.79997562657 467.83388173478966 L 734.764593573485 467.83388173478966 L 734.764593573485 763.564474414494 L 797.7292115204 763.564474414494 L 797.7292115204 755.440007582634" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 671.79997562657 467.83388173478966 L 734.764593573485 467.83388173478966 L 734.764593573485 763.564474414494 L 797.7292115204 763.564474414494 L 797.7292115204 755.440007582634" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><path d="M 671.79997562657 159.10414212411024 L 675.8622090425 159.10414212411024 L 675.8622090425 105.482661033834" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 671.79997562657 159.10414212411024 L 675.8622090425 159.10414212411024 L 675.8622090425 105.482661033834" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"><path d="M 107.14953081229999 105.482661033834 L 107.14953081229999 113.607127865694 L 188.39419913089995 113.607127865694 L 188.39419913089995 105.482661033834" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 107.14953081229999 105.482661033834 L 107.14953081229999 113.607127865694 L 188.39419913089995 113.607127865694 L 188.39419913089995 105.482661033834" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"><path d="M 269.63886744949997 105.482661033834 L 269.63886744949997 113.607127865694 L 350.8835357681 113.607127865694 L 350.8835357681 105.482661033834" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 269.63886744949997 105.482661033834 L 269.63886744949997 113.607127865694 L 350.8835357681 113.607127865694 L 350.8835357681 105.482661033834" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"><path d="M 432.12820408669995 105.482661033834 L 432.12820408669995 113.607127865694 L 513.3728724053 113.607127865694 L 513.3728724053 105.482661033834" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 432.12820408669995 105.482661033834 L 432.12820408669995 113.607127865694 L 513.3728724053 113.607127865694 L 513.3728724053 105.482661033834" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"><path d="M 757.1068773611 105.482661033834 L 757.1068773611 113.607127865694 L 838.3515456796999 113.607127865694 L 838.3515456796999 105.482661033834" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 757.1068773611 105.482661033834 L 757.1068773611 113.607127865694 L 838.3515456796999 113.607127865694 L 838.3515456796999 105.482661033834" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"><path d="M 919.5962139983001 105.482661033834 L 919.5962139983001 113.607127865694 L 1000.8408823169 113.607127865694 L 1000.8408823169 105.482661033834" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 919.5962139983001 105.482661033834 L 919.5962139983001 113.607127865694 L 1000.8408823169 113.607127865694 L 1000.8408823169 105.482661033834" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"><path d="M 107.14953081229999 755.440007582634 L 107.14953081229999 763.564474414494 L 188.39419913089995 763.564474414494 L 188.39419913089995 755.440007582634" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 107.14953081229999 755.440007582634 L 107.14953081229999 763.564474414494 L 188.39419913089995 763.564474414494 L 188.39419913089995 755.440007582634" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"><path d="M 269.63886744949997 755.440007582634 L 269.63886744949997 763.564474414494 L 350.8835357681 763.564474414494 L 350.8835357681 755.440007582634" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 269.63886744949997 755.440007582634 L 269.63886744949997 763.564474414494 L 350.8835357681 763.564474414494 L 350.8835357681 755.440007582634" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"><path d="M 432.12820408669995 755.440007582634 L 432.12820408669995 763.564474414494 L 513.3728724053 763.564474414494 L 513.3728724053 755.440007582634" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 432.12820408669995 755.440007582634 L 432.12820408669995 763.564474414494 L 513.3728724053 763.564474414494 L 513.3728724053 755.440007582634" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"><path d="M 878.973879839 755.440007582634 L 878.973879839 763.564474414494 L 960.2185481576 763.564474414494 L 960.2185481576 755.440007582634" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 878.973879839 755.440007582634 L 878.973879839 763.564474414494 L 960.2185481576 763.564474414494 L 960.2185481576 755.440007582634" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"><path d="M 517.43510582123 382.5269800002604 L 488.9588495755607 382.5269800002604 L 488.9588495755607 398.77591366398036 L 509.31063898937 398.77591366398036 L 509.31063898937 423.1493141595604 L 517.43510582123 423.1493141595604" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 517.43510582123 382.5269800002604 L 488.9588495755607 382.5269800002604 L 488.9588495755607 398.77591366398036 L 509.31063898937 398.77591366398036 L 509.31063898937 423.1493141595604 L 517.43510582123 423.1493141595604" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"><path d="M 671.79997562657 167.2286089559702 L 713.0316447982595 167.2286089559702 L 713.0316447982595 46.13343082709662 L 432.12820408669995 46.13343082709662 L 432.12820408669995 74.60968707276595" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 671.79997562657 167.2286089559702 L 713.0316447982595 167.2286089559702 L 713.0316447982595 46.13343082709662 L 432.12820408669995 46.13343082709662 L 432.12820408669995 74.60968707276595" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"><path d="M 517.43510582123 553.1407834693202 L 488.9588495755607 553.1407834693201 L 488.9588495755607 569.3897171330401 L 509.31063898937 569.3897171330401 L 509.31063898937 675.0077859472198 L 517.43510582123 675.0077859472198" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 517.43510582123 553.1407834693202 L 488.9588495755607 553.1407834693201 L 488.9588495755607 569.3897171330401 L 509.31063898937 569.3897171330401 L 509.31063898937 675.0077859472198 L 517.43510582123 675.0077859472198" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"><path d="M 675.8622090425 132.29340157897212 L 687.642685948697 132.29340157897212 L 687.642685948697 132.33402391313143" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 675.8622090425 132.29340157897212 L 687.642685948697 132.29340157897212 L 687.642685948697 132.33402391313143" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"><path d="M 675.8622090425 74.60968707276595 L 675.8622090425 50.23628657718598" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 675.8622090425 74.60968707276595 L 675.8622090425 50.23628657718598" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_26__stack1"><path d="M 517.43510582123 374.40251316840033 L 493.06170532565 374.40251316840033" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 517.43510582123 374.40251316840033 L 493.06170532565 374.40251316840033" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"><path d="M 919.5962139983001 74.60968707276595 L 919.5962139983001 50.23628657718598" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 919.5962139983001 74.60968707276595 L 919.5962139983001 50.23628657718598" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"><path d="M 671.79997562657 484.0828153985097 L 696.17337612215 484.0828153985097" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 671.79997562657 484.0828153985097 L 696.17337612215 484.0828153985097" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_29__stack1"><path d="M 671.79997562657 532.8296163896697 L 696.17337612215 532.8296163896697" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 671.79997562657 532.8296163896697 L 696.17337612215 532.8296163896697" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_30__stack1"><path d="M 517.43510582123 390.65144683212037 L 493.06170532565 390.65144683212037" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 517.43510582123 390.65144683212037 L 493.06170532565 390.65144683212037" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_31__stack1"><path d="M 517.43510582123 536.8918498056003 L 493.06170532565 536.8918498056003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 517.43510582123 536.8918498056003 L 493.06170532565 536.8918498056003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_32__stack1"><path d="M 517.43510582123 545.0163166374602 L 493.06170532565 545.0163166374602" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 517.43510582123 545.0163166374602 L 493.06170532565 545.0163166374602" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_33__stack1"><path d="M 517.43510582123 520.6429161418803 L 493.06170532565 520.6429161418803" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 517.43510582123 520.6429161418803 L 493.06170532565 520.6429161418803" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_34__stack1"><path d="M 517.43510582123 561.2652503011801 L 493.06170532565 561.2652503011801" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 517.43510582123 561.2652503011801 L 493.06170532565 561.2652503011801" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_35__stack1"><path d="M 671.79997562657 549.0785500533898 L 696.17337612215 549.0785500533898" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 671.79997562657 549.0785500533898 L 696.17337612215 549.0785500533898" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_36__stack1"><path d="M 671.79997562657 264.7222109382899 L 696.17337612215 264.7222109382899" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 671.79997562657 264.7222109382899 L 696.17337612215 264.7222109382899" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_37__stack1"><path d="M 671.79997562657 256.5977441064299 L 696.17337612215 256.5977441064299" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 671.79997562657 256.5977441064299 L 696.17337612215 256.5977441064299" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_38__stack1"><path d="M 513.3728724053 724.567033621566 L 513.3728724053 700.193633125986" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 513.3728724053 724.567033621566 L 513.3728724053 700.193633125986" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_39__stack1"><path d="M 107.14953081229999 724.567033621566 L 107.14953081229999 700.193633125986" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.499573465488001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 107.14953081229999 724.567033621566 L 107.14953081229999 700.193633125986" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_26__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_29__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_30__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_31__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_32__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_33__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_34__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_35__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_36__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_37__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_38__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_39__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="533.68403948495" y="150.97967529224996" width="121.86700247790009" height="528.0903440709001" stroke-width="0.8124466831860001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="533.68403948495" y="150.97967529224996" width="121.86700247790009" height="528.0903440709001" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="533.68403948495" y1="309.4067785135203" x2="518.247552504416" y2="309.4067785135203" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="517.43510582123" cy="309.4067785135203" r="0.8124466831860001" stroke-width="0.8124466831860001px"/><rect x="516.622659138044" y="308.5943318303343" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="525.55957265309" y="308.59433183033434" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform=""></text><text class="pin-number sch-pin-label" x="537.74627290088" y="309.4067785135203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.093350123895px" transform="">VCC_PLL</text><line class="component-pin sch-component-pin sch-port-line" x1="533.68403948495" y1="358.15357950468035" x2="518.247552504416" y2="358.15357950468035" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="517.43510582123" cy="358.15357950468035" r="0.8124466831860001" stroke-width="0.8124466831860001px"/><rect x="516.622659138044" y="357.34113282149434" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="525.55957265309" y="357.34113282149434" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform=""></text><text class="pin-number sch-pin-label" x="537.74627290088" y="358.15357950468035" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.093350123895px" transform="">VCC_RTC</text><line class="component-pin sch-component-pin sch-port-line" x1="533.68403948495" y1="374.40251316840033" x2="517.43510582123" y2="374.40251316840033" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="516.622659138044" y="373.5900664852143" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="525.55957265309" y="373.5900664852144" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform=""></text><text class="pin-number sch-pin-label" x="537.74627290088" y="374.40251316840033" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.093350123895px" transform="">LDOA_OUT</text><line class="component-pin sch-component-pin sch-port-line" x1="533.68403948495" y1="382.5269800002604" x2="517.43510582123" y2="382.5269800002604" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="516.622659138044" y="381.71453331707437" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="525.55957265309" y="381.71453331707437" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform=""></text><text class="pin-number sch-pin-label" x="537.74627290088" y="382.5269800002604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.093350123895px" transform="">LDO_IN</text><line class="component-pin sch-component-pin sch-port-line" x1="533.68403948495" y1="390.65144683212037" x2="517.43510582123" y2="390.65144683212037" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="516.622659138044" y="389.83900014893436" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="525.55957265309" y="389.83900014893436" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform=""></text><text class="pin-number sch-pin-label" x="537.74627290088" y="390.65144683212037" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.093350123895px" transform="">LDOB_OUT</text><line class="component-pin sch-component-pin sch-port-line" x1="533.68403948495" y1="423.1493141595604" x2="517.43510582123" y2="423.1493141595604" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="516.622659138044" y="422.3368674763744" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="525.55957265309" y="422.3368674763744" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform=""></text><text class="pin-number sch-pin-label" x="537.74627290088" y="423.1493141595604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.093350123895px" transform="">VCC_PE</text><line class="component-pin sch-component-pin sch-port-line" x1="533.68403948495" y1="520.6429161418803" x2="517.43510582123" y2="520.6429161418803" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="516.622659138044" y="519.8304694586943" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="525.55957265309" y="519.8304694586943" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform=""></text><text class="pin-number sch-pin-label" x="537.74627290088" y="520.6429161418803" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.093350123895px" transform="">VDD_SYS0</text><line class="component-pin sch-component-pin sch-port-line" x1="533.68403948495" y1="536.8918498056003" x2="517.43510582123" y2="536.8918498056003" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="516.622659138044" y="536.0794031224143" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="525.55957265309" y="536.0794031224142" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform=""></text><text class="pin-number sch-pin-label" x="537.74627290088" y="536.8918498056003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.093350123895px" transform="">VCC_DRAM0</text><line class="component-pin sch-component-pin sch-port-line" x1="533.68403948495" y1="545.0163166374602" x2="517.43510582123" y2="545.0163166374602" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="516.622659138044" y="544.2038699542743" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="525.55957265309" y="544.2038699542742" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform=""></text><text class="pin-number sch-pin-label" x="537.74627290088" y="545.0163166374602" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.093350123895px" transform="">VCC_DRAM1</text><line class="component-pin sch-component-pin sch-port-line" x1="533.68403948495" y1="553.1407834693202" x2="517.43510582123" y2="553.1407834693202" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><rect x="516.622659138044" y="552.3283367861343" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="525.55957265309" y="552.3283367861342" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform=""></text><text class="pin-number sch-pin-label" x="537.74627290088" y="553.1407834693202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.093350123895px" transform="">VDD18_DRAM</text><line class="component-pin sch-component-pin sch-port-line" x1="533.68403948495" y1="561.2652503011801" x2="517.43510582123" y2="561.2652503011801" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><rect x="516.622659138044" y="560.4528036179942" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="525.55957265309" y="560.4528036179942" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform=""></text><text class="pin-number sch-pin-label" x="537.74627290088" y="561.2652503011801" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.093350123895px" transform="">VDD_SYS1</text><line class="component-pin sch-component-pin sch-port-line" x1="533.68403948495" y1="675.0077859472198" x2="517.43510582123" y2="675.0077859472198" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><rect x="516.622659138044" y="674.1953392640338" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="525.55957265309" y="674.1953392640337" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform=""></text><text class="pin-number sch-pin-label" x="537.74627290088" y="675.0077859472198" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.093350123895px" transform="">VCC_LVDS</text><line class="component-pin sch-component-pin sch-port-line" x1="655.55104196285" y1="670.9455525312898" x2="671.79997562657" y2="670.9455525312898" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><rect x="670.9875289433841" y="670.1331058481038" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="663.67550879471" y="670.1331058481038" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform=""></text><text class="pin-number sch-pin-label" x="651.48880854692" y="670.9455525312898" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.093350123895px" transform="">VCC_PD</text><line class="component-pin sch-component-pin sch-port-line" x1="655.55104196285" y1="581.5764173808298" x2="671.79997562657" y2="581.5764173808298" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><rect x="670.9875289433841" y="580.7639706976438" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="663.67550879471" y="580.7639706976438" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform=""></text><text class="pin-number sch-pin-label" x="651.48880854692" y="581.5764173808298" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.093350123895px" transform="">VCC_TVOUT</text><line class="component-pin sch-component-pin sch-port-line" x1="655.55104196285" y1="549.0785500533898" x2="671.79997562657" y2="549.0785500533898" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><rect x="670.9875289433841" y="548.2661033702038" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="663.67550879471" y="548.2661033702037" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform=""></text><text class="pin-number sch-pin-label" x="651.48880854692" y="549.0785500533898" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.093350123895px" transform="">VDD_SYS2</text><line class="component-pin sch-component-pin sch-port-line" x1="655.55104196285" y1="532.8296163896697" x2="671.79997562657" y2="532.8296163896697" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><rect x="670.9875289433841" y="532.0171697064837" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="663.67550879471" y="532.0171697064837" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform=""></text><text class="pin-number sch-pin-label" x="651.48880854692" y="532.8296163896697" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.093350123895px" transform="">VCC_IO</text><line class="component-pin sch-component-pin sch-port-line" x1="655.55104196285" y1="484.0828153985097" x2="671.79997562657" y2="484.0828153985097" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><rect x="670.9875289433841" y="483.2703687153237" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="663.67550879471" y="483.2703687153237" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform=""></text><text class="pin-number sch-pin-label" x="651.48880854692" y="484.0828153985097" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.093350123895px" transform="">AVCC</text><line class="component-pin sch-component-pin sch-port-line" x1="655.55104196285" y1="475.9583485666497" x2="670.987528943384" y2="475.9583485666497" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="671.79997562657" cy="475.9583485666497" r="0.8124466831860001" stroke-width="0.8124466831860001px"/><rect x="670.9875289433841" y="475.1459018834637" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="663.67550879471" y="475.1459018834637" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform=""></text><text class="pin-number sch-pin-label" x="651.48880854692" y="475.9583485666497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.093350123895px" transform="">VRA2</text><line class="component-pin sch-component-pin sch-port-line" x1="655.55104196285" y1="467.83388173478966" x2="671.79997562657" y2="467.83388173478966" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><rect x="670.9875289433841" y="467.02143505160365" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="663.67550879471" y="467.0214350516037" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform=""></text><text class="pin-number sch-pin-label" x="651.48880854692" y="467.83388173478966" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.093350123895px" transform="">AGND</text><line class="component-pin sch-component-pin sch-port-line" x1="655.55104196285" y1="459.70941490292967" x2="670.987528943384" y2="459.70941490292967" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="671.79997562657" cy="459.70941490292967" r="0.8124466831860001" stroke-width="0.8124466831860001px"/><rect x="670.9875289433841" y="458.89696821974366" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="663.67550879471" y="458.89696821974366" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform=""></text><text class="pin-number sch-pin-label" x="651.48880854692" y="459.70941490292967" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.093350123895px" transform="">VRA1</text><line class="component-pin sch-component-pin sch-port-line" x1="655.55104196285" y1="419.0870807436296" x2="671.79997562657" y2="419.0870807436296" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><rect x="670.9875289433841" y="418.2746340604436" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="663.67550879471" y="418.27463406044365" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform=""></text><text class="pin-number sch-pin-label" x="651.48880854692" y="419.0870807436296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.093350123895px" transform="">HPVCC</text><line class="component-pin sch-component-pin sch-port-line" x1="655.55104196285" y1="337.84241242502964" x2="671.79997562657" y2="337.84241242502964" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><rect x="670.9875289433841" y="337.0299657418436" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="663.67550879471" y="337.0299657418436" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform=""></text><text class="pin-number sch-pin-label" x="651.48880854692" y="337.84241242502964" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.093350123895px" transform="">VCC_TVIN</text><line class="component-pin sch-component-pin sch-port-line" x1="655.55104196285" y1="264.7222109382899" x2="671.79997562657" y2="264.7222109382899" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_0_22__stack1"><rect x="670.9875289433841" y="263.9097642551039" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="663.67550879471" y="263.9097642551039" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform=""></text><text class="pin-number sch-pin-label" x="651.48880854692" y="264.7222109382899" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.093350123895px" transform="">VDD_CORE0</text><line class="component-pin sch-component-pin sch-port-line" x1="655.55104196285" y1="256.5977441064299" x2="671.79997562657" y2="256.5977441064299" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_0_23__stack1"><rect x="670.9875289433841" y="255.7852974232439" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="663.67550879471" y="255.7852974232439" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform=""></text><text class="pin-number sch-pin-label" x="651.48880854692" y="256.5977441064299" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.093350123895px" transform="">VDD_CORE1</text><line class="component-pin sch-component-pin sch-port-line" x1="655.55104196285" y1="167.2286089559702" x2="671.79997562657" y2="167.2286089559702" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_0_24__stack1"><rect x="670.9875289433841" y="166.4161622727842" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="663.67550879471" y="166.41616227278422" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform=""></text><text class="pin-number sch-pin-label" x="651.48880854692" y="167.2286089559702" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.093350123895px" transform="">VCC_PG</text><line class="component-pin sch-component-pin sch-port-line" x1="655.55104196285" y1="159.10414212411024" x2="671.79997562657" y2="159.10414212411024" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_0_25__stack1"><rect x="670.9875289433841" y="158.29169544092423" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="663.67550879471" y="158.2916954409243" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform=""></text><text class="pin-number sch-pin-label" x="651.48880854692" y="159.10414212411024" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.093350123895px" transform="">EPAD</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="88.869480440615" y="88.01505734533492" width="47.32501929558447" height="4.062233415930052" stroke-width="0.8124466831860001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="88.869480440615" y="88.01505734533492" width="47.32501929558447" height="4.062233415930052" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="107.14953081229999" y1="88.01505734533492" x2="107.14953081229999" y2="74.60968707276595" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="106.33708412911399" y="73.79724038957995" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="106.33708412911398" y="81.31237220905047" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 106.33708412911398 81.31237220905047)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="107.14953081229999" y1="92.07729076126498" x2="107.14953081229999" y2="105.482661033834" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="106.33708412911399" y="104.67021435064801" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="106.33708412911398" y="98.77997589754949" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 106.33708412911398 98.77997589754949)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="170.11414875921497" y="88.01505734533492" width="42.450339196468576" height="4.062233415930052" stroke-width="0.8124466831860001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="170.11414875921497" y="88.01505734533492" width="42.450339196468576" height="4.062233415930052" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="188.39419913089995" y1="88.01505734533492" x2="188.39419913089995" y2="74.60968707276595" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="187.58175244771394" y="73.79724038957995" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="187.581752447714" y="81.31237220905047" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 187.581752447714 81.31237220905047)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="188.39419913089995" y1="92.07729076126498" x2="188.39419913089995" y2="105.482661033834" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="187.58175244771394" y="104.67021435064801" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="187.581752447714" y="98.77997589754949" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 187.581752447714 98.77997589754949)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="251.358817077815" y="88.01505734533492" width="47.32501929558447" height="4.062233415930052" stroke-width="0.8124466831860001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="251.358817077815" y="88.01505734533492" width="47.32501929558447" height="4.062233415930052" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="269.63886744949997" y1="88.01505734533492" x2="269.63886744949997" y2="74.60968707276595" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="268.82642076631396" y="73.79724038957995" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="268.82642076631396" y="81.31237220905047" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 268.82642076631396 81.31237220905047)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="269.63886744949997" y1="92.07729076126498" x2="269.63886744949997" y2="105.482661033834" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="268.82642076631396" y="104.67021435064801" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="268.82642076631396" y="98.77997589754949" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 268.82642076631396 98.77997589754949)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="332.603485396415" y="88.01505734533492" width="47.32501929558447" height="4.062233415930052" stroke-width="0.8124466831860001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="332.603485396415" y="88.01505734533492" width="47.32501929558447" height="4.062233415930052" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="350.8835357681" y1="88.01505734533492" x2="350.8835357681" y2="74.60968707276595" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="350.071089084914" y="73.79724038957995" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="350.071089084914" y="81.31237220905047" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 350.071089084914 81.31237220905047)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="350.8835357681" y1="92.07729076126498" x2="350.8835357681" y2="105.482661033834" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="350.071089084914" y="104.67021435064801" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="350.071089084914" y="98.77997589754949" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 350.071089084914 98.77997589754949)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="413.848153715015" y="88.01505734533492" width="47.325019295584525" height="4.062233415930052" stroke-width="0.8124466831860001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="413.848153715015" y="88.01505734533492" width="47.325019295584525" height="4.062233415930052" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="432.12820408669995" y1="88.01505734533492" x2="432.12820408669995" y2="74.60968707276595" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="431.31575740351394" y="73.79724038957995" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="431.315757403514" y="81.31237220905047" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 431.315757403514 81.31237220905047)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="432.12820408669995" y1="92.07729076126498" x2="432.12820408669995" y2="105.482661033834" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="431.31575740351394" y="104.67021435064801" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="431.315757403514" y="98.77997589754949" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 431.315757403514 98.77997589754949)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="495.092822033615" y="88.01505734533492" width="47.325019295584525" height="4.062233415930052" stroke-width="0.8124466831860001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="495.092822033615" y="88.01505734533492" width="47.325019295584525" height="4.062233415930052" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="513.3728724053" y1="88.01505734533492" x2="513.3728724053" y2="74.60968707276595" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="512.560425722114" y="73.79724038957995" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.560425722114" y="81.31237220905047" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 512.560425722114 81.31237220905047)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="513.3728724053" y1="92.07729076126498" x2="513.3728724053" y2="105.482661033834" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="512.560425722114" y="104.67021435064801" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.560425722114" y="98.77997589754949" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 512.560425722114 98.77997589754949)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component chip sch-component-body" x="576.337490352215" y="88.01505734533492" width="47.325019295584525" height="4.062233415930052" stroke-width="0.8124466831860001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="576.337490352215" y="88.01505734533492" width="47.325019295584525" height="4.062233415930052" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="594.6175407239" y1="88.01505734533492" x2="594.6175407239" y2="74.60968707276595" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="593.805094040714" y="73.79724038957995" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="593.805094040714" y="81.31237220905047" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 593.805094040714 81.31237220905047)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="594.6175407239" y1="92.07729076126498" x2="594.6175407239" y2="104.67021435064805" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="594.6175407239" cy="105.482661033834" r="0.8124466831860001" stroke-width="0.8124466831860001px"/><rect x="593.805094040714" y="104.67021435064801" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="593.805094040714" y="98.77997589754949" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 593.805094040714 98.77997589754949)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component chip sch-component-body" x="657.582158670815" y="88.01505734533492" width="47.325019295584525" height="4.062233415930052" stroke-width="0.8124466831860001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="657.582158670815" y="88.01505734533492" width="47.325019295584525" height="4.062233415930052" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="675.8622090425" y1="88.01505734533492" x2="675.8622090425" y2="74.60968707276595" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="675.0497623593141" y="73.79724038957995" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="675.049762359314" y="81.31237220905047" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 675.049762359314 81.31237220905047)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="675.8622090425" y1="92.07729076126498" x2="675.8622090425" y2="105.482661033834" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><rect x="675.0497623593141" y="104.67021435064801" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="675.049762359314" y="98.77997589754949" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 675.049762359314 98.77997589754949)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component chip sch-component-body" x="738.826826989415" y="88.01505734533492" width="47.32501929558441" height="4.062233415930052" stroke-width="0.8124466831860001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="738.826826989415" y="88.01505734533492" width="47.32501929558441" height="4.062233415930052" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="757.1068773611" y1="88.01505734533492" x2="757.1068773611" y2="75.4221337559519" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="757.1068773611" cy="74.60968707276595" r="0.8124466831860001" stroke-width="0.8124466831860001px"/><rect x="756.2944306779141" y="73.79724038957995" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="756.294430677914" y="81.31237220905047" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 756.294430677914 81.31237220905047)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="757.1068773611" y1="92.07729076126498" x2="757.1068773611" y2="105.482661033834" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><rect x="756.2944306779141" y="104.67021435064801" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="756.294430677914" y="98.77997589754949" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 756.294430677914 98.77997589754949)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_10__stack1"><rect class="component chip sch-component-body" x="820.0714953080151" y="88.01505734533492" width="47.32501929558441" height="4.062233415930052" stroke-width="0.8124466831860001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="820.0714953080151" y="88.01505734533492" width="47.32501929558441" height="4.062233415930052" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="838.3515456796999" y1="88.01505734533492" x2="838.3515456796999" y2="75.4221337559519" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="838.3515456796999" cy="74.60968707276595" r="0.8124466831860001" stroke-width="0.8124466831860001px"/><rect x="837.539098996514" y="73.79724038957995" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="837.539098996514" y="81.31237220905047" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 837.539098996514 81.31237220905047)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="838.3515456796999" y1="92.07729076126498" x2="838.3515456796999" y2="105.482661033834" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="837.539098996514" y="104.67021435064801" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="837.539098996514" y="98.77997589754949" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 837.539098996514 98.77997589754949)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_11__stack1"><rect class="component chip sch-component-body" x="901.316163626615" y="88.01505734533492" width="47.325019295584525" height="4.062233415930052" stroke-width="0.8124466831860001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="901.316163626615" y="88.01505734533492" width="47.325019295584525" height="4.062233415930052" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="919.5962139983001" y1="88.01505734533492" x2="919.5962139983001" y2="74.60968707276595" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><rect x="918.7837673151141" y="73.79724038957995" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="918.783767315114" y="81.31237220905047" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 918.783767315114 81.31237220905047)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="919.5962139983001" y1="92.07729076126498" x2="919.5962139983001" y2="105.482661033834" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_11_1__stack1"><rect x="918.7837673151141" y="104.67021435064801" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="918.783767315114" y="98.77997589754949" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 918.783767315114 98.77997589754949)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_12__stack1"><rect class="component chip sch-component-body" x="982.5608319452151" y="88.01505734533492" width="47.325019295584525" height="4.062233415930052" stroke-width="0.8124466831860001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="982.5608319452151" y="88.01505734533492" width="47.325019295584525" height="4.062233415930052" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1000.8408823169" y1="88.01505734533492" x2="1000.8408823169" y2="74.60968707276595" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_12_0__stack1"><rect x="1000.028435633714" y="73.79724038957995" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="1000.028435633714" y="81.31237220905047" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 1000.028435633714 81.31237220905047)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="1000.8408823169" y1="92.07729076126498" x2="1000.8408823169" y2="105.482661033834" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_12_1__stack1"><rect x="1000.028435633714" y="104.67021435064801" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="1000.028435633714" y="98.77997589754949" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 1000.028435633714 98.77997589754949)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_13__stack1"><rect class="component chip sch-component-body" x="1063.805500263815" y="88.01505734533492" width="47.325019295584525" height="4.062233415930052" stroke-width="0.8124466831860001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1063.805500263815" y="88.01505734533492" width="47.325019295584525" height="4.062233415930052" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1082.0855506355" y1="88.01505734533492" x2="1082.0855506355" y2="74.60968707276595" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_13_0__stack1"><rect x="1081.2731039523142" y="73.79724038957995" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="1081.2731039523142" y="81.31237220905047" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 1081.2731039523142 81.31237220905047)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="1082.0855506355" y1="92.07729076126498" x2="1082.0855506355" y2="104.67021435064805" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_13_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1082.0855506355" cy="105.482661033834" r="0.8124466831860001" stroke-width="0.8124466831860001px"/><rect x="1081.2731039523142" y="104.67021435064801" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="1081.2731039523142" y="98.77997589754949" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 1081.2731039523142 98.77997589754949)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_14__stack1"><rect class="component chip sch-component-body" x="88.869480440615" y="737.972403894135" width="42.450339196468576" height="4.062233415930109" stroke-width="0.8124466831860001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="88.869480440615" y="737.972403894135" width="42.450339196468576" height="4.062233415930109" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="107.14953081229999" y1="737.972403894135" x2="107.14953081229999" y2="724.567033621566" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_14_0__stack1"><rect x="106.33708412911399" y="723.75458693838" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="106.33708412911398" y="731.2697187578506" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 106.33708412911398 731.2697187578506)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="107.14953081229999" y1="742.0346373100651" x2="107.14953081229999" y2="755.440007582634" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_14_1__stack1"><rect x="106.33708412911399" y="754.6275608994481" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="106.33708412911398" y="748.7373224463495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 106.33708412911398 748.7373224463495)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_15__stack1"><rect class="component chip sch-component-body" x="170.11414875921497" y="737.972403894135" width="47.32501929558447" height="4.062233415930109" stroke-width="0.8124466831860001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="170.11414875921497" y="737.972403894135" width="47.32501929558447" height="4.062233415930109" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="188.39419913089995" y1="737.972403894135" x2="188.39419913089995" y2="724.567033621566" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_15_0__stack1"><rect x="187.58175244771394" y="723.75458693838" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="187.581752447714" y="731.2697187578506" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 187.581752447714 731.2697187578506)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="188.39419913089995" y1="742.0346373100651" x2="188.39419913089995" y2="755.440007582634" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_15_1__stack1"><rect x="187.58175244771394" y="754.6275608994481" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="187.581752447714" y="748.7373224463495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 187.581752447714 748.7373224463495)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_16__stack1"><rect class="component chip sch-component-body" x="251.358817077815" y="737.972403894135" width="47.32501929558447" height="4.062233415930109" stroke-width="0.8124466831860001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="251.358817077815" y="737.972403894135" width="47.32501929558447" height="4.062233415930109" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="269.63886744949997" y1="737.972403894135" x2="269.63886744949997" y2="724.567033621566" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_16_0__stack1"><rect x="268.82642076631396" y="723.75458693838" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="268.82642076631396" y="731.2697187578506" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 268.82642076631396 731.2697187578506)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="269.63886744949997" y1="742.0346373100651" x2="269.63886744949997" y2="755.440007582634" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_16_1__stack1"><rect x="268.82642076631396" y="754.6275608994481" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="268.82642076631396" y="748.7373224463495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 268.82642076631396 748.7373224463495)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_17__stack1"><rect class="component chip sch-component-body" x="332.603485396415" y="737.972403894135" width="47.32501929558447" height="4.062233415930109" stroke-width="0.8124466831860001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="332.603485396415" y="737.972403894135" width="47.32501929558447" height="4.062233415930109" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="350.8835357681" y1="737.972403894135" x2="350.8835357681" y2="724.567033621566" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_17_0__stack1"><rect x="350.071089084914" y="723.75458693838" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="350.071089084914" y="731.2697187578506" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 350.071089084914 731.2697187578506)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="350.8835357681" y1="742.0346373100651" x2="350.8835357681" y2="755.440007582634" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_17_1__stack1"><rect x="350.071089084914" y="754.6275608994481" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="350.071089084914" y="748.7373224463495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 350.071089084914 748.7373224463495)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_18__stack1"><rect class="component chip sch-component-body" x="413.848153715015" y="737.972403894135" width="47.325019295584525" height="4.062233415930109" stroke-width="0.8124466831860001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="413.848153715015" y="737.972403894135" width="47.325019295584525" height="4.062233415930109" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="432.12820408669995" y1="737.972403894135" x2="432.12820408669995" y2="724.567033621566" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_18_0__stack1"><rect x="431.31575740351394" y="723.75458693838" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="431.315757403514" y="731.2697187578506" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 431.315757403514 731.2697187578506)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="432.12820408669995" y1="742.0346373100651" x2="432.12820408669995" y2="755.440007582634" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_18_1__stack1"><rect x="431.31575740351394" y="754.6275608994481" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="431.315757403514" y="748.7373224463495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 431.315757403514 748.7373224463495)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_19__stack1"><rect class="component chip sch-component-body" x="495.092822033615" y="737.972403894135" width="47.325019295584525" height="4.062233415930109" stroke-width="0.8124466831860001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="495.092822033615" y="737.972403894135" width="47.325019295584525" height="4.062233415930109" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="513.3728724053" y1="737.972403894135" x2="513.3728724053" y2="724.567033621566" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_19_0__stack1"><rect x="512.560425722114" y="723.75458693838" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.560425722114" y="731.2697187578506" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 512.560425722114 731.2697187578506)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="513.3728724053" y1="742.0346373100651" x2="513.3728724053" y2="755.440007582634" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_19_1__stack1"><rect x="512.560425722114" y="754.6275608994481" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.560425722114" y="748.7373224463495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 512.560425722114 748.7373224463495)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_20__stack1"><rect class="component chip sch-component-body" x="779.449161148715" y="737.972403894135" width="47.325019295584525" height="4.062233415930109" stroke-width="0.8124466831860001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="779.449161148715" y="737.972403894135" width="47.325019295584525" height="4.062233415930109" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="797.7292115204" y1="737.972403894135" x2="797.7292115204" y2="724.567033621566" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_20_0__stack1"><rect x="796.916764837214" y="723.75458693838" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="796.916764837214" y="731.2697187578506" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 796.916764837214 731.2697187578506)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="797.7292115204" y1="742.0346373100651" x2="797.7292115204" y2="755.440007582634" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_20_1__stack1"><rect x="796.916764837214" y="754.6275608994481" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="796.916764837214" y="748.7373224463495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 796.916764837214 748.7373224463495)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_21__stack1"><rect class="component chip sch-component-body" x="860.693829467315" y="737.972403894135" width="42.450339196468576" height="4.062233415930109" stroke-width="0.8124466831860001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="860.693829467315" y="737.972403894135" width="42.450339196468576" height="4.062233415930109" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="878.973879839" y1="737.972403894135" x2="878.973879839" y2="724.567033621566" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_21_0__stack1"><rect x="878.161433155814" y="723.75458693838" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="878.161433155814" y="731.2697187578506" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 878.161433155814 731.2697187578506)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="878.973879839" y1="742.0346373100651" x2="878.973879839" y2="755.440007582634" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_21_1__stack1"><rect x="878.161433155814" y="754.6275608994481" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="878.161433155814" y="748.7373224463495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 878.161433155814 748.7373224463495)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_22__stack1"><rect class="component chip sch-component-body" x="941.938497785915" y="737.972403894135" width="47.32501929558441" height="4.062233415930109" stroke-width="0.8124466831860001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="941.938497785915" y="737.972403894135" width="47.32501929558441" height="4.062233415930109" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="960.2185481576" y1="737.972403894135" x2="960.2185481576" y2="724.567033621566" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_22_0__stack1"><rect x="959.4061014744141" y="723.75458693838" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="959.4061014744141" y="731.2697187578506" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 959.4061014744141 731.2697187578506)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="960.2185481576" y1="742.0346373100651" x2="960.2185481576" y2="755.440007582634" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_22_1__stack1"><rect x="959.4061014744141" y="754.6275608994481" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="959.4061014744141" y="748.7373224463495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 959.4061014744141 748.7373224463495)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_23__stack1"><rect class="component chip sch-component-body" x="1023.1831661045151" y="737.972403894135" width="47.325019295584525" height="4.062233415930109" stroke-width="0.8124466831860001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1023.1831661045151" y="737.972403894135" width="47.325019295584525" height="4.062233415930109" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1041.4632164762002" y1="737.972403894135" x2="1041.4632164762002" y2="724.567033621566" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_23_0__stack1"><rect x="1040.6507697930142" y="723.75458693838" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="1040.650769793014" y="731.2697187578506" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 1040.650769793014 731.2697187578506)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="1041.4632164762002" y1="742.0346373100651" x2="1041.4632164762002" y2="754.6275608994481" stroke-width="0.8124466831860001px"/><g class="sch-port" data-schematic-port-id="source_port_23_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1041.4632164762002" cy="755.440007582634" r="0.8124466831860001" stroke-width="0.8124466831860001px"/><rect x="1040.6507697930142" y="754.6275608994481" width="1.6248933663720002" height="1.6248933663720002" opacity="0"/></g><text class="pin-number sch-pin-number" x="1040.650769793014" y="748.7373224463495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.093350123895px" transform="rotate(-90 1040.650769793014 748.7373224463495)">2</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="517.43510582123" cy="309.4067785135203" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="517.43510582123" cy="358.15357950468035" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="517.43510582123" cy="374.40251316840033" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="517.43510582123" cy="382.5269800002604" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="517.43510582123" cy="390.65144683212037" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="517.43510582123" cy="423.1493141595604" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="517.43510582123" cy="520.6429161418803" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="517.43510582123" cy="536.8918498056003" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="517.43510582123" cy="545.0163166374602" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="517.43510582123" cy="553.1407834693202" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="517.43510582123" cy="561.2652503011801" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="517.43510582123" cy="675.0077859472198" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="671.79997562657" cy="670.9455525312898" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="671.79997562657" cy="581.5764173808298" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="671.79997562657" cy="549.0785500533898" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="671.79997562657" cy="532.8296163896697" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="671.79997562657" cy="484.0828153985097" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="671.79997562657" cy="475.9583485666497" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="671.79997562657" cy="467.83388173478966" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="671.79997562657" cy="459.70941490292967" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="671.79997562657" cy="419.0870807436296" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="671.79997562657" cy="337.84241242502964" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_22__stack1"><circle cx="671.79997562657" cy="264.7222109382899" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_23__stack1"><circle cx="671.79997562657" cy="256.5977441064299" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_24__stack1"><circle cx="671.79997562657" cy="167.2286089559702" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_25__stack1"><circle cx="671.79997562657" cy="159.10414212411024" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="107.14953081229999" cy="74.60968707276595" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="107.14953081229999" cy="105.482661033834" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="188.39419913089995" cy="74.60968707276595" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="188.39419913089995" cy="105.482661033834" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="269.63886744949997" cy="74.60968707276595" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="269.63886744949997" cy="105.482661033834" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="350.8835357681" cy="74.60968707276595" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="350.8835357681" cy="105.482661033834" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="432.12820408669995" cy="74.60968707276595" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="432.12820408669995" cy="105.482661033834" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="513.3728724053" cy="74.60968707276595" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="513.3728724053" cy="105.482661033834" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="594.6175407239" cy="74.60968707276595" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="594.6175407239" cy="105.482661033834" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="675.8622090425" cy="74.60968707276595" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="675.8622090425" cy="105.482661033834" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="757.1068773611" cy="74.60968707276595" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="757.1068773611" cy="105.482661033834" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="838.3515456796999" cy="74.60968707276595" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="838.3515456796999" cy="105.482661033834" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="919.5962139983001" cy="74.60968707276595" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="919.5962139983001" cy="105.482661033834" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="1000.8408823169" cy="74.60968707276595" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="1000.8408823169" cy="105.482661033834" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_0__stack1"><circle cx="1082.0855506355" cy="74.60968707276595" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_1__stack1"><circle cx="1082.0855506355" cy="105.482661033834" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_0__stack1"><circle cx="107.14953081229999" cy="724.567033621566" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_1__stack1"><circle cx="107.14953081229999" cy="755.440007582634" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_0__stack1"><circle cx="188.39419913089995" cy="724.567033621566" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_1__stack1"><circle cx="188.39419913089995" cy="755.440007582634" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_0__stack1"><circle cx="269.63886744949997" cy="724.567033621566" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_1__stack1"><circle cx="269.63886744949997" cy="755.440007582634" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_0__stack1"><circle cx="350.8835357681" cy="724.567033621566" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_1__stack1"><circle cx="350.8835357681" cy="755.440007582634" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_0__stack1"><circle cx="432.12820408669995" cy="724.567033621566" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_1__stack1"><circle cx="432.12820408669995" cy="755.440007582634" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_0__stack1"><circle cx="513.3728724053" cy="724.567033621566" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_1__stack1"><circle cx="513.3728724053" cy="755.440007582634" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_0__stack1"><circle cx="797.7292115204" cy="724.567033621566" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_1__stack1"><circle cx="797.7292115204" cy="755.440007582634" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_0__stack1"><circle cx="878.973879839" cy="724.567033621566" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_1__stack1"><circle cx="878.973879839" cy="755.440007582634" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_0__stack1"><circle cx="960.2185481576" cy="724.567033621566" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_1__stack1"><circle cx="960.2185481576" cy="755.440007582634" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_0__stack1"><circle cx="1041.4632164762002" cy="724.567033621566" r="1.6248933663720002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_1__stack1"><circle cx="1041.4632164762002" cy="755.440007582634" r="1.6248933663720002" fill="red" opacity="0"/></g><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="
|
|
253
|
+
M 838.3515456796999,74.60968707276595
|
|
254
|
+
L 834.28931226377,72.41608102816375
|
|
255
|
+
L 834.28931226377,20.311167079834945
|
|
256
|
+
L 842.4137790956299,20.311167079834945
|
|
257
|
+
L 842.4137790956299,72.41608102816375
|
|
258
|
+
Z
|
|
259
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.8124466831860001px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="838.3515456796999" y="70.95367699842895" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.312020148674001px" transform="rotate(-90 838.3515456796999 70.95367699842895)">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
|
|
260
|
+
M 517.43510582123,309.4067785135203
|
|
261
|
+
L 515.2414997766277,313.4690119294503
|
|
262
|
+
L 463.13658582829896,313.4690119294503
|
|
263
|
+
L 463.13658582829896,305.3445450975903
|
|
264
|
+
L 515.2414997766277,305.3445450975903
|
|
265
|
+
Z
|
|
266
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.8124466831860001px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="513.779095746893" y="309.4067785135203" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.312020148674001px" transform="">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
|
|
267
|
+
M 757.1068773611,74.60968707276595
|
|
268
|
+
L 753.04464394517,72.41608102816375
|
|
269
|
+
L 753.04464394517,20.311167079834945
|
|
270
|
+
L 761.16911077703,20.311167079834945
|
|
271
|
+
L 761.16911077703,72.41608102816375
|
|
272
|
+
Z
|
|
273
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.8124466831860001px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="757.1068773611" y="70.95367699842895" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.312020148674001px" transform="rotate(-90 757.1068773611 70.95367699842895)">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
|
|
274
|
+
M 517.43510582123,358.15357950468035
|
|
275
|
+
L 515.2414997766277,362.21581292061035
|
|
276
|
+
L 463.13658582829896,362.21581292061035
|
|
277
|
+
L 463.13658582829896,354.09134608875036
|
|
278
|
+
L 515.2414997766277,354.09134608875036
|
|
279
|
+
Z
|
|
280
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.8124466831860001px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="513.779095746893" y="358.15357950468035" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.312020148674001px" transform="">XXXXXXXXXX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="792.854531421284" y="763.564474414494" width="9.749360198231898" height="7.312020148674037" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="M 792.854531421284 770.8764945631681 L 802.6038916195159 770.8764945631681" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="M 797.7292115204 770.8764945631681 L 797.7292115204 763.564474414494" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="797.7292115204" y="772.9076112711331" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="7.312020148674001px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="682.7680058495811" y="132.33402391313146" width="9.749360198231898" height="7.31202014867398" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="M 682.7680058495811 139.64604406180544 L 692.517366047813 139.64604406180544" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="M 687.642685948697 139.64604406180544 L 687.642685948697 132.33402391313146" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="687.642685948697" y="141.67716076977044" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="7.312020148674001px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="102.27485071318398" y="113.60712786569395" width="9.749360198232011" height="7.312020148674009" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="M 102.27485071318398 120.91914801436796 L 112.02421091141599 120.91914801436796" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="M 107.14953081229999 120.91914801436796 L 107.14953081229999 113.60712786569395" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="107.14953081229999" y="122.95026472233296" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="7.312020148674001px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="264.76418735038396" y="113.60712786569401" width="9.749360198232011" height="7.312020148674009" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="M 264.76418735038396 120.91914801436802 L 274.513547548616 120.91914801436802" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="M 269.63886744949997 120.91914801436802 L 269.63886744949997 113.60712786569401" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="269.63886744949997" y="122.95026472233302" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="7.312020148674001px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="427.25352398758395" y="113.60712786569401" width="9.749360198232011" height="7.312020148674009" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="M 427.25352398758395 120.91914801436802 L 437.00288418581596 120.91914801436802" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="M 432.12820408669995 120.91914801436802 L 432.12820408669995 113.60712786569401" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="432.12820408669995" y="122.95026472233302" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="7.312020148674001px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="589.742860624784" y="105.48266103383402" width="9.749360198231898" height="7.312020148674009" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="M 589.742860624784 112.79468118250803 L 599.4922208230159 112.79468118250803" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="M 594.6175407239 112.79468118250803 L 594.6175407239 105.48266103383402" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="594.6175407239" y="114.82579789047303" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="7.312020148674001px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="752.2321972619841" y="113.60712786569401" width="9.749360198231898" height="7.312020148674009" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="M 752.2321972619841 120.91914801436802 L 761.981557460216 120.91914801436802" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="M 757.1068773611 120.91914801436802 L 757.1068773611 113.60712786569401" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="757.1068773611" y="122.95026472233302" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="7.312020148674001px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" x="914.7215338991841" y="113.60712786569395" width="9.749360198231898" height="7.312020148674009" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="M 914.7215338991841 120.91914801436796 L 924.470894097416 120.91914801436796" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="M 919.5962139983001 120.91914801436796 L 919.5962139983001 113.60712786569395" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" x="919.5962139983001" y="122.95026472233296" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="7.312020148674001px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" x="1077.2108705363842" y="105.48266103383402" width="9.749360198231898" height="7.312020148674009" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" d="M 1077.2108705363842 112.79468118250803 L 1086.960230734616 112.79468118250803" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" d="M 1082.0855506355 112.79468118250803 L 1082.0855506355 105.48266103383402" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" x="1082.0855506355" y="114.82579789047303" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="7.312020148674001px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" x="102.27485071318398" y="763.564474414494" width="9.749360198232011" height="7.312020148674037" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" d="M 102.27485071318398 770.8764945631681 L 112.02421091141599 770.8764945631681" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" d="M 107.14953081229999 770.8764945631681 L 107.14953081229999 763.564474414494" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" x="107.14953081229999" y="772.9076112711331" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="7.312020148674001px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" x="264.76418735038396" y="763.564474414494" width="9.749360198232011" height="7.312020148674037" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" d="M 264.76418735038396 770.8764945631681 L 274.513547548616 770.8764945631681" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" d="M 269.63886744949997 770.8764945631681 L 269.63886744949997 763.564474414494" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" x="269.63886744949997" y="772.9076112711331" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="7.312020148674001px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" x="427.25352398758395" y="763.564474414494" width="9.749360198232011" height="7.312020148674037" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" d="M 427.25352398758395 770.8764945631681 L 437.00288418581596 770.8764945631681" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" d="M 432.12820408669995 770.8764945631681 L 432.12820408669995 763.564474414494" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" x="432.12820408669995" y="772.9076112711331" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="7.312020148674001px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" x="874.099199739884" y="763.564474414494" width="9.749360198231898" height="7.312020148674037" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" d="M 874.099199739884 770.8764945631681 L 883.848559938116 770.8764945631681" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" d="M 878.973879839 770.8764945631681 L 878.973879839 763.564474414494" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" x="878.973879839" y="772.9076112711331" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="7.312020148674001px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" x="1036.5885363770842" y="755.440007582634" width="9.749360198231898" height="7.312020148674037" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" d="M 1036.5885363770842 762.7520277313081 L 1046.337896575316 762.7520277313081" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" d="M 1041.4632164762002 762.7520277313081 L 1041.4632164762002 755.440007582634" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8124466831860001px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" x="1041.4632164762002" y="764.7831444392731" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="7.312020148674001px">XX</text><text class="sch-text" x="550.745419831856" y="684.350922803859" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.312020148673989px" transform="rotate(0, 550.745419831856, 684.350922803859)">T113-S3</text><text class="sch-text" x="538.558719584066" y="146.30810686393045" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.312020148674001px" transform="rotate(0, 538.558719584066, 146.30810686393045)">U3</text><text class="sch-text" x="671.393752284977" y="62.422986824975965" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.874680099116px" transform="rotate(-90, 671.393752284977, 62.422986824975965)">XXXX</text><text class="sch-text" x="505.24840557344" y="369.93405641087736" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.874680099116px" transform="rotate(0, 505.24840557344, 369.93405641087736)">XXXX</text><text class="sch-text" x="1041.4632164762002" y="62.01676348338299" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.874680099116px" transform="rotate(0, 1041.4632164762002, 62.01676348338299)">XXXX</text><text class="sch-text" x="504.842182231847" y="622.1987515401299" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.874680099116px" transform="rotate(-90, 504.842182231847, 622.1987515401299)">XXXX</text><text class="sch-text" x="915.127757240777" y="62.422986824975965" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.874680099116px" transform="rotate(-90, 915.127757240777, 62.422986824975965)">XXXX</text><text class="sch-text" x="675.455985700907" y="378.46474658432965" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.874680099116px" transform="rotate(-90, 675.455985700907, 378.46474658432965)">XXXX</text><text class="sch-text" x="683.98667587436" y="479.61435864098667" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.874680099116px" transform="rotate(0, 683.98667587436, 479.61435864098667)">XXXX</text><text class="sch-text" x="147.77186497159994" y="62.01676348338299" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.874680099116px" transform="rotate(0, 147.77186497159994, 62.01676348338299)">XXXX</text><text class="sch-text" x="503.19697769839536" y="378.05852324273735" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.874680099116px" transform="rotate(0, 503.19697769839536, 378.05852324273735)">XXXX</text><text class="sch-text" x="310.2612016088" y="62.01676348338293" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.874680099116px" transform="rotate(0, 310.2612016088, 62.01676348338293)">XXXX</text><text class="sch-text" x="553.9952065646" y="62.01676348338299" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.874680099116px" transform="rotate(0, 553.9952065646, 62.01676348338299)">XXXX</text><text class="sch-text" x="675.455985700907" y="626.2609849560597" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.874680099116px" transform="rotate(-90, 675.455985700907, 626.2609849560597)">XXXX</text><text class="sch-text" x="683.98667587436" y="528.3611596321467" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.874680099116px" transform="rotate(0, 683.98667587436, 528.3611596321467)">XXXX</text><text class="sch-text" x="572.5799244424798" y="41.664974069573645" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.874680099116px" transform="rotate(0, 572.5799244424798, 41.664974069573645)">XXXX</text><text class="sch-text" x="838.3515456796999" y="711.974110032183" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.874680099116px" transform="rotate(0, 838.3515456796999, 711.974110032183)">XXXX</text><text class="sch-text" x="505.24840557344" y="386.1829900745974" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.874680099116px" transform="rotate(0, 505.24840557344, 386.1829900745974)">XXXX</text><text class="sch-text" x="1000.8408823169" y="711.974110032183" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.874680099116px" transform="rotate(0, 1000.8408823169, 711.974110032183)">XXXX</text><text class="sch-text" x="505.24840557344" y="532.4233930480773" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.874680099116px" transform="rotate(0, 505.24840557344, 532.4233930480773)">XXXX</text><text class="sch-text" x="505.24840557344" y="540.5478598799372" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.874680099116px" transform="rotate(0, 505.24840557344, 540.5478598799372)">XXXX</text><text class="sch-text" x="229.01653329019996" y="711.974110032183" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.874680099116px" transform="rotate(0, 229.01653329019996, 711.974110032183)">XXXX</text><text class="sch-text" x="505.24840557344" y="516.1744593843573" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.874680099116px" transform="rotate(0, 505.24840557344, 516.1744593843573)">XXXX</text><text class="sch-text" x="505.24840557344" y="556.7967935436571" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.874680099116px" transform="rotate(0, 505.24840557344, 556.7967935436571)">XXXX</text><text class="sch-text" x="391.5058699274" y="711.974110032183" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.874680099116px" transform="rotate(0, 391.5058699274, 711.974110032183)">XXXX</text><text class="sch-text" x="683.98667587436" y="544.6100932958667" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.874680099116px" transform="rotate(0, 683.98667587436, 544.6100932958667)">XXXX</text><text class="sch-text" x="683.98667587436" y="260.2537541807669" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.874680099116px" transform="rotate(0, 683.98667587436, 260.2537541807669)">XXXX</text><text class="sch-text" x="683.98667587436" y="252.1292873489069" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.874680099116px" transform="rotate(0, 683.98667587436, 252.1292873489069)">XXXX</text><text class="sch-text" x="508.904415647777" y="712.380333373776" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.874680099116px" transform="rotate(-90, 508.904415647777, 712.380333373776)">XXXX</text><text class="sch-text" x="102.68107405477696" y="712.380333373776" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.874680099116px" transform="rotate(-90, 102.68107405477696, 712.380333373776)">XXXX</text><rect class="schematic-box sch-box" x="533.68403948495" y="680.694912729522" width="34.12276069381198" height="7.312020148674037" stroke-width="0.8124466831860001px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.499573465488001 3.2497867327440004"/><rect class="schematic-box sch-box" x="531.246699435392" y="141.230315094018" width="14.624040297348074" height="10.155583539824988" stroke-width="0.8124466831860001px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.499573465488001 3.2497867327440004"/>
|
|
281
|
+
</g>
|
|
282
|
+
</svg>
|