@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="3.65,-3.3050000000000015 4.72,-3.4250000000000007" data-type="line" data-label="" points="328.6901630720673,408.0504997369806 391.7306680694372,415.12046291425565" fill="none" stroke="hsl(136, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-0.14499999999999974,-3.804999999999999 -0.14499999999999957,-4.479999999999999" data-type="line" data-label="" points="105.10257759074175,437.5086796422935 105.10257759074176,477.27722251446596" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.25,-1.2000000000000002 1.25,-1.4000000000000001" data-type="line" data-label="" points="187.290899526565,284.0315623356128 187.290899526565,295.814834297738" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 -0.37500000000000006,-2" data-type="line" data-label="" points="187.290899526565,284.0315623356128 91.55181483429774,331.1646501841136" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 -0.17500000000000004,-2" data-type="line" data-label="" points="187.290899526565,284.0315623356128 103.33508679642296,331.1646501841136" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 0.024999999999999967,-2" data-type="line" data-label="" points="187.290899526565,284.0315623356128 115.11835875854814,331.1646501841136" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 0.22500000000000003,-2" data-type="line" data-label="" points="187.290899526565,284.0315623356128 126.90163072067335,331.1646501841136" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 4.84,-0.7000000000000013" data-type="line" data-label="" points="187.290899526565,284.0315623356128 398.80063124671227,254.5733824302999" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 1.65,-3.2050000000000014" data-type="line" data-label="" points="187.290899526565,284.0315623356128 210.85744345081537,402.158863755918" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 5.125,1.0299999999999987" data-type="line" data-label="" points="187.290899526565,284.0315623356128 415.5917937927407,152.64807995791693" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 4.72,-4.185000000000002" data-type="line" data-label="" points="187.290899526565,284.0315623356128 391.7306680694372,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="187.290899526565,284.0315623356128 484.22935297211995,460.48605996843776" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="187.290899526565,284.0315623356128 564.9447659126776,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 -0.1449999999999998,-5.609999999999999" data-type="line" data-label="" points="187.290899526565,284.0315623356128 105.10257759074175,543.8527091004734" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 -0.37500000000000006,-2" data-type="line" data-label="" points="187.290899526565,295.814834297738 91.55181483429774,331.1646501841136" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 -0.17500000000000004,-2" data-type="line" data-label="" points="187.290899526565,295.814834297738 103.33508679642296,331.1646501841136" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 0.024999999999999967,-2" data-type="line" data-label="" points="187.290899526565,295.814834297738 115.11835875854814,331.1646501841136" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 0.22500000000000003,-2" data-type="line" data-label="" points="187.290899526565,295.814834297738 126.90163072067335,331.1646501841136" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 4.84,-0.7000000000000013" data-type="line" data-label="" points="187.290899526565,295.814834297738 398.80063124671227,254.5733824302999" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 1.65,-3.2050000000000014" data-type="line" data-label="" points="187.290899526565,295.814834297738 210.85744345081537,402.158863755918" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 5.125,1.0299999999999987" data-type="line" data-label="" points="187.290899526565,295.814834297738 415.5917937927407,152.64807995791693" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 4.72,-4.185000000000002" data-type="line" data-label="" points="187.290899526565,295.814834297738 391.7306680694372,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="187.290899526565,295.814834297738 484.22935297211995,460.48605996843776" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="187.290899526565,295.814834297738 564.9447659126776,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 -0.1449999999999998,-5.609999999999999" data-type="line" data-label="" points="187.290899526565,295.814834297738 105.10257759074175,543.8527091004734" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 -0.17500000000000004,-2" data-type="line" data-label="" points="91.55181483429774,331.1646501841136 103.33508679642296,331.1646501841136" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 0.024999999999999967,-2" data-type="line" data-label="" points="91.55181483429774,331.1646501841136 115.11835875854814,331.1646501841136" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 0.22500000000000003,-2" data-type="line" data-label="" points="91.55181483429774,331.1646501841136 126.90163072067335,331.1646501841136" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 4.84,-0.7000000000000013" data-type="line" data-label="" points="91.55181483429774,331.1646501841136 398.80063124671227,254.5733824302999" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 1.65,-3.2050000000000014" data-type="line" data-label="" points="91.55181483429774,331.1646501841136 210.85744345081537,402.158863755918" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 5.125,1.0299999999999987" data-type="line" data-label="" points="91.55181483429774,331.1646501841136 415.5917937927407,152.64807995791693" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 4.72,-4.185000000000002" data-type="line" data-label="" points="91.55181483429774,331.1646501841136 391.7306680694372,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="91.55181483429774,331.1646501841136 484.22935297211995,460.48605996843776" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="91.55181483429774,331.1646501841136 564.9447659126776,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 -0.1449999999999998,-5.609999999999999" data-type="line" data-label="" points="91.55181483429774,331.1646501841136 105.10257759074175,543.8527091004734" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.17500000000000004,-2 0.024999999999999967,-2" data-type="line" data-label="" points="103.33508679642296,331.1646501841136 115.11835875854814,331.1646501841136" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.17500000000000004,-2 0.22500000000000003,-2" data-type="line" data-label="" points="103.33508679642296,331.1646501841136 126.90163072067335,331.1646501841136" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.17500000000000004,-2 4.84,-0.7000000000000013" data-type="line" data-label="" points="103.33508679642296,331.1646501841136 398.80063124671227,254.5733824302999" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.17500000000000004,-2 1.65,-3.2050000000000014" data-type="line" data-label="" points="103.33508679642296,331.1646501841136 210.85744345081537,402.158863755918" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.17500000000000004,-2 5.125,1.0299999999999987" data-type="line" data-label="" points="103.33508679642296,331.1646501841136 415.5917937927407,152.64807995791693" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.17500000000000004,-2 4.72,-4.185000000000002" data-type="line" data-label="" points="103.33508679642296,331.1646501841136 391.7306680694372,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.17500000000000004,-2 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="103.33508679642296,331.1646501841136 484.22935297211995,460.48605996843776" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.17500000000000004,-2 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="103.33508679642296,331.1646501841136 564.9447659126776,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.17500000000000004,-2 -0.1449999999999998,-5.609999999999999" data-type="line" data-label="" points="103.33508679642296,331.1646501841136 105.10257759074175,543.8527091004734" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.024999999999999967,-2 0.22500000000000003,-2" data-type="line" data-label="" points="115.11835875854814,331.1646501841136 126.90163072067335,331.1646501841136" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.024999999999999967,-2 4.84,-0.7000000000000013" data-type="line" data-label="" points="115.11835875854814,331.1646501841136 398.80063124671227,254.5733824302999" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.024999999999999967,-2 1.65,-3.2050000000000014" data-type="line" data-label="" points="115.11835875854814,331.1646501841136 210.85744345081537,402.158863755918" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.024999999999999967,-2 5.125,1.0299999999999987" data-type="line" data-label="" points="115.11835875854814,331.1646501841136 415.5917937927407,152.64807995791693" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.024999999999999967,-2 4.72,-4.185000000000002" data-type="line" data-label="" points="115.11835875854814,331.1646501841136 391.7306680694372,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.024999999999999967,-2 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="115.11835875854814,331.1646501841136 484.22935297211995,460.48605996843776" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.024999999999999967,-2 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="115.11835875854814,331.1646501841136 564.9447659126776,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.024999999999999967,-2 -0.1449999999999998,-5.609999999999999" data-type="line" data-label="" points="115.11835875854814,331.1646501841136 105.10257759074175,543.8527091004734" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.22500000000000003,-2 4.84,-0.7000000000000013" data-type="line" data-label="" points="126.90163072067335,331.1646501841136 398.80063124671227,254.5733824302999" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.22500000000000003,-2 1.65,-3.2050000000000014" data-type="line" data-label="" points="126.90163072067335,331.1646501841136 210.85744345081537,402.158863755918" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.22500000000000003,-2 5.125,1.0299999999999987" data-type="line" data-label="" points="126.90163072067335,331.1646501841136 415.5917937927407,152.64807995791693" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.22500000000000003,-2 4.72,-4.185000000000002" data-type="line" data-label="" points="126.90163072067335,331.1646501841136 391.7306680694372,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.22500000000000003,-2 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="126.90163072067335,331.1646501841136 484.22935297211995,460.48605996843776" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.22500000000000003,-2 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="126.90163072067335,331.1646501841136 564.9447659126776,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.22500000000000003,-2 -0.1449999999999998,-5.609999999999999" data-type="line" data-label="" points="126.90163072067335,331.1646501841136 105.10257759074175,543.8527091004734" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.84,-0.7000000000000013 1.65,-3.2050000000000014" data-type="line" data-label="" points="398.80063124671227,254.5733824302999 210.85744345081537,402.158863755918" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.84,-0.7000000000000013 5.125,1.0299999999999987" data-type="line" data-label="" points="398.80063124671227,254.5733824302999 415.5917937927407,152.64807995791693" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.84,-0.7000000000000013 4.72,-4.185000000000002" data-type="line" data-label="" points="398.80063124671227,254.5733824302999 391.7306680694372,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.84,-0.7000000000000013 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="398.80063124671227,254.5733824302999 484.22935297211995,460.48605996843776" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.84,-0.7000000000000013 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="398.80063124671227,254.5733824302999 564.9447659126776,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.84,-0.7000000000000013 -0.1449999999999998,-5.609999999999999" data-type="line" data-label="" points="398.80063124671227,254.5733824302999 105.10257759074175,543.8527091004734" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-3.2050000000000014 5.125,1.0299999999999987" data-type="line" data-label="" points="210.85744345081537,402.158863755918 415.5917937927407,152.64807995791693" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-3.2050000000000014 4.72,-4.185000000000002" data-type="line" data-label="" points="210.85744345081537,402.158863755918 391.7306680694372,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-3.2050000000000014 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="210.85744345081537,402.158863755918 484.22935297211995,460.48605996843776" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-3.2050000000000014 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="210.85744345081537,402.158863755918 564.9447659126776,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-3.2050000000000014 -0.1449999999999998,-5.609999999999999" data-type="line" data-label="" points="210.85744345081537,402.158863755918 105.10257759074175,543.8527091004734" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.125,1.0299999999999987 4.72,-4.185000000000002" data-type="line" data-label="" points="415.5917937927407,152.64807995791693 391.7306680694372,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.125,1.0299999999999987 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="415.5917937927407,152.64807995791693 484.22935297211995,460.48605996843776" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.125,1.0299999999999987 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="415.5917937927407,152.64807995791693 564.9447659126776,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.125,1.0299999999999987 -0.1449999999999998,-5.609999999999999" data-type="line" data-label="" points="415.5917937927407,152.64807995791693 105.10257759074175,543.8527091004734" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.72,-4.185000000000002 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="391.7306680694372,459.89689637033155 484.22935297211995,460.48605996843776" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.72,-4.185000000000002 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="391.7306680694372,459.89689637033155 564.9447659126776,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.72,-4.185000000000002 -0.1449999999999998,-5.609999999999999" data-type="line" data-label="" points="391.7306680694372,459.89689637033155 105.10257759074175,543.8527091004734" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.289999999999999,-4.195000000000001 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="484.22935297211995,460.48605996843776 564.9447659126776,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.289999999999999,-4.195000000000001 -0.1449999999999998,-5.609999999999999" data-type="line" data-label="" points="484.22935297211995,460.48605996843776 105.10257759074175,543.8527091004734" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.659999999999999,-4.185000000000002 -0.1449999999999998,-5.609999999999999" data-type="line" data-label="" points="564.9447659126776,459.89689637033155 105.10257759074175,543.8527091004734" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,1.4000000000000001 1.25,1.2" data-type="line" data-label="" points="187.290899526565,130.84902682798523 187.290899526565,142.63229879011044" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,1.4000000000000001 2.46,1.4449999999999987" data-type="line" data-label="" points="187.290899526565,130.84902682798523 258.5796948974224,128.19779063650714" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,1.4000000000000001 2.46,-0.7500000000000013" data-type="line" data-label="" points="187.290899526565,130.84902682798523 258.5796948974224,257.5192004208312" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,1.4000000000000001 4.84,-0.10000000000000131" data-type="line" data-label="" points="187.290899526565,130.84902682798523 398.80063124671227,219.2235665439243" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,1.2 2.46,1.4449999999999987" data-type="line" data-label="" points="187.290899526565,142.63229879011044 258.5796948974224,128.19779063650714" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,1.2 2.46,-0.7500000000000013" data-type="line" data-label="" points="187.290899526565,142.63229879011044 258.5796948974224,257.5192004208312" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,1.2 4.84,-0.10000000000000131" data-type="line" data-label="" points="187.290899526565,142.63229879011044 398.80063124671227,219.2235665439243" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.46,1.4449999999999987 2.46,-0.7500000000000013" data-type="line" data-label="" points="258.5796948974224,128.19779063650714 258.5796948974224,257.5192004208312" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.46,1.4449999999999987 4.84,-0.10000000000000131" data-type="line" data-label="" points="258.5796948974224,128.19779063650714 398.80063124671227,219.2235665439243" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.46,-0.7500000000000013 4.84,-0.10000000000000131" data-type="line" data-label="" points="258.5796948974224,257.5192004208312 398.80063124671227,219.2235665439243" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,0.2999999999999998 1.25,0.09999999999999987" data-type="line" data-label="" points="187.290899526565,195.65702261967385 187.290899526565,207.44029458179904" fill="none" stroke="hsl(28, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-0.10000000000000009 1.25,-0.30000000000000004" data-type="line" data-label="" points="187.290899526565,219.22356654392422 187.290899526565,231.00683850604943" fill="none" stroke="hsl(25, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.5,1.4449999999999987 3.19,-1.2000000000000015" data-type="line" data-label="" points="319.8527091004735,128.19779063650714 301.5886375591794,284.0315623356129" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.5,1.4449999999999987 1.65,-3.0050000000000012" data-type="line" data-label="" points="319.8527091004735,128.19779063650714 210.85744345081537,390.3755917937928" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.5,1.4449999999999987 5.125,1.7899999999999985" data-type="line" data-label="" points="319.8527091004735,128.19779063650714 415.5917937927407,107.8716465018412" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.19,-1.2000000000000015 1.65,-3.0050000000000012" data-type="line" data-label="" points="301.5886375591794,284.0315623356129 210.85744345081537,390.3755917937928" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.19,-1.2000000000000015 5.125,1.7899999999999985" data-type="line" data-label="" points="301.5886375591794,284.0315623356129 415.5917937927407,107.8716465018412" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-3.0050000000000012 5.125,1.7899999999999985" data-type="line" data-label="" points="210.85744345081537,390.3755917937928 415.5917937927407,107.8716465018412" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.65,-3.1050000000000013 6.289999999999999,-3.415000000000002" data-type="line" data-label="" points="328.6901630720673,396.2672277748554 484.22935297211995,414.5312993161495" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.65,-3.1050000000000013 7.659999999999999,-3.4250000000000007" data-type="line" data-label="" points="328.6901630720673,396.2672277748554 564.9447659126776,415.12046291425565" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.65,-3.1050000000000013 -0.14499999999999963,-3.204999999999999" data-type="line" data-label="" points="328.6901630720673,396.2672277748554 105.10257759074176,402.1588637559179" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.289999999999999,-3.415000000000002 7.659999999999999,-3.4250000000000007" data-type="line" data-label="" points="484.22935297211995,414.5312993161495 564.9447659126776,415.12046291425565" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.289999999999999,-3.415000000000002 -0.14499999999999963,-3.204999999999999" data-type="line" data-label="" points="484.22935297211995,414.5312993161495 105.10257759074176,402.1588637559179" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.659999999999999,-3.4250000000000007 -0.14499999999999963,-3.204999999999999" data-type="line" data-label="" points="564.9447659126776,415.12046291425565 105.10257759074176,402.1588637559179" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.65,-3.3050000000000015 4.72,-3.3050000000000015 4.72,-3.4250000000000007" data-type="line" data-label="" points="328.6901630720673,408.0504997369806 391.7306680694372,408.0504997369806 391.7306680694372,415.12046291425565" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.14499999999999974,-3.804999999999999 -0.14499999999999974,-4.479999999999999" data-type="line" data-label="" points="105.10257759074175,437.5086796422935 105.10257759074175,477.27722251446596" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.25,-1.4000000000000001 1.35,-1.4000000000000001 1.35,-1.2000000000000002 1.25,-1.2000000000000002" data-type="line" data-label="" points="187.290899526565,295.814834297738 193.1825355076276,295.814834297738 193.1825355076276,284.0315623356128 187.290899526565,284.0315623356128" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.22500000000000003,-2 0.22500000000000003,-2.2 1.35,-2.2 1.35,-1.4000000000000004 1.25,-1.4000000000000004" data-type="line" data-label="" points="126.90163072067335,331.1646501841136 126.90163072067335,342.94792214623885 193.1825355076276,342.94792214623885 193.1825355076276,295.814834297738 187.290899526565,295.814834297738" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.024999999999999967,-2 0.024999999999999967,-2.2 0.22500000000000014,-2.2 0.22500000000000014,-2" data-type="line" data-label="" points="115.11835875854814,331.1646501841136 115.11835875854814,342.94792214623885 126.90163072067335,342.94792214623885 126.90163072067335,331.1646501841136" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.17500000000000004,-2 -0.17500000000000004,-2.2 0.025000000000000133,-2.2 0.025000000000000133,-2" data-type="line" data-label="" points="103.33508679642296,331.1646501841136 103.33508679642296,342.94792214623885 115.11835875854815,342.94792214623885 115.11835875854815,331.1646501841136" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.37500000000000006,-2 -0.37500000000000006,-2.2 -0.17499999999999988,-2.2 -0.17499999999999988,-2" data-type="line" data-label="" points="91.55181483429774,331.1646501841136 91.55181483429774,342.94792214623885 103.33508679642296,342.94792214623885 103.33508679642296,331.1646501841136" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.65,-3.2050000000000014 1.3499999999999999,-3.2050000000000014 1.3499999999999999,-1.4000000000000001 1.25,-1.4000000000000001" data-type="line" data-label="" points="210.85744345081537,402.158863755918 193.18253550762756,402.158863755918 193.18253550762756,295.814834297738 187.290899526565,295.814834297738" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.289999999999999,-4.195000000000001 6.289999999999999,-4.395000000000001 4.72,-4.395000000000001 4.72,-4.185000000000002" data-type="line" data-label="" points="484.22935297211995,460.48605996843776 484.22935297211995,472.2693319305629 391.7306680694372,472.2693319305629 391.7306680694372,459.89689637033155" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.659999999999999,-4.185000000000002 7.659999999999999,-4.395000000000001 6.289999999999999,-4.395000000000001 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="564.9447659126776,459.89689637033155 564.9447659126776,472.2693319305629 484.22935297211995,472.2693319305629 484.22935297211995,460.48605996843776" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.25,1.2 1.45,1.2 1.45,1.4000000000000001 1.25,1.4000000000000001" data-type="line" data-label="" points="187.290899526565,142.63229879011044 199.07417148869018,142.63229879011044 199.07417148869018,130.84902682798523 187.290899526565,130.84902682798523" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.46,1.4449999999999987 1.45,1.4449999999999987 1.45,1.4000000000000001 1.25,1.4000000000000001" data-type="line" data-label="" points="258.5796948974224,128.19779063650714 199.07417148869018,128.19779063650714 199.07417148869018,130.84902682798523 187.290899526565,130.84902682798523" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.46,-0.7500000000000013 2.26,-0.7500000000000013 2.26,1.4449999999999987 2.46,1.4449999999999987" data-type="line" data-label="" points="258.5796948974224,257.5192004208312 246.79642293529722,257.5192004208312 246.79642293529722,128.19779063650714 258.5796948974224,128.19779063650714" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.25,0.2999999999999998 1.45,0.2999999999999998 1.45,0.09999999999999987 1.25,0.09999999999999987" data-type="line" data-label="" points="187.290899526565,195.65702261967385 199.07417148869018,195.65702261967385 199.07417148869018,207.44029458179904 187.290899526565,207.44029458179904" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.25,-0.10000000000000009 1.45,-0.10000000000000009 1.45,-0.30000000000000004 1.25,-0.30000000000000004" data-type="line" data-label="" points="187.290899526565,219.22356654392422 199.07417148869018,219.22356654392422 199.07417148869018,231.00683850604943 187.290899526565,231.00683850604943" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.125,1.7899999999999985 5.125,1.9899999999999984 3.7,1.9899999999999984 3.7,1.4449999999999987 3.5,1.4449999999999987" data-type="line" data-label="" points="415.5917937927407,107.8716465018412 415.5917937927407,96.088374539716 331.6359810625987,96.088374539716 331.6359810625987,128.19779063650714 319.8527091004735,128.19779063650714" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.19,-1.2000000000000015 3.19,-1.4000000000000017 3.7,-1.4000000000000017 3.7,1.444999999999999 3.5,1.444999999999999" data-type="line" data-label="" points="301.5886375591794,284.0315623356129 301.5886375591794,295.8148342977381 331.6359810625987,295.8148342977381 331.6359810625987,128.19779063650714 319.8527091004735,128.19779063650714" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.65,-3.0050000000000012 1.55,-3.0050000000000012 1.55,-1.4000000000000017 3.19,-1.4000000000000017 3.19,-1.2000000000000015" data-type="line" data-label="" points="210.85744345081537,390.3755917937928 204.9658074697528,390.3755917937928 204.9658074697528,295.8148342977381 301.5886375591794,295.8148342977381 301.5886375591794,284.0315623356129" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.289999999999999,-3.415000000000002 6.289999999999999,-3.1050000000000013 3.65,-3.1050000000000013" data-type="line" data-label="" points="484.22935297211995,414.5312993161495 484.22935297211995,396.2672277748554 328.6901630720673,396.2672277748554" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.659999999999999,-3.4250000000000007 7.659999999999999,-3.1050000000000013 6.289999999999999,-3.1050000000000013 6.289999999999999,-3.415000000000002" data-type="line" data-label="" points="564.9447659126776,415.12046291425565 564.9447659126776,396.2672277748554 484.22935297211995,396.2672277748554 484.22935297211995,414.5312993161495" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.14499999999999963,-3.204999999999999 -0.14499999999999963,-2.365000000000001 3.8499999999999996,-2.365000000000001 3.8499999999999996,-3.1050000000000013 3.6499999999999995,-3.1050000000000013" data-type="line" data-label="" points="105.10257759074176,402.1588637559179 105.10257759074176,352.6691215149922 340.47343503419256,352.6691215149922 340.47343503419256,396.2672277748554 328.6901630720673,396.2672277748554" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.72,-4.185000000000002 4.72,-4.3850000000000025 0.7090000000000002,-4.3850000000000025 0.7090000000000002,-3.2050000000000014 1.65,-3.2050000000000014" data-type="line" data-label="" points="391.7306680694372,459.89689637033155 391.7306680694372,471.6801683324568 155.41714886901633,471.6801683324568 155.41714886901633,402.158863755918 210.85744345081537,402.158863755918" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.84,-0.10000000000000131 4.84,0.0999999999999987 3.38,0.0999999999999987 3.38,0.6009999999999986 2.26,0.6009999999999986 2.26,-0.7500000000000013 2.46,-0.7500000000000013" data-type="line" data-label="" points="398.80063124671227,219.2235665439243 398.80063124671227,207.4402945817991 312.7827459231984,207.4402945817991 312.7827459231984,177.9231983166755 246.79642293529722,177.9231983166755 246.79642293529722,257.5192004208312 258.5796948974224,257.5192004208312" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.1799999999999997,-0.10000000000000131 3.1799999999999997,0.0509999999999987 3.129,0.0509999999999987" data-type="line" data-label="" points="300.99947396107314,219.2235665439243 300.99947396107314,210.32719621251977 297.99473961073124,210.32719621251977" 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="40" y="95.49921094160965" width="147.290899526565" height="235.66543924250396" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016973214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="2.98" data-y="1.5149999999999988" x="258.5796948974224" y="104.0420831141505" width="61.27301420305105" height="40.06312467122564" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016973214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="2.88" data-y="-0.6500000000000015" x="258.5796948974224" y="219.22356654392433" width="49.48974224092581" height="64.80799579168857" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016973214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="5.057499999999999" data-y="-0.4000000000000013" x="379.65281430825877" y="219.22356654392433" width="63.92425039452928" height="35.34981588637558" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016973214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="2.65" data-y="-3.2050000000000014" x="210.85744345081537" y="378.5923198316676" width="117.83271962125195" height="47.13308784850079" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016973214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="5.26" data-y="1.4099999999999986" x="396.44397685428714" y="107.87164650184118" width="54.203051025776006" height="44.776433456075736" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016973214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="4.914999999999999" data-y="-3.8050000000000015" x="372.5828511309837" y="415.12046291425565" width="61.273014203050934" height="44.77643345607589" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016973214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="6.464999999999999" data-y="-3.8050000000000015" x="451.8253550762756" y="414.53129931614944" width="85.42872172540774" height="45.95476065228826" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016973214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="7.794999999999999" data-y="-3.8050000000000015" x="545.796948974224" y="415.12046291425565" width="54.20305102577595" height="44.77643345607589" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016973214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="0.032500000000000334" data-y="-5.044999999999999" x="85.95476065228831" y="477.27722251446596" width="59.210941609679125" height="66.5754865860074" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016973214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="0.012500000000000316" data-y="-3.504999999999999" x="85.95476065228831" y="402.1588637559179" width="56.85428721725408" height="35.34981588637561" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016973214285714286"/></g><g><rect data-type="rect" data-label="J1" data-x="1.07" data-y="1.7149999999999999" x="166.08100999473965" y="104.92582851130982" width="21.209889531825354" height="14.729089952656494" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.016973214285714286"/></g><g><rect data-type="rect" data-label="MIC5219_3_3YM5_TR" data-x="3.07" data-y="-3.735000000000001" x="234.42398737506576" y="428.08206207259343" width="120.18937401367697" height="10.604944765912705" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.016973214285714286"/></g><g><rect data-type="rect" data-label="U3" data-x="2.17" data-y="-2.6900000000000013" x="230.88900578642819" y="364.4523934771174" width="21.209889531825382" height="14.729089952656466" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.016973214285714286"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
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="3.65,-3.3050000000000015 4.72,-3.4250000000000007" data-type="line" data-label="" points="328.6901630720673,408.0504997369806 391.7306680694372,415.12046291425565" fill="none" stroke="hsl(136, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-0.14499999999999974,-3.804999999999999 -0.14499999999999957,-4.479999999999999" data-type="line" data-label="" points="105.10257759074175,437.5086796422935 105.10257759074176,477.27722251446596" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.25,-1.2000000000000002 1.25,-1.4000000000000001" data-type="line" data-label="" points="187.290899526565,284.0315623356128 187.290899526565,295.814834297738" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 -0.37500000000000006,-2" data-type="line" data-label="" points="187.290899526565,284.0315623356128 91.55181483429774,331.1646501841136" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 -0.17500000000000004,-2" data-type="line" data-label="" points="187.290899526565,284.0315623356128 103.33508679642296,331.1646501841136" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 0.024999999999999967,-2" data-type="line" data-label="" points="187.290899526565,284.0315623356128 115.11835875854814,331.1646501841136" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 0.22500000000000003,-2" data-type="line" data-label="" points="187.290899526565,284.0315623356128 126.90163072067335,331.1646501841136" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 4.84,-0.7000000000000013" data-type="line" data-label="" points="187.290899526565,284.0315623356128 398.80063124671227,254.5733824302999" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 1.65,-3.2050000000000014" data-type="line" data-label="" points="187.290899526565,284.0315623356128 210.85744345081537,402.158863755918" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 5.125,1.0299999999999987" data-type="line" data-label="" points="187.290899526565,284.0315623356128 415.5917937927407,152.64807995791693" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 4.72,-4.185000000000002" data-type="line" data-label="" points="187.290899526565,284.0315623356128 391.7306680694372,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="187.290899526565,284.0315623356128 484.22935297211995,460.48605996843776" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="187.290899526565,284.0315623356128 564.9447659126776,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 -0.1449999999999998,-5.609999999999999" data-type="line" data-label="" points="187.290899526565,284.0315623356128 105.10257759074175,543.8527091004734" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 -0.37500000000000006,-2" data-type="line" data-label="" points="187.290899526565,295.814834297738 91.55181483429774,331.1646501841136" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 -0.17500000000000004,-2" data-type="line" data-label="" points="187.290899526565,295.814834297738 103.33508679642296,331.1646501841136" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 0.024999999999999967,-2" data-type="line" data-label="" points="187.290899526565,295.814834297738 115.11835875854814,331.1646501841136" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 0.22500000000000003,-2" data-type="line" data-label="" points="187.290899526565,295.814834297738 126.90163072067335,331.1646501841136" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 4.84,-0.7000000000000013" data-type="line" data-label="" points="187.290899526565,295.814834297738 398.80063124671227,254.5733824302999" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 1.65,-3.2050000000000014" data-type="line" data-label="" points="187.290899526565,295.814834297738 210.85744345081537,402.158863755918" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 5.125,1.0299999999999987" data-type="line" data-label="" points="187.290899526565,295.814834297738 415.5917937927407,152.64807995791693" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 4.72,-4.185000000000002" data-type="line" data-label="" points="187.290899526565,295.814834297738 391.7306680694372,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="187.290899526565,295.814834297738 484.22935297211995,460.48605996843776" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="187.290899526565,295.814834297738 564.9447659126776,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 -0.1449999999999998,-5.609999999999999" data-type="line" data-label="" points="187.290899526565,295.814834297738 105.10257759074175,543.8527091004734" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 -0.17500000000000004,-2" data-type="line" data-label="" points="91.55181483429774,331.1646501841136 103.33508679642296,331.1646501841136" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 0.024999999999999967,-2" data-type="line" data-label="" points="91.55181483429774,331.1646501841136 115.11835875854814,331.1646501841136" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 0.22500000000000003,-2" data-type="line" data-label="" points="91.55181483429774,331.1646501841136 126.90163072067335,331.1646501841136" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 4.84,-0.7000000000000013" data-type="line" data-label="" points="91.55181483429774,331.1646501841136 398.80063124671227,254.5733824302999" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 1.65,-3.2050000000000014" data-type="line" data-label="" points="91.55181483429774,331.1646501841136 210.85744345081537,402.158863755918" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 5.125,1.0299999999999987" data-type="line" data-label="" points="91.55181483429774,331.1646501841136 415.5917937927407,152.64807995791693" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 4.72,-4.185000000000002" data-type="line" data-label="" points="91.55181483429774,331.1646501841136 391.7306680694372,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="91.55181483429774,331.1646501841136 484.22935297211995,460.48605996843776" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="91.55181483429774,331.1646501841136 564.9447659126776,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 -0.1449999999999998,-5.609999999999999" data-type="line" data-label="" points="91.55181483429774,331.1646501841136 105.10257759074175,543.8527091004734" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.17500000000000004,-2 0.024999999999999967,-2" data-type="line" data-label="" points="103.33508679642296,331.1646501841136 115.11835875854814,331.1646501841136" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.17500000000000004,-2 0.22500000000000003,-2" data-type="line" data-label="" points="103.33508679642296,331.1646501841136 126.90163072067335,331.1646501841136" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.17500000000000004,-2 4.84,-0.7000000000000013" data-type="line" data-label="" points="103.33508679642296,331.1646501841136 398.80063124671227,254.5733824302999" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.17500000000000004,-2 1.65,-3.2050000000000014" data-type="line" data-label="" points="103.33508679642296,331.1646501841136 210.85744345081537,402.158863755918" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.17500000000000004,-2 5.125,1.0299999999999987" data-type="line" data-label="" points="103.33508679642296,331.1646501841136 415.5917937927407,152.64807995791693" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.17500000000000004,-2 4.72,-4.185000000000002" data-type="line" data-label="" points="103.33508679642296,331.1646501841136 391.7306680694372,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.17500000000000004,-2 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="103.33508679642296,331.1646501841136 484.22935297211995,460.48605996843776" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.17500000000000004,-2 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="103.33508679642296,331.1646501841136 564.9447659126776,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.17500000000000004,-2 -0.1449999999999998,-5.609999999999999" data-type="line" data-label="" points="103.33508679642296,331.1646501841136 105.10257759074175,543.8527091004734" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.024999999999999967,-2 0.22500000000000003,-2" data-type="line" data-label="" points="115.11835875854814,331.1646501841136 126.90163072067335,331.1646501841136" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.024999999999999967,-2 4.84,-0.7000000000000013" data-type="line" data-label="" points="115.11835875854814,331.1646501841136 398.80063124671227,254.5733824302999" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.024999999999999967,-2 1.65,-3.2050000000000014" data-type="line" data-label="" points="115.11835875854814,331.1646501841136 210.85744345081537,402.158863755918" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.024999999999999967,-2 5.125,1.0299999999999987" data-type="line" data-label="" points="115.11835875854814,331.1646501841136 415.5917937927407,152.64807995791693" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.024999999999999967,-2 4.72,-4.185000000000002" data-type="line" data-label="" points="115.11835875854814,331.1646501841136 391.7306680694372,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.024999999999999967,-2 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="115.11835875854814,331.1646501841136 484.22935297211995,460.48605996843776" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.024999999999999967,-2 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="115.11835875854814,331.1646501841136 564.9447659126776,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.024999999999999967,-2 -0.1449999999999998,-5.609999999999999" data-type="line" data-label="" points="115.11835875854814,331.1646501841136 105.10257759074175,543.8527091004734" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.22500000000000003,-2 4.84,-0.7000000000000013" data-type="line" data-label="" points="126.90163072067335,331.1646501841136 398.80063124671227,254.5733824302999" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.22500000000000003,-2 1.65,-3.2050000000000014" data-type="line" data-label="" points="126.90163072067335,331.1646501841136 210.85744345081537,402.158863755918" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.22500000000000003,-2 5.125,1.0299999999999987" data-type="line" data-label="" points="126.90163072067335,331.1646501841136 415.5917937927407,152.64807995791693" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.22500000000000003,-2 4.72,-4.185000000000002" data-type="line" data-label="" points="126.90163072067335,331.1646501841136 391.7306680694372,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.22500000000000003,-2 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="126.90163072067335,331.1646501841136 484.22935297211995,460.48605996843776" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.22500000000000003,-2 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="126.90163072067335,331.1646501841136 564.9447659126776,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.22500000000000003,-2 -0.1449999999999998,-5.609999999999999" data-type="line" data-label="" points="126.90163072067335,331.1646501841136 105.10257759074175,543.8527091004734" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.84,-0.7000000000000013 1.65,-3.2050000000000014" data-type="line" data-label="" points="398.80063124671227,254.5733824302999 210.85744345081537,402.158863755918" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.84,-0.7000000000000013 5.125,1.0299999999999987" data-type="line" data-label="" points="398.80063124671227,254.5733824302999 415.5917937927407,152.64807995791693" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.84,-0.7000000000000013 4.72,-4.185000000000002" data-type="line" data-label="" points="398.80063124671227,254.5733824302999 391.7306680694372,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.84,-0.7000000000000013 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="398.80063124671227,254.5733824302999 484.22935297211995,460.48605996843776" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.84,-0.7000000000000013 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="398.80063124671227,254.5733824302999 564.9447659126776,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.84,-0.7000000000000013 -0.1449999999999998,-5.609999999999999" data-type="line" data-label="" points="398.80063124671227,254.5733824302999 105.10257759074175,543.8527091004734" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-3.2050000000000014 5.125,1.0299999999999987" data-type="line" data-label="" points="210.85744345081537,402.158863755918 415.5917937927407,152.64807995791693" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-3.2050000000000014 4.72,-4.185000000000002" data-type="line" data-label="" points="210.85744345081537,402.158863755918 391.7306680694372,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-3.2050000000000014 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="210.85744345081537,402.158863755918 484.22935297211995,460.48605996843776" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-3.2050000000000014 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="210.85744345081537,402.158863755918 564.9447659126776,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-3.2050000000000014 -0.1449999999999998,-5.609999999999999" data-type="line" data-label="" points="210.85744345081537,402.158863755918 105.10257759074175,543.8527091004734" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.125,1.0299999999999987 4.72,-4.185000000000002" data-type="line" data-label="" points="415.5917937927407,152.64807995791693 391.7306680694372,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.125,1.0299999999999987 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="415.5917937927407,152.64807995791693 484.22935297211995,460.48605996843776" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.125,1.0299999999999987 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="415.5917937927407,152.64807995791693 564.9447659126776,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.125,1.0299999999999987 -0.1449999999999998,-5.609999999999999" data-type="line" data-label="" points="415.5917937927407,152.64807995791693 105.10257759074175,543.8527091004734" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.72,-4.185000000000002 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="391.7306680694372,459.89689637033155 484.22935297211995,460.48605996843776" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.72,-4.185000000000002 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="391.7306680694372,459.89689637033155 564.9447659126776,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.72,-4.185000000000002 -0.1449999999999998,-5.609999999999999" data-type="line" data-label="" points="391.7306680694372,459.89689637033155 105.10257759074175,543.8527091004734" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.289999999999999,-4.195000000000001 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="484.22935297211995,460.48605996843776 564.9447659126776,459.89689637033155" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.289999999999999,-4.195000000000001 -0.1449999999999998,-5.609999999999999" data-type="line" data-label="" points="484.22935297211995,460.48605996843776 105.10257759074175,543.8527091004734" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.659999999999999,-4.185000000000002 -0.1449999999999998,-5.609999999999999" data-type="line" data-label="" points="564.9447659126776,459.89689637033155 105.10257759074175,543.8527091004734" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,1.4000000000000001 1.25,1.2" data-type="line" data-label="" points="187.290899526565,130.84902682798523 187.290899526565,142.63229879011044" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,1.4000000000000001 2.46,1.4449999999999987" data-type="line" data-label="" points="187.290899526565,130.84902682798523 258.5796948974224,128.19779063650714" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,1.4000000000000001 2.46,-0.7500000000000013" data-type="line" data-label="" points="187.290899526565,130.84902682798523 258.5796948974224,257.5192004208312" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,1.4000000000000001 4.84,-0.10000000000000131" data-type="line" data-label="" points="187.290899526565,130.84902682798523 398.80063124671227,219.2235665439243" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,1.2 2.46,1.4449999999999987" data-type="line" data-label="" points="187.290899526565,142.63229879011044 258.5796948974224,128.19779063650714" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,1.2 2.46,-0.7500000000000013" data-type="line" data-label="" points="187.290899526565,142.63229879011044 258.5796948974224,257.5192004208312" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,1.2 4.84,-0.10000000000000131" data-type="line" data-label="" points="187.290899526565,142.63229879011044 398.80063124671227,219.2235665439243" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.46,1.4449999999999987 2.46,-0.7500000000000013" data-type="line" data-label="" points="258.5796948974224,128.19779063650714 258.5796948974224,257.5192004208312" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.46,1.4449999999999987 4.84,-0.10000000000000131" data-type="line" data-label="" points="258.5796948974224,128.19779063650714 398.80063124671227,219.2235665439243" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.46,-0.7500000000000013 4.84,-0.10000000000000131" data-type="line" data-label="" points="258.5796948974224,257.5192004208312 398.80063124671227,219.2235665439243" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,0.2999999999999998 1.25,0.09999999999999987" data-type="line" data-label="" points="187.290899526565,195.65702261967385 187.290899526565,207.44029458179904" fill="none" stroke="hsl(28, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-0.10000000000000009 1.25,-0.30000000000000004" data-type="line" data-label="" points="187.290899526565,219.22356654392422 187.290899526565,231.00683850604943" fill="none" stroke="hsl(25, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.5,1.4449999999999987 3.19,-1.2000000000000015" data-type="line" data-label="" points="319.8527091004735,128.19779063650714 301.5886375591794,284.0315623356129" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.5,1.4449999999999987 1.65,-3.0050000000000012" data-type="line" data-label="" points="319.8527091004735,128.19779063650714 210.85744345081537,390.3755917937928" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.5,1.4449999999999987 5.125,1.7899999999999985" data-type="line" data-label="" points="319.8527091004735,128.19779063650714 415.5917937927407,107.8716465018412" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.19,-1.2000000000000015 1.65,-3.0050000000000012" data-type="line" data-label="" points="301.5886375591794,284.0315623356129 210.85744345081537,390.3755917937928" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.19,-1.2000000000000015 5.125,1.7899999999999985" data-type="line" data-label="" points="301.5886375591794,284.0315623356129 415.5917937927407,107.8716465018412" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-3.0050000000000012 5.125,1.7899999999999985" data-type="line" data-label="" points="210.85744345081537,390.3755917937928 415.5917937927407,107.8716465018412" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.65,-3.1050000000000013 6.289999999999999,-3.415000000000002" data-type="line" data-label="" points="328.6901630720673,396.2672277748554 484.22935297211995,414.5312993161495" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.65,-3.1050000000000013 7.659999999999999,-3.4250000000000007" data-type="line" data-label="" points="328.6901630720673,396.2672277748554 564.9447659126776,415.12046291425565" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.65,-3.1050000000000013 -0.14499999999999963,-3.204999999999999" data-type="line" data-label="" points="328.6901630720673,396.2672277748554 105.10257759074176,402.1588637559179" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.289999999999999,-3.415000000000002 7.659999999999999,-3.4250000000000007" data-type="line" data-label="" points="484.22935297211995,414.5312993161495 564.9447659126776,415.12046291425565" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.289999999999999,-3.415000000000002 -0.14499999999999963,-3.204999999999999" data-type="line" data-label="" points="484.22935297211995,414.5312993161495 105.10257759074176,402.1588637559179" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.659999999999999,-3.4250000000000007 -0.14499999999999963,-3.204999999999999" data-type="line" data-label="" points="564.9447659126776,415.12046291425565 105.10257759074176,402.1588637559179" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.65,-3.3050000000000015 4.72,-3.3050000000000015 4.72,-3.4250000000000007" data-type="line" data-label="" points="328.6901630720673,408.0504997369806 391.7306680694372,408.0504997369806 391.7306680694372,415.12046291425565" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.14499999999999974,-3.804999999999999 -0.14499999999999974,-4.479999999999999" data-type="line" data-label="" points="105.10257759074175,437.5086796422935 105.10257759074175,477.27722251446596" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.25,-1.4000000000000001 1.35,-1.4000000000000001 1.35,-1.2000000000000002 1.25,-1.2000000000000002" data-type="line" data-label="" points="187.290899526565,295.814834297738 193.1825355076276,295.814834297738 193.1825355076276,284.0315623356128 187.290899526565,284.0315623356128" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.22500000000000003,-2 0.22500000000000003,-2.2 1.35,-2.2 1.35,-1.4000000000000004 1.25,-1.4000000000000004" data-type="line" data-label="" points="126.90163072067335,331.1646501841136 126.90163072067335,342.94792214623885 193.1825355076276,342.94792214623885 193.1825355076276,295.814834297738 187.290899526565,295.814834297738" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.024999999999999967,-2 0.024999999999999967,-2.2 0.22500000000000014,-2.2 0.22500000000000014,-2" data-type="line" data-label="" points="115.11835875854814,331.1646501841136 115.11835875854814,342.94792214623885 126.90163072067335,342.94792214623885 126.90163072067335,331.1646501841136" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.17500000000000004,-2 -0.17500000000000004,-2.2 0.025000000000000133,-2.2 0.025000000000000133,-2" data-type="line" data-label="" points="103.33508679642296,331.1646501841136 103.33508679642296,342.94792214623885 115.11835875854815,342.94792214623885 115.11835875854815,331.1646501841136" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.37500000000000006,-2 -0.37500000000000006,-2.2 -0.17499999999999988,-2.2 -0.17499999999999988,-2" data-type="line" data-label="" points="91.55181483429774,331.1646501841136 91.55181483429774,342.94792214623885 103.33508679642296,342.94792214623885 103.33508679642296,331.1646501841136" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.65,-3.2050000000000014 1.3499999999999999,-3.2050000000000014 1.3499999999999999,-1.4000000000000001 1.25,-1.4000000000000001" data-type="line" data-label="" points="210.85744345081537,402.158863755918 193.18253550762756,402.158863755918 193.18253550762756,295.814834297738 187.290899526565,295.814834297738" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.289999999999999,-4.195000000000001 6.289999999999999,-4.395000000000001 4.72,-4.395000000000001 4.72,-4.185000000000002" data-type="line" data-label="" points="484.22935297211995,460.48605996843776 484.22935297211995,472.2693319305629 391.7306680694372,472.2693319305629 391.7306680694372,459.89689637033155" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.659999999999999,-4.185000000000002 7.659999999999999,-4.395000000000001 6.289999999999999,-4.395000000000001 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="564.9447659126776,459.89689637033155 564.9447659126776,472.2693319305629 484.22935297211995,472.2693319305629 484.22935297211995,460.48605996843776" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.25,1.2 1.45,1.2 1.45,1.4000000000000001 1.25,1.4000000000000001" data-type="line" data-label="" points="187.290899526565,142.63229879011044 199.07417148869018,142.63229879011044 199.07417148869018,130.84902682798523 187.290899526565,130.84902682798523" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.46,1.4449999999999987 1.45,1.4449999999999987 1.45,1.4000000000000001 1.25,1.4000000000000001" data-type="line" data-label="" points="258.5796948974224,128.19779063650714 199.07417148869018,128.19779063650714 199.07417148869018,130.84902682798523 187.290899526565,130.84902682798523" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.46,-0.7500000000000013 2.26,-0.7500000000000013 2.26,1.4449999999999987 2.46,1.4449999999999987" data-type="line" data-label="" points="258.5796948974224,257.5192004208312 246.79642293529722,257.5192004208312 246.79642293529722,128.19779063650714 258.5796948974224,128.19779063650714" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.25,0.2999999999999998 1.45,0.2999999999999998 1.45,0.09999999999999987 1.25,0.09999999999999987" data-type="line" data-label="" points="187.290899526565,195.65702261967385 199.07417148869018,195.65702261967385 199.07417148869018,207.44029458179904 187.290899526565,207.44029458179904" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.25,-0.10000000000000009 1.45,-0.10000000000000009 1.45,-0.30000000000000004 1.25,-0.30000000000000004" data-type="line" data-label="" points="187.290899526565,219.22356654392422 199.07417148869018,219.22356654392422 199.07417148869018,231.00683850604943 187.290899526565,231.00683850604943" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.125,1.7899999999999985 5.125,1.9899999999999984 3.7,1.9899999999999984 3.7,1.4449999999999987 3.5,1.4449999999999987" data-type="line" data-label="" points="415.5917937927407,107.8716465018412 415.5917937927407,96.088374539716 331.6359810625987,96.088374539716 331.6359810625987,128.19779063650714 319.8527091004735,128.19779063650714" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.19,-1.2000000000000015 3.19,-1.4000000000000017 3.7,-1.4000000000000017 3.7,1.444999999999999 3.5,1.444999999999999" data-type="line" data-label="" points="301.5886375591794,284.0315623356129 301.5886375591794,295.8148342977381 331.6359810625987,295.8148342977381 331.6359810625987,128.19779063650714 319.8527091004735,128.19779063650714" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.65,-3.0050000000000012 1.55,-3.0050000000000012 1.55,-1.4000000000000017 3.19,-1.4000000000000017 3.19,-1.2000000000000015" data-type="line" data-label="" points="210.85744345081537,390.3755917937928 204.9658074697528,390.3755917937928 204.9658074697528,295.8148342977381 301.5886375591794,295.8148342977381 301.5886375591794,284.0315623356129" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.289999999999999,-3.415000000000002 6.289999999999999,-3.1050000000000013 3.65,-3.1050000000000013" data-type="line" data-label="" points="484.22935297211995,414.5312993161495 484.22935297211995,396.2672277748554 328.6901630720673,396.2672277748554" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.659999999999999,-3.4250000000000007 7.659999999999999,-3.1050000000000013 6.289999999999999,-3.1050000000000013 6.289999999999999,-3.415000000000002" data-type="line" data-label="" points="564.9447659126776,415.12046291425565 564.9447659126776,396.2672277748554 484.22935297211995,396.2672277748554 484.22935297211995,414.5312993161495" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.14499999999999963,-3.204999999999999 -0.14499999999999963,-2.365000000000001 3.8499999999999996,-2.365000000000001 3.8499999999999996,-3.1050000000000013 3.6499999999999995,-3.1050000000000013" data-type="line" data-label="" points="105.10257759074176,402.1588637559179 105.10257759074176,352.6691215149922 340.47343503419256,352.6691215149922 340.47343503419256,396.2672277748554 328.6901630720673,396.2672277748554" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.72,-4.185000000000002 4.72,-4.3850000000000025 0.7090000000000002,-4.3850000000000025 0.7090000000000002,-3.2050000000000014 1.65,-3.2050000000000014" data-type="line" data-label="" points="391.7306680694372,459.89689637033155 391.7306680694372,471.6801683324568 155.41714886901633,471.6801683324568 155.41714886901633,402.158863755918 210.85744345081537,402.158863755918" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.84,-0.10000000000000131 4.84,0.0999999999999987 3.38,0.0999999999999987 3.38,0.6009999999999986 2.26,0.6009999999999986 2.26,-0.7500000000000013 2.46,-0.7500000000000013" data-type="line" data-label="" points="398.80063124671227,219.2235665439243 398.80063124671227,207.4402945817991 312.7827459231984,207.4402945817991 312.7827459231984,177.9231983166755 246.79642293529722,177.9231983166755 246.79642293529722,257.5192004208312 258.5796948974224,257.5192004208312" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.1799999999999997,-0.10000000000000131 3.1799999999999997,0.0509999999999987 3.129,0.0509999999999987" data-type="line" data-label="" points="300.99947396107314,219.2235665439243 300.99947396107314,210.32719621251977 297.99473961073124,210.32719621251977" 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="40" y="95.49921094160965" width="147.290899526565" height="235.66543924250396" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016973214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="2.98" data-y="1.5149999999999988" x="258.5796948974224" y="104.0420831141505" width="61.27301420305105" height="40.06312467122564" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016973214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="2.88" data-y="-0.6500000000000015" x="258.5796948974224" y="219.22356654392433" width="49.48974224092581" height="64.80799579168857" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016973214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="5.057499999999999" data-y="-0.4000000000000013" x="379.65281430825877" y="219.22356654392433" width="63.92425039452928" height="35.34981588637558" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016973214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="2.65" data-y="-3.2050000000000014" x="210.85744345081537" y="378.5923198316676" width="117.83271962125195" height="47.13308784850079" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016973214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="5.26" data-y="1.4099999999999986" x="396.44397685428714" y="107.87164650184118" width="54.203051025776006" height="44.776433456075736" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016973214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="4.914999999999999" data-y="-3.8050000000000015" x="372.5828511309837" y="415.12046291425565" width="61.273014203050934" height="44.77643345607589" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016973214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="6.464999999999999" data-y="-3.8050000000000015" x="451.8253550762756" y="414.53129931614944" width="85.42872172540774" height="45.95476065228826" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016973214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="7.794999999999999" data-y="-3.8050000000000015" x="545.796948974224" y="415.12046291425565" width="54.20305102577595" height="44.77643345607589" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016973214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="0.032500000000000334" data-y="-5.044999999999999" x="85.95476065228831" y="477.27722251446596" width="59.210941609679125" height="66.5754865860074" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016973214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="0.012500000000000316" data-y="-3.504999999999999" x="85.95476065228831" y="402.1588637559179" width="56.85428721725408" height="35.34981588637561" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016973214285714286"/></g><g><rect data-type="rect" data-label="J1" data-x="1.07" data-y="1.7149999999999999" x="166.08100999473965" y="104.92582851130982" width="21.209889531825354" height="14.729089952656494" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.016973214285714286"/></g><g><rect data-type="rect" data-label="MIC5219_3_3YM5_TR" data-x="3.07" data-y="-3.735000000000001" x="234.42398737506576" y="428.08206207259343" width="120.18937401367697" height="10.604944765912705" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.016973214285714286"/></g><g><rect data-type="rect" data-label="U3" data-x="2.17" data-y="-2.6900000000000013" x="230.88900578642819" y="364.4523934771174" width="21.209889531825382" height="14.729089952656466" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.016973214285714286"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
2
4
|
globalConnNetId: connectivity_net2" data-x="6.289999999999999" data-y="-4.605000000000001" x="470.0894266175697" y="472.26933193056294" width="28.27985270910051" height="24.744871120463017" fill="#00000066" stroke="#000000" stroke-width="0.016973214285714286"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
3
5
|
globalConnNetId: connectivity_net2" data-x="4.84" data-y="-0.9110000000000013" x="384.660704892162" y="254.63229879011055" width="28.27985270910051" height="24.744871120462932" fill="#00000066" stroke="#000000" stroke-width="0.016973214285714286"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
4
6
|
globalConnNetId: connectivity_net2" data-x="5.125" data-y="0.8189999999999987" x="401.45186743819045" y="152.70699631772754" width="28.27985270910051" height="24.744871120462932" fill="#00000066" stroke="#000000" stroke-width="0.016973214285714286"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
@@ -107,4 +109,111 @@ orientation: x+" data-x="-0.14499999999999974" data-y="-4.142499999999998" cx="1
|
|
|
107
109
|
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
108
110
|
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
109
111
|
});
|
|
110
|
-
]]></script
|
|
112
|
+
]]></script>
|
|
113
|
+
</g>
|
|
114
|
+
<g transform="translate(1216, 200)">
|
|
115
|
+
<style>
|
|
116
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
117
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
118
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
119
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
120
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
121
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
122
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
123
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
124
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
125
|
+
|
|
126
|
+
</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 582.222443012485 527.3171147131746 L 673.345729128248 527.3171147131746 L 673.345729128248 537.5365486700825" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 582.222443012485 527.3171147131746 L 673.345729128248 527.3171147131746 L 673.345729128248 537.5365486700825" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 259.03284412526955 569.8980895336244 L 259.03284412526955 627.382405541232" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 259.03284412526955 569.8980895336244 L 259.03284412526955 627.382405541232" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 377.83376387432503 365.08360064726 L 386.34995883841503 365.08360064726 L 386.34995883841503 348.05121071908 L 377.83376387432503 348.05121071908" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 377.83376387432503 365.08360064726 L 386.34995883841503 365.08360064726 L 386.34995883841503 348.05121071908 L 377.83376387432503 348.05121071908" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 290.5427654924025 416.1807704318 L 290.5427654924025 433.21316035998 L 386.34995883841503 433.21316035998 L 386.34995883841503 365.08360064726 L 377.83376387432503 365.08360064726" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 290.5427654924025 416.1807704318 L 290.5427654924025 433.21316035998 L 386.34995883841503 433.21316035998 L 386.34995883841503 365.08360064726 L 377.83376387432503 365.08360064726" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 273.5103755642225 416.1807704318 L 273.5103755642225 433.21316035998 L 290.54276549240257 433.21316035998 L 290.54276549240257 416.1807704318" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 273.5103755642225 416.1807704318 L 273.5103755642225 433.21316035998 L 290.54276549240257 433.21316035998 L 290.54276549240257 416.1807704318" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 256.47798563604255 416.1807704318 L 256.47798563604255 433.21316035998 L 273.51037556422256 433.21316035998 L 273.51037556422256 416.1807704318" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 256.47798563604255 416.1807704318 L 256.47798563604255 433.21316035998 L 273.51037556422256 433.21316035998 L 273.51037556422256 416.1807704318" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 239.4455957078625 416.1807704318 L 239.4455957078625 433.21316035998 L 256.47798563604255 433.21316035998 L 256.47798563604255 416.1807704318" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 239.4455957078625 416.1807704318 L 239.4455957078625 433.21316035998 L 256.47798563604255 433.21316035998 L 256.47798563604255 416.1807704318" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 411.898543730685 518.8009197490846 L 386.34995883841503 518.8009197490846 L 386.34995883841503 365.08360064726 L 377.83376387432503 365.08360064726" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 411.898543730685 518.8009197490846 L 386.34995883841503 518.8009197490846 L 386.34995883841503 365.08360064726 L 377.83376387432503 365.08360064726" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 807.0499900644611 603.1112498935756 L 807.0499900644611 620.1436398217556 L 673.345729128248 620.1436398217556 L 673.345729128248 602.2596303971667" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 807.0499900644611 603.1112498935756 L 807.0499900644611 620.1436398217556 L 673.345729128248 620.1436398217556 L 673.345729128248 602.2596303971667" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 923.721861072494 602.2596303971667 L 923.721861072494 620.1436398217556 L 807.0499900644611 620.1436398217556 L 807.0499900644611 603.1112498935756" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 923.721861072494 602.2596303971667 L 923.721861072494 620.1436398217556 L 807.0499900644611 620.1436398217556 L 807.0499900644611 603.1112498935756" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 377.83376387432503 143.66253158092 L 394.86615380250504 143.66253158092 L 394.86615380250504 126.63014165273997 L 377.83376387432503 126.63014165273997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 377.83376387432503 143.66253158092 L 394.86615380250504 143.66253158092 L 394.86615380250504 126.63014165273997 L 377.83376387432503 126.63014165273997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 480.87972293981403 122.79785391889959 L 394.86615380250504 122.79785391889959 L 394.86615380250504 126.63014165273997 L 377.83376387432503 126.63014165273997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 480.87972293981403 122.79785391889959 L 394.86615380250504 122.79785391889959 L 394.86615380250504 126.63014165273997 L 377.83376387432503 126.63014165273997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 480.87972293981403 309.7283333806751 L 463.847333011634 309.7283333806751 L 463.847333011634 122.79785391889959 L 480.87972293981403 122.79785391889959" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 480.87972293981403 309.7283333806751 L 463.847333011634 309.7283333806751 L 463.847333011634 122.79785391889959 L 480.87972293981403 122.79785391889959" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 377.83376387432503 220.30828625773 L 394.86615380250504 220.30828625773 L 394.86615380250504 237.34067618591 L 377.83376387432503 237.34067618591" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 377.83376387432503 220.30828625773 L 394.86615380250504 220.30828625773 L 394.86615380250504 237.34067618591 L 377.83376387432503 237.34067618591" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 377.83376387432503 254.37306611409 L 394.86615380250504 254.37306611409 L 394.86615380250504 271.40545604227 L 377.83376387432503 271.40545604227" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 377.83376387432503 254.37306611409 L 394.86615380250504 254.37306611409 L 394.86615380250504 271.40545604227 L 377.83376387432503 271.40545604227" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 707.8363187328125 93.4169812927891 L 707.8363187328125 76.38459136460912 L 586.48054049453 76.38459136460912 L 586.48054049453 122.79785391889959 L 569.44815056635 122.79785391889959" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 707.8363187328125 93.4169812927891 L 707.8363187328125 76.38459136460912 L 586.48054049453 76.38459136460912 L 586.48054049453 122.79785391889959 L 569.44815056635 122.79785391889959" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 543.0479461776711 348.05121071908013 L 543.0479461776711 365.08360064726014 L 586.48054049453 365.08360064726014 L 586.48054049453 122.79785391889958 L 569.44815056635 122.79785391889958" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 543.0479461776711 348.05121071908013 L 543.0479461776711 365.08360064726014 L 586.48054049453 365.08360064726014 L 586.48054049453 122.79785391889958 L 569.44815056635 122.79785391889958" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 411.898543730685 501.76852982090463 L 403.38234876659504 501.76852982090463 L 403.38234876659504 365.08360064726014 L 543.0479461776711 365.08360064726014 L 543.0479461776711 348.05121071908013" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 411.898543730685 501.76852982090463 L 403.38234876659504 501.76852982090463 L 403.38234876659504 365.08360064726014 L 543.0479461776711 365.08360064726014 L 543.0479461776711 348.05121071908013" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 807.0499900644611 536.6849291736737 L 807.0499900644611 510.28472478499464 L 582.222443012485 510.28472478499464" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 807.0499900644611 536.6849291736737 L 807.0499900644611 510.28472478499464 L 582.222443012485 510.28472478499464" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 923.721861072494 537.5365486700825 L 923.721861072494 510.28472478499464 L 807.0499900644611 510.28472478499464 L 807.0499900644611 536.6849291736737" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 923.721861072494 537.5365486700825 L 923.721861072494 510.28472478499464 L 807.0499900644611 510.28472478499464 L 807.0499900644611 536.6849291736737" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 259.03284412526955 518.8009197490844 L 259.03284412526955 447.2648820507286 L 599.254832940665 447.2648820507286 L 599.254832940665 510.28472478499464 L 582.222443012485 510.28472478499464" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 259.03284412526955 518.8009197490844 L 259.03284412526955 447.2648820507286 L 599.254832940665 447.2648820507286 L 599.254832940665 510.28472478499464 L 582.222443012485 510.28472478499464" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"><path d="M 673.345729128248 602.2596303971667 L 673.345729128248 619.2920203253467 L 331.76114911859815 619.2920203253467 L 331.76114911859815 518.8009197490846 L 411.898543730685 518.8009197490846" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 673.345729128248 602.2596303971667 L 673.345729128248 619.2920203253467 L 331.76114911859815 619.2920203253467 L 331.76114911859815 518.8009197490846 L 411.898543730685 518.8009197490846" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"><path d="M 683.565163085156 254.3730661140901 L 683.565163085156 237.3406761859101 L 559.228716609442 237.3406761859101 L 559.228716609442 194.6745394158192 L 463.847333011634 194.6745394158192 L 463.847333011634 309.7283333806751 L 480.87972293981403 309.7283333806751" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 683.565163085156 254.3730661140901 L 683.565163085156 237.3406761859101 L 559.228716609442 237.3406761859101 L 559.228716609442 194.6745394158192 L 463.847333011634 194.6745394158192 L 463.847333011634 309.7283333806751 L 480.87972293981403 309.7283333806751" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"><path d="M 542.196326681262 254.3730661140901 L 542.196326681262 241.5136117183142 L 537.8530672495762 241.5136117183142" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 542.196326681262 254.3730661140901 L 542.196326681262 241.5136117183142 L 537.8530672495762 241.5136117183142" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="377.83376387432503" cy="365.08360064726" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="386.34995883841503" cy="365.08360064726" r="2.554858489227" 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_3__stack1"><circle cx="290.5427654924025" cy="416.1807704318" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="290.5427654924025" cy="433.21316035998" r="2.554858489227" 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_4__stack1"><circle cx="273.5103755642225" cy="416.1807704318" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="273.5103755642225" cy="433.21316035998" r="2.554858489227" 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_5__stack1"><circle cx="256.47798563604255" cy="416.1807704318" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="256.47798563604255" cy="433.21316035998" r="2.554858489227" 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_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"><circle cx="411.898543730685" cy="518.8009197490846" r="2.554858489227" 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_8__stack1"><circle cx="807.0499900644611" cy="603.1112498935756" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="807.0499900644611" cy="620.1436398217556" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="673.345729128248" cy="602.2596303971667" r="2.554858489227" 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_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"><circle cx="394.86615380250504" cy="126.63014165273997" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="377.83376387432503" cy="126.63014165273997" r="2.554858489227" 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_11__stack1"><circle cx="480.87972293981403" cy="122.79785391889959" r="2.554858489227" 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_12__stack1"><circle cx="480.87972293981403" cy="309.7283333806751" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="463.847333011634" cy="309.7283333806751" r="2.554858489227" 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_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"><circle cx="586.48054049453" cy="122.79785391889959" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="569.44815056635" cy="122.79785391889959" r="2.554858489227" 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_16__stack1"><circle cx="543.0479461776711" cy="348.05121071908013" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="543.0479461776711" cy="365.08360064726014" r="2.554858489227" 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_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"><circle cx="807.0499900644611" cy="536.6849291736737" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="807.0499900644611" cy="510.28472478499464" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="582.222443012485" cy="510.28472478499464" r="2.554858489227" 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_19__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="198.99366962843504" y="109.59775172455997" width="144.77531438952997" height="272.51823885088004" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="198.99366962843504" y="109.59775172455997" width="144.77531438952997" height="272.51823885088004" fill="transparent"/><text class="sch-text" x="271.3813268232" y="245.85687115" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 271.3813268232, 245.85687115)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="343.768984017965" y1="348.05121071908" x2="377.83376387432503" y2="348.05121071908" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="376.13052488150703" y="346.347971726262" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="360.801373946145" y="346.347971726262" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="335.25278905387506" y="348.05121071908" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="343.768984017965" y1="126.63014165273997" x2="377.83376387432503" y2="126.63014165273997" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="376.13052488150703" y="124.92690265992196" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="360.801373946145" y="124.92690265992196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="335.25278905387506" y="126.63014165273997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_1</text><line class="component-pin sch-component-pin sch-port-line" x1="343.768984017965" y1="173.46921395523498" x2="376.13052488150703" y2="173.46921395523498" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="377.83376387432503" cy="173.46921395523498" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="376.13052488150703" y="171.76597496241698" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="360.801373946145" y="171.76597496241698" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="335.25278905387506" y="173.46921395523498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="343.768984017965" y1="220.30828625773" x2="377.83376387432503" y2="220.30828625773" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="376.13052488150703" y="218.605047264912" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="360.801373946145" y="218.605047264912" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="335.25278905387506" y="220.30828625773" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_3</text><line class="component-pin sch-component-pin sch-port-line" x1="343.768984017965" y1="254.37306611409" x2="377.83376387432503" y2="254.37306611409" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="376.13052488150703" y="252.669827121272" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="360.801373946145" y="252.669827121272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="335.25278905387506" y="254.37306611409" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="343.768984017965" y1="301.212138416585" x2="376.13052488150703" y2="301.212138416585" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="377.83376387432503" cy="301.212138416585" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="376.13052488150703" y="299.508899423767" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="360.801373946145" y="299.508899423767" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="335.25278905387506" y="301.212138416585" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_5</text><line class="component-pin sch-component-pin sch-port-line" x1="343.768984017965" y1="318.244528344765" x2="376.13052488150703" y2="318.244528344765" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="377.83376387432503" cy="318.244528344765" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="376.13052488150703" y="316.541289351947" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="360.801373946145" y="316.541289351947" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="335.25278905387506" y="318.244528344765" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_6</text><line class="component-pin sch-component-pin sch-port-line" x1="343.768984017965" y1="271.40545604227" x2="377.83376387432503" y2="271.40545604227" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="376.13052488150703" y="269.702217049452" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="360.801373946145" y="269.702217049452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="335.25278905387506" y="271.40545604227" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_7</text><line class="component-pin sch-component-pin sch-port-line" x1="343.768984017965" y1="237.34067618591" x2="377.83376387432503" y2="237.34067618591" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="376.13052488150703" y="235.637437193092" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="360.801373946145" y="235.637437193092" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="335.25278905387506" y="237.34067618591" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_8</text><line class="component-pin sch-component-pin sch-port-line" x1="343.768984017965" y1="190.50160388341502" x2="376.13052488150703" y2="190.50160388341502" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="377.83376387432503" cy="190.50160388341502" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="376.13052488150703" y="188.798364890597" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="360.801373946145" y="188.798364890597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="335.25278905387506" y="190.50160388341502" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_9</text><line class="component-pin sch-component-pin sch-port-line" x1="343.768984017965" y1="143.66253158092" x2="377.83376387432503" y2="143.66253158092" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><rect x="376.13052488150703" y="141.959292588102" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="360.801373946145" y="141.959292588102" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="335.25278905387506" y="143.66253158092" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_10</text><line class="component-pin sch-component-pin sch-port-line" x1="343.768984017965" y1="365.08360064726" x2="377.83376387432503" y2="365.08360064726" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><rect x="376.13052488150703" y="363.380361654442" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="360.801373946145" y="363.380361654442" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="335.25278905387506" y="365.08360064726" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_11</text><line class="component-pin sch-component-pin sch-port-line" x1="239.4455957078625" y1="382.11599057544004" x2="239.4455957078625" y2="416.1807704318" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><rect x="237.7423567150445" y="414.477531438982" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.7423567150445" y="399.14838050362" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 237.7423567150445 399.14838050362)"></text><text class="pin-number sch-pin-label" x="239.4455957078625" y="373.59979561135003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 239.4455957078625 373.59979561135003)">schematic_port_12</text><line class="component-pin sch-component-pin sch-port-line" x1="256.47798563604255" y1="382.11599057544004" x2="256.47798563604255" y2="416.1807704318" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><rect x="254.77474664322455" y="414.477531438982" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="254.77474664322452" y="399.14838050362" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 254.77474664322452 399.14838050362)"></text><text class="pin-number sch-pin-label" x="256.47798563604255" y="373.59979561135003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 256.47798563604255 373.59979561135003)">schematic_port_13</text><line class="component-pin sch-component-pin sch-port-line" x1="273.5103755642225" y1="382.11599057544004" x2="273.5103755642225" y2="416.1807704318" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><rect x="271.8071365714045" y="414.477531438982" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="271.8071365714045" y="399.14838050362" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 271.8071365714045 399.14838050362)"></text><text class="pin-number sch-pin-label" x="273.5103755642225" y="373.59979561135003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 273.5103755642225 373.59979561135003)">schematic_port_14</text><line class="component-pin sch-component-pin sch-port-line" x1="290.5427654924025" y1="382.11599057544004" x2="290.5427654924025" y2="416.1807704318" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><rect x="288.8395264995845" y="414.477531438982" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="288.8395264995845" y="399.14838050362" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 288.8395264995845 399.14838050362)"></text><text class="pin-number sch-pin-label" x="290.5427654924025" y="373.59979561135003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 290.5427654924025 373.59979561135003)">schematic_port_15</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="514.944502796174" y="87.8814545661306" width="20.43886791381601" height="57.910125755811976" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="514.944502796174" y="87.8814545661306" width="20.43886791381601" height="57.910125755811976" fill="transparent"/><text class="sch-text" x="525.163936753082" y="116.83651744403659" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 525.163936753082, 116.83651744403659)">schematic_component_1</text><line class="component-pin sch-component-pin sch-port-line" x1="514.944502796174" y1="122.79785391889959" x2="480.87972293981403" y2="122.79785391889959" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="479.17648394699603" y="121.09461492608159" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="497.91211286799404" y="121.09461492608159" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="523.460697760264" y="122.79785391889959" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_16</text><line class="component-pin sch-component-pin sch-port-line" x1="535.38337070999" y1="122.79785391889959" x2="569.44815056635" y2="122.79785391889959" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="567.744911573532" y="121.09461492608159" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="552.41576063817" y="121.09461492608159" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="526.8671757459001" y="122.79785391889959" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_17</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="512.389644306947" y="288.4378459704501" width="8.516194964090005" height="25.548584892270014" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="512.389644306947" y="288.4378459704501" width="8.516194964090005" height="25.548584892270014" fill="transparent"/><text class="sch-text" x="516.647741788992" y="301.2121384165851" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 516.647741788992, 301.2121384165851)">schematic_component_2</text><line class="component-pin sch-component-pin sch-port-line" x1="542.196326681262" y1="288.4378459704501" x2="542.196326681262" y2="254.3730661140901" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="540.493087688444" y="252.6698271212721" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="540.493087688444" y="271.4054560422701" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 540.493087688444 271.4054560422701)"></text><text class="pin-number sch-pin-label" x="542.196326681262" y="296.9540409345401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 542.196326681262 296.9540409345401)">schematic_port_18</text><line class="component-pin sch-component-pin sch-port-line" x1="543.0479461776711" y1="313.9864308627201" x2="543.0479461776711" y2="348.05121071908013" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="541.3447071848531" y="346.34797172626213" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="541.3447071848531" y="331.0188207909001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 541.3447071848531 331.0188207909001)"></text><text class="pin-number sch-pin-label" x="543.0479461776711" y="305.4702358986301" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 543.0479461776711 305.4702358986301)">schematic_port_19</text><line class="component-pin sch-component-pin sch-port-line" x1="512.389644306947" y1="309.7283333806751" x2="480.87972293981403" y2="309.7283333806751" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><rect x="479.17648394699603" y="308.0250943878571" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.6346836233805" y="308.0250943878571" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="520.905839271037" y="309.7283333806751" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_20</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="655.8875294518634" y="275.6635535243151" width="92.40071536037658" height="8.516194964090005" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="655.8875294518634" y="275.6635535243151" width="92.40071536037658" height="8.516194964090005" fill="transparent"/><text class="sch-text" x="702.0878871320517" y="279.9216510063601" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 702.0878871320517, 279.9216510063601)">schematic_component_3</text><line class="component-pin sch-component-pin sch-port-line" x1="683.565163085156" y1="275.6635535243151" x2="683.565163085156" y2="254.3730661140901" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="681.861924092338" y="252.6698271212721" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="681.8619240923381" y="265.0183098192026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 681.8619240923381 265.0183098192026)"></text><text class="pin-number sch-pin-label" x="683.565163085156" y="284.1797484884051" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 683.565163085156 284.1797484884051)">schematic_port_21</text><line class="component-pin sch-component-pin sch-port-line" x1="683.565163085156" y1="284.1797484884051" x2="683.565163085156" y2="303.7669969058121" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="683.565163085156" cy="305.4702358986301" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="681.861924092338" y="303.7669969058121" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="681.8619240923381" y="294.8249921935176" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 681.8619240923381 294.8249921935176)"></text><text class="pin-number sch-pin-label" x="683.565163085156" y="275.6635535243151" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 683.565163085156 275.6635535243151)">schematic_port_22</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="445.963323587045" y="484.7361398927246" width="102.19433956908006" height="68.12955971272004" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="445.963323587045" y="484.7361398927246" width="102.19433956908006" height="68.12955971272004" fill="transparent"/><text class="sch-text" x="497.06049337158504" y="518.8009197490846" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 497.06049337158504, 518.8009197490846)">schematic_component_4</text><line class="component-pin sch-component-pin sch-port-line" x1="445.963323587045" y1="501.76852982090463" x2="411.898543730685" y2="501.76852982090463" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="410.195304737867" y="500.06529082808663" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="428.930933658865" y="500.06529082808663" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="454.479518551135" y="501.76852982090463" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_23</text><line class="component-pin sch-component-pin sch-port-line" x1="445.963323587045" y1="518.8009197490846" x2="411.898543730685" y2="518.8009197490846" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="410.195304737867" y="517.0976807562666" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="428.930933658865" y="517.0976807562666" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="454.479518551135" y="518.8009197490846" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_24</text><line class="component-pin sch-component-pin sch-port-line" x1="445.963323587045" y1="535.8333096772647" x2="413.601782723503" y2="535.8333096772647" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_4_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="411.898543730685" cy="535.8333096772647" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="410.195304737867" y="534.1300706844467" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="428.930933658865" y="534.1300706844467" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="454.479518551135" y="535.8333096772647" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_25</text><line class="component-pin sch-component-pin sch-port-line" x1="548.1576631561251" y1="527.3171147131746" x2="582.222443012485" y2="527.3171147131746" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_4_3__stack1"><rect x="580.519204019667" y="525.6138757203566" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="565.190053084305" y="525.6138757203566" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="539.6414681920351" y="527.3171147131746" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_26</text><line class="component-pin sch-component-pin sch-port-line" x1="548.1576631561251" y1="510.28472478499464" x2="582.222443012485" y2="510.28472478499464" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_4_4__stack1"><rect x="580.519204019667" y="508.58148579217664" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="565.190053084305" y="508.58148579217664" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="539.6414681920351" y="510.28472478499464" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_27</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="680.15868509952" y="121.5204246742861" width="78.34899366962816" height="8.516194964090019" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="680.15868509952" y="121.5204246742861" width="78.34899366962816" height="8.516194964090019" fill="transparent"/><text class="sch-text" x="719.3331819343341" y="125.7785221563311" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 719.3331819343341, 125.7785221563311)">schematic_component_5</text><line class="component-pin sch-component-pin sch-port-line" x1="707.8363187328125" y1="121.5204246742861" x2="707.8363187328125" y2="93.4169812927891" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="706.1330797399945" y="91.7137422999711" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="706.1330797399946" y="107.46870298353761" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 706.1330797399946 107.46870298353761)"></text><text class="pin-number sch-pin-label" x="707.8363187328125" y="130.03661963837612" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 707.8363187328125 130.03661963837612)">schematic_port_28</text><line class="component-pin sch-component-pin sch-port-line" x1="707.8363187328125" y1="130.03661963837612" x2="707.8363187328125" y2="156.43682402705508" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="707.8363187328125" cy="158.14006301987308" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="706.1330797399945" y="156.43682402705508" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="706.1330797399946" y="144.0883413291246" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 706.1330797399946 144.0883413291246)"></text><text class="pin-number sch-pin-label" x="707.8363187328125" y="121.5204246742861" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 707.8363187328125 121.5204246742861)">schematic_port_29</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="645.6680954949555" y="565.6399920515796" width="88.56842762653594" height="8.516194964090005" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="645.6680954949555" y="565.6399920515796" width="88.56842762653594" height="8.516194964090005" fill="transparent"/><text class="sch-text" x="689.9523093082234" y="569.8980895336247" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 689.9523093082234, 569.8980895336247)">schematic_component_6</text><line class="component-pin sch-component-pin sch-port-line" x1="673.345729128248" y1="565.6399920515796" x2="673.345729128248" y2="537.5365486700825" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="671.64249013543" y="535.8333096772645" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="671.6424901354301" y="551.5882703608311" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 671.6424901354301 551.5882703608311)"></text><text class="pin-number sch-pin-label" x="673.345729128248" y="574.1561870156696" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 673.345729128248 574.1561870156696)">schematic_port_30</text><line class="component-pin sch-component-pin sch-port-line" x1="673.345729128248" y1="574.1561870156696" x2="673.345729128248" y2="602.2596303971667" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="671.64249013543" y="600.5563914043487" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="671.6424901354301" y="588.2079087064182" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 671.6424901354301 588.2079087064182)"></text><text class="pin-number sch-pin-label" x="673.345729128248" y="565.6399920515796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 673.345729128248 565.6399920515796)">schematic_port_31</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component chip sch-component-body" x="760.210917761966" y="565.6399920515796" width="123.48482697930501" height="8.516194964090005" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="760.210917761966" y="565.6399920515796" width="123.48482697930501" height="8.516194964090005" fill="transparent"/><text class="sch-text" x="821.9533312516185" y="569.8980895336247" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 821.9533312516185, 569.8980895336247)">schematic_component_7</text><line class="component-pin sch-component-pin sch-port-line" x1="807.0499900644611" y1="574.1561870156696" x2="807.0499900644611" y2="603.1112498935756" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="805.3467510716431" y="601.4080109007576" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="805.346751071643" y="588.6337184546226" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 805.346751071643 588.6337184546226)"></text><text class="pin-number sch-pin-label" x="807.0499900644611" y="565.6399920515796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 807.0499900644611 565.6399920515796)">schematic_port_32</text><line class="component-pin sch-component-pin sch-port-line" x1="807.0499900644611" y1="565.6399920515796" x2="807.0499900644611" y2="536.6849291736737" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="805.3467510716431" y="534.9816901808557" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="805.346751071643" y="551.1624606126267" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 805.346751071643 551.1624606126267)"></text><text class="pin-number sch-pin-label" x="807.0499900644611" y="574.1561870156696" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 807.0499900644611 574.1561870156696)">schematic_port_33</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component chip sch-component-body" x="896.0442274392014" y="565.6399920515796" width="78.34899366962804" height="8.516194964090005" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="896.0442274392014" y="565.6399920515796" width="78.34899366962804" height="8.516194964090005" fill="transparent"/><text class="sch-text" x="935.2187242740156" y="569.8980895336247" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 935.2187242740156, 569.8980895336247)">schematic_component_8</text><line class="component-pin sch-component-pin sch-port-line" x1="923.721861072494" y1="565.6399920515796" x2="923.721861072494" y2="537.5365486700825" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="922.018622079676" y="535.8333096772645" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="922.0186220796761" y="551.5882703608311" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 922.0186220796761 551.5882703608311)"></text><text class="pin-number sch-pin-label" x="923.721861072494" y="574.1561870156696" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 923.721861072494 574.1561870156696)">schematic_port_34</text><line class="component-pin sch-component-pin sch-port-line" x1="923.721861072494" y1="574.1561870156696" x2="923.721861072494" y2="602.2596303971667" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><rect x="922.018622079676" y="600.5563914043487" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="922.0186220796761" y="588.2079087064182" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 922.0186220796761 588.2079087064182)"></text><text class="pin-number sch-pin-label" x="923.721861072494" y="565.6399920515796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 923.721861072494 565.6399920515796)">schematic_port_35</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="231.35521049197706" y="661.447185397592" width="85.58775938910452" height="28.10344338149696" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="231.35521049197706" y="661.447185397592" width="85.58775938910452" height="28.10344338149696" fill="transparent"/><text class="sch-text" x="274.1490901865293" y="675.4989070883404" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 274.1490901865293, 675.4989070883404)">schematic_component_9</text><line class="component-pin sch-component-pin sch-port-line" x1="259.03284412526955" y1="661.447185397592" x2="259.03284412526955" y2="627.382405541232" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="257.32960513245155" y="625.679166548414" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="257.32960513245155" y="644.414795469412" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 257.32960513245155 644.414795469412)"></text><text class="pin-number sch-pin-label" x="259.03284412526955" y="669.9633803616819" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 259.03284412526955 669.9633803616819)">schematic_port_36</text><line class="component-pin sch-component-pin sch-port-line" x1="259.03284412526955" y1="689.5506287790889" x2="259.03284412526955" y2="721.912169642631" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="259.03284412526955" cy="723.615408635449" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="257.32960513245155" y="721.9121696426309" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="257.32960513245155" y="706.5830187072689" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 257.32960513245155 706.5830187072689)"></text><text class="pin-number sch-pin-label" x="259.03284412526955" y="681.0344338149989" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 259.03284412526955 681.0344338149989)">schematic_port_37</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="231.35521049197706" y="540.0914071593095" width="82.18128140346852" height="8.516194964089891" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="231.35521049197706" y="540.0914071593095" width="82.18128140346852" height="8.516194964089891" fill="transparent"/><text class="sch-text" x="272.4458511937113" y="544.3495046413544" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 272.4458511937113, 544.3495046413544)">schematic_component_10</text><line class="component-pin sch-component-pin sch-port-line" x1="259.03284412526955" y1="540.0914071593095" x2="259.03284412526955" y2="518.8009197490844" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><rect x="257.32960513245155" y="517.0976807562664" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="257.32960513245155" y="529.446163454197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 257.32960513245155 529.446163454197)"></text><text class="pin-number sch-pin-label" x="259.03284412526955" y="548.6076021233994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 259.03284412526955 548.6076021233994)">schematic_port_38</text><line class="component-pin sch-component-pin sch-port-line" x1="259.03284412526955" y1="548.6076021233994" x2="259.03284412526955" y2="569.8980895336244" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="257.32960513245155" y="568.1948505408064" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="257.32960513245155" y="559.2528458285119" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 257.32960513245155 559.2528458285119)"></text><text class="pin-number sch-pin-label" x="259.03284412526955" y="540.0914071593095" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 259.03284412526955 540.0914071593095)">schematic_port_39</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="377.83376387432503" cy="348.05121071908" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="377.83376387432503" cy="126.63014165273997" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="377.83376387432503" cy="173.46921395523498" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="377.83376387432503" cy="220.30828625773" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="377.83376387432503" cy="254.37306611409" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="377.83376387432503" cy="301.212138416585" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="377.83376387432503" cy="318.244528344765" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="377.83376387432503" cy="271.40545604227" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="377.83376387432503" cy="237.34067618591" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="377.83376387432503" cy="190.50160388341502" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="377.83376387432503" cy="143.66253158092" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="377.83376387432503" cy="365.08360064726" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="239.4455957078625" cy="416.1807704318" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="256.47798563604255" cy="416.1807704318" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="273.5103755642225" cy="416.1807704318" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="290.5427654924025" cy="416.1807704318" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="480.87972293981403" cy="122.79785391889959" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="569.44815056635" cy="122.79785391889959" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="542.196326681262" cy="254.3730661140901" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="543.0479461776711" cy="348.05121071908013" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="480.87972293981403" cy="309.7283333806751" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="683.565163085156" cy="254.3730661140901" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="683.565163085156" cy="305.4702358986301" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="411.898543730685" cy="501.76852982090463" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="411.898543730685" cy="518.8009197490846" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_2__stack1"><circle cx="411.898543730685" cy="535.8333096772647" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_3__stack1"><circle cx="582.222443012485" cy="527.3171147131746" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_4__stack1"><circle cx="582.222443012485" cy="510.28472478499464" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="707.8363187328125" cy="93.4169812927891" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="707.8363187328125" cy="158.14006301987308" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="673.345729128248" cy="537.5365486700825" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="673.345729128248" cy="602.2596303971667" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="807.0499900644611" cy="603.1112498935756" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="807.0499900644611" cy="536.6849291736737" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="923.721861072494" cy="537.5365486700825" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="923.721861072494" cy="602.2596303971667" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="259.03284412526955" cy="627.382405541232" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="259.03284412526955" cy="723.615408635449" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="259.03284412526955" cy="518.8009197490844" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="259.03284412526955" cy="569.8980895336244" r="3.406477985636" 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="
|
|
127
|
+
M 807.0499900644611,620.1436398217556
|
|
128
|
+
L 815.5661850285511,624.7423851023642
|
|
129
|
+
L 815.5661850285511,653.9472563658835
|
|
130
|
+
L 798.5337951003711,653.9472563658835
|
|
131
|
+
L 798.5337951003711,624.7423851023642
|
|
132
|
+
Z
|
|
133
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><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="807.0499900644611" y="627.8082152894366" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" transform="rotate(90 807.0499900644611 627.8082152894366)">XX</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="
|
|
134
|
+
M 683.565163085156,305.4702358986301
|
|
135
|
+
L 692.081358049246,310.06898117923873
|
|
136
|
+
L 692.081358049246,339.273852442758
|
|
137
|
+
L 675.048968121066,339.273852442758
|
|
138
|
+
L 675.048968121066,310.06898117923873
|
|
139
|
+
Z
|
|
140
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><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="683.565163085156" y="313.1348113663111" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" transform="rotate(90 683.565163085156 313.1348113663111)">XX</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="
|
|
141
|
+
M 707.8363187328125,158.14006301987308
|
|
142
|
+
L 716.3525136969025,162.73880830048168
|
|
143
|
+
L 716.3525136969025,191.943679564001
|
|
144
|
+
L 699.3201237687225,191.943679564001
|
|
145
|
+
L 699.3201237687225,162.73880830048168
|
|
146
|
+
Z
|
|
147
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><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="707.8363187328125" y="165.8046384875541" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" transform="rotate(90 707.8363187328125 165.8046384875541)">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="
|
|
148
|
+
M 259.03284412526955,723.615408635449
|
|
149
|
+
L 267.54903908935955,728.2141539160575
|
|
150
|
+
L 267.54903908935955,757.4190251795768
|
|
151
|
+
L 250.51664916117954,757.4190251795768
|
|
152
|
+
L 250.51664916117954,728.2141539160575
|
|
153
|
+
Z
|
|
154
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><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="259.03284412526955" y="731.2799841031299" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" transform="rotate(90 259.03284412526955 731.2799841031299)">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="
|
|
155
|
+
M 394.86615380250504,122.79785391889959
|
|
156
|
+
L 386.34995883841503,118.199108638291
|
|
157
|
+
L 386.34995883841503,88.99423737477169
|
|
158
|
+
L 403.38234876659504,88.99423737477169
|
|
159
|
+
L 403.38234876659504,118.199108638291
|
|
160
|
+
Z
|
|
161
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><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="394.86615380250504" y="115.13327845121859" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" transform="rotate(-90 394.86615380250504 115.13327845121859)">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="
|
|
162
|
+
M 394.86615380250504,220.30828625773
|
|
163
|
+
L 399.46489908311366,211.79209129364
|
|
164
|
+
L 428.66977034663296,211.79209129364
|
|
165
|
+
L 428.66977034663296,228.82448122182
|
|
166
|
+
L 399.46489908311366,228.82448122182
|
|
167
|
+
Z
|
|
168
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><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="402.53072927018604" y="220.30828625773" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" 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="
|
|
169
|
+
M 394.86615380250504,254.37306611409
|
|
170
|
+
L 399.46489908311366,245.85687115
|
|
171
|
+
L 428.66977034663296,245.85687115
|
|
172
|
+
L 428.66977034663296,262.88926107817997
|
|
173
|
+
L 399.46489908311366,262.88926107817997
|
|
174
|
+
Z
|
|
175
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><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="402.53072927018604" y="254.37306611409" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" 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_7__stack1" d="
|
|
176
|
+
M 707.8363187328125,76.38459136460912
|
|
177
|
+
L 699.3201237687225,71.78584608400053
|
|
178
|
+
L 699.3201237687225,42.58097482048122
|
|
179
|
+
L 716.3525136969025,42.58097482048122
|
|
180
|
+
L 716.3525136969025,71.78584608400053
|
|
181
|
+
Z
|
|
182
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><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="707.8363187328125" y="68.72001589692812" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" transform="rotate(-90 707.8363187328125 68.72001589692812)">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="
|
|
183
|
+
M 537.8530672495762,241.5136117183142
|
|
184
|
+
L 533.2543219689676,250.0298066824042
|
|
185
|
+
L 484.04207000314614,250.0298066824042
|
|
186
|
+
L 484.04207000314614,232.9974167542242
|
|
187
|
+
L 533.2543219689676,232.9974167542242
|
|
188
|
+
Z
|
|
189
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><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="530.1884917818952" y="241.5136117183142" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" transform="">XXXX</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="
|
|
190
|
+
M 411.898543730685,535.8333096772647
|
|
191
|
+
L 407.29979845007637,544.3495046413547
|
|
192
|
+
L 338.08016578195287,544.3495046413547
|
|
193
|
+
L 338.08016578195287,527.3171147131746
|
|
194
|
+
L 407.29979845007637,527.3171147131746
|
|
195
|
+
Z
|
|
196
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><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="404.233968263004" y="535.8333096772647" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" transform="">XXXXXX</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="
|
|
197
|
+
M 673.345729128248,527.3171147131746
|
|
198
|
+
L 677.9444744088565,518.8009197490846
|
|
199
|
+
L 707.1493456723758,518.8009197490846
|
|
200
|
+
L 707.1493456723758,535.8333096772647
|
|
201
|
+
L 677.9444744088565,535.8333096772647
|
|
202
|
+
Z
|
|
203
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><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="681.0103045959289" y="527.3171147131746" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" 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_11__stack1" d="
|
|
204
|
+
M 599.254832940665,447.2648820507286
|
|
205
|
+
L 590.738637976575,442.66613677012
|
|
206
|
+
L 590.738637976575,413.4612655066007
|
|
207
|
+
L 607.771027904755,413.4612655066007
|
|
208
|
+
L 607.771027904755,442.66613677012
|
|
209
|
+
Z
|
|
210
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><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="599.254832940665" y="439.6003065830476" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" transform="rotate(-90 599.254832940665 439.6003065830476)">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="
|
|
211
|
+
M 259.03284412526955,598.6402475374281
|
|
212
|
+
L 263.6315894058782,590.1240525733381
|
|
213
|
+
L 292.83646066939747,590.1240525733381
|
|
214
|
+
L 292.83646066939747,607.1564425015181
|
|
215
|
+
L 263.6315894058782,607.1564425015181
|
|
216
|
+
Z
|
|
217
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><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="266.69741959295055" y="598.6402475374281" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" transform="">XX</text><text class="sch-text" x="362.504612938963" y="99.80412751585649" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 362.504612938963, 99.80412751585649)">J1</text><text class="sch-text" x="532.8285122207631" y="563.9367530587616" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935361977px" transform="rotate(0, 532.8285122207631, 563.9367530587616)">MIC5219_3_3YM5_TR</text><text class="sch-text" x="456.182757543953" y="474.94251568402115" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 456.182757543953, 474.94251568402115)">U3</text><rect class="schematic-box sch-box" x="347.17546200360107" y="89.15888381074402" width="30.65830187072396" height="21.290487410224983" stroke-width="1.703238992818px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="13.625911942544 6.812955971272"/><rect class="schematic-box sch-box" x="445.963323587045" y="556.2721775910807" width="173.73037726743598" height="15.329150935361895" stroke-width="1.703238992818px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="13.625911942544 6.812955971272"/><rect class="schematic-box sch-box" x="440.853606608591" y="464.2972719789086" width="30.658301870724017" height="21.290487410225012" stroke-width="1.703238992818px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="13.625911942544 6.812955971272"/>
|
|
218
|
+
</g>
|
|
219
|
+
</svg>
|