@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.1600000000000006,-0.10500000000000029 -1.9500000000000002,0.9" data-type="line" data-label="" points="213.5399284862932,295.8045292014303 294.30274135876044,228.72467222884387" fill="none" stroke="hsl(181, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.1600000000000006,-0.10500000000000029 -4.260000000000002,2.1149999999999998" data-type="line" data-label="" points="213.5399284862932,295.8045292014303 140.11918951132293,147.62812872467228" fill="none" stroke="hsl(181, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9500000000000002,0.9 -4.260000000000002,2.1149999999999998" data-type="line" data-label="" points="294.30274135876044,228.72467222884387 140.11918951132293,147.62812872467228" fill="none" stroke="hsl(181, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.1600000000000006,-0.30500000000000027 1.9500000000000002,-0.85" data-type="line" data-label="" points="213.5399284862932,309.15375446960667 554.6126340882001,345.5303933253873" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.1600000000000006,-0.30500000000000027 1.9500000000000002,-0.44999999999999996" data-type="line" data-label="" points="213.5399284862932,309.15375446960667 554.6126340882001,318.83194278903454" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.1600000000000006,-0.30500000000000027 -1.9500000000000002,0.7" data-type="line" data-label="" points="213.5399284862932,309.15375446960667 294.30274135876044,242.07389749702025" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.1600000000000006,-0.30500000000000027 1.9500000000000002,-0.6499999999999999" data-type="line" data-label="" points="213.5399284862932,309.15375446960667 554.6126340882001,332.1811680572109" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.1600000000000006,-0.30500000000000027 -3.160000000000001,2.1149999999999998" data-type="line" data-label="" points="213.5399284862932,309.15375446960667 213.53992848629318,147.62812872467228" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.1600000000000006,-0.30500000000000027 -2.755,-3.1050000000000004" data-type="line" data-label="" points="213.5399284862932,309.15375446960667 240.57210965435044,496.04290822407626" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9500000000000002,-0.85 1.9500000000000002,-0.44999999999999996" data-type="line" data-label="" points="554.6126340882001,345.5303933253873 554.6126340882001,318.83194278903454" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9500000000000002,-0.85 -1.9500000000000002,0.7" data-type="line" data-label="" points="554.6126340882001,345.5303933253873 294.30274135876044,242.07389749702025" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9500000000000002,-0.85 1.9500000000000002,-0.6499999999999999" data-type="line" data-label="" points="554.6126340882001,345.5303933253873 554.6126340882001,332.1811680572109" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9500000000000002,-0.85 -3.160000000000001,2.1149999999999998" data-type="line" data-label="" points="554.6126340882001,345.5303933253873 213.53992848629318,147.62812872467228" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9500000000000002,-0.85 -2.755,-3.1050000000000004" data-type="line" data-label="" points="554.6126340882001,345.5303933253873 240.57210965435044,496.04290822407626" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9500000000000002,-0.44999999999999996 -1.9500000000000002,0.7" data-type="line" data-label="" points="554.6126340882001,318.83194278903454 294.30274135876044,242.07389749702025" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9500000000000002,-0.44999999999999996 1.9500000000000002,-0.6499999999999999" data-type="line" data-label="" points="554.6126340882001,318.83194278903454 554.6126340882001,332.1811680572109" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9500000000000002,-0.44999999999999996 -3.160000000000001,2.1149999999999998" data-type="line" data-label="" points="554.6126340882001,318.83194278903454 213.53992848629318,147.62812872467228" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9500000000000002,-0.44999999999999996 -2.755,-3.1050000000000004" data-type="line" data-label="" points="554.6126340882001,318.83194278903454 240.57210965435044,496.04290822407626" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9500000000000002,0.7 1.9500000000000002,-0.6499999999999999" data-type="line" data-label="" points="294.30274135876044,242.07389749702025 554.6126340882001,332.1811680572109" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9500000000000002,0.7 -3.160000000000001,2.1149999999999998" data-type="line" data-label="" points="294.30274135876044,242.07389749702025 213.53992848629318,147.62812872467228" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9500000000000002,0.7 -2.755,-3.1050000000000004" data-type="line" data-label="" points="294.30274135876044,242.07389749702025 240.57210965435044,496.04290822407626" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9500000000000002,-0.6499999999999999 -3.160000000000001,2.1149999999999998" data-type="line" data-label="" points="554.6126340882001,332.1811680572109 213.53992848629318,147.62812872467228" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9500000000000002,-0.6499999999999999 -2.755,-3.1050000000000004" data-type="line" data-label="" points="554.6126340882001,332.1811680572109 240.57210965435044,496.04290822407626" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.160000000000001,2.1149999999999998 -2.755,-3.1050000000000004" data-type="line" data-label="" points="213.53992848629318,147.62812872467228 240.57210965435044,496.04290822407626" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9500000000000002,-0.7000000000000001 -2.755,-2.705" data-type="line" data-label="" points="294.30274135876044,335.51847437425505 240.57210965435044,469.34445768772343" fill="none" stroke="hsl(167, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9500000000000002,-0.9 -2.755,-2.9050000000000002" data-type="line" data-label="" points="294.30274135876044,348.86769964243143 240.57210965435044,482.6936829558998" fill="none" stroke="hsl(5, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9500000000000002,-0.2499999999999999 1.9500000000000002,0.85" data-type="line" data-label="" points="554.6126340882001,305.48271752085816 554.6126340882001,232.06197854588797" fill="none" stroke="hsl(158, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9500000000000002,0.9 -2.5550000000000006,0.9 -2.5550000000000006,-0.10500000000000029 -3.1600000000000006,-0.10500000000000029" data-type="line" data-label="" points="294.30274135876044,228.72467222884387 253.9213349225268,228.72467222884387 253.9213349225268,295.8045292014303 213.5399284862932,295.8045292014303" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9500000000000002,0.7 -2.1500000000000004,0.7 -2.1500000000000004,-0.30500000000000027 -3.1600000000000006,-0.30500000000000027" data-type="line" data-label="" points="294.30274135876044,242.07389749702025 280.953516090584,242.07389749702025 280.953516090584,309.15375446960667 213.5399284862932,309.15375446960667" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.9500000000000002,-0.44999999999999996 2.1500000000000004,-0.44999999999999996 2.1500000000000004,-0.6499999999999999 1.9500000000000002,-0.6499999999999999" data-type="line" data-label="" points="554.6126340882001,318.83194278903454 567.9618593563766,318.83194278903454 567.9618593563766,332.1811680572109 554.6126340882001,332.1811680572109" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.9500000000000002,-0.85 2.1500000000000004,-0.85 2.1500000000000004,-0.6499999999999999 1.9500000000000002,-0.6499999999999999" data-type="line" data-label="" points="554.6126340882001,345.5303933253873 567.9618593563766,345.5303933253873 567.9618593563766,332.1811680572109 554.6126340882001,332.1811680572109" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.9500000000000002,-0.2499999999999999 2.1500000000000004,-0.2499999999999999 2.1500000000000004,0.85 1.9500000000000002,0.85" data-type="line" data-label="" points="554.6126340882001,305.48271752085816 567.9618593563766,305.48271752085816 567.9618593563766,232.06197854588797 554.6126340882001,232.06197854588797" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.160000000000001,2.1149999999999998 -3.059000000000001,2.1149999999999998 -3.059000000000001,1.664" data-type="line" data-label="" points="213.53992848629318,147.62812872467228 220.28128724672226,147.62812872467228 220.28128724672226,177.73063170441003" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.755,-3.1050000000000004 -2.654,-3.1050000000000004 -2.654,-3.3060000000000005" data-type="line" data-label="" points="240.57210965435044,496.04290822407626 247.31346841477952,496.04290822407626 247.31346841477952,509.4588796185935" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.44999999999999996,2.55 -0.44999999999999996,2.5509999999999997 -1.9510000000000005,2.5509999999999997 -1.9510000000000005,2.651" data-type="line" data-label="" points="394.42193087008343,118.5935637663886 394.42193087008343,118.52681764004774 294.23599523241955,118.52681764004774 294.23599523241955,111.85220500595952" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.44999999999999996,2.55 0.44999999999999996,2.751 0.39899999999999997,2.751" data-type="line" data-label="" points="454.4934445768772,118.5935637663886 454.4934445768772,105.17759237187133 451.08939213349225,105.17759237187133" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0,-2.55 0,-3.3009999999999997 -0.7510000000000001,-3.3009999999999997" data-type="line" data-label="" points="424.4576877234803,458.99880810488673 424.4576877234803,509.12514898688903 374.33134684147797,509.12514898688903" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.65,-2.55 -0.65,-2.7009999999999996 -0.7010000000000001,-2.7009999999999996" data-type="line" data-label="" points="381.07270560190705,458.99880810488673 381.07270560190705,469.0774731823599 377.66865315852203,469.0774731823599" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.65,-2.55 0.65,-2.7009999999999996 0.599,-2.7009999999999996" data-type="line" data-label="" points="467.8426698450536,458.99880810488673 467.8426698450536,469.0774731823599 464.43861740166864,469.0774731823599" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-4.460000000000001" data-y="-0.2050000000000003" x="40" y="282.45530393325384" width="173.5399284862932" height="40.047675804529206" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01498214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="0" data-y="0" x="294.3027413587605" y="118.59356376638857" width="260.3098927294397" height="340.40524433849816" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01498214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-3.7100000000000013" data-y="2.1149999999999998" x="140.11918951132293" y="119.59475566150185" width="73.42073897497025" height="56.06674612634086" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01498214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-4.205" data-y="-2.9050000000000002" x="47.008343265792675" y="455.99523241954705" width="193.56376638855775" height="53.39690107270559" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01498214285714286"/></g><g><rect data-type="rect" data-label="netId: IN
|
|
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.1600000000000006,-0.10500000000000029 -1.9500000000000002,0.9" data-type="line" data-label="" points="213.5399284862932,295.8045292014303 294.30274135876044,228.72467222884387" fill="none" stroke="hsl(181, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.1600000000000006,-0.10500000000000029 -4.260000000000002,2.1149999999999998" data-type="line" data-label="" points="213.5399284862932,295.8045292014303 140.11918951132293,147.62812872467228" fill="none" stroke="hsl(181, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9500000000000002,0.9 -4.260000000000002,2.1149999999999998" data-type="line" data-label="" points="294.30274135876044,228.72467222884387 140.11918951132293,147.62812872467228" fill="none" stroke="hsl(181, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.1600000000000006,-0.30500000000000027 1.9500000000000002,-0.85" data-type="line" data-label="" points="213.5399284862932,309.15375446960667 554.6126340882001,345.5303933253873" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.1600000000000006,-0.30500000000000027 1.9500000000000002,-0.44999999999999996" data-type="line" data-label="" points="213.5399284862932,309.15375446960667 554.6126340882001,318.83194278903454" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.1600000000000006,-0.30500000000000027 -1.9500000000000002,0.7" data-type="line" data-label="" points="213.5399284862932,309.15375446960667 294.30274135876044,242.07389749702025" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.1600000000000006,-0.30500000000000027 1.9500000000000002,-0.6499999999999999" data-type="line" data-label="" points="213.5399284862932,309.15375446960667 554.6126340882001,332.1811680572109" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.1600000000000006,-0.30500000000000027 -3.160000000000001,2.1149999999999998" data-type="line" data-label="" points="213.5399284862932,309.15375446960667 213.53992848629318,147.62812872467228" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.1600000000000006,-0.30500000000000027 -2.755,-3.1050000000000004" data-type="line" data-label="" points="213.5399284862932,309.15375446960667 240.57210965435044,496.04290822407626" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9500000000000002,-0.85 1.9500000000000002,-0.44999999999999996" data-type="line" data-label="" points="554.6126340882001,345.5303933253873 554.6126340882001,318.83194278903454" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9500000000000002,-0.85 -1.9500000000000002,0.7" data-type="line" data-label="" points="554.6126340882001,345.5303933253873 294.30274135876044,242.07389749702025" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9500000000000002,-0.85 1.9500000000000002,-0.6499999999999999" data-type="line" data-label="" points="554.6126340882001,345.5303933253873 554.6126340882001,332.1811680572109" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9500000000000002,-0.85 -3.160000000000001,2.1149999999999998" data-type="line" data-label="" points="554.6126340882001,345.5303933253873 213.53992848629318,147.62812872467228" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9500000000000002,-0.85 -2.755,-3.1050000000000004" data-type="line" data-label="" points="554.6126340882001,345.5303933253873 240.57210965435044,496.04290822407626" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9500000000000002,-0.44999999999999996 -1.9500000000000002,0.7" data-type="line" data-label="" points="554.6126340882001,318.83194278903454 294.30274135876044,242.07389749702025" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9500000000000002,-0.44999999999999996 1.9500000000000002,-0.6499999999999999" data-type="line" data-label="" points="554.6126340882001,318.83194278903454 554.6126340882001,332.1811680572109" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9500000000000002,-0.44999999999999996 -3.160000000000001,2.1149999999999998" data-type="line" data-label="" points="554.6126340882001,318.83194278903454 213.53992848629318,147.62812872467228" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9500000000000002,-0.44999999999999996 -2.755,-3.1050000000000004" data-type="line" data-label="" points="554.6126340882001,318.83194278903454 240.57210965435044,496.04290822407626" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9500000000000002,0.7 1.9500000000000002,-0.6499999999999999" data-type="line" data-label="" points="294.30274135876044,242.07389749702025 554.6126340882001,332.1811680572109" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9500000000000002,0.7 -3.160000000000001,2.1149999999999998" data-type="line" data-label="" points="294.30274135876044,242.07389749702025 213.53992848629318,147.62812872467228" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9500000000000002,0.7 -2.755,-3.1050000000000004" data-type="line" data-label="" points="294.30274135876044,242.07389749702025 240.57210965435044,496.04290822407626" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9500000000000002,-0.6499999999999999 -3.160000000000001,2.1149999999999998" data-type="line" data-label="" points="554.6126340882001,332.1811680572109 213.53992848629318,147.62812872467228" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9500000000000002,-0.6499999999999999 -2.755,-3.1050000000000004" data-type="line" data-label="" points="554.6126340882001,332.1811680572109 240.57210965435044,496.04290822407626" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.160000000000001,2.1149999999999998 -2.755,-3.1050000000000004" data-type="line" data-label="" points="213.53992848629318,147.62812872467228 240.57210965435044,496.04290822407626" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9500000000000002,-0.7000000000000001 -2.755,-2.705" data-type="line" data-label="" points="294.30274135876044,335.51847437425505 240.57210965435044,469.34445768772343" fill="none" stroke="hsl(167, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9500000000000002,-0.9 -2.755,-2.9050000000000002" data-type="line" data-label="" points="294.30274135876044,348.86769964243143 240.57210965435044,482.6936829558998" fill="none" stroke="hsl(5, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9500000000000002,-0.2499999999999999 1.9500000000000002,0.85" data-type="line" data-label="" points="554.6126340882001,305.48271752085816 554.6126340882001,232.06197854588797" fill="none" stroke="hsl(158, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9500000000000002,0.9 -2.5550000000000006,0.9 -2.5550000000000006,-0.10500000000000029 -3.1600000000000006,-0.10500000000000029" data-type="line" data-label="" points="294.30274135876044,228.72467222884387 253.9213349225268,228.72467222884387 253.9213349225268,295.8045292014303 213.5399284862932,295.8045292014303" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9500000000000002,0.7 -2.1500000000000004,0.7 -2.1500000000000004,-0.30500000000000027 -3.1600000000000006,-0.30500000000000027" data-type="line" data-label="" points="294.30274135876044,242.07389749702025 280.953516090584,242.07389749702025 280.953516090584,309.15375446960667 213.5399284862932,309.15375446960667" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.9500000000000002,-0.44999999999999996 2.1500000000000004,-0.44999999999999996 2.1500000000000004,-0.6499999999999999 1.9500000000000002,-0.6499999999999999" data-type="line" data-label="" points="554.6126340882001,318.83194278903454 567.9618593563766,318.83194278903454 567.9618593563766,332.1811680572109 554.6126340882001,332.1811680572109" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.9500000000000002,-0.85 2.1500000000000004,-0.85 2.1500000000000004,-0.6499999999999999 1.9500000000000002,-0.6499999999999999" data-type="line" data-label="" points="554.6126340882001,345.5303933253873 567.9618593563766,345.5303933253873 567.9618593563766,332.1811680572109 554.6126340882001,332.1811680572109" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.9500000000000002,-0.2499999999999999 2.1500000000000004,-0.2499999999999999 2.1500000000000004,0.85 1.9500000000000002,0.85" data-type="line" data-label="" points="554.6126340882001,305.48271752085816 567.9618593563766,305.48271752085816 567.9618593563766,232.06197854588797 554.6126340882001,232.06197854588797" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.160000000000001,2.1149999999999998 -3.059000000000001,2.1149999999999998 -3.059000000000001,1.664" data-type="line" data-label="" points="213.53992848629318,147.62812872467228 220.28128724672226,147.62812872467228 220.28128724672226,177.73063170441003" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.755,-3.1050000000000004 -2.654,-3.1050000000000004 -2.654,-3.3060000000000005" data-type="line" data-label="" points="240.57210965435044,496.04290822407626 247.31346841477952,496.04290822407626 247.31346841477952,509.4588796185935" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.44999999999999996,2.55 -0.44999999999999996,2.5509999999999997 -1.9510000000000005,2.5509999999999997 -1.9510000000000005,2.651" data-type="line" data-label="" points="394.42193087008343,118.5935637663886 394.42193087008343,118.52681764004774 294.23599523241955,118.52681764004774 294.23599523241955,111.85220500595952" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.44999999999999996,2.55 0.44999999999999996,2.751 0.39899999999999997,2.751" data-type="line" data-label="" points="454.4934445768772,118.5935637663886 454.4934445768772,105.17759237187133 451.08939213349225,105.17759237187133" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0,-2.55 0,-3.3009999999999997 -0.7510000000000001,-3.3009999999999997" data-type="line" data-label="" points="424.4576877234803,458.99880810488673 424.4576877234803,509.12514898688903 374.33134684147797,509.12514898688903" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.65,-2.55 -0.65,-2.7009999999999996 -0.7010000000000001,-2.7009999999999996" data-type="line" data-label="" points="381.07270560190705,458.99880810488673 381.07270560190705,469.0774731823599 377.66865315852203,469.0774731823599" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.65,-2.55 0.65,-2.7009999999999996 0.599,-2.7009999999999996" data-type="line" data-label="" points="467.8426698450536,458.99880810488673 467.8426698450536,469.0774731823599 464.43861740166864,469.0774731823599" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-4.460000000000001" data-y="-0.2050000000000003" x="40" y="282.45530393325384" width="173.5399284862932" height="40.047675804529206" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01498214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="0" data-y="0" x="294.3027413587605" y="118.59356376638857" width="260.3098927294397" height="340.40524433849816" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01498214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-3.7100000000000013" data-y="2.1149999999999998" x="140.11918951132293" y="119.59475566150185" width="73.42073897497025" height="56.06674612634086" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01498214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-4.205" data-y="-2.9050000000000002" x="47.008343265792675" y="455.99523241954705" width="193.56376638855775" height="53.39690107270559" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01498214285714286"/></g><g><rect data-type="rect" data-label="netId: IN
|
|
2
4
|
globalConnNetId: connectivity_net0" data-x="-2.7350000000000008" data-y="0.9" x="229.89272943980927" y="222.05005959475568" width="24.028605482717524" height="13.349225268176383" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.01498214285714286"/></g><g><rect data-type="rect" data-label="netId: IN
|
|
3
5
|
globalConnNetId: connectivity_net0" data-x="-4.441000000000002" data-y="2.1149999999999998" x="116.02383790226457" y="140.95351609058406" width="24.028605482717467" height="13.349225268176411" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.01498214285714286"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
4
6
|
globalConnNetId: connectivity_net1" data-x="-2.445" data-y="-0.5450000000000003" x="254.58879618593565" y="309.15375446960667" width="13.34922526817644" height="32.038140643623365" fill="#00000066" stroke="#000000" stroke-width="0.01498214285714286"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
@@ -61,7 +63,7 @@ orientation: x-" data-x="0.599" data-y="-2.7009999999999996" cx="464.43861740166
|
|
|
61
63
|
const h = svg.getElementById('crosshair-h');
|
|
62
64
|
const v = svg.getElementById('crosshair-v');
|
|
63
65
|
const coords = svg.getElementById('coordinates');
|
|
64
|
-
|
|
66
|
+
|
|
65
67
|
crosshair.style.display = 'block';
|
|
66
68
|
h.setAttribute('x1', '0');
|
|
67
69
|
h.setAttribute('x2', '640');
|
|
@@ -80,13 +82,13 @@ orientation: x-" data-x="0.599" data-y="-2.7009999999999996" cx="464.43861740166
|
|
|
80
82
|
// y' = (y - ty) / sy
|
|
81
83
|
const sx = matrix.a;
|
|
82
84
|
const sy = matrix.d;
|
|
83
|
-
const tx = matrix.e;
|
|
85
|
+
const tx = matrix.e;
|
|
84
86
|
const ty = matrix.f;
|
|
85
87
|
const realPoint = {
|
|
86
88
|
x: (x - tx) / sx,
|
|
87
89
|
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
88
90
|
}
|
|
89
|
-
|
|
91
|
+
|
|
90
92
|
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
91
93
|
coords.setAttribute('x', (x + 5).toString());
|
|
92
94
|
coords.setAttribute('y', (y - 5).toString());
|
|
@@ -94,4 +96,132 @@ orientation: x-" data-x="0.599" data-y="-2.7009999999999996" cx="464.43861740166
|
|
|
94
96
|
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
95
97
|
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
96
98
|
});
|
|
97
|
-
]]></script
|
|
99
|
+
]]></script>
|
|
100
|
+
</g>
|
|
101
|
+
<g transform="translate(1216, 200)">
|
|
102
|
+
<style>
|
|
103
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
104
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
105
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
106
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
107
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
108
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
109
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
110
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
111
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
112
|
+
|
|
113
|
+
</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 537.20051098892 255.59871731364 L 474.1090283390979 255.59871731364 L 474.1090283390979 360.403576922022 L 411.01754568927595 360.403576922022" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.685350783424003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 537.20051098892 255.59871731364 L 474.1090283390979 255.59871731364 L 474.1090283390979 360.403576922022 L 411.01754568927595 360.403576922022" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.0856688479280003px" 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 537.20051098892 276.45540579292003 L 516.34382250964 276.45540579292003 L 516.34382250964 381.26026540130204 L 411.01754568927595 381.26026540130204" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.685350783424003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 537.20051098892 276.45540579292003 L 516.34382250964 276.45540579292003 L 516.34382250964 381.26026540130204 L 411.01754568927595 381.26026540130204" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.0856688479280003px" 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 943.90593633488 396.38136454877997 L 964.7626248141601 396.38136454877997 L 964.7626248141601 417.23805302806 L 943.90593633488 417.23805302806" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.685350783424003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 943.90593633488 396.38136454877997 L 964.7626248141601 396.38136454877997 L 964.7626248141601 417.23805302806 L 943.90593633488 417.23805302806" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.0856688479280003px" 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 943.90593633488 438.09474150734 L 964.7626248141601 438.09474150734 L 964.7626248141601 417.23805302806 L 943.90593633488 417.23805302806" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.685350783424003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 943.90593633488 438.09474150734 L 964.7626248141601 438.09474150734 L 964.7626248141601 417.23805302806 L 943.90593633488 417.23805302806" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.0856688479280003px" 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 943.90593633488 375.5246760695 L 964.7626248141601 375.5246760695 L 964.7626248141601 260.81288943346 L 943.90593633488 260.81288943346" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.685350783424003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 943.90593633488 375.5246760695 L 964.7626248141601 375.5246760695 L 964.7626248141601 260.81288943346 L 943.90593633488 260.81288943346" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.0856688479280003px" 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 411.0175456892759 128.89433480201401 L 421.55017337131227 128.89433480201401 L 421.55017337131227 175.9261673227904" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.685350783424003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 411.0175456892759 128.89433480201401 L 421.55017337131227 128.89433480201401 L 421.55017337131227 175.9261673227904" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.0856688479280003px" 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 453.252339859818 673.253904111222 L 463.7849675418544 673.253904111222 L 463.7849675418544 694.2148760328985" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.685350783424003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 453.252339859818 673.253904111222 L 463.7849675418544 673.253904111222 L 463.7849675418544 694.2148760328985" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.0856688479280003px" 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 693.62567458352 83.53103735958001 L 693.62567458352 83.42675391718365 L 537.0962275465236 83.42675391718365 L 537.0962275465236 72.99840967754363" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.685350783424003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 693.62567458352 83.53103735958001 L 693.62567458352 83.42675391718365 L 537.0962275465236 83.42675391718365 L 537.0962275465236 72.99840967754363" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.0856688479280003px" 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 787.48077274028 83.53103735958001 L 787.48077274028 62.57006543790362 L 782.1623171780636 62.57006543790362" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.685350783424003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 787.48077274028 83.53103735958001 L 787.48077274028 62.57006543790362 L 782.1623171780636 62.57006543790362" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.0856688479280003px" 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 740.5532236619 615.37659358122 L 740.5532236619 693.6934588209164 L 662.2363584222036 693.6934588209164" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.685350783424003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 740.5532236619 615.37659358122 L 740.5532236619 693.6934588209164 L 662.2363584222036 693.6934588209164" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.0856688479280003px" 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 672.76898610424 615.37659358122 L 672.76898610424 631.1233933830764 L 667.4505305420236 631.1233933830764" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.685350783424003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 672.76898610424 615.37659358122 L 672.76898610424 631.1233933830764 L 667.4505305420236 631.1233933830764" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.0856688479280003px" 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 808.33746121956 615.37659358122 L 808.33746121956 631.1233933830764 L 803.0190056573437 631.1233933830764" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.685350783424003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 808.33746121956 615.37659358122 L 808.33746121956 631.1233933830764 L 803.0190056573437 631.1233933830764" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.0856688479280003px" 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="964.7626248141601" cy="417.23805302806" r="3.128503271892" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="943.90593633488" cy="417.23805302806" r="3.128503271892" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="181.5939724171958" y="339.54688844274204" width="187.71019631352016" height="62.570065437840015" stroke-width="2.0856688479280003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="181.5939724171958" y="339.54688844274204" width="187.71019631352016" height="62.570065437840015" fill="transparent"/><text class="sch-text" x="275.4490705739559" y="370.831921161662" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="18.771019631352px" transform="rotate(0, 275.4490705739559, 370.831921161662)">J1</text><line class="component-pin sch-component-pin sch-port-line" x1="369.30416873071596" y1="360.403576922022" x2="411.01754568927595" y2="360.403576922022" stroke-width="2.0856688479280003px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="408.93187684134796" y="358.317908074094" width="4.171337695856001" height="4.171337695856001" opacity="0"/></g><text class="pin-number sch-pin-number" x="390.1608572099959" y="358.317908074094" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.64251635946px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="369.30416873071596" y1="381.26026540130204" x2="411.01754568927595" y2="381.26026540130204" stroke-width="2.0856688479280003px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="408.93187684134796" y="379.17459655337404" width="4.171337695856001" height="4.171337695856001" opacity="0"/></g><text class="pin-number sch-pin-number" x="390.1608572099959" y="379.17459655337404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.64251635946px" transform="">2</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="578.9138879474799" y="125.24441431814" width="323.2786714288402" height="448.41880230452" stroke-width="2.0856688479280003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="578.9138879474799" y="125.24441431814" width="323.2786714288402" height="448.41880230452" fill="transparent"/><text class="sch-text" x="740.5532236619" y="349.4538154704" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="18.771019631352px" transform="rotate(0, 740.5532236619, 349.4538154704)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="578.9138879474799" y1="422.45222514788003" x2="539.286179836848" y2="422.45222514788003" stroke-width="2.0856688479280003px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="537.20051098892" cy="422.45222514788003" r="2.0856688479280003" stroke-width="2.0856688479280003px"/><rect x="535.114842140992" y="420.36655629995204" width="4.171337695856001" height="4.171337695856001" opacity="0"/></g><text class="pin-number sch-pin-number" x="558.0571994682" y="420.366556299952" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.64251635946px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="578.9138879474799" y1="443.30891362716" x2="539.286179836848" y2="443.30891362716" stroke-width="2.0856688479280003px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="537.20051098892" cy="443.30891362716" r="2.0856688479280003" stroke-width="2.0856688479280003px"/><rect x="535.114842140992" y="441.223244779232" width="4.171337695856001" height="4.171337695856001" opacity="0"/></g><text class="pin-number sch-pin-number" x="558.0571994682" y="441.223244779232" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.64251635946px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="902.1925593763201" y1="438.09474150734" x2="943.90593633488" y2="438.09474150734" stroke-width="2.0856688479280003px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="941.820267486952" y="436.009072659412" width="4.171337695856001" height="4.171337695856001" opacity="0"/></g><text class="pin-number sch-pin-number" x="923.0492478556" y="436.009072659412" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.64251635946px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="902.1925593763201" y1="375.5246760695" x2="943.90593633488" y2="375.5246760695" stroke-width="2.0856688479280003px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="941.820267486952" y="373.439007221572" width="4.171337695856001" height="4.171337695856001" opacity="0"/></g><text class="pin-number sch-pin-number" x="923.0492478556" y="373.439007221572" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.64251635946px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="902.1925593763201" y1="396.38136454877997" x2="943.90593633488" y2="396.38136454877997" stroke-width="2.0856688479280003px"/><g class="sch-port" data-schematic-port-id="source_port_1_4__stack1"><rect x="941.820267486952" y="394.295695700852" width="4.171337695856001" height="4.171337695856001" opacity="0"/></g><text class="pin-number sch-pin-number" x="923.0492478556" y="394.295695700852" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.64251635946px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="693.62567458352" y1="125.24441431814" x2="693.62567458352" y2="83.53103735958001" stroke-width="2.0856688479280003px"/><g class="sch-port" data-schematic-port-id="source_port_1_5__stack1"><rect x="691.540005735592" y="81.445368511652" width="4.171337695856001" height="4.171337695856001" opacity="0"/></g><text class="pin-number sch-pin-number" x="691.540005735592" y="104.38772583886004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.64251635946px" transform="rotate(-90 691.540005735592 104.38772583886004)">7</text><line class="component-pin sch-component-pin sch-port-line" x1="578.9138879474799" y1="276.45540579292003" x2="537.20051098892" y2="276.45540579292003" stroke-width="2.0856688479280003px"/><g class="sch-port" data-schematic-port-id="source_port_1_6__stack1"><rect x="535.114842140992" y="274.36973694499204" width="4.171337695856001" height="4.171337695856001" opacity="0"/></g><text class="pin-number sch-pin-number" x="558.0571994682" y="274.369736944992" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.64251635946px" transform="">8</text><line class="component-pin sch-component-pin sch-port-line" x1="787.48077274028" y1="125.24441431814" x2="787.48077274028" y2="83.53103735958001" stroke-width="2.0856688479280003px"/><g class="sch-port" data-schematic-port-id="source_port_1_7__stack1"><rect x="785.395103892352" y="81.445368511652" width="4.171337695856001" height="4.171337695856001" opacity="0"/></g><text class="pin-number sch-pin-number" x="785.395103892352" y="104.38772583886004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.64251635946px" transform="rotate(-90 785.395103892352 104.38772583886004)">9</text><line class="component-pin sch-component-pin sch-port-line" x1="902.1925593763201" y1="260.81288943346" x2="943.90593633488" y2="260.81288943346" stroke-width="2.0856688479280003px"/><g class="sch-port" data-schematic-port-id="source_port_1_8__stack1"><rect x="941.820267486952" y="258.727220585532" width="4.171337695856001" height="4.171337695856001" opacity="0"/></g><text class="pin-number sch-pin-number" x="923.0492478556" y="258.727220585532" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.64251635946px" transform="">10</text><line class="component-pin sch-component-pin sch-port-line" x1="740.5532236619" y1="573.66321662266" x2="740.5532236619" y2="615.37659358122" stroke-width="2.0856688479280003px"/><g class="sch-port" data-schematic-port-id="source_port_1_9__stack1"><rect x="738.467554813972" y="613.2909247332921" width="4.171337695856001" height="4.171337695856001" opacity="0"/></g><text class="pin-number sch-pin-number" x="738.467554813972" y="594.5199051019399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.64251635946px" transform="rotate(-90 738.467554813972 594.5199051019399)">12</text><line class="component-pin sch-component-pin sch-port-line" x1="578.9138879474799" y1="255.59871731364" x2="537.20051098892" y2="255.59871731364" stroke-width="2.0856688479280003px"/><g class="sch-port" data-schematic-port-id="source_port_1_10__stack1"><rect x="535.114842140992" y="253.51304846571202" width="4.171337695856001" height="4.171337695856001" opacity="0"/></g><text class="pin-number sch-pin-number" x="558.0571994682" y="253.513048465712" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.64251635946px" transform="">13</text><line class="component-pin sch-component-pin sch-port-line" x1="902.1925593763201" y1="417.23805302806" x2="943.90593633488" y2="417.23805302806" stroke-width="2.0856688479280003px"/><g class="sch-port" data-schematic-port-id="source_port_1_11__stack1"><rect x="941.820267486952" y="415.152384180132" width="4.171337695856001" height="4.171337695856001" opacity="0"/></g><text class="pin-number sch-pin-number" x="923.0492478556" y="415.152384180132" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.64251635946px" transform="">14</text><line class="component-pin sch-component-pin sch-port-line" x1="672.76898610424" y1="573.66321662266" x2="672.76898610424" y2="615.37659358122" stroke-width="2.0856688479280003px"/><g class="sch-port" data-schematic-port-id="source_port_1_12__stack1"><rect x="670.683317256312" y="613.2909247332921" width="4.171337695856001" height="4.171337695856001" opacity="0"/></g><text class="pin-number sch-pin-number" x="670.683317256312" y="594.5199051019399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.64251635946px" transform="rotate(-90 670.683317256312 594.5199051019399)">15</text><line class="component-pin sch-component-pin sch-port-line" x1="808.33746121956" y1="573.66321662266" x2="808.33746121956" y2="615.37659358122" stroke-width="2.0856688479280003px"/><g class="sch-port" data-schematic-port-id="source_port_1_13__stack1"><rect x="806.2517923716321" y="613.2909247332921" width="4.171337695856001" height="4.171337695856001" opacity="0"/></g><text class="pin-number sch-pin-number" x="806.2517923716321" y="594.5199051019399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.64251635946px" transform="rotate(-90 806.2517923716321 594.5199051019399)">16</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component-overlay sch-component-overlay" x="296.30575905323576" y="98.30070130618212" width="114.71178663604007" height="61.187266991663805" fill="transparent"/><path class="sch-component-symbol-path" d="M 411.01754568927583 128.89433480201401 L 365.1328310348598 128.89433480201401" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.0856688479280003px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 342.1904737076518 128.89433480201401 L 296.30575905323576 128.89433480201401" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.0856688479280003px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 365.1328310348598 98.30070130618212 L 365.1328310348598 159.48796829784592" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.0856688479280003px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 342.1904737076518 98.30070130618212 L 342.1904737076518 159.48796829784592" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.0856688479280003px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="353.6616523712558" y="83.00962014759797" stroke="rgb(245, 241, 237)" stroke-width="2.0856688479280003px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="18.771019631352px">C1</text><text class="sch-component-text" x="353.6616523712558" y="174.77904945643007" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="18.771019631352px"></text><circle class="component-pin sch-component-pin" cx="296.30575905323576" cy="128.89433480201401" r="2.0856688479280003px" stroke-width="2.0856688479280003px" fill="none" stroke="rgb(132, 0, 0)"/></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="192.54373386881787" y="610.6838386733821" width="218.99522903244014" height="83.42675391711998" stroke-width="2.0856688479280003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="192.54373386881787" y="610.6838386733821" width="218.99522903244014" height="83.42675391711998" fill="transparent"/><text class="sch-text" x="302.04134838503796" y="652.3972156319421" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="18.771019631352px" transform="rotate(0, 302.04134838503796, 652.3972156319421)">BT1</text><line class="component-pin sch-component-pin sch-port-line" x1="411.538962901258" y1="631.540527152662" x2="451.16667101189" y2="631.540527152662" stroke-width="2.0856688479280003px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="453.252339859818" cy="631.540527152662" r="2.0856688479280003" stroke-width="2.0856688479280003px"/><rect x="451.16667101189" y="629.454858304734" width="4.171337695856001" height="4.171337695856001" opacity="0"/></g><text class="pin-number sch-pin-number" x="432.39565138053797" y="629.454858304734" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.64251635946px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="411.538962901258" y1="652.3972156319421" x2="451.16667101189" y2="652.3972156319421" stroke-width="2.0856688479280003px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="453.252339859818" cy="652.3972156319421" r="2.0856688479280003" stroke-width="2.0856688479280003px"/><rect x="451.16667101189" y="650.3115467840141" width="4.171337695856001" height="4.171337695856001" opacity="0"/></g><text class="pin-number sch-pin-number" x="432.39565138053797" y="650.3115467840141" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.64251635946px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="411.538962901258" y1="673.253904111222" x2="453.252339859818" y2="673.253904111222" stroke-width="2.0856688479280003px"/><g class="sch-port" data-schematic-port-id="source_port_3_2__stack1"><rect x="451.16667101189" y="671.168235263294" width="4.171337695856001" height="4.171337695856001" opacity="0"/></g><text class="pin-number sch-pin-number" x="432.39565138053797" y="671.168235263294" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.64251635946px" transform="">3</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="411.01754568927595" cy="360.403576922022" r="4.171337695856001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="411.01754568927595" cy="381.26026540130204" r="4.171337695856001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="537.20051098892" cy="422.45222514788003" r="4.171337695856001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="537.20051098892" cy="443.30891362716" r="4.171337695856001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="943.90593633488" cy="438.09474150734" r="4.171337695856001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="943.90593633488" cy="375.5246760695" r="4.171337695856001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_4__stack1"><circle cx="943.90593633488" cy="396.38136454877997" r="4.171337695856001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_5__stack1"><circle cx="693.62567458352" cy="83.53103735958001" r="4.171337695856001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_6__stack1"><circle cx="537.20051098892" cy="276.45540579292003" r="4.171337695856001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_7__stack1"><circle cx="787.48077274028" cy="83.53103735958001" r="4.171337695856001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_8__stack1"><circle cx="943.90593633488" cy="260.81288943346" r="4.171337695856001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_9__stack1"><circle cx="740.5532236619" cy="615.37659358122" r="4.171337695856001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_10__stack1"><circle cx="537.20051098892" cy="255.59871731364" r="4.171337695856001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_11__stack1"><circle cx="943.90593633488" cy="417.23805302806" r="4.171337695856001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_12__stack1"><circle cx="672.76898610424" cy="615.37659358122" r="4.171337695856001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_13__stack1"><circle cx="808.33746121956" cy="615.37659358122" r="4.171337695856001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="322.3766196523358" cy="128.89433480201401" r="4.171337695856001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="437.08840628837595" cy="128.89433480201401" r="4.171337695856001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="453.252339859818" cy="631.540527152662" r="4.171337695856001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="453.252339859818" cy="652.3972156319421" r="4.171337695856001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_2__stack1"><circle cx="453.252339859818" cy="673.253904111222" r="4.171337695856001" 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="
|
|
114
|
+
M 474.1090283390979,255.59871731364
|
|
115
|
+
L 468.4777224496923,266.02706155328
|
|
116
|
+
L 432.7154539372202,266.02706155328
|
|
117
|
+
L 432.7154539372202,245.170373074
|
|
118
|
+
L 468.4777224496923,245.170373074
|
|
119
|
+
Z
|
|
120
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.0856688479280003px"/><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="464.7235185234219" y="255.59871731364" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.771019631352px" 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_1__stack1" d="
|
|
121
|
+
M 296.3057590532358,128.89433480201401
|
|
122
|
+
L 290.6744531638302,139.32267904165403
|
|
123
|
+
L 254.9121846513581,139.322679041654
|
|
124
|
+
L 254.9121846513581,118.465990562374
|
|
125
|
+
L 290.6744531638302,118.46599056237402
|
|
126
|
+
Z
|
|
127
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.0856688479280003px"/><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="286.9202492375598" y="128.89433480201401" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.771019631352px" 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_2__stack1" d="
|
|
128
|
+
M 485.58020700270197,381.26026540130204
|
|
129
|
+
L 496.008551242342,386.89157129070765
|
|
130
|
+
L 496.008551242342,434.9036681700102
|
|
131
|
+
L 475.15186276306196,434.9036681700102
|
|
132
|
+
L 475.15186276306196,386.89157129070765
|
|
133
|
+
Z
|
|
134
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.0856688479280003px"/><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="485.58020700270197" y="390.64577521697805" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.771019631352px" transform="rotate(90 485.58020700270197 390.64577521697805)">XXX</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="
|
|
135
|
+
M 964.7626248141601,438.09474150734
|
|
136
|
+
L 975.1909690538,443.7260473967456
|
|
137
|
+
L 975.1909690538,491.73814427604816
|
|
138
|
+
L 954.3342805745201,491.73814427604816
|
|
139
|
+
L 954.3342805745201,443.7260473967456
|
|
140
|
+
Z
|
|
141
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.0856688479280003px"/><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="964.7626248141601" y="447.48025132301603" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.771019631352px" transform="rotate(90 964.7626248141601 447.48025132301603)">XXX</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="
|
|
142
|
+
M 421.55017337131227,175.9261673227904
|
|
143
|
+
L 431.9785176109523,181.55747321219602
|
|
144
|
+
L 431.9785176109523,229.56957009149858
|
|
145
|
+
L 411.12182913167226,229.56957009149858
|
|
146
|
+
L 411.12182913167226,181.55747321219602
|
|
147
|
+
Z
|
|
148
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.0856688479280003px"/><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="421.55017337131227" y="185.3116771384664" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.771019631352px" transform="rotate(90 421.55017337131227 185.3116771384664)">XXX</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="
|
|
149
|
+
M 463.7849675418544,694.2148760328985
|
|
150
|
+
L 474.21331178149444,699.846181922304
|
|
151
|
+
L 474.21331178149444,747.8582788016066
|
|
152
|
+
L 453.3566233022144,747.8582788016066
|
|
153
|
+
L 453.3566233022144,699.846181922304
|
|
154
|
+
Z
|
|
155
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.0856688479280003px"/><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="463.7849675418544" y="703.6003858485744" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.771019631352px" transform="rotate(90 463.7849675418544 703.6003858485744)">XXX</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="
|
|
156
|
+
M 537.20051098892,422.45222514788003
|
|
157
|
+
L 531.5692050995144,432.88056938752004
|
|
158
|
+
L 495.8069365870423,432.88056938752004
|
|
159
|
+
L 495.8069365870423,412.02388090824
|
|
160
|
+
L 531.5692050995144,412.02388090824
|
|
161
|
+
Z
|
|
162
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.0856688479280003px"/><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="527.815001173244" y="422.45222514788003" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.771019631352px" 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="
|
|
163
|
+
M 453.252339859818,631.540527152662
|
|
164
|
+
L 458.8836457492236,621.112182913022
|
|
165
|
+
L 494.6459142616957,621.112182913022
|
|
166
|
+
L 494.6459142616957,641.9688713923019
|
|
167
|
+
L 458.8836457492236,641.9688713923019
|
|
168
|
+
Z
|
|
169
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.0856688479280003px"/><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="462.637849675494" y="631.540527152662" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.771019631352px" 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_8__stack1" d="
|
|
170
|
+
M 537.20051098892,443.30891362716
|
|
171
|
+
L 531.5692050995144,453.7372578668
|
|
172
|
+
L 483.55710822021183,453.7372578668
|
|
173
|
+
L 483.55710822021183,432.88056938752
|
|
174
|
+
L 531.5692050995144,432.88056938752
|
|
175
|
+
Z
|
|
176
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.0856688479280003px"/><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="527.815001173244" y="443.30891362716" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.771019631352px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="
|
|
177
|
+
M 453.252339859818,652.3972156319421
|
|
178
|
+
L 458.8836457492236,641.9688713923022
|
|
179
|
+
L 506.89574262852614,641.9688713923022
|
|
180
|
+
L 506.89574262852614,662.8255598715821
|
|
181
|
+
L 458.8836457492236,662.8255598715821
|
|
182
|
+
Z
|
|
183
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.0856688479280003px"/><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="462.637849675494" y="652.3972156319421" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.771019631352px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="
|
|
184
|
+
M 964.7626248141601,375.5246760695
|
|
185
|
+
L 970.3939307035656,365.09633182986
|
|
186
|
+
L 1018.4060275828682,365.09633182986
|
|
187
|
+
L 1018.4060275828682,385.95302030914
|
|
188
|
+
L 970.3939307035656,385.95302030914
|
|
189
|
+
Z
|
|
190
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.0856688479280003px"/><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="974.148134629836" y="375.5246760695" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.771019631352px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="
|
|
191
|
+
M 537.0962275465236,72.99840967754363
|
|
192
|
+
L 531.464921657118,83.42675391718363
|
|
193
|
+
L 385.45419784317176,83.42675391718362
|
|
194
|
+
L 385.45419784317176,62.570065437903615
|
|
195
|
+
L 531.464921657118,62.57006543790364
|
|
196
|
+
Z
|
|
197
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.0856688479280003px"/><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="527.7107177308476" y="72.99840967754363" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.771019631352px" transform="">XXXXXXXXXXX</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="
|
|
198
|
+
M 782.1623171780636,62.57006543790362
|
|
199
|
+
L 776.5310112886581,72.99840967754362
|
|
200
|
+
L 655.0199442083727,72.9984096775436
|
|
201
|
+
L 655.0199442083727,52.1417211982636
|
|
202
|
+
L 776.5310112886581,52.141721198263625
|
|
203
|
+
Z
|
|
204
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.0856688479280003px"/><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="772.7768073623877" y="62.57006543790362" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.771019631352px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" d="
|
|
205
|
+
M 662.2363584222036,693.6934588209164
|
|
206
|
+
L 656.605052532798,704.1218030605563
|
|
207
|
+
L 596.343127286665,704.1218030605563
|
|
208
|
+
L 596.343127286665,683.2651145812764
|
|
209
|
+
L 656.605052532798,683.2651145812764
|
|
210
|
+
Z
|
|
211
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.0856688479280003px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" x="652.8508486065276" y="693.6934588209164" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.771019631352px" 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_14__stack1" d="
|
|
212
|
+
M 667.4505305420236,631.1233933830764
|
|
213
|
+
L 661.819224652618,641.5517376227164
|
|
214
|
+
L 589.3074710396545,641.5517376227164
|
|
215
|
+
L 589.3074710396545,620.6950491434364
|
|
216
|
+
L 661.819224652618,620.6950491434364
|
|
217
|
+
Z
|
|
218
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.0856688479280003px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" x="658.0650207263476" y="631.1233933830764" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.771019631352px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" d="
|
|
219
|
+
M 803.0190056573437,631.1233933830764
|
|
220
|
+
L 797.3876997679381,641.5517376227164
|
|
221
|
+
L 737.125774521805,641.5517376227164
|
|
222
|
+
L 737.125774521805,620.6950491434364
|
|
223
|
+
L 797.3876997679381,620.6950491434364
|
|
224
|
+
Z
|
|
225
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.0856688479280003px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" x="793.6334958416677" y="631.1233933830764" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.771019631352px" transform="">XXXX</text>
|
|
226
|
+
</g>
|
|
227
|
+
</svg>
|