@tscircuit/schematic-trace-solver 0.0.148 → 0.0.150
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/.agents/skills/schematic-trace-visualization/SKILL.md +7 -2
- package/dist/index.d.ts +31 -2
- package/dist/index.js +127 -46
- package/lib/solvers/InlineNetLabelSolver/InlineNetLabelSolver.ts +115 -6
- package/lib/solvers/NetLabelPlacementSolver/NetLabelPlacementSolver.ts +17 -1
- package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/SingleNetLabelPlacementSolver.ts +2 -0
- package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/solvePortOnlyPin.ts +2 -0
- package/lib/types/InputProblem.ts +27 -1
- package/package.json +8 -1
- package/site/examples/example51.page.tsx +4 -0
- package/tests/assets/example51.json +5102 -0
- package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +751 -5
- package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +660 -5
- package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +44 -5
- package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +394 -5
- package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +170 -5
- package/tests/bug-reports/bug-report-20260707T134722Z/__snapshots__/bug-report-20260707T134722Z.snap.svg +79 -5
- package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +219 -5
- package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +65 -5
- package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +142 -5
- package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +100 -5
- package/tests/bug-reports/bug-report-20260708T053736Z/__snapshots__/bug-report-20260708T053736Z.snap.svg +23 -5
- package/tests/bug-reports/bug-report-20260708T055430Z/__snapshots__/bug-report-20260708T055430Z.snap.svg +58 -5
- package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +86 -5
- package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +226 -5
- package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +191 -5
- package/tests/bug-reports/bug-report-20260717T031704Z/__snapshots__/bug-report-20260717T031704Z.snap.svg +30 -5
- package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +37 -5
- package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +580 -2
- package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +44 -5
- package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +107 -5
- package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +114 -5
- package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +121 -5
- package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +51 -5
- package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +212 -5
- package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +569 -5
- package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +37 -5
- package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +289 -5
- package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +289 -5
- package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +149 -5
- package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +93 -5
- package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +79 -5
- package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +244 -2
- package/tests/examples/__snapshots__/example01.snap.svg +44 -5
- package/tests/examples/__snapshots__/example02.snap.svg +51 -5
- package/tests/examples/__snapshots__/example03.snap.svg +86 -5
- package/tests/examples/__snapshots__/example04.snap.svg +30 -5
- package/tests/examples/__snapshots__/example05.snap.svg +30 -5
- package/tests/examples/__snapshots__/example06.snap.svg +30 -5
- package/tests/examples/__snapshots__/example07.snap.svg +58 -5
- package/tests/examples/__snapshots__/example08.snap.svg +37 -5
- package/tests/examples/__snapshots__/example09.snap.svg +149 -5
- package/tests/examples/__snapshots__/example10.snap.svg +65 -5
- package/tests/examples/__snapshots__/example11.snap.svg +51 -5
- package/tests/examples/__snapshots__/example12.snap.svg +51 -5
- package/tests/examples/__snapshots__/example13.snap.svg +72 -5
- package/tests/examples/__snapshots__/example14.snap.svg +79 -5
- package/tests/examples/__snapshots__/example15.snap.svg +86 -5
- package/tests/examples/__snapshots__/example16.snap.svg +51 -5
- package/tests/examples/__snapshots__/example17.snap.svg +51 -5
- package/tests/examples/__snapshots__/example18.snap.svg +58 -5
- package/tests/examples/__snapshots__/example19.snap.svg +44 -5
- package/tests/examples/__snapshots__/example20.snap.svg +44 -5
- package/tests/examples/__snapshots__/example21.snap.svg +72 -5
- package/tests/examples/__snapshots__/example22.snap.svg +51 -5
- package/tests/examples/__snapshots__/example23.snap.svg +51 -5
- package/tests/examples/__snapshots__/example24.snap.svg +51 -5
- package/tests/examples/__snapshots__/example25.snap.svg +86 -5
- package/tests/examples/__snapshots__/example26.snap.svg +51 -5
- package/tests/examples/__snapshots__/example27.snap.svg +72 -5
- package/tests/examples/__snapshots__/example28.snap.svg +44 -5
- package/tests/examples/__snapshots__/example29.snap.svg +324 -5
- package/tests/examples/__snapshots__/example30.snap.svg +107 -5
- package/tests/examples/__snapshots__/example31.snap.svg +37 -5
- package/tests/examples/__snapshots__/example32.snap.svg +149 -5
- package/tests/examples/__snapshots__/example33.snap.svg +93 -5
- package/tests/examples/__snapshots__/example34.snap.svg +51 -5
- package/tests/examples/__snapshots__/example35.snap.svg +58 -5
- package/tests/examples/__snapshots__/example36.snap.svg +44 -5
- package/tests/examples/__snapshots__/example37.snap.svg +72 -5
- package/tests/examples/__snapshots__/example38.snap.svg +30 -5
- package/tests/examples/__snapshots__/example39.snap.svg +37 -5
- package/tests/examples/__snapshots__/example40.snap.svg +100 -5
- package/tests/examples/__snapshots__/example41.snap.svg +44 -5
- package/tests/examples/__snapshots__/example42.snap.svg +65 -5
- package/tests/examples/__snapshots__/example43.snap.svg +58 -5
- package/tests/examples/__snapshots__/example44.snap.svg +107 -5
- package/tests/examples/__snapshots__/example45.snap.svg +51 -5
- package/tests/examples/__snapshots__/example46.snap.svg +93 -5
- package/tests/examples/__snapshots__/example47.snap.svg +93 -5
- package/tests/examples/__snapshots__/example48.snap.svg +65 -5
- package/tests/examples/__snapshots__/example49.snap.svg +177 -5
- package/tests/examples/__snapshots__/example50.snap.svg +93 -5
- package/tests/examples/__snapshots__/example51.snap.svg +952 -0
- package/tests/examples/example51.test.ts +12 -0
- package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +219 -0
- package/tests/fixtures/convertSolverOutputToCircuitJson.ts +1058 -0
- package/tests/fixtures/matcher.ts +45 -8
- package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +762 -2
- package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +111 -2
- package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +167 -2
- package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +65 -5
- package/tests/repros/__snapshots__/manufacturePartNumber-text-box.snap.svg +30 -5
- package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +79 -5
- package/tests/repros/__snapshots__/repro-atmega328p-fault-pullup.snap.svg +65 -5
- package/tests/repros/__snapshots__/repro-atmega328p-missing-gnd-netlabel.snap.svg +149 -5
- package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +55 -2
- package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +160 -2
- package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +135 -5
- package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +69 -2
- package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +86 -5
- package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +260 -0
- package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +335 -2
- package/tests/repros/__snapshots__/repro-ground-label-on-lower-rail-end.snap.svg +48 -2
- package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +149 -5
- package/tests/repros/__snapshots__/repro-missing-trace-netlabel.snap.svg +72 -5
- package/tests/repros/__snapshots__/repro-netlabel-collision-687.snap.svg +100 -5
- package/tests/repros/__snapshots__/repro-netlabel-overlap-trace.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +90 -2
- package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +37 -5
- package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +237 -2
- package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +72 -5
- package/tests/repros/__snapshots__/repro-rp2040-v3v3-label-placement.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro-rp2040-zero-crystal-fallback-netlabels.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +79 -5
- package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +27 -2
- package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1150 -5
- package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +685 -2
- package/tests/repros/__snapshots__/repro-vcc-pin1-detour.snap.svg +27 -2
- package/tests/repros/__snapshots__/repro129-host-custom-symbol-passives.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +100 -5
- package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +107 -5
- package/tests/repros/__snapshots__/repro47-endpoint-obstacle-detour.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +104 -2
- package/tests/repros/__snapshots__/repro5-escape-padded-text-obstacles.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro51-overlap-junction-crossing.snap.svg +65 -5
- package/tests/repros/__snapshots__/repro84-stacked-gnd-label-orientation.snap.svg +27 -2
- package/tests/repros/__snapshots__/small-variant-resistor-facing-direction.snap.svg +58 -5
- package/tests/repros/__snapshots__/trace-overlap-box-resistor.snap.svg +37 -5
- package/tests/repros/assets/repro-core-tb67s579ftg-inline-label-routing.input.json +900 -0
- package/tests/repros/repro-core-tb67s579ftg-inline-label-routing.test.ts +40 -0
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/fallback-net-label-width.snap.svg +25 -7
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-anchored-label-clearance.snap.svg +34 -2
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-port-stub.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-two-pin-net.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label01.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/terminal-stub-trace-clearance.snap.svg +71 -0
- package/tests/solvers/InlineNetLabelSolver/fallback-net-label-width.test.ts +10 -1
- package/tests/solvers/InlineNetLabelSolver/terminal-stub-trace-clearance.test.ts +102 -0
- package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_01-example17-d1_1-u1_1.snap.svg +23 -5
- package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_repro47-short-opposing-pins.snap.svg +20 -2
- package/tests/solvers/TraceCleanupSolver/__snapshots__/TraceCleanupSolver.snap.svg +44 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/__snapshots__/TraceLabelOverlapAvoidanceSolver.snap.svg +79 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/MergedNetLabelObstacles.snap.svg +44 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/OverlapAvoidanceStepSolver.snap.svg +23 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/SingleOverlapSolver.snap.svg +30 -5
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
<svg width="640" height="640" viewBox="0 0 640 640" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="white"/><g><polyline data-points="-1.4,0.4 -2.65,1.4999378" data-type="line" data-label="" points="219.5647476462417,126.34665843494359 176.34820188300662,88.31824861861391" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.4,0.4 -3,-0.11999999999999988" data-type="line" data-label="" points="219.5647476462417,126.34665843494359 164.2475690693008,144.32474147244938" fill="none" stroke="hsl(136, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-6,-0.11999999999999988 -3.5500000000000003,1.5000622000000001" data-type="line" data-label="" points="60.52785923753663,144.32474147244938 145.23228893347735,88.31394770797954" fill="none" stroke="hsl(120, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.3,-0.11999999999999988 1.4,0.20000000000000007" data-type="line" data-label="" points="347.4857231054175,144.32474147244938 316.3698101558882,133.2613057570612" fill="none" stroke="hsl(344, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.3,-0.8800000000000001 1.4,0" data-type="line" data-label="" points="347.4857231054175,170.6004012964963 316.3698101558882,140.1759530791788" fill="none" stroke="hsl(344, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3,0.38 1.4,0.4" data-type="line" data-label="" points="371.68698873282915,127.03812316715535 316.3698101558882,126.34665843494359" fill="none" stroke="hsl(280, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.5,-9.8 5.5,-10.46" data-type="line" data-label="" points="458.12008025929924,478.9936718629418 458.12008025929924,501.8120080259299" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="7.55,1.9 7.3,1.3" data-type="line" data-label="" points="528.9952153110048,74.48680351906151 520.3519061583577,95.23074548541433" fill="none" stroke="hsl(48, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="8.45,1.9000000000000001 8.7,1.3" data-type="line" data-label="" points="560.111128260534,74.4868035190615 568.754437413181,95.23074548541433" fill="none" stroke="hsl(48, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.4999378,-8.45 5.5,-9.2" data-type="line" data-label="" points="458.11792980398207,432.3198024386478 458.12008025929924,458.24972989658886" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3.5500000000000003,1.5000622000000001 -1.4,0.2" data-type="line" data-label="" points="145.23228893347735,88.31394770797954 219.5647476462417,133.2613057570612" fill="none" stroke="hsl(80, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.4,0.4 -3,-0.11999999999999988" data-type="line" data-label="" points="219.5647476462417,126.34665843494359 164.2475690693008,144.32474147244938" fill="none" stroke="hsl(276, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0.4 -2.65,1.4999378" data-type="line" data-label="" points="219.5647476462417,126.34665843494359 176.34820188300662,88.31824861861391" fill="none" stroke="hsl(276, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0.4 -4.75,-13.1" data-type="line" data-label="" points="219.5647476462417,126.34665843494359 103.7444050007717,593.0853526778823" fill="none" stroke="hsl(276, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3,-0.11999999999999988 -2.65,1.4999378" data-type="line" data-label="" points="164.2475690693008,144.32474147244938 176.34820188300662,88.31824861861391" fill="none" stroke="hsl(276, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3,-0.11999999999999988 -4.75,-13.1" data-type="line" data-label="" points="164.2475690693008,144.32474147244938 103.7444050007717,593.0853526778823" fill="none" stroke="hsl(276, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.65,1.4999378 -4.75,-13.1" data-type="line" data-label="" points="176.34820188300662,88.31824861861391 103.7444050007717,593.0853526778823" fill="none" stroke="hsl(276, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0.2 -6,-0.11999999999999988" data-type="line" data-label="" points="219.5647476462417,133.2613057570612 60.52785923753663,144.32474147244938" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0.2 8,2.2775" data-type="line" data-label="" points="219.5647476462417,133.2613057570612 544.5531717857693,61.43540669856452" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0.2 5.5000622,-7.550000000000001" data-type="line" data-label="" points="219.5647476462417,133.2613057570612 458.1222307146164,401.20388948911864" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0.2 -3.5500000000000003,1.5000622000000001" data-type="line" data-label="" points="219.5647476462417,133.2613057570612 145.23228893347735,88.31394770797954" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0.2 -1.75,-8.1" data-type="line" data-label="" points="219.5647476462417,133.2613057570612 207.46411483253587,420.2191696249421" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0.2 -4.75,-8.1" data-type="line" data-label="" points="219.5647476462417,133.2613057570612 103.7444050007717,420.2191696249421" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0.2 -4.75,-11.1" data-type="line" data-label="" points="219.5647476462417,133.2613057570612 103.7444050007717,523.9388794567062" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,-0.11999999999999988 8,2.2775" data-type="line" data-label="" points="60.52785923753663,144.32474147244938 544.5531717857693,61.43540669856452" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,-0.11999999999999988 5.5000622,-7.550000000000001" data-type="line" data-label="" points="60.52785923753663,144.32474147244938 458.1222307146164,401.20388948911864" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,-0.11999999999999988 -3.5500000000000003,1.5000622000000001" data-type="line" data-label="" points="60.52785923753663,144.32474147244938 145.23228893347735,88.31394770797954" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,-0.11999999999999988 -1.75,-8.1" data-type="line" data-label="" points="60.52785923753663,144.32474147244938 207.46411483253587,420.2191696249421" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,-0.11999999999999988 -4.75,-8.1" data-type="line" data-label="" points="60.52785923753663,144.32474147244938 103.7444050007717,420.2191696249421" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,-0.11999999999999988 -4.75,-11.1" data-type="line" data-label="" points="60.52785923753663,144.32474147244938 103.7444050007717,523.9388794567062" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8,2.2775 5.5000622,-7.550000000000001" data-type="line" data-label="" points="544.5531717857693,61.43540669856452 458.1222307146164,401.20388948911864" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8,2.2775 -3.5500000000000003,1.5000622000000001" data-type="line" data-label="" points="544.5531717857693,61.43540669856452 145.23228893347735,88.31394770797954" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8,2.2775 -1.75,-8.1" data-type="line" data-label="" points="544.5531717857693,61.43540669856452 207.46411483253587,420.2191696249421" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8,2.2775 -4.75,-8.1" data-type="line" data-label="" points="544.5531717857693,61.43540669856452 103.7444050007717,420.2191696249421" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8,2.2775 -4.75,-11.1" data-type="line" data-label="" points="544.5531717857693,61.43540669856452 103.7444050007717,523.9388794567062" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.5000622,-7.550000000000001 -3.5500000000000003,1.5000622000000001" data-type="line" data-label="" points="458.1222307146164,401.20388948911864 145.23228893347735,88.31394770797954" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.5000622,-7.550000000000001 -1.75,-8.1" data-type="line" data-label="" points="458.1222307146164,401.20388948911864 207.46411483253587,420.2191696249421" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.5000622,-7.550000000000001 -4.75,-8.1" data-type="line" data-label="" points="458.1222307146164,401.20388948911864 103.7444050007717,420.2191696249421" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.5000622,-7.550000000000001 -4.75,-11.1" data-type="line" data-label="" points="458.1222307146164,401.20388948911864 103.7444050007717,523.9388794567062" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5500000000000003,1.5000622000000001 -1.75,-8.1" data-type="line" data-label="" points="145.23228893347735,88.31394770797954 207.46411483253587,420.2191696249421" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5500000000000003,1.5000622000000001 -4.75,-8.1" data-type="line" data-label="" points="145.23228893347735,88.31394770797954 103.7444050007717,420.2191696249421" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5500000000000003,1.5000622000000001 -4.75,-11.1" data-type="line" data-label="" points="145.23228893347735,88.31394770797954 103.7444050007717,523.9388794567062" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-8.1 -4.75,-8.1" data-type="line" data-label="" points="207.46411483253587,420.2191696249421 103.7444050007717,420.2191696249421" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-8.1 -4.75,-11.1" data-type="line" data-label="" points="207.46411483253587,420.2191696249421 103.7444050007717,523.9388794567062" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.75,-8.1 -4.75,-11.1" data-type="line" data-label="" points="103.7444050007717,420.2191696249421 103.7444050007717,523.9388794567062" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0 -6,-0.8800000000000001" data-type="line" data-label="" points="219.5647476462417,140.1759530791788 60.52785923753663,170.6004012964963" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0 -3,-0.8800000000000001" data-type="line" data-label="" points="219.5647476462417,140.1759530791788 164.2475690693008,170.6004012964963" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0 3,-0.38" data-type="line" data-label="" points="219.5647476462417,140.1759530791788 371.68698873282915,153.31378299120226" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0 5.5,-11.54" data-type="line" data-label="" points="219.5647476462417,140.1759530791788 458.12008025929924,539.1511035653649" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0 -1.75,-8.3" data-type="line" data-label="" points="219.5647476462417,140.1759530791788 207.46411483253587,427.1338169470597" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0 -4.75,-8.3" data-type="line" data-label="" points="219.5647476462417,140.1759530791788 103.7444050007717,427.1338169470597" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0 -4.75,-11.3" data-type="line" data-label="" points="219.5647476462417,140.1759530791788 103.7444050007717,530.8535267788238" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,-0.8800000000000001 -3,-0.8800000000000001" data-type="line" data-label="" points="60.52785923753663,170.6004012964963 164.2475690693008,170.6004012964963" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,-0.8800000000000001 3,-0.38" data-type="line" data-label="" points="60.52785923753663,170.6004012964963 371.68698873282915,153.31378299120226" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,-0.8800000000000001 5.5,-11.54" data-type="line" data-label="" points="60.52785923753663,170.6004012964963 458.12008025929924,539.1511035653649" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,-0.8800000000000001 -1.75,-8.3" data-type="line" data-label="" points="60.52785923753663,170.6004012964963 207.46411483253587,427.1338169470597" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,-0.8800000000000001 -4.75,-8.3" data-type="line" data-label="" points="60.52785923753663,170.6004012964963 103.7444050007717,427.1338169470597" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,-0.8800000000000001 -4.75,-11.3" data-type="line" data-label="" points="60.52785923753663,170.6004012964963 103.7444050007717,530.8535267788238" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3,-0.8800000000000001 3,-0.38" data-type="line" data-label="" points="164.2475690693008,170.6004012964963 371.68698873282915,153.31378299120226" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3,-0.8800000000000001 5.5,-11.54" data-type="line" data-label="" points="164.2475690693008,170.6004012964963 458.12008025929924,539.1511035653649" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3,-0.8800000000000001 -1.75,-8.3" data-type="line" data-label="" points="164.2475690693008,170.6004012964963 207.46411483253587,427.1338169470597" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3,-0.8800000000000001 -4.75,-8.3" data-type="line" data-label="" points="164.2475690693008,170.6004012964963 103.7444050007717,427.1338169470597" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3,-0.8800000000000001 -4.75,-11.3" data-type="line" data-label="" points="164.2475690693008,170.6004012964963 103.7444050007717,530.8535267788238" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3,-0.38 5.5,-11.54" data-type="line" data-label="" points="371.68698873282915,153.31378299120226 458.12008025929924,539.1511035653649" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3,-0.38 -1.75,-8.3" data-type="line" data-label="" points="371.68698873282915,153.31378299120226 207.46411483253587,427.1338169470597" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3,-0.38 -4.75,-8.3" data-type="line" data-label="" points="371.68698873282915,153.31378299120226 103.7444050007717,427.1338169470597" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3,-0.38 -4.75,-11.3" data-type="line" data-label="" points="371.68698873282915,153.31378299120226 103.7444050007717,530.8535267788238" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.5,-11.54 -1.75,-8.3" data-type="line" data-label="" points="458.12008025929924,539.1511035653649 207.46411483253587,427.1338169470597" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.5,-11.54 -4.75,-8.3" data-type="line" data-label="" points="458.12008025929924,539.1511035653649 103.7444050007717,427.1338169470597" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.5,-11.54 -4.75,-11.3" data-type="line" data-label="" points="458.12008025929924,539.1511035653649 103.7444050007717,530.8535267788238" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-8.3 -4.75,-8.3" data-type="line" data-label="" points="207.46411483253587,427.1338169470597 103.7444050007717,427.1338169470597" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-8.3 -4.75,-11.3" data-type="line" data-label="" points="207.46411483253587,427.1338169470597 103.7444050007717,530.8535267788238" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.75,-8.3 -4.75,-11.3" data-type="line" data-label="" points="103.7444050007717,427.1338169470597 103.7444050007717,530.8535267788238" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,-0.4 8.7,0.7" data-type="line" data-label="" points="316.3698101558882,154.00524772341404 568.754437413181,115.97468745176718" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,-0.4 -1.75,-7.9" data-type="line" data-label="" points="316.3698101558882,154.00524772341404 207.46411483253587,413.30452230282447" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,-0.4 -4.75,-7.9" data-type="line" data-label="" points="316.3698101558882,154.00524772341404 103.7444050007717,413.30452230282447" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,-0.4 -4.75,-10.9" data-type="line" data-label="" points="316.3698101558882,154.00524772341404 103.7444050007717,517.0242321345886" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.7,0.7 -1.75,-7.9" data-type="line" data-label="" points="568.754437413181,115.97468745176718 207.46411483253587,413.30452230282447" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.7,0.7 -4.75,-7.9" data-type="line" data-label="" points="568.754437413181,115.97468745176718 103.7444050007717,413.30452230282447" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.7,0.7 -4.75,-10.9" data-type="line" data-label="" points="568.754437413181,115.97468745176718 103.7444050007717,517.0242321345886" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-7.9 -4.75,-7.9" data-type="line" data-label="" points="207.46411483253587,413.30452230282447 103.7444050007717,413.30452230282447" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-7.9 -4.75,-10.9" data-type="line" data-label="" points="207.46411483253587,413.30452230282447 103.7444050007717,517.0242321345886" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.75,-7.9 -4.75,-10.9" data-type="line" data-label="" points="103.7444050007717,413.30452230282447 103.7444050007717,517.0242321345886" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,-0.2 7.3,0.7" data-type="line" data-label="" points="316.3698101558882,147.09060040129643 520.3519061583577,115.97468745176718" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,-0.2 -1.75,-7.7" data-type="line" data-label="" points="316.3698101558882,147.09060040129643 207.46411483253587,406.38987498070685" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,-0.2 -4.75,-7.7" data-type="line" data-label="" points="316.3698101558882,147.09060040129643 103.7444050007717,406.38987498070685" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,-0.2 -4.75,-10.7" data-type="line" data-label="" points="316.3698101558882,147.09060040129643 103.7444050007717,510.109584812471" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.3,0.7 -1.75,-7.7" data-type="line" data-label="" points="520.3519061583577,115.97468745176718 207.46411483253587,406.38987498070685" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.3,0.7 -4.75,-7.7" data-type="line" data-label="" points="520.3519061583577,115.97468745176718 103.7444050007717,406.38987498070685" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.3,0.7 -4.75,-10.7" data-type="line" data-label="" points="520.3519061583577,115.97468745176718 103.7444050007717,510.109584812471" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-7.7 -4.75,-7.7" data-type="line" data-label="" points="207.46411483253587,406.38987498070685 103.7444050007717,406.38987498070685" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-7.7 -4.75,-10.7" data-type="line" data-label="" points="207.46411483253587,406.38987498070685 103.7444050007717,510.109584812471" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.75,-7.7 -4.75,-10.7" data-type="line" data-label="" points="103.7444050007717,406.38987498070685 103.7444050007717,510.109584812471" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.65,1.4999378 -2.45,1.4999378 -2.45,0.6899689 -3,0.6899689 -3,-0.11999999999999988" data-type="line" data-label="" points="176.34820188300662,88.31824861861391 183.2628492051242,88.31824861861391 183.2628492051242,116.32149504553163 164.2475690693008,116.32149504553163 164.2475690693008,144.32474147244938" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.4,0.40000000000000013 -3,0.40000000000000013 -3,-0.11999999999999988" data-type="line" data-label="" points="219.5647476462417,126.34665843494358 164.2475690693008,126.34665843494358 164.2475690693008,144.32474147244938" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.3,-0.11999999999999988 2.3,0.20000000000000007 1.4,0.20000000000000007" data-type="line" data-label="" points="347.4857231054175,144.32474147244938 347.4857231054175,133.2613057570612 316.3698101558882,133.2613057570612" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3,0.38 3,0.4 1.4,0.4" data-type="line" data-label="" points="371.68698873282915,127.03812316715535 371.68698873282915,126.34665843494359 316.3698101558882,126.34665843494359" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.5,-9.8 5.5,-10.46" data-type="line" data-label="" points="458.12008025929924,478.9936718629418 458.12008025929924,501.8120080259299" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.55,1.8999999999999997 7.3,1.8999999999999997 7.3,1.3" data-type="line" data-label="" points="528.9952153110048,74.48680351906152 520.3519061583577,74.48680351906152 520.3519061583577,95.23074548541433" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.45,1.9000000000000001 8.7,1.9000000000000001 8.7,1.3" data-type="line" data-label="" points="560.111128260534,74.4868035190615 568.754437413181,74.4868035190615 568.754437413181,95.23074548541433" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.4999378,-8.45 5.5,-9.2" data-type="line" data-label="" points="458.11792980398207,432.3198024386478 458.12008025929924,458.24972989658886" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6,-0.11999999999999988 -6,1.5000621999999997 -3.5500000000000007,1.5000621999999997" data-type="line" data-label="" points="60.52785923753663,144.32474147244938 60.52785923753663,88.31394770797957 145.23228893347732,88.31394770797957" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8,2.2775 8,2.477499999999999 5.5000622,2.477499999999999 5.5000622,-7.550000000000001" data-type="line" data-label="" points="544.5531717857693,61.43540669856452 544.5531717857693,54.52075937644693 458.1222307146164,54.52075937644693 458.1222307146164,401.20388948911864" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6,-0.8800000000000001 -6,-1.0800000000000003 -3,-1.0800000000000003 -3,-0.8800000000000001" data-type="line" data-label="" points="60.52785923753663,170.6004012964963 60.52785923753663,177.51504861861392 164.2475690693008,177.51504861861392 164.2475690693008,170.6004012964963" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.5,-11.54 5.5,-11.739999999999998 -1.95,-11.739999999999998 -1.95,-8.3 -1.75,-8.3" data-type="line" data-label="" points="458.12008025929924,539.1511035653649 458.12008025929924,546.0657508874825 200.54946751041825,546.0657508874825 200.54946751041825,427.1338169470597 207.46411483253587,427.1338169470597" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.3,-0.8800000000000001 2.3,-1.08 1.6500000000000001,-1.08 1.6500000000000001,0 1.4,0" data-type="line" data-label="" points="347.4857231054175,170.6004012964963 347.4857231054175,177.51504861861392 325.01311930853524,177.51504861861392 325.01311930853524,140.1759530791788 316.3698101558882,140.1759530791788" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.4,0.2 -1.95,0.2 -1.95,-3.9499999999999997 -2.331,-3.9499999999999997 -2.331,-8.1 -1.75,-8.1" data-type="line" data-label="" points="219.5647476462417,133.2613057570612 200.54946751041825,133.2613057570612 200.54946751041825,276.74023769100165 187.37706436178422,276.74023769100165 187.37706436178422,420.2191696249421 207.46411483253587,420.2191696249421" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.75,-8.1 -5.331,-8.100000000000001 -5.331,-11.1 -4.75,-11.1" data-type="line" data-label="" points="103.7444050007717,420.2191696249421 83.65735453002003,420.2191696249421 83.65735453002003,523.9388794567062 103.7444050007717,523.9388794567062" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.4,0 -3.7410000000000005,0 -3.7410000000000005,-0.051000000000000004" data-type="line" data-label="" points="219.5647476462417,140.1759530791788 138.62880074085504,140.1759530791788 138.62880074085504,141.9391881463188" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.75,-8.3 -5.691000000000001,-8.3 -5.691000000000001,-8.351" data-type="line" data-label="" points="103.7444050007717,427.1338169470597 71.21098935020831,427.1338169470597 71.21098935020831,428.89705201419963" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.75,-11.3 -4.9910000000000005,-11.3 -4.9910000000000005,-11.501" data-type="line" data-label="" points="103.7444050007717,530.8535267788238 95.41225497761997,530.8535267788238 95.41225497761997,537.802747337552" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.7,0.7 8.7,0.5489999999999999 8.649,0.5489999999999999" data-type="line" data-label="" points="568.754437413181,115.97468745176718 568.754437413181,121.19524617996598 566.9912023460411,121.19524617996598" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.3,0.7 7.3,0.599 6.848999999999999,0.599" data-type="line" data-label="" points="520.3519061583577,115.97468745176718 520.3519061583577,119.46658434943657 504.7593764469825,119.46658434943657" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.75,-12.9 -4.9910000000000005,-12.9 -4.9910000000000005,-12.699000000000002" data-type="line" data-label="" points="103.7444050007717,586.1707053557648 95.41225497761997,586.1707053557648 95.41225497761997,579.2214847970366" 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="219.5647476462417" y="119.43201111282599" width="96.80506250964652" height="41.48788393270566" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-5.8675" data-y="-0.5" x="44.96990276277201" y="144.32474147244938" width="40.27782065133508" height="26.275659824046926" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-2.8674999999999997" data-y="-0.5" x="148.6896125945362" y="144.32474147244938" width="40.277820651335134" height="26.275659824046926" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="2.4325" data-y="-0.5" x="331.92776663065285" y="144.32474147244938" width="40.277820651335105" height="26.275659824046926" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="3.0125" data-y="0" x="356.1290322580645" y="127.03812316715536" width="31.98024386479392" height="26.27565982404691" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="8.855" data-y="1" x="553.1964809384165" y="95.23074548541433" width="41.833616298811535" height="20.74394196635285" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="7.455" data-y="1" x="504.7939496835932" y="95.23074548541433" width="41.833616298811535" height="20.74394196635285" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="5.535" data-y="-9.5" x="442.5621237845346" y="458.2497298965888" width="33.53603951227046" height="20.743941966352963" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="5.625" data-y="-11" x="447.402376910017" y="501.8120080259299" width="30.078715851211598" height="37.33909553943499" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="8" data-y="2" x="528.9952153110048" y="61.43540669856452" width="31.11591294952916" height="19.188146318876363" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="5.5" data-y="-8" x="452.8624158049081" y="401.2038894891187" width="10.515328908782237" height="31.11591294952916" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="-3.1" data-y="1.5" x="145.23228893347735" y="83.05843370890562" width="31.115912949529275" height="10.515328908782209" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="-1" data-y="-8" x="207.46411483253587" y="399.47522765858923" width="51.85985491588207" height="34.57323661058808" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="schematic_component_13" data-x="-4" data-y="-8" x="103.7444050007717" y="399.47522765858923" width="51.85985491588207" height="34.57323661058808" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="schematic_component_14" data-x="-4" data-y="-13" x="103.7444050007717" y="579.2560580336472" width="51.85985491588207" height="20.743941966352963" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="schematic_component_15" data-x="-4" data-y="-11" x="103.7444050007717" y="503.19493749035337" width="51.85985491588207" height="34.57323661058808" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="FS3000_1015" data-x="-0.3400000000000001" data-y="-0.7300000000000001" x="233.39404229047693" y="162.30282450995514" width="45.63667232597621" height="6.223182589905861" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="U1" data-x="-0.88" data-y="0.7150000000000001" x="231.31964809384164" y="111.13443432628483" width="12.446365179811693" height="8.643309152647006" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="SM04B_SRSS_TB_LF_SN" data-x="-0.2100000000000002" data-y="-8.63" x="221.29340947677105" y="435.43139373360077" width="78.82697947214078" height="6.223182589905946" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="JP6" data-x="-1.1700000000000002" data-y="-7.385" x="219.2190152801358" y="391.1776508720481" width="16.595153573082257" height="8.64330915264702" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="SM04B_SRSS_TB_LF_SN" data-x="-3.21" data-y="-8.63" x="117.57369964500695" y="435.43139373360077" width="78.82697947214072" height="6.223182589905946" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="JP7" data-x="-4.17" data-y="-7.385" x="115.49930544837164" y="391.1776508720481" width="16.595153573082257" height="8.64330915264702" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="JP4" data-x="-4.17" data-y="-12.584999999999999" x="115.49930544837164" y="570.958481247106" width="16.595153573082257" height="8.64330915264702" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="JP5" data-x="-4.17" data-y="-10.385" x="115.49930544837164" y="494.8973607038123" width="16.595153573082257" height="8.643309152646907" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="netId: ADC_REF
|
|
1
|
+
<svg width="2416" height="1200" viewBox="0 0 2416 1200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on the left and Circuit JSON schematic on the right">
|
|
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="-1.4,0.4 -2.65,1.4999378" data-type="line" data-label="" points="219.5647476462417,126.34665843494359 176.34820188300662,88.31824861861391" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.4,0.4 -3,-0.11999999999999988" data-type="line" data-label="" points="219.5647476462417,126.34665843494359 164.2475690693008,144.32474147244938" fill="none" stroke="hsl(136, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-6,-0.11999999999999988 -3.5500000000000003,1.5000622000000001" data-type="line" data-label="" points="60.52785923753663,144.32474147244938 145.23228893347735,88.31394770797954" fill="none" stroke="hsl(120, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.3,-0.11999999999999988 1.4,0.20000000000000007" data-type="line" data-label="" points="347.4857231054175,144.32474147244938 316.3698101558882,133.2613057570612" fill="none" stroke="hsl(344, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.3,-0.8800000000000001 1.4,0" data-type="line" data-label="" points="347.4857231054175,170.6004012964963 316.3698101558882,140.1759530791788" fill="none" stroke="hsl(344, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3,0.38 1.4,0.4" data-type="line" data-label="" points="371.68698873282915,127.03812316715535 316.3698101558882,126.34665843494359" fill="none" stroke="hsl(280, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.5,-9.8 5.5,-10.46" data-type="line" data-label="" points="458.12008025929924,478.9936718629418 458.12008025929924,501.8120080259299" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="7.55,1.9 7.3,1.3" data-type="line" data-label="" points="528.9952153110048,74.48680351906151 520.3519061583577,95.23074548541433" fill="none" stroke="hsl(48, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="8.45,1.9000000000000001 8.7,1.3" data-type="line" data-label="" points="560.111128260534,74.4868035190615 568.754437413181,95.23074548541433" fill="none" stroke="hsl(48, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.4999378,-8.45 5.5,-9.2" data-type="line" data-label="" points="458.11792980398207,432.3198024386478 458.12008025929924,458.24972989658886" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3.5500000000000003,1.5000622000000001 -1.4,0.2" data-type="line" data-label="" points="145.23228893347735,88.31394770797954 219.5647476462417,133.2613057570612" fill="none" stroke="hsl(80, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.4,0.4 -3,-0.11999999999999988" data-type="line" data-label="" points="219.5647476462417,126.34665843494359 164.2475690693008,144.32474147244938" fill="none" stroke="hsl(276, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0.4 -2.65,1.4999378" data-type="line" data-label="" points="219.5647476462417,126.34665843494359 176.34820188300662,88.31824861861391" fill="none" stroke="hsl(276, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0.4 -4.75,-13.1" data-type="line" data-label="" points="219.5647476462417,126.34665843494359 103.7444050007717,593.0853526778823" fill="none" stroke="hsl(276, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3,-0.11999999999999988 -2.65,1.4999378" data-type="line" data-label="" points="164.2475690693008,144.32474147244938 176.34820188300662,88.31824861861391" fill="none" stroke="hsl(276, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3,-0.11999999999999988 -4.75,-13.1" data-type="line" data-label="" points="164.2475690693008,144.32474147244938 103.7444050007717,593.0853526778823" fill="none" stroke="hsl(276, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.65,1.4999378 -4.75,-13.1" data-type="line" data-label="" points="176.34820188300662,88.31824861861391 103.7444050007717,593.0853526778823" fill="none" stroke="hsl(276, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0.2 -6,-0.11999999999999988" data-type="line" data-label="" points="219.5647476462417,133.2613057570612 60.52785923753663,144.32474147244938" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0.2 8,2.2775" data-type="line" data-label="" points="219.5647476462417,133.2613057570612 544.5531717857693,61.43540669856452" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0.2 5.5000622,-7.550000000000001" data-type="line" data-label="" points="219.5647476462417,133.2613057570612 458.1222307146164,401.20388948911864" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0.2 -3.5500000000000003,1.5000622000000001" data-type="line" data-label="" points="219.5647476462417,133.2613057570612 145.23228893347735,88.31394770797954" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0.2 -1.75,-8.1" data-type="line" data-label="" points="219.5647476462417,133.2613057570612 207.46411483253587,420.2191696249421" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0.2 -4.75,-8.1" data-type="line" data-label="" points="219.5647476462417,133.2613057570612 103.7444050007717,420.2191696249421" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0.2 -4.75,-11.1" data-type="line" data-label="" points="219.5647476462417,133.2613057570612 103.7444050007717,523.9388794567062" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,-0.11999999999999988 8,2.2775" data-type="line" data-label="" points="60.52785923753663,144.32474147244938 544.5531717857693,61.43540669856452" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,-0.11999999999999988 5.5000622,-7.550000000000001" data-type="line" data-label="" points="60.52785923753663,144.32474147244938 458.1222307146164,401.20388948911864" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,-0.11999999999999988 -3.5500000000000003,1.5000622000000001" data-type="line" data-label="" points="60.52785923753663,144.32474147244938 145.23228893347735,88.31394770797954" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,-0.11999999999999988 -1.75,-8.1" data-type="line" data-label="" points="60.52785923753663,144.32474147244938 207.46411483253587,420.2191696249421" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,-0.11999999999999988 -4.75,-8.1" data-type="line" data-label="" points="60.52785923753663,144.32474147244938 103.7444050007717,420.2191696249421" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,-0.11999999999999988 -4.75,-11.1" data-type="line" data-label="" points="60.52785923753663,144.32474147244938 103.7444050007717,523.9388794567062" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8,2.2775 5.5000622,-7.550000000000001" data-type="line" data-label="" points="544.5531717857693,61.43540669856452 458.1222307146164,401.20388948911864" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8,2.2775 -3.5500000000000003,1.5000622000000001" data-type="line" data-label="" points="544.5531717857693,61.43540669856452 145.23228893347735,88.31394770797954" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8,2.2775 -1.75,-8.1" data-type="line" data-label="" points="544.5531717857693,61.43540669856452 207.46411483253587,420.2191696249421" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8,2.2775 -4.75,-8.1" data-type="line" data-label="" points="544.5531717857693,61.43540669856452 103.7444050007717,420.2191696249421" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8,2.2775 -4.75,-11.1" data-type="line" data-label="" points="544.5531717857693,61.43540669856452 103.7444050007717,523.9388794567062" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.5000622,-7.550000000000001 -3.5500000000000003,1.5000622000000001" data-type="line" data-label="" points="458.1222307146164,401.20388948911864 145.23228893347735,88.31394770797954" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.5000622,-7.550000000000001 -1.75,-8.1" data-type="line" data-label="" points="458.1222307146164,401.20388948911864 207.46411483253587,420.2191696249421" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.5000622,-7.550000000000001 -4.75,-8.1" data-type="line" data-label="" points="458.1222307146164,401.20388948911864 103.7444050007717,420.2191696249421" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.5000622,-7.550000000000001 -4.75,-11.1" data-type="line" data-label="" points="458.1222307146164,401.20388948911864 103.7444050007717,523.9388794567062" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5500000000000003,1.5000622000000001 -1.75,-8.1" data-type="line" data-label="" points="145.23228893347735,88.31394770797954 207.46411483253587,420.2191696249421" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5500000000000003,1.5000622000000001 -4.75,-8.1" data-type="line" data-label="" points="145.23228893347735,88.31394770797954 103.7444050007717,420.2191696249421" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5500000000000003,1.5000622000000001 -4.75,-11.1" data-type="line" data-label="" points="145.23228893347735,88.31394770797954 103.7444050007717,523.9388794567062" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-8.1 -4.75,-8.1" data-type="line" data-label="" points="207.46411483253587,420.2191696249421 103.7444050007717,420.2191696249421" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-8.1 -4.75,-11.1" data-type="line" data-label="" points="207.46411483253587,420.2191696249421 103.7444050007717,523.9388794567062" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.75,-8.1 -4.75,-11.1" data-type="line" data-label="" points="103.7444050007717,420.2191696249421 103.7444050007717,523.9388794567062" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0 -6,-0.8800000000000001" data-type="line" data-label="" points="219.5647476462417,140.1759530791788 60.52785923753663,170.6004012964963" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0 -3,-0.8800000000000001" data-type="line" data-label="" points="219.5647476462417,140.1759530791788 164.2475690693008,170.6004012964963" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0 3,-0.38" data-type="line" data-label="" points="219.5647476462417,140.1759530791788 371.68698873282915,153.31378299120226" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0 5.5,-11.54" data-type="line" data-label="" points="219.5647476462417,140.1759530791788 458.12008025929924,539.1511035653649" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0 -1.75,-8.3" data-type="line" data-label="" points="219.5647476462417,140.1759530791788 207.46411483253587,427.1338169470597" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0 -4.75,-8.3" data-type="line" data-label="" points="219.5647476462417,140.1759530791788 103.7444050007717,427.1338169470597" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0 -4.75,-11.3" data-type="line" data-label="" points="219.5647476462417,140.1759530791788 103.7444050007717,530.8535267788238" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,-0.8800000000000001 -3,-0.8800000000000001" data-type="line" data-label="" points="60.52785923753663,170.6004012964963 164.2475690693008,170.6004012964963" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,-0.8800000000000001 3,-0.38" data-type="line" data-label="" points="60.52785923753663,170.6004012964963 371.68698873282915,153.31378299120226" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,-0.8800000000000001 5.5,-11.54" data-type="line" data-label="" points="60.52785923753663,170.6004012964963 458.12008025929924,539.1511035653649" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,-0.8800000000000001 -1.75,-8.3" data-type="line" data-label="" points="60.52785923753663,170.6004012964963 207.46411483253587,427.1338169470597" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,-0.8800000000000001 -4.75,-8.3" data-type="line" data-label="" points="60.52785923753663,170.6004012964963 103.7444050007717,427.1338169470597" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,-0.8800000000000001 -4.75,-11.3" data-type="line" data-label="" points="60.52785923753663,170.6004012964963 103.7444050007717,530.8535267788238" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3,-0.8800000000000001 3,-0.38" data-type="line" data-label="" points="164.2475690693008,170.6004012964963 371.68698873282915,153.31378299120226" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3,-0.8800000000000001 5.5,-11.54" data-type="line" data-label="" points="164.2475690693008,170.6004012964963 458.12008025929924,539.1511035653649" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3,-0.8800000000000001 -1.75,-8.3" data-type="line" data-label="" points="164.2475690693008,170.6004012964963 207.46411483253587,427.1338169470597" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3,-0.8800000000000001 -4.75,-8.3" data-type="line" data-label="" points="164.2475690693008,170.6004012964963 103.7444050007717,427.1338169470597" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3,-0.8800000000000001 -4.75,-11.3" data-type="line" data-label="" points="164.2475690693008,170.6004012964963 103.7444050007717,530.8535267788238" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3,-0.38 5.5,-11.54" data-type="line" data-label="" points="371.68698873282915,153.31378299120226 458.12008025929924,539.1511035653649" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3,-0.38 -1.75,-8.3" data-type="line" data-label="" points="371.68698873282915,153.31378299120226 207.46411483253587,427.1338169470597" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3,-0.38 -4.75,-8.3" data-type="line" data-label="" points="371.68698873282915,153.31378299120226 103.7444050007717,427.1338169470597" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3,-0.38 -4.75,-11.3" data-type="line" data-label="" points="371.68698873282915,153.31378299120226 103.7444050007717,530.8535267788238" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.5,-11.54 -1.75,-8.3" data-type="line" data-label="" points="458.12008025929924,539.1511035653649 207.46411483253587,427.1338169470597" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.5,-11.54 -4.75,-8.3" data-type="line" data-label="" points="458.12008025929924,539.1511035653649 103.7444050007717,427.1338169470597" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.5,-11.54 -4.75,-11.3" data-type="line" data-label="" points="458.12008025929924,539.1511035653649 103.7444050007717,530.8535267788238" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-8.3 -4.75,-8.3" data-type="line" data-label="" points="207.46411483253587,427.1338169470597 103.7444050007717,427.1338169470597" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-8.3 -4.75,-11.3" data-type="line" data-label="" points="207.46411483253587,427.1338169470597 103.7444050007717,530.8535267788238" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.75,-8.3 -4.75,-11.3" data-type="line" data-label="" points="103.7444050007717,427.1338169470597 103.7444050007717,530.8535267788238" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,-0.4 8.7,0.7" data-type="line" data-label="" points="316.3698101558882,154.00524772341404 568.754437413181,115.97468745176718" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,-0.4 -1.75,-7.9" data-type="line" data-label="" points="316.3698101558882,154.00524772341404 207.46411483253587,413.30452230282447" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,-0.4 -4.75,-7.9" data-type="line" data-label="" points="316.3698101558882,154.00524772341404 103.7444050007717,413.30452230282447" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,-0.4 -4.75,-10.9" data-type="line" data-label="" points="316.3698101558882,154.00524772341404 103.7444050007717,517.0242321345886" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.7,0.7 -1.75,-7.9" data-type="line" data-label="" points="568.754437413181,115.97468745176718 207.46411483253587,413.30452230282447" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.7,0.7 -4.75,-7.9" data-type="line" data-label="" points="568.754437413181,115.97468745176718 103.7444050007717,413.30452230282447" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.7,0.7 -4.75,-10.9" data-type="line" data-label="" points="568.754437413181,115.97468745176718 103.7444050007717,517.0242321345886" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-7.9 -4.75,-7.9" data-type="line" data-label="" points="207.46411483253587,413.30452230282447 103.7444050007717,413.30452230282447" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-7.9 -4.75,-10.9" data-type="line" data-label="" points="207.46411483253587,413.30452230282447 103.7444050007717,517.0242321345886" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.75,-7.9 -4.75,-10.9" data-type="line" data-label="" points="103.7444050007717,413.30452230282447 103.7444050007717,517.0242321345886" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,-0.2 7.3,0.7" data-type="line" data-label="" points="316.3698101558882,147.09060040129643 520.3519061583577,115.97468745176718" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,-0.2 -1.75,-7.7" data-type="line" data-label="" points="316.3698101558882,147.09060040129643 207.46411483253587,406.38987498070685" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,-0.2 -4.75,-7.7" data-type="line" data-label="" points="316.3698101558882,147.09060040129643 103.7444050007717,406.38987498070685" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,-0.2 -4.75,-10.7" data-type="line" data-label="" points="316.3698101558882,147.09060040129643 103.7444050007717,510.109584812471" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.3,0.7 -1.75,-7.7" data-type="line" data-label="" points="520.3519061583577,115.97468745176718 207.46411483253587,406.38987498070685" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.3,0.7 -4.75,-7.7" data-type="line" data-label="" points="520.3519061583577,115.97468745176718 103.7444050007717,406.38987498070685" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.3,0.7 -4.75,-10.7" data-type="line" data-label="" points="520.3519061583577,115.97468745176718 103.7444050007717,510.109584812471" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-7.7 -4.75,-7.7" data-type="line" data-label="" points="207.46411483253587,406.38987498070685 103.7444050007717,406.38987498070685" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-7.7 -4.75,-10.7" data-type="line" data-label="" points="207.46411483253587,406.38987498070685 103.7444050007717,510.109584812471" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.75,-7.7 -4.75,-10.7" data-type="line" data-label="" points="103.7444050007717,406.38987498070685 103.7444050007717,510.109584812471" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.65,1.4999378 -2.45,1.4999378 -2.45,0.6899689 -3,0.6899689 -3,-0.11999999999999988" data-type="line" data-label="" points="176.34820188300662,88.31824861861391 183.2628492051242,88.31824861861391 183.2628492051242,116.32149504553163 164.2475690693008,116.32149504553163 164.2475690693008,144.32474147244938" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.4,0.40000000000000013 -3,0.40000000000000013 -3,-0.11999999999999988" data-type="line" data-label="" points="219.5647476462417,126.34665843494358 164.2475690693008,126.34665843494358 164.2475690693008,144.32474147244938" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.3,-0.11999999999999988 2.3,0.20000000000000007 1.4,0.20000000000000007" data-type="line" data-label="" points="347.4857231054175,144.32474147244938 347.4857231054175,133.2613057570612 316.3698101558882,133.2613057570612" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3,0.38 3,0.4 1.4,0.4" data-type="line" data-label="" points="371.68698873282915,127.03812316715535 371.68698873282915,126.34665843494359 316.3698101558882,126.34665843494359" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.5,-9.8 5.5,-10.46" data-type="line" data-label="" points="458.12008025929924,478.9936718629418 458.12008025929924,501.8120080259299" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.55,1.8999999999999997 7.3,1.8999999999999997 7.3,1.3" data-type="line" data-label="" points="528.9952153110048,74.48680351906152 520.3519061583577,74.48680351906152 520.3519061583577,95.23074548541433" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.45,1.9000000000000001 8.7,1.9000000000000001 8.7,1.3" data-type="line" data-label="" points="560.111128260534,74.4868035190615 568.754437413181,74.4868035190615 568.754437413181,95.23074548541433" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.4999378,-8.45 5.5,-9.2" data-type="line" data-label="" points="458.11792980398207,432.3198024386478 458.12008025929924,458.24972989658886" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6,-0.11999999999999988 -6,1.5000621999999997 -3.5500000000000007,1.5000621999999997" data-type="line" data-label="" points="60.52785923753663,144.32474147244938 60.52785923753663,88.31394770797957 145.23228893347732,88.31394770797957" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8,2.2775 8,2.477499999999999 5.5000622,2.477499999999999 5.5000622,-7.550000000000001" data-type="line" data-label="" points="544.5531717857693,61.43540669856452 544.5531717857693,54.52075937644693 458.1222307146164,54.52075937644693 458.1222307146164,401.20388948911864" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6,-0.8800000000000001 -6,-1.0800000000000003 -3,-1.0800000000000003 -3,-0.8800000000000001" data-type="line" data-label="" points="60.52785923753663,170.6004012964963 60.52785923753663,177.51504861861392 164.2475690693008,177.51504861861392 164.2475690693008,170.6004012964963" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.5,-11.54 5.5,-11.739999999999998 -1.95,-11.739999999999998 -1.95,-8.3 -1.75,-8.3" data-type="line" data-label="" points="458.12008025929924,539.1511035653649 458.12008025929924,546.0657508874825 200.54946751041825,546.0657508874825 200.54946751041825,427.1338169470597 207.46411483253587,427.1338169470597" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.3,-0.8800000000000001 2.3,-1.08 1.6500000000000001,-1.08 1.6500000000000001,0 1.4,0" data-type="line" data-label="" points="347.4857231054175,170.6004012964963 347.4857231054175,177.51504861861392 325.01311930853524,177.51504861861392 325.01311930853524,140.1759530791788 316.3698101558882,140.1759530791788" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.4,0.2 -1.95,0.2 -1.95,-3.9499999999999997 -2.331,-3.9499999999999997 -2.331,-8.1 -1.75,-8.1" data-type="line" data-label="" points="219.5647476462417,133.2613057570612 200.54946751041825,133.2613057570612 200.54946751041825,276.74023769100165 187.37706436178422,276.74023769100165 187.37706436178422,420.2191696249421 207.46411483253587,420.2191696249421" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.75,-8.1 -5.331,-8.100000000000001 -5.331,-11.1 -4.75,-11.1" data-type="line" data-label="" points="103.7444050007717,420.2191696249421 83.65735453002003,420.2191696249421 83.65735453002003,523.9388794567062 103.7444050007717,523.9388794567062" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.4,0 -3.7410000000000005,0 -3.7410000000000005,-0.051000000000000004" data-type="line" data-label="" points="219.5647476462417,140.1759530791788 138.62880074085504,140.1759530791788 138.62880074085504,141.9391881463188" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.75,-8.3 -5.691000000000001,-8.3 -5.691000000000001,-8.351" data-type="line" data-label="" points="103.7444050007717,427.1338169470597 71.21098935020831,427.1338169470597 71.21098935020831,428.89705201419963" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.75,-11.3 -4.9910000000000005,-11.3 -4.9910000000000005,-11.501" data-type="line" data-label="" points="103.7444050007717,530.8535267788238 95.41225497761997,530.8535267788238 95.41225497761997,537.802747337552" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.7,0.7 8.7,0.5489999999999999 8.649,0.5489999999999999" data-type="line" data-label="" points="568.754437413181,115.97468745176718 568.754437413181,121.19524617996598 566.9912023460411,121.19524617996598" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.3,0.7 7.3,0.599 6.848999999999999,0.599" data-type="line" data-label="" points="520.3519061583577,115.97468745176718 520.3519061583577,119.46658434943657 504.7593764469825,119.46658434943657" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.75,-12.9 -4.9910000000000005,-12.9 -4.9910000000000005,-12.699000000000002" data-type="line" data-label="" points="103.7444050007717,586.1707053557648 95.41225497761997,586.1707053557648 95.41225497761997,579.2214847970366" 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="219.5647476462417" y="119.43201111282599" width="96.80506250964652" height="41.48788393270566" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-5.8675" data-y="-0.5" x="44.96990276277201" y="144.32474147244938" width="40.27782065133508" height="26.275659824046926" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-2.8674999999999997" data-y="-0.5" x="148.6896125945362" y="144.32474147244938" width="40.277820651335134" height="26.275659824046926" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="2.4325" data-y="-0.5" x="331.92776663065285" y="144.32474147244938" width="40.277820651335105" height="26.275659824046926" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="3.0125" data-y="0" x="356.1290322580645" y="127.03812316715536" width="31.98024386479392" height="26.27565982404691" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="8.855" data-y="1" x="553.1964809384165" y="95.23074548541433" width="41.833616298811535" height="20.74394196635285" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="7.455" data-y="1" x="504.7939496835932" y="95.23074548541433" width="41.833616298811535" height="20.74394196635285" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="5.535" data-y="-9.5" x="442.5621237845346" y="458.2497298965888" width="33.53603951227046" height="20.743941966352963" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="5.625" data-y="-11" x="447.402376910017" y="501.8120080259299" width="30.078715851211598" height="37.33909553943499" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="8" data-y="2" x="528.9952153110048" y="61.43540669856452" width="31.11591294952916" height="19.188146318876363" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="5.5" data-y="-8" x="452.8624158049081" y="401.2038894891187" width="10.515328908782237" height="31.11591294952916" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="-3.1" data-y="1.5" x="145.23228893347735" y="83.05843370890562" width="31.115912949529275" height="10.515328908782209" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="-1" data-y="-8" x="207.46411483253587" y="399.47522765858923" width="51.85985491588207" height="34.57323661058808" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="schematic_component_13" data-x="-4" data-y="-8" x="103.7444050007717" y="399.47522765858923" width="51.85985491588207" height="34.57323661058808" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="schematic_component_14" data-x="-4" data-y="-13" x="103.7444050007717" y="579.2560580336472" width="51.85985491588207" height="20.743941966352963" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="schematic_component_15" data-x="-4" data-y="-11" x="103.7444050007717" y="503.19493749035337" width="51.85985491588207" height="34.57323661058808" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="FS3000_1015" data-x="-0.3400000000000001" data-y="-0.7300000000000001" x="233.39404229047693" y="162.30282450995514" width="45.63667232597621" height="6.223182589905861" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="U1" data-x="-0.88" data-y="0.7150000000000001" x="231.31964809384164" y="111.13443432628483" width="12.446365179811693" height="8.643309152647006" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="SM04B_SRSS_TB_LF_SN" data-x="-0.2100000000000002" data-y="-8.63" x="221.29340947677105" y="435.43139373360077" width="78.82697947214078" height="6.223182589905946" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="JP6" data-x="-1.1700000000000002" data-y="-7.385" x="219.2190152801358" y="391.1776508720481" width="16.595153573082257" height="8.64330915264702" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="SM04B_SRSS_TB_LF_SN" data-x="-3.21" data-y="-8.63" x="117.57369964500695" y="435.43139373360077" width="78.82697947214072" height="6.223182589905946" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="JP7" data-x="-4.17" data-y="-7.385" x="115.49930544837164" y="391.1776508720481" width="16.595153573082257" height="8.64330915264702" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="JP4" data-x="-4.17" data-y="-12.584999999999999" x="115.49930544837164" y="570.958481247106" width="16.595153573082257" height="8.64330915264702" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="JP5" data-x="-4.17" data-y="-10.385" x="115.49930544837164" y="494.8973607038123" width="16.595153573082257" height="8.643309152646907" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="netId: ADC_REF
|
|
2
4
|
globalConnNetId: connectivity_net0" data-x="-3.48" data-y="0.40000000000000013" x="131.05726192313625" y="122.88933477388477" width="33.19030714616454" height="6.914647322117602" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="netId: ADC_REF
|
|
3
5
|
globalConnNetId: connectivity_net0" data-x="-5.231000000000001" data-y="-13.1" x="70.51952461799657" y="589.6280290168236" width="33.190307146164486" height="6.914647322117503" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="netId: V3_3
|
|
4
6
|
globalConnNetId: connectivity_net1" data-x="-6" data-y="1.7100621999999996" x="50.155888254360235" y="73.79318833153258" width="20.743941966352793" height="14.520759376446989" fill="#ef444466" stroke="#ef4444" stroke-width="0.028924107142857144"/></g><g><rect data-type="rect" data-label="netId: V3_3
|
|
@@ -113,7 +115,7 @@ orientation: y+" data-x="-4.9910000000000005" data-y="-12.699000000000002" cx="9
|
|
|
113
115
|
const h = svg.getElementById('crosshair-h');
|
|
114
116
|
const v = svg.getElementById('crosshair-v');
|
|
115
117
|
const coords = svg.getElementById('coordinates');
|
|
116
|
-
|
|
118
|
+
|
|
117
119
|
crosshair.style.display = 'block';
|
|
118
120
|
h.setAttribute('x1', '0');
|
|
119
121
|
h.setAttribute('x2', '640');
|
|
@@ -132,13 +134,13 @@ orientation: y+" data-x="-4.9910000000000005" data-y="-12.699000000000002" cx="9
|
|
|
132
134
|
// y' = (y - ty) / sy
|
|
133
135
|
const sx = matrix.a;
|
|
134
136
|
const sy = matrix.d;
|
|
135
|
-
const tx = matrix.e;
|
|
137
|
+
const tx = matrix.e;
|
|
136
138
|
const ty = matrix.f;
|
|
137
139
|
const realPoint = {
|
|
138
140
|
x: (x - tx) / sx,
|
|
139
141
|
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
140
142
|
}
|
|
141
|
-
|
|
143
|
+
|
|
142
144
|
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
143
145
|
coords.setAttribute('x', (x + 5).toString());
|
|
144
146
|
coords.setAttribute('y', (y - 5).toString());
|
|
@@ -146,4 +148,223 @@ orientation: y+" data-x="-4.9910000000000005" data-y="-12.699000000000002" cx="9
|
|
|
146
148
|
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
147
149
|
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
148
150
|
});
|
|
149
|
-
]]></script
|
|
151
|
+
]]></script>
|
|
152
|
+
</g>
|
|
153
|
+
<g transform="translate(1216, 200)">
|
|
154
|
+
<style>
|
|
155
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
156
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
157
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
158
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
159
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
160
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
161
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
162
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
163
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
164
|
+
|
|
165
|
+
</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 416.47138285021504 87.31562768689587 L 425.787556309595 87.31562768689587 L 425.787556309595 125.04468153241194 L 400.1680792963 125.04468153241194 L 400.1680792963 162.773735377928" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.452938767504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 416.47138285021504 87.31562768689587 L 425.787556309595 87.31562768689587 L 425.787556309595 125.04468153241194 L 400.1680792963 125.04468153241194 L 400.1680792963 162.773735377928" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.931617345938px" 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 474.69746697134 138.55168438354002 L 400.1680792963 138.55168438354002 L 400.1680792963 162.773735377928" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.452938767504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 474.69746697134 138.55168438354002 L 400.1680792963 138.55168438354002 L 400.1680792963 162.773735377928" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.931617345938px" 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 647.04667596987 162.773735377928 L 647.04667596987 147.86785784292002 L 605.1238954026601 147.86785784292002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.452938767504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 647.04667596987 162.773735377928 L 647.04667596987 147.86785784292002 L 605.1238954026601 147.86785784292002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.931617345938px" 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 679.6532830777 139.483301729478 L 679.6532830777 138.55168438354002 L 605.1238954026601 138.55168438354002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.452938767504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 679.6532830777 139.483301729478 L 679.6532830777 138.55168438354002 L 605.1238954026601 138.55168438354002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.931617345938px" 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 796.10545131995 613.6765308119201 L 796.10545131995 644.4199032278741" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.452938767504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 796.10545131995 613.6765308119201 L 796.10545131995 644.4199032278741" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.931617345938px" 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 891.596229278595 68.68038343819002 L 879.95101245437 68.68038343819002 L 879.95101245437 96.62890381633001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.452938767504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 891.596229278595 68.68038343819002 L 879.95101245437 68.68038343819002 L 879.95101245437 96.62890381633001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.931617345938px" 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 933.5190098458049 68.68038343819 L 945.1642266700301 68.68038343819 L 945.1642266700301 96.62890381633001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.452938767504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 933.5190098458049 68.68038343819 L 945.1642266700301 68.68038343819 L 945.1642266700301 96.62890381633001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.931617345938px" 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 796.1025539900041 550.7923599611049 L 796.10545131995 585.72801043378" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.452938767504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 796.1025539900041 550.7923599611049 L 796.10545131995 585.72801043378" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.931617345938px" 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 260.4254774056 162.773735377928 L 260.4254774056 87.30983302700416 L 374.548602283005 87.30983302700416" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.452938767504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 260.4254774056 162.773735377928 L 260.4254774056 87.30983302700416 L 374.548602283005 87.30983302700416" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.931617345938px" 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 912.5576195622 51.09610603361027 L 912.5576195622 41.7799325742303 L 796.1083486498959 41.7799325742303 L 796.1083486498959 508.8695793938951" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.452938767504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 912.5576195622 51.09610603361027 L 912.5576195622 41.7799325742303 L 796.1083486498959 41.7799325742303 L 796.1083486498959 508.8695793938951" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.931617345938px" 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 260.4254774056 198.17519452357203 L 260.4254774056 207.49136798295203 L 400.1680792963 207.49136798295203 L 400.1680792963 198.17519452357203" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.452938767504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 260.4254774056 198.17519452357203 L 260.4254774056 207.49136798295203 L 400.1680792963 207.49136798295203 L 400.1680792963 198.17519452357203" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.931617345938px" 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 796.10545131995 694.727239908526 L 796.10545131995 704.0434133679059 L 449.077989958045 704.0434133679059 L 449.077989958045 543.80522986657 L 458.39416341742503 543.80522986657" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.452938767504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 796.10545131995 694.727239908526 L 796.10545131995 704.0434133679059 L 449.077989958045 704.0434133679059 L 449.077989958045 543.80522986657 L 458.39416341742503 543.80522986657" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.931617345938px" 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 647.04667596987 198.17519452357203 L 647.04667596987 207.49136798295203 L 616.769112226885 207.49136798295203 L 616.769112226885 157.1840313023 L 605.1238954026601 157.1840313023" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.452938767504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 647.04667596987 198.17519452357203 L 647.04667596987 207.49136798295203 L 616.769112226885 207.49136798295203 L 616.769112226885 157.1840313023 L 605.1238954026601 157.1840313023" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.931617345938px" 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 474.69746697134 147.86785784292002 L 449.077989958045 147.86785784292002 L 449.077989958045 341.17845712505505 L 431.3306795179261 341.17845712505505 L 431.3306795179261 534.48905640719 L 458.39416341742503 534.48905640719" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.452938767504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 474.69746697134 147.86785784292002 L 449.077989958045 147.86785784292002 L 449.077989958045 341.17845712505505 L 431.3306795179261 341.17845712505505 L 431.3306795179261 534.48905640719 L 458.39416341742503 534.48905640719" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.931617345938px" 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 318.651561526725 534.48905640719 L 291.5880776272261 534.4890564071901 L 291.5880776272261 674.23165829789 L 318.651561526725 674.23165829789" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.452938767504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 318.651561526725 534.48905640719 L 291.5880776272261 534.4890564071901 L 291.5880776272261 674.23165829789 L 318.651561526725 674.23165829789" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.931617345938px" 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 474.69746697134 157.1840313023 L 365.6516566292971 157.1840313023 L 365.6516566292971 159.5596555344419" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.452938767504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 474.69746697134 157.1840313023 L 365.6516566292971 157.1840313023 L 365.6516566292971 159.5596555344419" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.931617345938px" 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 318.651561526725 543.80522986657 L 274.81896540034205 543.80522986657 L 274.81896540034205 546.180854098712" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.452938767504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 318.651561526725 543.80522986657 L 274.81896540034205 543.80522986657 L 274.81896540034205 546.180854098712" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.931617345938px" 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 318.651561526725 683.54783175727 L 307.4255725081721 683.54783175727 L 307.4255725081721 692.9105860839469" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.452938767504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 318.651561526725 683.54783175727 L 307.4255725081721 683.54783175727 L 307.4255725081721 692.9105860839469" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.931617345938px" 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 945.1642266700301 124.57742419447001 L 945.1642266700301 131.6111351563019 L 942.7886024378881 131.6111351563019" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.452938767504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 945.1642266700301 124.57742419447001 L 945.1642266700301 131.6111351563019 L 942.7886024378881 131.6111351563019" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.931617345938px" 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 879.95101245437 124.57742419447001 L 879.95101245437 129.2820917914569 L 858.9430413034681 129.2820917914569" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.452938767504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 879.95101245437 124.57742419447001 L 879.95101245437 129.2820917914569 L 858.9430413034681 129.2820917914569" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.931617345938px" 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 318.651561526725 758.07721943231 L 307.4255725081721 758.07721943231 L 307.4255725081721 748.7144651056333" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.452938767504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 318.651561526725 758.07721943231 L 307.4255725081721 758.07721943231 L 307.4255725081721 748.7144651056333" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.931617345938px" 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"><circle cx="400.1680792963" cy="162.773735377928" r="1.397426018907" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><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="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="493.3298138901" y="129.23551092416" width="93.16173459380002" height="55.897040756280035" stroke-width="0.931617345938px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="493.3298138901" y="129.23551092416" width="93.16173459380002" height="55.897040756280035" fill="transparent"/><text class="sch-text" x="539.910681187" y="157.1840313023" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.384556113442px" transform="rotate(0, 539.910681187, 157.1840313023)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="493.3298138901" y1="138.55168438354002" x2="474.69746697134" y2="138.55168438354002" stroke-width="0.931617345938px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="473.76584962540204" y="137.620067037602" width="1.863234691876" height="1.863234691876" opacity="0"/></g><text class="pin-number sch-pin-number" x="484.01364043072005" y="137.620067037602" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.987130094535px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="493.3298138901" y1="147.86785784292002" x2="474.69746697134" y2="147.86785784292002" stroke-width="0.931617345938px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="473.76584962540204" y="146.936240496982" width="1.863234691876" height="1.863234691876" opacity="0"/></g><text class="pin-number sch-pin-number" x="484.01364043072005" y="146.936240496982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.987130094535px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="493.3298138901" y1="157.1840313023" x2="474.69746697134" y2="157.1840313023" stroke-width="0.931617345938px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="473.76584962540204" y="156.252413956362" width="1.863234691876" height="1.863234691876" opacity="0"/></g><text class="pin-number sch-pin-number" x="484.01364043072005" y="156.252413956362" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.987130094535px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="493.3298138901" y1="166.50020476168" x2="475.62908431727806" y2="166.50020476168" stroke-width="0.931617345938px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="474.69746697134" cy="166.50020476168" r="0.931617345938" stroke-width="0.931617345938px"/><rect x="473.76584962540204" y="165.568587415742" width="1.863234691876" height="1.863234691876" opacity="0"/></g><text class="pin-number sch-pin-number" x="484.01364043072005" y="165.56858741574203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.987130094535px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="493.3298138901" y1="175.81637822106" x2="475.62908431727806" y2="175.81637822106" stroke-width="0.931617345938px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="474.69746697134" cy="175.81637822106" r="0.931617345938" stroke-width="0.931617345938px"/><rect x="473.76584962540204" y="174.884760875122" width="1.863234691876" height="1.863234691876" opacity="0"/></g><text class="pin-number sch-pin-number" x="484.01364043072005" y="174.88476087512203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.987130094535px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="586.4915484839" y1="175.81637822106" x2="604.192278056722" y2="175.81637822106" stroke-width="0.931617345938px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="605.1238954026601" cy="175.81637822106" r="0.931617345938" stroke-width="0.931617345938px"/><rect x="604.1922780567221" y="174.884760875122" width="1.863234691876" height="1.863234691876" opacity="0"/></g><text class="pin-number sch-pin-number" x="595.8077219432801" y="174.88476087512203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.987130094535px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="586.4915484839" y1="166.50020476168" x2="604.192278056722" y2="166.50020476168" stroke-width="0.931617345938px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="605.1238954026601" cy="166.50020476168" r="0.931617345938" stroke-width="0.931617345938px"/><rect x="604.1922780567221" y="165.568587415742" width="1.863234691876" height="1.863234691876" opacity="0"/></g><text class="pin-number sch-pin-number" x="595.8077219432801" y="165.568587415742" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.987130094535px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="586.4915484839" y1="157.1840313023" x2="605.1238954026601" y2="157.1840313023" stroke-width="0.931617345938px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="604.1922780567221" y="156.252413956362" width="1.863234691876" height="1.863234691876" opacity="0"/></g><text class="pin-number sch-pin-number" x="595.8077219432801" y="156.252413956362" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.987130094535px" transform="">8</text><line class="component-pin sch-component-pin sch-port-line" x1="586.4915484839" y1="147.86785784292002" x2="605.1238954026601" y2="147.86785784292002" stroke-width="0.931617345938px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="604.1922780567221" y="146.936240496982" width="1.863234691876" height="1.863234691876" opacity="0"/></g><text class="pin-number sch-pin-number" x="595.8077219432801" y="146.936240496982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.987130094535px" transform="">9</text><line class="component-pin sch-component-pin sch-port-line" x1="586.4915484839" y1="138.55168438354002" x2="605.1238954026601" y2="138.55168438354002" stroke-width="0.931617345938px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><rect x="604.1922780567221" y="137.620067037602" width="1.863234691876" height="1.863234691876" opacity="0"/></g><text class="pin-number sch-pin-number" x="595.8077219432801" y="137.620067037602" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.987130094535px" transform="">10</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component-overlay sch-component-overlay" x="250.98390825145677" y="162.773735377928" width="18.883138308286533" height="35.401459145644026" fill="transparent"/><path class="sch-component-symbol-path" d="M 260.4254774056 198.17519452357203 L 260.4254774056 184.0146108653144" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.931617345938px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 260.4254774056 176.93431903618563 L 260.4254774056 162.773735377928" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.931617345938px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 269.8670465597433 184.0146108653144 L 250.98390825145677 184.0146108653144" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.931617345938px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 269.8670465597433 176.93431903618563 L 250.98390825145677 176.93431903618563" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.931617345938px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="267.2107570751818" y="168.67397856886868" stroke="rgb(245, 241, 237)" stroke-width="0.931617345938px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="8.384556113442px">C1</text><text class="sch-component-text" x="267.2107570751818" y="192.27495133263136" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="8.384556113442px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component-overlay sch-component-overlay" x="390.7265101421567" y="162.773735377928" width="18.88313830828656" height="35.401459145644026" fill="transparent"/><path class="sch-component-symbol-path" d="M 400.1680792963 198.17519452357203 L 400.1680792963 184.0146108653144" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.931617345938px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 400.1680792963 176.93431903618563 L 400.1680792963 162.773735377928" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.931617345938px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 409.6096484504433 184.0146108653144 L 390.7265101421567 184.0146108653144" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.931617345938px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 409.6096484504433 176.93431903618563 L 390.7265101421567 176.93431903618563" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.931617345938px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="406.95335896588176" y="168.67397856886868" stroke="rgb(245, 241, 237)" stroke-width="0.931617345938px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="8.384556113442px">C2</text><text class="sch-component-text" x="406.95335896588176" y="192.27495133263136" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="8.384556113442px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component-overlay sch-component-overlay" x="637.6051068157267" y="162.773735377928" width="18.88313830828656" height="35.401459145644026" fill="transparent"/><path class="sch-component-symbol-path" d="M 647.04667596987 198.17519452357203 L 647.04667596987 184.0146108653144" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.931617345938px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 647.04667596987 176.93431903618563 L 647.04667596987 162.773735377928" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.931617345938px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 656.4882451240132 184.0146108653144 L 637.6051068157267 184.0146108653144" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.931617345938px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 656.4882451240132 176.93431903618563 L 637.6051068157267 176.93431903618563" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.931617345938px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="653.8319556394517" y="168.67397856886868" stroke="rgb(245, 241, 237)" stroke-width="0.931617345938px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="8.384556113442px">C3</text><text class="sch-component-text" x="653.8319556394517" y="192.27495133263136" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="8.384556113442px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component-overlay sch-component-overlay" x="670.2117139235568" y="139.483301729478" width="18.88313830828656" height="35.401459145644026" fill="transparent"/><path class="sch-component-symbol-path" d="M 679.6532830777 174.88476087512203 L 679.6532830777 160.7241772168644" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.931617345938px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 679.6532830777 153.64388538773562 L 679.6532830777 139.483301729478" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.931617345938px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 689.0948522318433 160.7241772168644 L 670.2117139235568 160.7241772168644" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.931617345938px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 689.0948522318433 153.64388538773562 L 670.2117139235568 153.64388538773562" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.931617345938px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="686.4385627472818" y="145.38354492041867" stroke="rgb(245, 241, 237)" stroke-width="0.931617345938px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="8.384556113442px">C4</text><text class="sch-component-text" x="686.4385627472818" y="168.98451768418136" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="8.384556113442px"></text><circle class="component-pin sch-component-pin" cx="679.6532830777" cy="174.88476087512203" r="0.931617345938px" stroke-width="0.931617345938px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component-overlay sch-component-overlay" x="941.438688903624" y="96.62890381633" width="7.451075532812183" height="27.948520378140017" fill="transparent"/><path class="sch-component-symbol-path" d="M 945.1642266700301 124.57742419447001 L 945.1642266700301 119.91840584743407" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.931617345938px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 945.1642266700301 101.28792216336593 L 945.1642266700301 96.62890381633" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.931617345938px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 941.438688903624 119.91840584743407 L 941.438688903624 101.28792216336593 L 948.8897644364362 101.28792216336593 L 948.8897644364362 119.91840584743407 L 941.438688903624 119.91840584743407" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.931617345938px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="952.617165437534" y="103.150225237896" stroke="rgb(245, 241, 237)" stroke-width="0.931617345938px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.384556113442px">R3</text><text class="sch-component-text" x="952.617165437534" y="118.05610277290401" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.384556113442px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component-overlay sch-component-overlay" x="876.2254746879639" y="96.62890381633" width="7.451075532812183" height="27.948520378140017" fill="transparent"/><path class="sch-component-symbol-path" d="M 879.95101245437 124.57742419447001 L 879.95101245437 119.91840584743407" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.931617345938px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 879.95101245437 101.28792216336593 L 879.95101245437 96.62890381633" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.931617345938px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 876.2254746879639 119.91840584743407 L 876.2254746879639 101.28792216336593 L 883.6765502207761 101.28792216336593 L 883.6765502207761 119.91840584743407 L 876.2254746879639 119.91840584743407" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.931617345938px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="887.403951221874" y="103.150225237896" stroke="rgb(245, 241, 237)" stroke-width="0.931617345938px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.384556113442px">R4</text><text class="sch-component-text" x="887.403951221874" y="118.05610277290401" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.384556113442px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component-overlay sch-component-overlay" x="792.3799135535439" y="585.72801043378" width="7.451075532812183" height="27.948520378140074" fill="transparent"/><path class="sch-component-symbol-path" d="M 796.10545131995 585.72801043378 L 796.10545131995 590.387028780816" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.931617345938px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 796.10545131995 609.0175124648841 L 796.10545131995 613.6765308119201" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.931617345938px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 799.8309890863561 590.387028780816 L 799.8309890863561 609.0175124648841 L 792.3799135535439 609.0175124648841 L 792.3799135535439 590.387028780816 L 799.8309890863561 590.387028780816" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.931617345938px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="803.5583900874541" y="592.249331855346" stroke="rgb(245, 241, 237)" stroke-width="0.931617345938px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.384556113442px">R5</text><text class="sch-component-text" x="803.5583900874541" y="607.1552093903541" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.384556113442px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component-overlay sch-component-overlay" x="789.8170342348685" y="644.4199032278741" width="13.060558561323091" height="50.30733668065193" fill="transparent"/><path class="sch-component-symbol-path" d="M 796.10545131995 676.3457130444417 L 789.8170342348685 663.7688788742787" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.931617345938px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 802.8775927961916 663.7688788742787 L 796.10545131995 676.3457130444417" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.931617345938px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 789.8170342348685 663.7688788742787 L 802.8775927961916 663.7688788742787" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.931617345938px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 802.8775927961916 676.3457130444417 L 789.8170342348685 676.3457130444417" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.931617345938px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 796.10545131995 663.7688788742787 L 796.10545131995 644.4199032278741" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.931617345938px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 796.10545131995 694.727239908526 L 796.10545131995 676.8294374356018" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.931617345938px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="807.2311123166327" y="669.08984717704" stroke="rgb(245, 241, 237)" stroke-width="0.931617345938px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.384556113442px">D2</text><text class="sch-component-text" x="781.1099951939865" y="669.5735715682001" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="end" dominant-baseline="middle" font-size="8.384556113442px"></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="910.2285761973551" y="61.693253343655016" width="4.658086729690012" height="4.658086729689998" stroke-width="0.931617345938px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="910.2285761973551" y="61.693253343655016" width="4.658086729690012" height="4.658086729689998" fill="transparent"/><text class="sch-text" x="912.5576195622" y="64.02229670850001" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.384556113442px" transform="rotate(0, 912.5576195622, 64.02229670850001)">JP1</text><line class="component-pin sch-component-pin sch-port-line" x1="914.8866629270451" y1="68.68038343819" x2="933.5190098458049" y2="68.68038343819" stroke-width="0.931617345938px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="932.587392499867" y="67.74876609225201" width="1.863234691876" height="1.863234691876" opacity="0"/></g><text class="pin-number sch-pin-number" x="924.202836386425" y="67.748766092252" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.987130094535px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="912.5576195622" y1="61.693253343655016" x2="912.5576195622" y2="51.09610603361027" stroke-width="0.931617345938px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><rect x="911.626002216262" y="50.16448868767227" width="1.863234691876" height="1.863234691876" opacity="0"/></g><text class="pin-number sch-pin-number" x="911.6260022162621" y="56.394679688632635" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.987130094535px" transform="rotate(-90 911.6260022162621 56.394679688632635)">2</text><line class="component-pin sch-component-pin sch-port-line" x1="910.2285761973551" y1="68.68038343819" x2="891.596229278595" y2="68.68038343819" stroke-width="0.931617345938px"/><g class="sch-port" data-schematic-port-id="source_port_9_2__stack1"><rect x="890.6646119326571" y="67.74876609225201" width="1.863234691876" height="1.863234691876" opacity="0"/></g><text class="pin-number sch-pin-number" x="900.9124027379751" y="67.74876609225201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.987130094535px" transform="">3</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="789.0217474422917" y="527.5019263126551" width="14.167407755316617" height="4.658086729690012" stroke-width="0.931617345938px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="789.0217474422917" y="527.5019263126551" width="14.167407755316617" height="4.658086729690012" fill="transparent"/><text class="sch-text" x="796.10545131995" y="529.8309696775" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.384556113442px" transform="rotate(0, 796.10545131995, 529.8309696775)">JP2</text><line class="component-pin sch-component-pin sch-port-line" x1="796.1025539900041" y1="532.1600130423451" x2="796.1025539900041" y2="550.7923599611049" stroke-width="0.931617345938px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><rect x="795.1709366440662" y="549.8607426151669" width="1.863234691876" height="1.863234691876" opacity="0"/></g><text class="pin-number sch-pin-number" x="795.1709366440662" y="541.476186501725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.987130094535px" transform="rotate(-90 795.1709366440662 541.476186501725)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="796.1083486498959" y1="527.5019263126551" x2="796.1083486498959" y2="508.8695793938951" stroke-width="0.931617345938px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="795.1767313039579" y="507.9379620479571" width="1.863234691876" height="1.863234691876" opacity="0"/></g><text class="pin-number sch-pin-number" x="795.1767313039579" y="518.1857528532751" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.987130094535px" transform="rotate(-90 795.1767313039579 518.1857528532751)">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="393.180949201765" y="80.22902647929172" width="4.658086729690012" height="14.167407755316574" stroke-width="0.931617345938px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="393.180949201765" y="80.22902647929172" width="4.658086729690012" height="14.167407755316574" fill="transparent"/><text class="sch-text" x="395.50999256661" y="87.31273035695001" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.72246925177219px" transform="rotate(0, 395.50999256661, 87.31273035695001)">JP3</text><line class="component-pin sch-component-pin sch-port-line" x1="393.180949201765" y1="87.30983302700413" x2="374.54860228300504" y2="87.30983302700413" stroke-width="0.931617345938px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><rect x="373.61698493706706" y="86.37821568106614" width="1.863234691876" height="1.863234691876" opacity="0"/></g><text class="pin-number sch-pin-number" x="383.864775742385" y="86.37821568106614" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.987130094535px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="397.839035931455" y1="87.31562768689587" x2="416.47138285021504" y2="87.31562768689587" stroke-width="0.931617345938px"/><g class="sch-port" data-schematic-port-id="source_port_11_1__stack1"><rect x="415.53976550427706" y="86.38401034095787" width="1.863234691876" height="1.863234691876" opacity="0"/></g><text class="pin-number sch-pin-number" x="407.155209390835" y="86.38401034095787" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.987130094535px" transform="">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="477.026510336185" y="506.54053602905003" width="32.60660710782997" height="46.58086729690001" stroke-width="0.931617345938px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="477.026510336185" y="506.54053602905003" width="32.60660710782997" height="46.58086729690001" fill="transparent"/><text class="sch-text" x="493.3298138901" y="529.8309696775" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.384556113442px" transform="rotate(0, 493.3298138901, 529.8309696775)">JP6</text><line class="component-pin sch-component-pin sch-port-line" x1="477.026510336185" y1="543.80522986657" x2="458.39416341742503" y2="543.80522986657" stroke-width="0.931617345938px"/><g class="sch-port" data-schematic-port-id="source_port_12_0__stack1"><rect x="457.46254607148705" y="542.873612520632" width="1.863234691876" height="1.863234691876" opacity="0"/></g><text class="pin-number sch-pin-number" x="467.710336876805" y="542.8736125206322" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.987130094535px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="477.026510336185" y1="534.48905640719" x2="458.39416341742503" y2="534.48905640719" stroke-width="0.931617345938px"/><g class="sch-port" data-schematic-port-id="source_port_12_1__stack1"><rect x="457.46254607148705" y="533.557439061252" width="1.863234691876" height="1.863234691876" opacity="0"/></g><text class="pin-number sch-pin-number" x="467.710336876805" y="533.557439061252" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.987130094535px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="477.026510336185" y1="525.1728829478101" x2="459.325780763363" y2="525.1728829478101" stroke-width="0.931617345938px"/><g class="sch-port" data-schematic-port-id="source_port_12_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="458.39416341742503" cy="525.1728829478101" r="0.931617345938" stroke-width="0.931617345938px"/><rect x="457.46254607148705" y="524.2412656018721" width="1.863234691876" height="1.863234691876" opacity="0"/></g><text class="pin-number sch-pin-number" x="467.710336876805" y="524.2412656018721" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.987130094535px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="477.026510336185" y1="515.85670948843" x2="459.325780763363" y2="515.85670948843" stroke-width="0.931617345938px"/><g class="sch-port" data-schematic-port-id="source_port_12_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="458.39416341742503" cy="515.85670948843" r="0.931617345938" stroke-width="0.931617345938px"/><rect x="457.46254607148705" y="514.9250921424921" width="1.863234691876" height="1.863234691876" opacity="0"/></g><text class="pin-number sch-pin-number" x="467.710336876805" y="514.9250921424921" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.987130094535px" transform="">4</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="337.28390844548505" y="506.54053602905003" width="32.60660710782997" height="46.58086729690001" stroke-width="0.931617345938px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="337.28390844548505" y="506.54053602905003" width="32.60660710782997" height="46.58086729690001" fill="transparent"/><text class="sch-text" x="353.5872119994" y="529.8309696775" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.384556113442px" transform="rotate(0, 353.5872119994, 529.8309696775)">JP7</text><line class="component-pin sch-component-pin sch-port-line" x1="337.28390844548505" y1="543.80522986657" x2="318.651561526725" y2="543.80522986657" stroke-width="0.931617345938px"/><g class="sch-port" data-schematic-port-id="source_port_13_0__stack1"><rect x="317.719944180787" y="542.873612520632" width="1.863234691876" height="1.863234691876" opacity="0"/></g><text class="pin-number sch-pin-number" x="327.96773498610503" y="542.8736125206322" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.987130094535px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="337.28390844548505" y1="534.48905640719" x2="318.651561526725" y2="534.48905640719" stroke-width="0.931617345938px"/><g class="sch-port" data-schematic-port-id="source_port_13_1__stack1"><rect x="317.719944180787" y="533.557439061252" width="1.863234691876" height="1.863234691876" opacity="0"/></g><text class="pin-number sch-pin-number" x="327.96773498610503" y="533.557439061252" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.987130094535px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="337.28390844548505" y1="525.1728829478101" x2="319.583178872663" y2="525.1728829478101" stroke-width="0.931617345938px"/><g class="sch-port" data-schematic-port-id="source_port_13_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="318.651561526725" cy="525.1728829478101" r="0.931617345938" stroke-width="0.931617345938px"/><rect x="317.719944180787" y="524.2412656018721" width="1.863234691876" height="1.863234691876" opacity="0"/></g><text class="pin-number sch-pin-number" x="327.96773498610503" y="524.2412656018721" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.987130094535px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="337.28390844548505" y1="515.85670948843" x2="319.583178872663" y2="515.85670948843" stroke-width="0.931617345938px"/><g class="sch-port" data-schematic-port-id="source_port_13_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="318.651561526725" cy="515.85670948843" r="0.931617345938" stroke-width="0.931617345938px"/><rect x="317.719944180787" y="514.9250921424921" width="1.863234691876" height="1.863234691876" opacity="0"/></g><text class="pin-number sch-pin-number" x="327.96773498610503" y="514.9250921424921" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.987130094535px" transform="">4</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="337.28390844548505" y="748.76104597293" width="32.60660710782997" height="27.948520378140074" stroke-width="0.931617345938px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="337.28390844548505" y="748.76104597293" width="32.60660710782997" height="27.948520378140074" fill="transparent"/><text class="sch-text" x="353.5872119994" y="762.735306162" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.384556113442px" transform="rotate(0, 353.5872119994, 762.735306162)">JP4</text><line class="component-pin sch-component-pin sch-port-line" x1="337.28390844548505" y1="758.07721943231" x2="318.651561526725" y2="758.07721943231" stroke-width="0.931617345938px"/><g class="sch-port" data-schematic-port-id="source_port_14_0__stack1"><rect x="317.719944180787" y="757.145602086372" width="1.863234691876" height="1.863234691876" opacity="0"/></g><text class="pin-number sch-pin-number" x="327.96773498610503" y="757.145602086372" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.987130094535px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="337.28390844548505" y1="767.39339289169" x2="319.583178872663" y2="767.39339289169" stroke-width="0.931617345938px"/><g class="sch-port" data-schematic-port-id="source_port_14_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="318.651561526725" cy="767.39339289169" r="0.931617345938" stroke-width="0.931617345938px"/><rect x="317.719944180787" y="766.4617755457521" width="1.863234691876" height="1.863234691876" opacity="0"/></g><text class="pin-number sch-pin-number" x="327.96773498610503" y="766.4617755457521" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.987130094535px" transform="">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="337.28390844548505" y="646.2831379197501" width="32.60660710782997" height="46.58086729690001" stroke-width="0.931617345938px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="337.28390844548505" y="646.2831379197501" width="32.60660710782997" height="46.58086729690001" fill="transparent"/><text class="sch-text" x="353.5872119994" y="669.5735715682" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.384556113442px" transform="rotate(0, 353.5872119994, 669.5735715682)">JP5</text><line class="component-pin sch-component-pin sch-port-line" x1="337.28390844548505" y1="683.54783175727" x2="318.651561526725" y2="683.54783175727" stroke-width="0.931617345938px"/><g class="sch-port" data-schematic-port-id="source_port_15_0__stack1"><rect x="317.719944180787" y="682.6162144113321" width="1.863234691876" height="1.863234691876" opacity="0"/></g><text class="pin-number sch-pin-number" x="327.96773498610503" y="682.6162144113321" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.987130094535px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="337.28390844548505" y1="674.23165829789" x2="318.651561526725" y2="674.23165829789" stroke-width="0.931617345938px"/><g class="sch-port" data-schematic-port-id="source_port_15_1__stack1"><rect x="317.719944180787" y="673.300040951952" width="1.863234691876" height="1.863234691876" opacity="0"/></g><text class="pin-number sch-pin-number" x="327.96773498610503" y="673.300040951952" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.987130094535px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="337.28390844548505" y1="664.9154848385101" x2="319.583178872663" y2="664.9154848385101" stroke-width="0.931617345938px"/><g class="sch-port" data-schematic-port-id="source_port_15_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="318.651561526725" cy="664.9154848385101" r="0.931617345938" stroke-width="0.931617345938px"/><rect x="317.719944180787" y="663.9838674925721" width="1.863234691876" height="1.863234691876" opacity="0"/></g><text class="pin-number sch-pin-number" x="327.96773498610503" y="663.983867492572" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.987130094535px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="337.28390844548505" y1="655.5993113791301" x2="319.583178872663" y2="655.5993113791301" stroke-width="0.931617345938px"/><g class="sch-port" data-schematic-port-id="source_port_15_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="318.651561526725" cy="655.5993113791301" r="0.931617345938" stroke-width="0.931617345938px"/><rect x="317.719944180787" y="654.6676940331921" width="1.863234691876" height="1.863234691876" opacity="0"/></g><text class="pin-number sch-pin-number" x="327.96773498610503" y="654.667694033192" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.987130094535px" transform="">4</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="474.69746697134" cy="138.55168438354002" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="474.69746697134" cy="147.86785784292002" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="474.69746697134" cy="157.1840313023" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="474.69746697134" cy="166.50020476168" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="474.69746697134" cy="175.81637822106" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="605.1238954026601" cy="175.81637822106" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="605.1238954026601" cy="166.50020476168" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="605.1238954026601" cy="157.1840313023" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="605.1238954026601" cy="147.86785784292002" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="605.1238954026601" cy="138.55168438354002" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="260.4254774056" cy="166.50020476168" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="260.4254774056" cy="201.90166390732404" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="400.1680792963" cy="166.50020476168" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="400.1680792963" cy="201.90166390732404" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="647.04667596987" cy="166.50020476168" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="647.04667596987" cy="201.90166390732404" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="679.6532830777" cy="143.20977111323" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="679.6532830777" cy="178.61123025887403" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="945.1642266700301" cy="124.57742419447001" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="945.1642266700301" cy="96.62890381633001" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="879.95101245437" cy="124.57742419447001" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="879.95101245437" cy="96.62890381633001" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="796.10545131995" cy="585.72801043378" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="796.10545131995" cy="613.6765308119201" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="796.10545131995" cy="645.4231834465766" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="796.10545131995" cy="695.7305201272284" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="933.5190098458049" cy="68.68038343819" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="912.5576195622" cy="51.09610603361027" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_2__stack1"><circle cx="891.596229278595" cy="68.68038343819" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="796.1025539900041" cy="550.7923599611049" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="796.1083486498959" cy="508.8695793938951" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="374.54860228300504" cy="87.30983302700413" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="416.47138285021504" cy="87.31562768689587" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="458.39416341742503" cy="543.80522986657" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="458.39416341742503" cy="534.48905640719" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_2__stack1"><circle cx="458.39416341742503" cy="525.1728829478101" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_3__stack1"><circle cx="458.39416341742503" cy="515.85670948843" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_0__stack1"><circle cx="318.651561526725" cy="543.80522986657" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_1__stack1"><circle cx="318.651561526725" cy="534.48905640719" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_2__stack1"><circle cx="318.651561526725" cy="525.1728829478101" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_3__stack1"><circle cx="318.651561526725" cy="515.85670948843" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_0__stack1"><circle cx="318.651561526725" cy="758.07721943231" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_1__stack1"><circle cx="318.651561526725" cy="767.39339289169" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_0__stack1"><circle cx="318.651561526725" cy="683.54783175727" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_1__stack1"><circle cx="318.651561526725" cy="674.23165829789" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_2__stack1"><circle cx="318.651561526725" cy="664.9154848385101" r="1.863234691876" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_3__stack1"><circle cx="318.651561526725" cy="655.5993113791301" r="1.863234691876" 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="
|
|
166
|
+
M 400.1680792963,138.55168438354002
|
|
167
|
+
L 397.6527124622674,143.20977111323003
|
|
168
|
+
L 354.32008431153787,143.20977111323
|
|
169
|
+
L 354.32008431153787,133.89359765385
|
|
170
|
+
L 397.6527124622674,133.89359765385
|
|
171
|
+
Z
|
|
172
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.931617345938px"/><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="395.97580123957897" y="138.55168438354002" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.384556113442px" transform="">XXXXXXX</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="
|
|
173
|
+
M 318.651561526725,767.39339289169
|
|
174
|
+
L 316.1361946926924,772.05147962138
|
|
175
|
+
L 272.8035665419629,772.05147962138
|
|
176
|
+
L 272.8035665419629,762.735306162
|
|
177
|
+
L 316.1361946926924,762.735306162
|
|
178
|
+
Z
|
|
179
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.931617345938px"/><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="314.459283470004" y="767.39339289169" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.384556113442px" transform="">XXXXXXX</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="
|
|
180
|
+
M 260.4254774056,87.30983302700416
|
|
181
|
+
L 255.76739067591,84.79446619297156
|
|
182
|
+
L 255.76739067591,68.82033410128798
|
|
183
|
+
L 265.08356413529003,68.82033410128798
|
|
184
|
+
L 265.08356413529003,84.79446619297156
|
|
185
|
+
Z
|
|
186
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.931617345938px"/><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="260.4254774056" y="83.11755497028317" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.384556113442px" transform="rotate(-90 260.4254774056 83.11755497028317)">XX</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="
|
|
187
|
+
M 431.3306795179261,341.17845712505505
|
|
188
|
+
L 426.6725927882361,338.66309029102246
|
|
189
|
+
L 426.6725927882361,322.68895819933886
|
|
190
|
+
L 435.9887662476161,322.68895819933886
|
|
191
|
+
L 435.9887662476161,338.66309029102246
|
|
192
|
+
Z
|
|
193
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.931617345938px"/><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="431.3306795179261" y="336.986179068334" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.384556113442px" transform="rotate(-90 431.3306795179261 336.986179068334)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
|
|
194
|
+
M 912.5576195622,41.7799325742303
|
|
195
|
+
L 907.89953283251,39.2645657401977
|
|
196
|
+
L 907.89953283251,23.290433648514128
|
|
197
|
+
L 917.21570629189,23.290433648514128
|
|
198
|
+
L 917.21570629189,39.2645657401977
|
|
199
|
+
Z
|
|
200
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.931617345938px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="912.5576195622" y="37.5876545175093" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.384556113442px" transform="rotate(-90 912.5576195622 37.5876545175093)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
|
|
201
|
+
M 291.5880776272261,562.4375767853301
|
|
202
|
+
L 294.1034444612587,557.77949005564
|
|
203
|
+
L 310.0775765529423,557.77949005564
|
|
204
|
+
L 310.0775765529423,567.0956635150201
|
|
205
|
+
L 294.1034444612587,567.0956635150201
|
|
206
|
+
Z
|
|
207
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.931617345938px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="295.7803556839471" y="562.4375767853301" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.384556113442px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
|
|
208
|
+
M 365.6516566292971,159.5596555344419
|
|
209
|
+
L 370.30974335898713,162.0750223684745
|
|
210
|
+
L 370.30974335898713,178.04915446015806
|
|
211
|
+
L 360.9935698996071,178.04915446015806
|
|
212
|
+
L 360.9935698996071,162.0750223684745
|
|
213
|
+
Z
|
|
214
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.931617345938px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="365.6516566292971" y="163.7519335911629" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.384556113442px" transform="rotate(90 365.6516566292971 163.7519335911629)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
|
|
215
|
+
M 260.4254774056,207.49136798295203
|
|
216
|
+
L 265.08356413529003,210.00673481698462
|
|
217
|
+
L 265.08356413529003,225.9808669086682
|
|
218
|
+
L 255.76739067591,225.9808669086682
|
|
219
|
+
L 255.76739067591,210.00673481698462
|
|
220
|
+
Z
|
|
221
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.931617345938px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="260.4254774056" y="211.68364603967302" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.384556113442px" transform="rotate(90 260.4254774056 211.68364603967302)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
|
|
222
|
+
M 679.6532830777,174.88476087512203
|
|
223
|
+
L 684.3113698073901,177.40012770915462
|
|
224
|
+
L 684.3113698073901,193.3742598008382
|
|
225
|
+
L 674.99519634801,193.3742598008382
|
|
226
|
+
L 674.99519634801,177.40012770915462
|
|
227
|
+
Z
|
|
228
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.931617345938px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="679.6532830777" y="179.07703893184302" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.384556113442px" transform="rotate(90 679.6532830777 179.07703893184302)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="
|
|
229
|
+
M 796.10545131995,704.0434133679059
|
|
230
|
+
L 800.76353804964,706.5587802019386
|
|
231
|
+
L 800.76353804964,722.5329122936221
|
|
232
|
+
L 791.44736459026,722.5329122936221
|
|
233
|
+
L 791.44736459026,706.5587802019386
|
|
234
|
+
Z
|
|
235
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.931617345938px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="796.10545131995" y="708.2356914246269" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.384556113442px" transform="rotate(90 796.10545131995 708.2356914246269)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="
|
|
236
|
+
M 274.81896540034205,546.180854098712
|
|
237
|
+
L 279.47705213003206,548.6962209327446
|
|
238
|
+
L 279.47705213003206,564.6703530244281
|
|
239
|
+
L 270.16087867065204,564.6703530244281
|
|
240
|
+
L 270.16087867065204,548.6962209327446
|
|
241
|
+
Z
|
|
242
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.931617345938px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="274.81896540034205" y="550.3731321554329" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.384556113442px" transform="rotate(90 274.81896540034205 550.3731321554329)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="
|
|
243
|
+
M 307.4255725081721,692.9105860839469
|
|
244
|
+
L 312.0836592378621,695.4259529179795
|
|
245
|
+
L 312.0836592378621,711.400085009663
|
|
246
|
+
L 302.76748577848207,711.400085009663
|
|
247
|
+
L 302.76748577848207,695.4259529179795
|
|
248
|
+
Z
|
|
249
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.931617345938px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" x="307.4255725081721" y="697.1028641406679" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.384556113442px" transform="rotate(90 307.4255725081721 697.1028641406679)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" d="
|
|
250
|
+
M 605.1238954026601,175.81637822106
|
|
251
|
+
L 607.6392622366927,171.15829149137
|
|
252
|
+
L 629.0850935401854,171.15829149137
|
|
253
|
+
L 629.0850935401854,180.47446495075002
|
|
254
|
+
L 607.6392622366927,180.47446495075002
|
|
255
|
+
Z
|
|
256
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.931617345938px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" x="609.316173459381" y="175.81637822106" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.384556113442px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" d="
|
|
257
|
+
M 942.7886024378881,131.6111351563019
|
|
258
|
+
L 940.2732356038555,136.26922188599193
|
|
259
|
+
L 918.8274043003628,136.2692218859919
|
|
260
|
+
L 918.8274043003628,126.95304842661191
|
|
261
|
+
L 940.2732356038555,126.95304842661191
|
|
262
|
+
Z
|
|
263
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.931617345938px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" x="938.5963243811672" y="131.6111351563019" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.384556113442px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" d="
|
|
264
|
+
M 458.39416341742503,525.1728829478101
|
|
265
|
+
L 455.87879658339244,529.8309696775001
|
|
266
|
+
L 434.4329652798997,529.8309696775001
|
|
267
|
+
L 434.4329652798997,520.5147962181201
|
|
268
|
+
L 455.87879658339244,520.5147962181201
|
|
269
|
+
Z
|
|
270
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.931617345938px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" x="454.201885360704" y="525.1728829478101" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.384556113442px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" d="
|
|
271
|
+
M 318.651561526725,525.1728829478101
|
|
272
|
+
L 316.1361946926924,529.8309696775001
|
|
273
|
+
L 294.69036338919966,529.8309696775001
|
|
274
|
+
L 294.69036338919966,520.5147962181201
|
|
275
|
+
L 316.1361946926924,520.5147962181201
|
|
276
|
+
Z
|
|
277
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.931617345938px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" x="314.459283470004" y="525.1728829478101" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.384556113442px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" d="
|
|
278
|
+
M 318.651561526725,664.9154848385101
|
|
279
|
+
L 316.1361946926924,669.5735715682001
|
|
280
|
+
L 294.69036338919966,669.5735715682001
|
|
281
|
+
L 294.69036338919966,660.2573981088201
|
|
282
|
+
L 316.1361946926924,660.2573981088201
|
|
283
|
+
Z
|
|
284
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.931617345938px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" x="314.459283470004" y="664.9154848385101" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.384556113442px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" d="
|
|
285
|
+
M 605.1238954026601,166.50020476168
|
|
286
|
+
L 607.6392622366927,161.84211803199
|
|
287
|
+
L 629.0850935401854,161.84211803199
|
|
288
|
+
L 629.0850935401854,171.15829149137002
|
|
289
|
+
L 607.6392622366927,171.15829149137002
|
|
290
|
+
Z
|
|
291
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.931617345938px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" x="609.316173459381" y="166.50020476168" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.384556113442px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" d="
|
|
292
|
+
M 858.9430413034681,129.2820917914569
|
|
293
|
+
L 856.4276744694355,133.94017852114692
|
|
294
|
+
L 834.9818431659428,133.9401785211469
|
|
295
|
+
L 834.9818431659428,124.62400506176691
|
|
296
|
+
L 856.4276744694355,124.62400506176691
|
|
297
|
+
Z
|
|
298
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.931617345938px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" x="854.7507632467472" y="129.2820917914569" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.384556113442px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" d="
|
|
299
|
+
M 458.39416341742503,515.85670948843
|
|
300
|
+
L 455.87879658339244,520.5147962181201
|
|
301
|
+
L 434.4329652798997,520.5147962181201
|
|
302
|
+
L 434.4329652798997,511.19862275874004
|
|
303
|
+
L 455.87879658339244,511.19862275874004
|
|
304
|
+
Z
|
|
305
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.931617345938px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" x="454.201885360704" y="515.85670948843" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.384556113442px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" d="
|
|
306
|
+
M 318.651561526725,515.85670948843
|
|
307
|
+
L 316.1361946926924,520.5147962181201
|
|
308
|
+
L 294.69036338919966,520.5147962181201
|
|
309
|
+
L 294.69036338919966,511.19862275874004
|
|
310
|
+
L 316.1361946926924,511.19862275874004
|
|
311
|
+
Z
|
|
312
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.931617345938px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" x="314.459283470004" y="515.85670948843" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.384556113442px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" d="
|
|
313
|
+
M 318.651561526725,655.5993113791301
|
|
314
|
+
L 316.1361946926924,660.2573981088201
|
|
315
|
+
L 294.69036338919966,660.2573981088201
|
|
316
|
+
L 294.69036338919966,650.9412246494401
|
|
317
|
+
L 316.1361946926924,650.9412246494401
|
|
318
|
+
Z
|
|
319
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.931617345938px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" x="314.459283470004" y="655.5993113791301" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.384556113442px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" d="
|
|
320
|
+
M 647.04667596987,207.49136798295203
|
|
321
|
+
L 649.5620428039026,202.83328125326202
|
|
322
|
+
L 665.5361748955861,202.83328125326202
|
|
323
|
+
L 665.5361748955861,212.14945471264204
|
|
324
|
+
L 649.5620428039026,212.14945471264204
|
|
325
|
+
Z
|
|
326
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.931617345938px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" x="651.2389540265909" y="207.49136798295203" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.384556113442px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" d="
|
|
327
|
+
M 647.04667596987,155.320796610424
|
|
328
|
+
L 644.5313091358373,159.978883340114
|
|
329
|
+
L 628.5571770441538,159.978883340114
|
|
330
|
+
L 628.5571770441538,150.66270988073398
|
|
331
|
+
L 644.5313091358373,150.66270988073398
|
|
332
|
+
Z
|
|
333
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.931617345938px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" x="642.854397913149" y="155.320796610424" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.384556113442px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" d="
|
|
334
|
+
M 679.6532830777,138.55168438354002
|
|
335
|
+
L 674.99519634801,136.03631754950743
|
|
336
|
+
L 674.99519634801,120.06218545782384
|
|
337
|
+
L 684.3113698073901,120.06218545782384
|
|
338
|
+
L 684.3113698073901,136.03631754950743
|
|
339
|
+
Z
|
|
340
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.931617345938px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" x="679.6532830777" y="134.35940632681903" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.384556113442px" transform="rotate(-90 679.6532830777 134.35940632681903)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" d="
|
|
341
|
+
M 945.1642266700301,68.68038343819
|
|
342
|
+
L 940.5061399403401,66.1650166041574
|
|
343
|
+
L 940.5061399403401,50.19088451247383
|
|
344
|
+
L 949.8223133997201,50.19088451247383
|
|
345
|
+
L 949.8223133997201,66.1650166041574
|
|
346
|
+
Z
|
|
347
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.931617345938px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" x="945.1642266700301" y="64.48810538146901" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.384556113442px" transform="rotate(-90 945.1642266700301 64.48810538146901)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" d="
|
|
348
|
+
M 879.95101245437,68.68038343819002
|
|
349
|
+
L 875.29292572468,66.16501660415742
|
|
350
|
+
L 875.29292572468,50.19088451247384
|
|
351
|
+
L 884.60909918406,50.19088451247384
|
|
352
|
+
L 884.60909918406,66.16501660415742
|
|
353
|
+
Z
|
|
354
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.931617345938px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" x="879.95101245437" y="64.48810538146903" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.384556113442px" transform="rotate(-90 879.95101245437 64.48810538146903)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_27__stack1" d="
|
|
355
|
+
M 796.10545131995,629.048217019897
|
|
356
|
+
L 798.6208181539827,624.390130290207
|
|
357
|
+
L 814.5949502456662,624.390130290207
|
|
358
|
+
L 814.5949502456662,633.706303749587
|
|
359
|
+
L 798.6208181539827,633.706303749587
|
|
360
|
+
Z
|
|
361
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.931617345938px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_27__stack1" x="800.297729376671" y="629.048217019897" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.384556113442px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_28__stack1" d="
|
|
362
|
+
M 307.4255725081721,748.7144651056333
|
|
363
|
+
L 302.76748577848207,746.1990982716006
|
|
364
|
+
L 302.76748577848207,730.2249661799171
|
|
365
|
+
L 312.0836592378621,730.2249661799171
|
|
366
|
+
L 312.0836592378621,746.1990982716006
|
|
367
|
+
Z
|
|
368
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.931617345938px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_28__stack1" x="307.4255725081721" y="744.5221870489123" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.384556113442px" transform="rotate(-90 307.4255725081721 744.5221870489123)">XX</text><text class="sch-text" x="524.073186306054" y="191.188064429037" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.384556113441997px" transform="rotate(0, 524.073186306054, 191.188064429037)">FS3000_1015</text><text class="sch-text" x="498.919517965728" y="123.8787111850165" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.384556113442px" transform="rotate(0, 498.919517965728, 123.8787111850165)">U1</text><text class="sch-text" x="530.1286990546511" y="559.1769160745471" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.384556113441988px" transform="rotate(0, 530.1286990546511, 559.1769160745471)">SM04B_SRSS_TB_LF_SN</text><text class="sch-text" x="485.411066449627" y="501.1837362899065" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.384556113442px" transform="rotate(0, 485.411066449627, 501.1837362899065)">JP6</text><text class="sch-text" x="390.38609716395104" y="559.1769160745471" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.384556113441988px" transform="rotate(0, 390.38609716395104, 559.1769160745471)">SM04B_SRSS_TB_LF_SN</text><text class="sch-text" x="345.668464558927" y="501.1837362899065" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.384556113442px" transform="rotate(0, 345.668464558927, 501.1837362899065)">JP7</text><text class="sch-text" x="345.668464558927" y="743.4042462337865" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.384556113442px" transform="rotate(0, 345.668464558927, 743.4042462337865)">JP4</text><text class="sch-text" x="345.668464558927" y="640.9263381806065" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.384556113442px" transform="rotate(0, 345.668464558927, 640.9263381806065)">JP5</text><rect class="schematic-box sch-box" x="493.3298138901" y="186.99578637231602" width="61.48674483190803" height="8.384556113442017" stroke-width="0.931617345938px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.452938767504 3.726469383752"/><rect class="schematic-box sch-box" x="490.534961852286" y="118.05610277290401" width="16.769112226884033" height="11.645216824225002" stroke-width="0.931617345938px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.452938767504 3.726469383752"/><rect class="schematic-box sch-box" x="477.026510336185" y="554.984638017826" width="106.20437743693202" height="8.384556113442045" stroke-width="0.931617345938px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.452938767504 3.726469383752"/><rect class="schematic-box sch-box" x="474.23165829837103" y="495.36112787779405" width="22.35881630251197" height="11.645216824224974" stroke-width="0.931617345938px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.452938767504 3.726469383752"/><rect class="schematic-box sch-box" x="337.28390844548505" y="554.984638017826" width="106.20437743693196" height="8.384556113442045" stroke-width="0.931617345938px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.452938767504 3.726469383752"/><rect class="schematic-box sch-box" x="334.489056407671" y="495.36112787779405" width="22.35881630251197" height="11.645216824224974" stroke-width="0.931617345938px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.452938767504 3.726469383752"/><rect class="schematic-box sch-box" x="334.489056407671" y="737.581637821674" width="22.35881630251197" height="11.645216824225031" stroke-width="0.931617345938px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.452938767504 3.726469383752"/><rect class="schematic-box sch-box" x="334.489056407671" y="635.1037297684941" width="22.35881630251197" height="11.645216824224917" stroke-width="0.931617345938px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.452938767504 3.726469383752"/>
|
|
369
|
+
</g>
|
|
370
|
+
</svg>
|