@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="
|
|
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="0.48,0.765 -0.48,-0.765" data-type="line" data-label="" points="361.5571776155718,215.76642335766422 230.75425790754258,424.2335766423358" fill="none" stroke="hsl(224, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.58,0.765 -1.58,-0.765" data-type="line" data-label="" points="511.43552311435525,215.76642335766422 80.87591240875912,424.2335766423358" fill="none" stroke="hsl(224, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.5800000000000001,-0.665 -1.58,0.765" data-type="line" data-label="" points="375.18248175182487,410.6082725060827 80.87591240875912,215.76642335766422" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.48,-0.665 -0.48,0.765" data-type="line" data-label="" points="497.81021897810217,410.6082725060827 230.75425790754258,215.76642335766422" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.48,0.765 0,0.765 0,-0.765 -0.48,-0.765" data-type="line" data-label="" points="361.5571776155718,215.76642335766422 296.1557177615572,215.76642335766422 296.1557177615572,424.2335766423358 230.75425790754258,424.2335766423358" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.58,0.765 1.7800000000000002,0.765 1.7800000000000002,0 -1.68,0 -1.68,-0.765 -1.58,-0.765" data-type="line" data-label="" points="511.43552311435525,215.76642335766422 538.6861313868613,215.76642335766422 538.6861313868613,320 67.2506082725061,320 67.2506082725061,424.2335766423358 80.87591240875912,424.2335766423358" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.5800000000000001,-0.665 0.050000000000000044,-0.665 0.050000000000000044,-1.1594553499999996 -1.8800000000000001,-1.1594553499999996 -1.8800000000000001,0.765 -1.58,0.765" data-type="line" data-label="" points="375.18248175182487,410.6082725060827 302.9683698296837,410.6082725060827 302.9683698296837,477.9793177615571 40,477.9793177615571 40,215.76642335766422 80.87591240875912,215.76642335766422" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.48,-0.665 1.68,-0.665 1.68,1.1594553499999996 -0.1,1.1594553499999996 -0.1,0.765 -0.48,0.765" data-type="line" data-label="" points="497.81021897810217,410.6082725060827 525.0608272506083,410.6082725060827 525.0608272506083,162.02068223844287 282.53041362530416,162.02068223844287 282.53041362530416,215.76642335766422 230.75425790754258,215.76642335766422" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-1.03" data-y="0.765" x="80.87591240875912" y="189.27129051094897" width="149.87834549878346" height="52.9902656934305" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.007339285714285715"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="1.03" data-y="0.765" x="361.5571776155718" y="189.27129051094897" width="149.87834549878346" height="52.9902656934305" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.007339285714285715"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-1.03" data-y="-0.765" x="80.87591240875912" y="397.7384437956205" width="149.87834549878346" height="52.9902656934305" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.007339285714285715"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="1.03" data-y="-0.765" x="375.18248175182487" y="388.1265206812652" width="122.6277372262773" height="72.21411192214111" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.007339285714285715"/></g><g><rect data-type="rect" data-label="netId: .J1 > .pin1 to .R1 > .pin1
|
|
2
4
|
globalConnNetId: connectivity_net2" data-x="0.31500000000000006" data-y="-0.44000000000000006" x="325.45012165450123" y="349.29440389294405" width="27.2506082725061" height="61.31386861313865" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.007339285714285715"/></g><g><rect data-type="rect" data-label="netId: .J1 > .pin3 to .R1 > .pin2
|
|
3
5
|
globalConnNetId: connectivity_net3" data-x="1.68" data-y="-0.89" x="511.43552311435525" y="410.6082725060827" width="27.250608272506156" height="61.31386861313871" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.007339285714285715"/></g><g><rect data-type="rect" data-label="netId: .R2 > .pin1 to .R3 > .pin2
|
|
4
6
|
globalConnNetId: connectivity_net0" data-x="0.24" data-y="0.54" x="315.23114355231144" y="215.76642335766422" width="27.2506082725061" height="61.31386861313871" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.007339285714285715"/></g><g><rect data-type="rect" data-label="netId: .R2 > .pin2 to .R3 > .pin1
|
|
@@ -25,7 +27,7 @@ orientation: x+" data-x="1.7800000000000002" data-y="0.765" cx="538.686131386861
|
|
|
25
27
|
const h = svg.getElementById('crosshair-h');
|
|
26
28
|
const v = svg.getElementById('crosshair-v');
|
|
27
29
|
const coords = svg.getElementById('coordinates');
|
|
28
|
-
|
|
30
|
+
|
|
29
31
|
crosshair.style.display = 'block';
|
|
30
32
|
h.setAttribute('x1', '0');
|
|
31
33
|
h.setAttribute('x2', '640');
|
|
@@ -44,13 +46,13 @@ orientation: x+" data-x="1.7800000000000002" data-y="0.765" cx="538.686131386861
|
|
|
44
46
|
// y' = (y - ty) / sy
|
|
45
47
|
const sx = matrix.a;
|
|
46
48
|
const sy = matrix.d;
|
|
47
|
-
const tx = matrix.e;
|
|
49
|
+
const tx = matrix.e;
|
|
48
50
|
const ty = matrix.f;
|
|
49
51
|
const realPoint = {
|
|
50
52
|
x: (x - tx) / sx,
|
|
51
53
|
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
52
54
|
}
|
|
53
|
-
|
|
55
|
+
|
|
54
56
|
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
55
57
|
coords.setAttribute('x', (x + 5).toString());
|
|
56
58
|
coords.setAttribute('y', (y - 5).toString());
|
|
@@ -58,4 +60,48 @@ orientation: x+" data-x="1.7800000000000002" data-y="0.765" cx="538.686131386861
|
|
|
58
60
|
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
59
61
|
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
60
62
|
});
|
|
61
|
-
]]></script
|
|
63
|
+
]]></script>
|
|
64
|
+
</g>
|
|
65
|
+
<g transform="translate(1216, 200)">
|
|
66
|
+
<style>
|
|
67
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
68
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
69
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
70
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
71
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
72
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
73
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
74
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
75
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
76
|
+
|
|
77
|
+
</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 676.6394984326639 235.557545902348 L 573.459919391 235.557545902348 L 573.459919391 564.442454097652 L 470.280340349336 564.442454097652" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="34.393193013888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 676.6394984326639 235.557545902348 L 573.459919391 235.557545902348 L 573.459919391 564.442454097652 L 470.280340349336 564.442454097652" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.299149126736px" 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 913.0927004031439 235.557545902348 L 956.084191670504 235.557545902348 L 956.084191670504 400 L 212.331392745176 400 L 212.331392745176 564.442454097652 L 233.82713837885598 564.442454097652" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="34.393193013888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 913.0927004031439 235.557545902348 L 956.084191670504 235.557545902348 L 956.084191670504 400 L 212.331392745176 400 L 212.331392745176 564.442454097652 L 233.82713837885598 564.442454097652" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.299149126736px" 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 698.135244066344 542.9467084639721 L 584.2077922078399 542.9467084639721 L 584.2077922078399 649.233572772094 L 169.33990147781594 649.233572772094 L 169.33990147781594 235.557545902348 L 233.82713837885598 235.557545902348" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="34.393193013888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 698.135244066344 542.9467084639721 L 584.2077922078399 542.9467084639721 L 584.2077922078399 649.233572772094 L 169.33990147781594 649.233572772094 L 169.33990147781594 235.557545902348 L 233.82713837885598 235.557545902348" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.299149126736px" 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 891.596954769464 542.9467084639721 L 934.5884460368239 542.9467084639721 L 934.5884460368239 150.76642722790595 L 551.9641737573199 150.76642722790595 L 551.9641737573199 235.557545902348 L 470.280340349336 235.557545902348" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="34.393193013888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 891.596954769464 542.9467084639721 L 934.5884460368239 542.9467084639721 L 934.5884460368239 150.76642722790595 L 551.9641737573199 150.76642722790595 L 551.9641737573199 235.557545902348 L 470.280340349336 235.557545902348" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.299149126736px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component-overlay sch-component-overlay" x="233.82713837885598" y="204.03833407968304" width="236.45320197048" height="63.03842364532997" fill="transparent"/><path class="sch-component-symbol-path" d="M 233.82713837885598 235.557545902348 L 273.243887147335 235.557545902348" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.299149126736px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 430.86359158085696 235.557545902348 L 470.280340349336 235.557545902348" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.299149126736px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 273.243887147335 204.03833407968304 L 430.86359158085696 204.03833407968304 L 430.86359158085696 267.076757725013 L 273.243887147335 267.076757725013 L 273.243887147335 204.03833407968304" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.299149126736px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="352.053739364096" y="172.50335871022" stroke="rgb(245, 241, 237)" stroke-width="4.299149126736px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="38.692342140624px">R1</text><text class="sch-component-text" x="352.053739364096" y="298.611733094476" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="38.692342140624px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component-overlay sch-component-overlay" x="676.639498432664" y="204.03833407968304" width="236.45320197048" height="63.03842364532997" fill="transparent"/><path class="sch-component-symbol-path" d="M 676.639498432664 235.557545902348 L 716.056247201143 235.557545902348" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.299149126736px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 873.675951634665 235.557545902348 L 913.092700403144 235.557545902348" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.299149126736px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 716.056247201143 204.03833407968304 L 873.675951634665 204.03833407968304 L 873.675951634665 267.076757725013 L 716.056247201143 267.076757725013 L 716.056247201143 204.03833407968304" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.299149126736px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="794.866099417904" y="172.50335871022" stroke="rgb(245, 241, 237)" stroke-width="4.299149126736px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="38.692342140624px">R2</text><text class="sch-component-text" x="794.866099417904" y="298.611733094476" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="38.692342140624px"></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="233.82713837885598" y="532.923242274987" width="236.45320197048" height="63.038423645329885" fill="transparent"/><path class="sch-component-symbol-path" d="M 233.82713837885598 564.442454097652 L 273.243887147335 564.442454097652" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.299149126736px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 430.86359158085696 564.442454097652 L 470.280340349336 564.442454097652" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.299149126736px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 273.243887147335 532.923242274987 L 430.86359158085696 532.923242274987 L 430.86359158085696 595.9616659203169 L 273.243887147335 595.9616659203169 L 273.243887147335 532.923242274987" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.299149126736px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="352.053739364096" y="501.388266905524" stroke="rgb(245, 241, 237)" stroke-width="4.299149126736px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="38.692342140624px">R3</text><text class="sch-component-text" x="352.053739364096" y="627.49664128978" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="38.692342140624px"></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="784.118226601064" y="553.6945812808119" width="21.49574563368003" height="21.495745633680144" stroke-width="4.299149126736px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="784.118226601064" y="553.6945812808119" width="21.49574563368003" height="21.495745633680144" fill="transparent"/><text class="sch-text" x="794.866099417904" y="564.442454097652" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="37.975817286167995px" transform="rotate(0, 794.866099417904, 564.442454097652)">J1</text><line class="component-pin sch-component-pin sch-port-line" x1="784.118226601064" y1="542.9467084639721" x2="698.135244066344" y2="542.9467084639721" stroke-width="4.299149126736px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="693.836094939608" y="538.6475593372361" width="8.598298253472" height="8.598298253472" opacity="0"/></g><text class="pin-number sch-pin-number" x="741.126735333704" y="538.647559337236" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="32.243618450519996px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="794.866099417904" y1="575.190326914492" x2="794.866099417904" y2="617.107030900168" stroke-width="4.299149126736px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="794.866099417904" cy="621.4061800269039" r="4.299149126736" stroke-width="4.299149126736px"/><rect x="790.566950291168" y="617.107030900168" width="8.598298253472" height="8.598298253472" opacity="0"/></g><text class="pin-number sch-pin-number" x="790.5669502911679" y="598.298253470698" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="32.243618450519996px" transform="rotate(-90 790.5669502911679 598.298253470698)">2</text><line class="component-pin sch-component-pin sch-port-line" x1="805.613972234744" y1="542.9467084639721" x2="891.596954769464" y2="542.9467084639721" stroke-width="4.299149126736px"/><g class="sch-port" data-schematic-port-id="source_port_3_2__stack1"><rect x="887.297805642728" y="538.6475593372361" width="8.598298253472" height="8.598298253472" opacity="0"/></g><text class="pin-number sch-pin-number" x="848.6054635021039" y="538.647559337236" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="32.243618450519996px" transform="">3</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="287.56650246305594" cy="235.557545902348" r="8.598298253472" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="524.0197044335359" cy="235.557545902348" r="8.598298253472" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="730.3788625168639" cy="235.557545902348" r="8.598298253472" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="966.832064487344" cy="235.557545902348" r="8.598298253472" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="287.56650246305594" cy="564.442454097652" r="8.598298253472" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="524.0197044335359" cy="564.442454097652" r="8.598298253472" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="698.135244066344" cy="542.9467084639721" r="8.598298253472" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="794.866099417904" cy="621.4061800269039" r="8.598298253472" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_2__stack1"><circle cx="891.596954769464" cy="542.9467084639721" r="8.598298253472" 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="
|
|
78
|
+
M 641.171518137092,542.9467084639721
|
|
79
|
+
L 619.675772503412,531.3390058217849
|
|
80
|
+
L 619.675772503412,457.6229287953516
|
|
81
|
+
L 662.667263770772,457.6229287953516
|
|
82
|
+
L 662.667263770772,531.3390058217849
|
|
83
|
+
Z
|
|
84
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="4.299149126736px"/><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="641.171518137092" y="523.60053739366" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="38.692342140624px" transform="rotate(-90 641.171518137092 523.60053739366)">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="
|
|
85
|
+
M 934.5884460368239,542.9467084639721
|
|
86
|
+
L 956.084191670504,554.5544111061593
|
|
87
|
+
L 956.084191670504,628.2704881325925
|
|
88
|
+
L 913.0927004031439,628.2704881325925
|
|
89
|
+
L 913.0927004031439,554.5544111061593
|
|
90
|
+
Z
|
|
91
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="4.299149126736px"/><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="934.5884460368239" y="562.2928795342841" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="38.692342140624px" transform="rotate(90 934.5884460368239 562.2928795342841)">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="
|
|
92
|
+
M 625.049708911832,235.557545902348
|
|
93
|
+
L 646.545454545512,247.16524854453522
|
|
94
|
+
L 646.545454545512,320.8813255709685
|
|
95
|
+
L 603.553963278152,320.8813255709685
|
|
96
|
+
L 603.553963278152,247.16524854453522
|
|
97
|
+
Z
|
|
98
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="4.299149126736px"/><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="625.049708911832" y="254.90371697266002" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="38.692342140624px" transform="rotate(90 625.049708911832 254.90371697266002)">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="
|
|
99
|
+
M 956.084191670504,235.557545902348
|
|
100
|
+
L 967.6918943126911,214.061800268668
|
|
101
|
+
L 1041.4079713391245,214.061800268668
|
|
102
|
+
L 1041.4079713391245,257.05329153602804
|
|
103
|
+
L 967.6918943126911,257.05329153602804
|
|
104
|
+
Z
|
|
105
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="4.299149126736px"/><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="975.430362740816" y="235.557545902348" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="38.692342140624px" transform="">XX</text>
|
|
106
|
+
</g>
|
|
107
|
+
</svg>
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
<svg width="
|
|
1
|
+
<svg width="2416" height="1200" viewBox="0 0 2416 1200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on the left and Circuit JSON schematic on the right">
|
|
2
|
+
<g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
|
|
3
|
+
<rect width="100%" height="100%" fill="white"/><g><polyline data-points="1.1,0.2 2.3099999999999996,0.01999999999999985" data-type="line" data-label="" points="301.5156017830609,201.4588202080238 445.34918276374435,222.85555126300153" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.1,0 0.5499999999999996,-1.7944553499999996" data-type="line" data-label="" points="301.5156017830609,225.2329658246657 236.13670133729568,438.5411797919762" fill="none" stroke="hsl(158, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.1,-0.2 1.6499999999999997,-1.7944553499999996" data-type="line" data-label="" points="301.5156017830609,249.00711144130761 366.8945022288261,438.5411797919762" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.1,-0.2 3.41,0.01999999999999985" data-type="line" data-label="" points="301.5156017830609,249.00711144130761 576.1069836552749,222.85555126300153" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.6499999999999997,-1.7944553499999996 3.41,0.01999999999999985" data-type="line" data-label="" points="366.8945022288261,438.5411797919762 576.1069836552749,222.85555126300153" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.1,0.2 1.7049999999999998,0.2 1.7049999999999998,0.01999999999999985 2.3099999999999996,0.01999999999999985" data-type="line" data-label="" points="301.5156017830609,201.4588202080238 373.4323922734027,201.4588202080238 373.4323922734027,222.85555126300153 445.34918276374435,222.85555126300153" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1,0 1.3,0 1.3,-0.8972276749999998 0.34999999999999964,-0.8972276749999998 0.34999999999999964,-1.7944553499999996 0.5499999999999996,-1.7944553499999996" data-type="line" data-label="" points="301.5156017830609,225.2329658246657 325.28974739970283,225.2329658246657 325.28974739970283,331.88707280832097 212.36255572065375,331.88707280832097 212.36255572065375,438.5411797919762 236.13670133729568,438.5411797919762" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.6499999999999997,-1.7944553499999996 1.8499999999999996,-1.7944553499999996 1.8499999999999996,-0.2 1.1,-0.2" data-type="line" data-label="" points="366.8945022288261,438.5411797919762 390.668647845468,438.5411797919762 390.668647845468,249.00711144130761 301.5156017830609,249.00711144130761" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.41,0.01999999999999985 3.511,0.01999999999999985 3.511,-0.4310000000000001" data-type="line" data-label="" points="576.1069836552749,222.85555126300153 588.1129271916791,222.85555126300153 588.1129271916791,276.466249628529" 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.00000000000003" y="177.6846745913819" width="261.5156017830609" height="95.09658246656761" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.008412500000000002"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="1.0999999999999996" data-y="-1.7944553499999996" x="236.13670133729568" y="415.42613075780093" width="130.75780089153045" height="46.230098068350514" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.008412500000000002"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="2.86" data-y="0.01999999999999985" x="445.3491827637443" y="172.92984546805354" width="130.75780089153056" height="99.85141158989597" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.008412500000000002"/></g><g><rect data-type="rect" data-label="netId: VCC
|
|
2
4
|
globalConnNetId: connectivity_net0" data-x="1.7049999999999998" data-y="0.42500000000000004" x="361.5453194650817" y="147.96699257057952" width="23.77414561664193" height="53.49182763744429" fill="#ef444466" stroke="#ef4444" stroke-width="0.008412500000000002"/></g><g><rect data-type="rect" data-label="netId: OUT
|
|
3
5
|
globalConnNetId: connectivity_net1" data-x="1.5250000000000001" data-y="-0.4486138374999999" x="325.28974739970283" y="266.67294650817234" width="53.49182763744432" height="23.774145616641874" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.008412500000000002"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
4
6
|
globalConnNetId: connectivity_net2" data-x="1.8499999999999996" data-y="-2.0194553499999994" x="378.78157503714704" y="438.54117979197616" width="23.77414561664193" height="53.49182763744432" fill="#00000066" stroke="#000000" stroke-width="0.008412500000000002"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
@@ -23,7 +25,7 @@ orientation: y-" data-x="3.511" data-y="-0.4310000000000001" cx="588.11292719167
|
|
|
23
25
|
const h = svg.getElementById('crosshair-h');
|
|
24
26
|
const v = svg.getElementById('crosshair-v');
|
|
25
27
|
const coords = svg.getElementById('coordinates');
|
|
26
|
-
|
|
28
|
+
|
|
27
29
|
crosshair.style.display = 'block';
|
|
28
30
|
h.setAttribute('x1', '0');
|
|
29
31
|
h.setAttribute('x2', '640');
|
|
@@ -42,13 +44,13 @@ orientation: y-" data-x="3.511" data-y="-0.4310000000000001" cx="588.11292719167
|
|
|
42
44
|
// y' = (y - ty) / sy
|
|
43
45
|
const sx = matrix.a;
|
|
44
46
|
const sy = matrix.d;
|
|
45
|
-
const tx = matrix.e;
|
|
47
|
+
const tx = matrix.e;
|
|
46
48
|
const ty = matrix.f;
|
|
47
49
|
const realPoint = {
|
|
48
50
|
x: (x - tx) / sx,
|
|
49
51
|
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
50
52
|
}
|
|
51
|
-
|
|
53
|
+
|
|
52
54
|
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
53
55
|
coords.setAttribute('x', (x + 5).toString());
|
|
54
56
|
coords.setAttribute('y', (y - 5).toString());
|
|
@@ -56,4 +58,48 @@ orientation: y-" data-x="3.511" data-y="-0.4310000000000001" cx="588.11292719167
|
|
|
56
58
|
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
57
59
|
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
58
60
|
});
|
|
59
|
-
]]></script
|
|
61
|
+
]]></script>
|
|
62
|
+
</g>
|
|
63
|
+
<g transform="translate(1216, 200)">
|
|
64
|
+
<style>
|
|
65
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
66
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
67
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
68
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
69
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
70
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
71
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
72
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
73
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
74
|
+
|
|
75
|
+
</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 514.13142221603 182.88675772194 L 634.9465142143065 182.88675772194 L 634.9465142143065 218.83174377101403 L 755.7616062125829 218.83174377101403" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="31.951098710288px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 514.13142221603 182.88675772194 L 634.9465142143065 182.88675772194 L 634.9465142143065 218.83174377101403 L 755.7616062125829 218.83174377101403" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.993887338786px" 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 514.13142221603 222.8256311098 L 554.07029560389 222.8256311098 L 554.07029560389 401.996943669345 L 364.36064701155493 401.996943669345 L 364.36064701155493 581.16825622889 L 404.299520399415 581.16825622889" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="31.951098710288px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 514.13142221603 222.8256311098 L 554.07029560389 222.8256311098 L 554.07029560389 401.996943669345 L 364.36064701155493 401.996943669345 L 364.36064701155493 581.16825622889 L 404.299520399415 581.16825622889" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.993887338786px" 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 623.963324032645 581.16825622889 L 663.902197420505 581.16825622889 L 663.902197420505 262.76450449766 L 514.13142221603 262.76450449766" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="31.951098710288px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 623.963324032645 581.16825622889 L 663.902197420505 581.16825622889 L 663.902197420505 262.76450449766 L 514.13142221603 262.76450449766" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.993887338786px" 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 975.4254098458131 218.83174377101403 L 995.5945409066824 218.83174377101403 L 995.5945409066824 308.89390326063835" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="31.951098710288px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 975.4254098458131 218.83174377101403 L 995.5945409066824 218.83174377101403 L 995.5945409066824 308.89390326063835" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.993887338786px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="154.68156172528998" y="142.94788433408002" width="279.5721137150201" height="159.75549355144" stroke-width="3.993887338786px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="154.68156172528998" y="142.94788433408002" width="279.5721137150201" height="159.75549355144" fill="transparent"/><text class="sch-text" x="294.4676185828" y="222.8256311098" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="35.944986049074004px" transform="rotate(0, 294.4676185828, 222.8256311098)">J1</text><line class="component-pin sch-component-pin sch-port-line" x1="434.2536754403101" y1="182.88675772194" x2="514.13142221603" y2="182.88675772194" stroke-width="3.993887338786px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="510.13753487724404" y="178.892870383154" width="7.987774677572" height="7.987774677572" opacity="0"/></g><text class="pin-number sch-pin-number" x="474.19254882817006" y="178.89287038315402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="29.954155040895px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="434.2536754403101" y1="222.8256311098" x2="514.13142221603" y2="222.8256311098" stroke-width="3.993887338786px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="510.13753487724404" y="218.831743771014" width="7.987774677572" height="7.987774677572" opacity="0"/></g><text class="pin-number sch-pin-number" x="474.19254882817006" y="218.831743771014" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="29.954155040895px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="434.2536754403101" y1="262.76450449766" x2="514.13142221603" y2="262.76450449766" stroke-width="3.993887338786px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="510.13753487724404" y="258.770617158874" width="7.987774677572" height="7.987774677572" opacity="0"/></g><text class="pin-number sch-pin-number" x="474.19254882817006" y="258.770617158874" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="29.954155040895px" transform="">3</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component-overlay sch-component-overlay" x="404.2995203994149" y="551.8870712045804" width="219.6638036332301" height="58.56237004861919" fill="transparent"/><path class="sch-component-symbol-path" d="M 404.2995203994149 581.16825622889 L 440.9174764650744 581.16825622889" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.993887338786px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 587.3453679669855 581.16825622889 L 623.963324032645 581.16825622889" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.993887338786px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 440.9174764650744 551.8870712045804 L 587.3453679669855 551.8870712045804 L 587.3453679669855 610.4494412531996 L 440.9174764650744 610.4494412531996 L 440.9174764650744 551.8870712045804" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.993887338786px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="514.1314222160299" y="522.5912419266953" stroke="rgb(245, 241, 237)" stroke-width="3.993887338786px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="35.944986049074004px">R1</text><text class="sch-component-text" x="514.1314222160299" y="639.7452705310847" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="35.944986049074004px"></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="755.7616062125829" y="160.24740734203155" width="219.66380363323015" height="117.16867285796494" fill="transparent"/><path class="sch-component-symbol-path" d="M 975.4254098458131 218.83174377101403 L 887.559888392521 218.83174377101403" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.993887338786px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 843.627127665875 218.83174377101403 L 755.7616062125829 218.83174377101403" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.993887338786px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 887.559888392521 160.24740734203155 L 887.559888392521 277.4160801999965" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.993887338786px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 843.627127665875 160.24740734203155 L 843.627127665875 277.4160801999965" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.993887338786px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="865.593508029198" y="130.96622231772199" stroke="rgb(245, 241, 237)" stroke-width="3.993887338786px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="35.944986049074004px">C1</text><text class="sch-component-text" x="865.593508029198" y="306.6972652243061" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="35.944986049074004px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="514.13142221603" cy="182.88675772194" r="7.987774677572" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="514.13142221603" cy="222.8256311098" r="7.987774677572" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="514.13142221603" cy="262.76450449766" r="7.987774677572" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="454.22311213423995" cy="581.16825622889" r="7.987774677572" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="673.88691576747" cy="581.16825622889" r="7.987774677572" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="805.685197947408" cy="218.83174377101403" r="7.987774677572" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="1025.3490015806383" cy="218.83174377101403" r="7.987774677572" 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="
|
|
76
|
+
M 634.9465142143065,182.88675772194
|
|
77
|
+
L 614.9770775203765,172.10326190721779
|
|
78
|
+
L 614.9770775203765,103.62140700483384
|
|
79
|
+
L 654.9159509082365,103.62140700483384
|
|
80
|
+
L 654.9159509082365,172.1032619072178
|
|
81
|
+
Z
|
|
82
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.993887338786px"/><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="634.9465142143065" y="164.91426469740298" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="35.944986049074004px" transform="rotate(-90 634.9465142143065 164.91426469740298)">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="
|
|
83
|
+
M 554.07029560389,312.4112873895725
|
|
84
|
+
L 564.8537914186122,292.44185069564253
|
|
85
|
+
L 633.3356463209961,292.44185069564253
|
|
86
|
+
L 633.3356463209961,332.3807240835025
|
|
87
|
+
L 564.8537914186122,332.3807240835025
|
|
88
|
+
Z
|
|
89
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.993887338786px"/><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="572.042788628427" y="312.4112873895725" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="35.944986049074004px" 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="
|
|
90
|
+
M 663.902197420505,581.16825622889
|
|
91
|
+
L 683.871634114435,591.9517520436121
|
|
92
|
+
L 683.871634114435,660.4336069459961
|
|
93
|
+
L 643.932760726575,660.4336069459961
|
|
94
|
+
L 643.932760726575,591.9517520436121
|
|
95
|
+
Z
|
|
96
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.993887338786px"/><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="663.902197420505" y="599.140749253427" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="35.944986049074004px" transform="rotate(90 663.902197420505 599.140749253427)">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="
|
|
97
|
+
M 995.5945409066824,308.89390326063835
|
|
98
|
+
L 1015.5639776006124,319.67739907536054
|
|
99
|
+
L 1015.5639776006124,388.1592539777445
|
|
100
|
+
L 975.6251042127524,388.1592539777445
|
|
101
|
+
L 975.6251042127524,319.67739907536054
|
|
102
|
+
Z
|
|
103
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.993887338786px"/><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="995.5945409066824" y="326.86639628517537" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="35.944986049074004px" transform="rotate(90 995.5945409066824 326.86639628517537)">XX</text>
|
|
104
|
+
</g>
|
|
105
|
+
</svg>
|
|
@@ -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.55,0 -1.15,1.125" data-type="line" data-label="" points="59.50087057457921,352.5014509576321 215.507835171213,279.37318630296" fill="none" stroke="hsl(40, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.435,3 -2.45,2" data-type="line" data-label="" points="513.5461404526988,157.49274521183986 131.00406268136967,222.49564712710392" fill="none" stroke="hsl(224, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.15,0.375 -2.45,0" data-type="line" data-label="" points="215.507835171213,328.12536273940805 131.00406268136967,352.5014509576321" fill="none" stroke="hsl(272, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.15,0.375 -3.55,-1.9999999999999998" data-type="line" data-label="" points="215.507835171213,328.12536273940805 59.50087057457921,482.5072547881602" fill="none" stroke="hsl(272, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.15,0.75 -1.15,-0.375" data-type="line" data-label="" points="365.01450957632034,303.749274521184 215.507835171213,376.8775391758561" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.15,0.75 -2.45,-1.9999999999999998" data-type="line" data-label="" points="365.01450957632034,303.749274521184 131.00406268136967,482.5072547881602" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.15,0.75 3.55,-1.5" data-type="line" data-label="" points="365.01450957632034,303.749274521184 521.0214741729542,450.0058038305282" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.15,0.75 3.55,0" data-type="line" data-label="" points="365.01450957632034,303.749274521184 521.0214741729542,352.5014509576321" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.15,0.75 4.5649999999999995,3" data-type="line" data-label="" points="365.01450957632034,303.749274521184 586.9994196169471,157.49274521183986" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.15,-0.375 -2.45,-1.9999999999999998" data-type="line" data-label="" points="215.507835171213,376.8775391758561 131.00406268136967,482.5072547881602" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.15,-0.375 3.55,-1.5" data-type="line" data-label="" points="215.507835171213,376.8775391758561 521.0214741729542,450.0058038305282" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.15,-0.375 3.55,0" data-type="line" data-label="" points="215.507835171213,376.8775391758561 521.0214741729542,352.5014509576321" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.15,-0.375 4.5649999999999995,3" data-type="line" data-label="" points="215.507835171213,376.8775391758561 586.9994196169471,157.49274521183986" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.45,-1.9999999999999998 3.55,-1.5" data-type="line" data-label="" points="131.00406268136967,482.5072547881602 521.0214741729542,450.0058038305282" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.45,-1.9999999999999998 3.55,0" data-type="line" data-label="" points="131.00406268136967,482.5072547881602 521.0214741729542,352.5014509576321" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.45,-1.9999999999999998 4.5649999999999995,3" data-type="line" data-label="" points="131.00406268136967,482.5072547881602 586.9994196169471,157.49274521183986" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.55,-1.5 3.55,0" data-type="line" data-label="" points="521.0214741729542,450.0058038305282 521.0214741729542,352.5014509576321" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.55,-1.5 4.5649999999999995,3" data-type="line" data-label="" points="521.0214741729542,450.0058038305282 586.9994196169471,157.49274521183986" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.55,0 4.5649999999999995,3" data-type="line" data-label="" points="521.0214741729542,352.5014509576321 586.9994196169471,157.49274521183986" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.15,0 -1.15,-1.125" data-type="line" data-label="" points="365.01450957632034,352.5014509576321 215.507835171213,425.62971561230415" fill="none" stroke="hsl(111, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.15,0 2.45,-1.5" data-type="line" data-label="" points="365.01450957632034,352.5014509576321 449.5182820661637,450.0058038305282" fill="none" stroke="hsl(111, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.15,-1.125 2.45,-1.5" data-type="line" data-label="" points="215.507835171213,425.62971561230415 449.5182820661637,450.0058038305282" fill="none" stroke="hsl(111, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.15,1.125 -3.55,0" data-type="line" data-label="" points="215.507835171213,279.37318630296 59.50087057457921,352.5014509576321" fill="none" stroke="hsl(105, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.15,1.125 -3.55,2" data-type="line" data-label="" points="215.507835171213,279.37318630296 59.50087057457921,222.49564712710392" fill="none" stroke="hsl(105, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.15,1.125 2.45,0" data-type="line" data-label="" points="215.507835171213,279.37318630296 449.5182820661637,352.5014509576321" fill="none" stroke="hsl(105, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.55,0 -3.55,2" data-type="line" data-label="" points="59.50087057457921,352.5014509576321 59.50087057457921,222.49564712710392" fill="none" stroke="hsl(105, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.55,0 2.45,0" data-type="line" data-label="" points="59.50087057457921,352.5014509576321 449.5182820661637,352.5014509576321" fill="none" stroke="hsl(105, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.55,2 2.45,0" data-type="line" data-label="" points="59.50087057457921,222.49564712710392 449.5182820661637,352.5014509576321" fill="none" stroke="hsl(105, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.55,2 -3.75,2 -3.75,1.125 -1.1500000000000004,1.125" data-type="line" data-label="" points="59.50087057457921,222.49564712710392 46.500290191526375,222.49564712710392 46.500290191526375,279.37318630296 215.50783517121295,279.37318630296" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.55,0 -3.75,0 -3.75,2 -3.55,2" data-type="line" data-label="" points="59.50087057457921,352.5014509576321 46.500290191526375,352.5014509576321 46.500290191526375,222.49564712710392 59.50087057457921,222.49564712710392" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.45,0 -1.8,0 -1.8,0.375 -1.15,0.375" data-type="line" data-label="" points="131.00406268136967,352.5014509576321 173.25594892629132,352.5014509576321 173.25594892629132,328.12536273940805 215.507835171213,328.12536273940805" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.55,-1.9999999999999998 -3.75,-1.9999999999999998 -3.75,-0.9999999999999999 -2.25,-0.9999999999999999 -2.25,0 -2.45,0" data-type="line" data-label="" points="59.50087057457921,482.5072547881602 46.500290191526375,482.5072547881602 46.500290191526375,417.5043528728961 144.0046430644225,417.5043528728961 144.0046430644225,352.5014509576321 131.00406268136967,352.5014509576321" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.55,0 3.75,0 3.75,-1.5 3.55,-1.5" data-type="line" data-label="" points="521.0214741729542,352.5014509576321 534.022054556007,352.5014509576321 534.022054556007,450.0058038305282 521.0214741729542,450.0058038305282" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.15,0.75 3.75,0.75 3.75,0 3.55,0" data-type="line" data-label="" points="365.01450957632034,303.749274521184 534.022054556007,303.749274521184 534.022054556007,352.5014509576321 521.0214741729542,352.5014509576321" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.5649999999999995,3 4.765,3 4.765,0 3.55,0" data-type="line" data-label="" points="586.9994196169471,157.49274521183986 600,157.49274521183986 600,352.5014509576321 521.0214741729542,352.5014509576321" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.45,-1.9999999999999998 -1.8,-1.9999999999999998 -1.8,-0.375 -1.15,-0.375" data-type="line" data-label="" points="131.00406268136967,482.5072547881602 173.25594892629132,482.5072547881602 173.25594892629132,376.8775391758561 215.507835171213,376.8775391758561" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.15,0 1.8,0 1.8,-1.5 2.45,-1.5" data-type="line" data-label="" points="365.01450957632034,352.5014509576321 407.266395821242,352.5014509576321 407.266395821242,450.0058038305282 449.5182820661637,450.0058038305282" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.435,3 0.49249999999999994,3 0.49249999999999994,2 -2.45,2" data-type="line" data-label="" points="513.5461404526988,157.49274521183986 322.2751015670342,157.49274521183986 322.2751015670342,222.49564712710392 131.00406268136967,222.49564712710392" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.15,-1.125 -1.3499999999999999,-1.125 -1.3499999999999999,-2.39445535 1.8,-2.39445535 1.8,-1.5" data-type="line" data-label="" points="215.507835171213,425.62971561230415 202.5072547881602,425.62971561230415 202.5072547881602,508.14799721416136 407.266395821242,508.14799721416136 407.266395821242,450.0058038305282" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.45,0 2.2990000000000004,0 2.2990000000000004,0.051000000000000004" data-type="line" data-label="" points="449.5182820661637,352.5014509576321 439.7028438769588,352.5014509576321 439.7028438769588,349.1863029599536" 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="215.507835171213" y="230.62100986651194" width="149.50667440510733" height="243.76088218224027" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015383928571428571"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-3" data-y="0" x="59.500870574579224" y="339.86128891468377" width="71.50319210679046" height="25.28032408589661" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015383928571428571"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-3" data-y="-2" x="59.500870574579224" y="469.86709274521195" width="71.50319210679046" height="25.280324085896666" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015383928571428571"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-3" data-y="2" x="59.500870574579224" y="209.8554850841556" width="71.50319210679046" height="25.280324085896666" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015383928571428571"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="3" data-y="-1.5" x="449.51828206616364" y="422.7045850261173" width="71.5031921067905" height="54.60243760882179" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015383928571428571"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="3" data-y="0" x="449.51828206616364" y="325.2002321532212" width="71.5031921067905" height="54.60243760882179" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015383928571428571"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="4" data-y="3" x="513.5461404526989" y="136.366802089379" width="73.45327916424833" height="42.25188624492168" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015383928571428571"/></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.55,0 -1.15,1.125" data-type="line" data-label="" points="59.50087057457921,352.5014509576321 215.507835171213,279.37318630296" fill="none" stroke="hsl(40, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.435,3 -2.45,2" data-type="line" data-label="" points="513.5461404526988,157.49274521183986 131.00406268136967,222.49564712710392" fill="none" stroke="hsl(224, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.15,0.375 -2.45,0" data-type="line" data-label="" points="215.507835171213,328.12536273940805 131.00406268136967,352.5014509576321" fill="none" stroke="hsl(272, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.15,0.375 -3.55,-1.9999999999999998" data-type="line" data-label="" points="215.507835171213,328.12536273940805 59.50087057457921,482.5072547881602" fill="none" stroke="hsl(272, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.15,0.75 -1.15,-0.375" data-type="line" data-label="" points="365.01450957632034,303.749274521184 215.507835171213,376.8775391758561" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.15,0.75 -2.45,-1.9999999999999998" data-type="line" data-label="" points="365.01450957632034,303.749274521184 131.00406268136967,482.5072547881602" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.15,0.75 3.55,-1.5" data-type="line" data-label="" points="365.01450957632034,303.749274521184 521.0214741729542,450.0058038305282" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.15,0.75 3.55,0" data-type="line" data-label="" points="365.01450957632034,303.749274521184 521.0214741729542,352.5014509576321" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.15,0.75 4.5649999999999995,3" data-type="line" data-label="" points="365.01450957632034,303.749274521184 586.9994196169471,157.49274521183986" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.15,-0.375 -2.45,-1.9999999999999998" data-type="line" data-label="" points="215.507835171213,376.8775391758561 131.00406268136967,482.5072547881602" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.15,-0.375 3.55,-1.5" data-type="line" data-label="" points="215.507835171213,376.8775391758561 521.0214741729542,450.0058038305282" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.15,-0.375 3.55,0" data-type="line" data-label="" points="215.507835171213,376.8775391758561 521.0214741729542,352.5014509576321" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.15,-0.375 4.5649999999999995,3" data-type="line" data-label="" points="215.507835171213,376.8775391758561 586.9994196169471,157.49274521183986" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.45,-1.9999999999999998 3.55,-1.5" data-type="line" data-label="" points="131.00406268136967,482.5072547881602 521.0214741729542,450.0058038305282" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.45,-1.9999999999999998 3.55,0" data-type="line" data-label="" points="131.00406268136967,482.5072547881602 521.0214741729542,352.5014509576321" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.45,-1.9999999999999998 4.5649999999999995,3" data-type="line" data-label="" points="131.00406268136967,482.5072547881602 586.9994196169471,157.49274521183986" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.55,-1.5 3.55,0" data-type="line" data-label="" points="521.0214741729542,450.0058038305282 521.0214741729542,352.5014509576321" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.55,-1.5 4.5649999999999995,3" data-type="line" data-label="" points="521.0214741729542,450.0058038305282 586.9994196169471,157.49274521183986" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.55,0 4.5649999999999995,3" data-type="line" data-label="" points="521.0214741729542,352.5014509576321 586.9994196169471,157.49274521183986" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.15,0 -1.15,-1.125" data-type="line" data-label="" points="365.01450957632034,352.5014509576321 215.507835171213,425.62971561230415" fill="none" stroke="hsl(111, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.15,0 2.45,-1.5" data-type="line" data-label="" points="365.01450957632034,352.5014509576321 449.5182820661637,450.0058038305282" fill="none" stroke="hsl(111, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.15,-1.125 2.45,-1.5" data-type="line" data-label="" points="215.507835171213,425.62971561230415 449.5182820661637,450.0058038305282" fill="none" stroke="hsl(111, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.15,1.125 -3.55,0" data-type="line" data-label="" points="215.507835171213,279.37318630296 59.50087057457921,352.5014509576321" fill="none" stroke="hsl(105, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.15,1.125 -3.55,2" data-type="line" data-label="" points="215.507835171213,279.37318630296 59.50087057457921,222.49564712710392" fill="none" stroke="hsl(105, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.15,1.125 2.45,0" data-type="line" data-label="" points="215.507835171213,279.37318630296 449.5182820661637,352.5014509576321" fill="none" stroke="hsl(105, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.55,0 -3.55,2" data-type="line" data-label="" points="59.50087057457921,352.5014509576321 59.50087057457921,222.49564712710392" fill="none" stroke="hsl(105, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.55,0 2.45,0" data-type="line" data-label="" points="59.50087057457921,352.5014509576321 449.5182820661637,352.5014509576321" fill="none" stroke="hsl(105, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.55,2 2.45,0" data-type="line" data-label="" points="59.50087057457921,222.49564712710392 449.5182820661637,352.5014509576321" fill="none" stroke="hsl(105, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.55,2 -3.75,2 -3.75,1.125 -1.1500000000000004,1.125" data-type="line" data-label="" points="59.50087057457921,222.49564712710392 46.500290191526375,222.49564712710392 46.500290191526375,279.37318630296 215.50783517121295,279.37318630296" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.55,0 -3.75,0 -3.75,2 -3.55,2" data-type="line" data-label="" points="59.50087057457921,352.5014509576321 46.500290191526375,352.5014509576321 46.500290191526375,222.49564712710392 59.50087057457921,222.49564712710392" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.45,0 -1.8,0 -1.8,0.375 -1.15,0.375" data-type="line" data-label="" points="131.00406268136967,352.5014509576321 173.25594892629132,352.5014509576321 173.25594892629132,328.12536273940805 215.507835171213,328.12536273940805" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.55,-1.9999999999999998 -3.75,-1.9999999999999998 -3.75,-0.9999999999999999 -2.25,-0.9999999999999999 -2.25,0 -2.45,0" data-type="line" data-label="" points="59.50087057457921,482.5072547881602 46.500290191526375,482.5072547881602 46.500290191526375,417.5043528728961 144.0046430644225,417.5043528728961 144.0046430644225,352.5014509576321 131.00406268136967,352.5014509576321" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.55,0 3.75,0 3.75,-1.5 3.55,-1.5" data-type="line" data-label="" points="521.0214741729542,352.5014509576321 534.022054556007,352.5014509576321 534.022054556007,450.0058038305282 521.0214741729542,450.0058038305282" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.15,0.75 3.75,0.75 3.75,0 3.55,0" data-type="line" data-label="" points="365.01450957632034,303.749274521184 534.022054556007,303.749274521184 534.022054556007,352.5014509576321 521.0214741729542,352.5014509576321" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.5649999999999995,3 4.765,3 4.765,0 3.55,0" data-type="line" data-label="" points="586.9994196169471,157.49274521183986 600,157.49274521183986 600,352.5014509576321 521.0214741729542,352.5014509576321" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.45,-1.9999999999999998 -1.8,-1.9999999999999998 -1.8,-0.375 -1.15,-0.375" data-type="line" data-label="" points="131.00406268136967,482.5072547881602 173.25594892629132,482.5072547881602 173.25594892629132,376.8775391758561 215.507835171213,376.8775391758561" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.15,0 1.8,0 1.8,-1.5 2.45,-1.5" data-type="line" data-label="" points="365.01450957632034,352.5014509576321 407.266395821242,352.5014509576321 407.266395821242,450.0058038305282 449.5182820661637,450.0058038305282" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.435,3 0.49249999999999994,3 0.49249999999999994,2 -2.45,2" data-type="line" data-label="" points="513.5461404526988,157.49274521183986 322.2751015670342,157.49274521183986 322.2751015670342,222.49564712710392 131.00406268136967,222.49564712710392" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.15,-1.125 -1.3499999999999999,-1.125 -1.3499999999999999,-2.39445535 1.8,-2.39445535 1.8,-1.5" data-type="line" data-label="" points="215.507835171213,425.62971561230415 202.5072547881602,425.62971561230415 202.5072547881602,508.14799721416136 407.266395821242,508.14799721416136 407.266395821242,450.0058038305282" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.45,0 2.2990000000000004,0 2.2990000000000004,0.051000000000000004" data-type="line" data-label="" points="449.5182820661637,352.5014509576321 439.7028438769588,352.5014509576321 439.7028438769588,349.1863029599536" 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="215.507835171213" y="230.62100986651194" width="149.50667440510733" height="243.76088218224027" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015383928571428571"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-3" data-y="0" x="59.500870574579224" y="339.86128891468377" width="71.50319210679046" height="25.28032408589661" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015383928571428571"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-3" data-y="-2" x="59.500870574579224" y="469.86709274521195" width="71.50319210679046" height="25.280324085896666" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015383928571428571"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-3" data-y="2" x="59.500870574579224" y="209.8554850841556" width="71.50319210679046" height="25.280324085896666" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015383928571428571"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="3" data-y="-1.5" x="449.51828206616364" y="422.7045850261173" width="71.5031921067905" height="54.60243760882179" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015383928571428571"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="3" data-y="0" x="449.51828206616364" y="325.2002321532212" width="71.5031921067905" height="54.60243760882179" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015383928571428571"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="4" data-y="3" x="513.5461404526989" y="136.366802089379" width="73.45327916424833" height="42.25188624492168" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015383928571428571"/></g><g><rect data-type="rect" data-label="netId: gnd
|
|
2
4
|
globalConnNetId: connectivity_net3" data-x="3.75" data-y="-1.725" x="527.5217643644805" y="450.0058038305282" width="13.000580383052807" height="29.251305861868843" fill="#00000066" stroke="#000000" stroke-width="0.015383928571428571"/></g><g><rect data-type="rect" data-label="netId: gnd
|
|
3
5
|
globalConnNetId: connectivity_net3" data-x="-1.8" data-y="-2.2249999999999996" x="166.7556587347649" y="482.50725478816025" width="13.000580383052835" height="29.251305861868843" fill="#00000066" stroke="#000000" stroke-width="0.015383928571428571"/></g><g><rect data-type="rect" data-label="netId: v5
|
|
4
6
|
globalConnNetId: connectivity_net4" data-x="1.8" data-y="0.225" x="400.7661056297155" y="323.2501450957633" width="13.000580383052863" height="29.251305861868843" fill="#ef444466" stroke="#ef4444" stroke-width="0.015383928571428571"/></g><g><rect data-type="rect" data-label="netId: .PWR1 > .FB to .R6 > .pin2
|
|
@@ -41,7 +43,7 @@ orientation: y+" data-x="1.96375" data-y="3" cx="417.91062100986653" cy="157.492
|
|
|
41
43
|
const h = svg.getElementById('crosshair-h');
|
|
42
44
|
const v = svg.getElementById('crosshair-v');
|
|
43
45
|
const coords = svg.getElementById('coordinates');
|
|
44
|
-
|
|
46
|
+
|
|
45
47
|
crosshair.style.display = 'block';
|
|
46
48
|
h.setAttribute('x1', '0');
|
|
47
49
|
h.setAttribute('x2', '640');
|
|
@@ -60,13 +62,13 @@ orientation: y+" data-x="1.96375" data-y="3" cx="417.91062100986653" cy="157.492
|
|
|
60
62
|
// y' = (y - ty) / sy
|
|
61
63
|
const sx = matrix.a;
|
|
62
64
|
const sy = matrix.d;
|
|
63
|
-
const tx = matrix.e;
|
|
65
|
+
const tx = matrix.e;
|
|
64
66
|
const ty = matrix.f;
|
|
65
67
|
const realPoint = {
|
|
66
68
|
x: (x - tx) / sx,
|
|
67
69
|
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
68
70
|
}
|
|
69
|
-
|
|
71
|
+
|
|
70
72
|
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
71
73
|
coords.setAttribute('x', (x + 5).toString());
|
|
72
74
|
coords.setAttribute('y', (y - 5).toString());
|
|
@@ -74,4 +76,69 @@ orientation: y+" data-x="1.96375" data-y="3" cx="417.91062100986653" cy="157.492
|
|
|
74
76
|
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
75
77
|
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
76
78
|
});
|
|
77
|
-
]]></script
|
|
79
|
+
]]></script>
|
|
80
|
+
</g>
|
|
81
|
+
<g transform="translate(1216, 200)">
|
|
82
|
+
<style>
|
|
83
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
84
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
85
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
86
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
87
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
88
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
89
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
90
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
91
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
92
|
+
|
|
93
|
+
</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 138.66614549310998 217.01663147149998 L 115.78535915674996 217.01663147149998 L 115.78535915674996 317.120071693075 L 413.23558152942996 317.120071693075" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.304629069088px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 138.66614549310998 217.01663147149998 L 115.78535915674996 217.01663147149998 L 115.78535915674996 317.120071693075 L 413.23558152942996 317.120071693075" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.288078633636px" 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 138.66614549310998 445.8244948351 L 115.78535915674996 445.8244948351 L 115.78535915674996 217.01663147149998 L 138.66614549310998 217.01663147149998" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.304629069088px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 138.66614549310998 445.8244948351 L 115.78535915674996 445.8244948351 L 115.78535915674996 217.01663147149998 L 138.66614549310998 217.01663147149998" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.288078633636px" 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 264.51047034308993 445.8244948351 L 338.87302593626 445.8244948351 L 338.87302593626 402.923020454425 L 413.23558152942996 402.923020454425" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.304629069088px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 264.51047034308993 445.8244948351 L 338.87302593626 445.8244948351 L 338.87302593626 402.923020454425 L 413.23558152942996 402.923020454425" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.288078633636px" 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 138.66614549310998 674.6323581987 L 115.78535915674996 674.6323581987 L 115.78535915674996 560.2284265169 L 287.39125667944995 560.2284265169 L 287.39125667944995 445.8244948351 L 264.51047034308993 445.8244948351" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.304629069088px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 138.66614549310998 674.6323581987 L 115.78535915674996 674.6323581987 L 115.78535915674996 560.2284265169 L 287.39125667944995 560.2284265169 L 287.39125667944995 445.8244948351 L 264.51047034308993 445.8244948351" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.288078633636px" 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 950.93406043389 445.8244948351 L 973.8148467702499 445.8244948351 L 973.8148467702499 617.4303923578 L 950.93406043389 617.4303923578" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.304629069088px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 950.93406043389 445.8244948351 L 973.8148467702499 445.8244948351 L 973.8148467702499 617.4303923578 L 950.93406043389 617.4303923578" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.288078633636px" 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 676.36462439757 360.02154607374996 L 973.8148467702499 360.02154607374996 L 973.8148467702499 445.8244948351 L 950.93406043389 445.8244948351" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.304629069088px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 676.36462439757 360.02154607374996 L 973.8148467702499 360.02154607374996 L 973.8148467702499 445.8244948351 L 950.93406043389 445.8244948351" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.288078633636px" 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 1067.0540510909168 102.6126997897 L 1089.934837427277 102.6126997897 L 1089.934837427277 445.8244948351 L 950.93406043389 445.8244948351" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.304629069088px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1067.0540510909168 102.6126997897 L 1089.934837427277 102.6126997897 L 1089.934837427277 445.8244948351 L 950.93406043389 445.8244948351" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.288078633636px" 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 264.51047034308993 674.6323581987 L 338.87302593626 674.6323581987 L 338.87302593626 488.72596921577497 L 413.23558152942996 488.72596921577497" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.304629069088px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 264.51047034308993 674.6323581987 L 338.87302593626 674.6323581987 L 338.87302593626 488.72596921577497 L 413.23558152942996 488.72596921577497" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.288078633636px" 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 676.36462439757 445.8244948351 L 750.72717999074 445.8244948351 L 750.72717999074 617.4303923578 L 825.0897355839099 617.4303923578" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.304629069088px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 676.36462439757 445.8244948351 L 750.72717999074 445.8244948351 L 750.72717999074 617.4303923578 L 825.0897355839099 617.4303923578" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.288078633636px" 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 937.7776082904829 102.6126997897 L 601.1440393167865 102.6126997897 L 601.1440393167865 217.01663147149998 L 264.51047034308993 217.01663147149998" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.304629069088px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 937.7776082904829 102.6126997897 L 601.1440393167865 102.6126997897 L 601.1440393167865 217.01663147149998 L 264.51047034308993 217.01663147149998" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.288078633636px" 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 413.23558152942996 574.528917977125 L 390.35479519307 574.528917977125 L 390.35479519307 719.7596011116204 L 750.72717999074 719.7596011116204 L 750.72717999074 617.4303923578" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.304629069088px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 413.23558152942996 574.528917977125 L 390.35479519307 574.528917977125 L 390.35479519307 719.7596011116204 L 750.72717999074 719.7596011116204 L 750.72717999074 617.4303923578" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.288078633636px" 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 825.0897355839099 445.8244948351 L 807.8147418999582 445.8244948351 L 807.8147418999582 439.9898943193282" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.304629069088px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 825.0897355839099 445.8244948351 L 807.8147418999582 445.8244948351 L 807.8147418999582 439.9898943193282" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="138.66614549310998" cy="217.01663147149998" r="3.432117950454" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="115.78535915674996" cy="217.01663147149998" r="3.432117950454" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="264.51047034308993" cy="445.8244948351" r="3.432117950454" 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"><circle cx="950.93406043389" cy="445.8244948351" r="3.432117950454" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="973.8148467702499" cy="445.8244948351" r="3.432117950454" 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"/><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"><circle cx="750.72717999074" cy="617.4303923578" r="3.432117950454" 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"/><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="458.99715420215" y="231.31712293172498" width="171.60589752269993" height="429.01474380675006" stroke-width="2.288078633636px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="458.99715420215" y="231.31712293172498" width="171.60589752269993" height="429.01474380675006" fill="transparent"/><text class="sch-text" x="544.8001029635" y="445.8244948351" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="20.592707702724px" transform="rotate(0, 544.8001029635, 445.8244948351)">PWR1</text><line class="component-pin sch-component-pin sch-port-line" x1="630.6030517248499" y1="360.02154607374996" x2="676.36462439757" y2="360.02154607374996" stroke-width="2.288078633636px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="674.076545763934" y="357.73346744011394" width="4.576157267272" height="4.576157267272" opacity="0"/></g><text class="pin-number sch-pin-number" x="653.48383806121" y="357.733467440114" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.16058975227px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="630.6030517248499" y1="445.8244948351" x2="676.36462439757" y2="445.8244948351" stroke-width="2.288078633636px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="674.076545763934" y="443.53641620146396" width="4.576157267272" height="4.576157267272" opacity="0"/></g><text class="pin-number sch-pin-number" x="653.48383806121" y="443.53641620146396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.16058975227px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="630.6030517248499" y1="531.62744359645" x2="674.076545763934" y2="531.62744359645" stroke-width="2.288078633636px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="676.36462439757" cy="531.62744359645" r="2.288078633636" stroke-width="2.288078633636px"/><rect x="674.076545763934" y="529.339364962814" width="4.576157267272" height="4.576157267272" opacity="0"/></g><text class="pin-number sch-pin-number" x="653.48383806121" y="529.339364962814" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.16058975227px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="458.99715420215" y1="574.528917977125" x2="413.23558152942996" y2="574.528917977125" stroke-width="2.288078633636px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="410.94750289579395" y="572.240839343489" width="4.576157267272" height="4.576157267272" opacity="0"/></g><text class="pin-number sch-pin-number" x="436.11636786579" y="572.240839343489" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.16058975227px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="458.99715420215" y1="488.72596921577497" x2="413.23558152942996" y2="488.72596921577497" stroke-width="2.288078633636px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="410.94750289579395" y="486.43789058213895" width="4.576157267272" height="4.576157267272" opacity="0"/></g><text class="pin-number sch-pin-number" x="436.11636786579" y="486.437890582139" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.16058975227px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="458.99715420215" y1="402.923020454425" x2="413.23558152942996" y2="402.923020454425" stroke-width="2.288078633636px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="410.94750289579395" y="400.634941820789" width="4.576157267272" height="4.576157267272" opacity="0"/></g><text class="pin-number sch-pin-number" x="436.11636786579" y="400.634941820789" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.16058975227px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="458.99715420215" y1="317.120071693075" x2="413.23558152942996" y2="317.120071693075" stroke-width="2.288078633636px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="410.94750289579395" y="314.83199305943896" width="4.576157267272" height="4.576157267272" opacity="0"/></g><text class="pin-number sch-pin-number" x="436.11636786579" y="314.831993059439" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.16058975227px" transform="">1</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component-overlay sch-component-overlay" x="138.66614549311" y="429.04944633259765" width="125.84432484997998" height="33.55009700500466" fill="transparent"/><path class="sch-component-symbol-path" d="M 138.66614549311 445.8244948351 L 159.64439444560168 445.8244948351" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 243.5322213905983 445.8244948351 L 264.51047034309 445.8244948351" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 159.64439444560168 429.04944633259765 L 243.5322213905983 429.04944633259765 L 243.5322213905983 462.5995433376023 L 159.64439444560168 462.5995433376023 L 159.64439444560168 429.04944633259765" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="201.58830791809999" y="412.2660082084387" stroke="rgb(245, 241, 237)" stroke-width="2.288078633636px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="20.592707702724px">R6</text><text class="sch-component-text" x="201.58830791809999" y="479.3829814617613" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="20.592707702724px"></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="138.66614549311" y="657.8573096961977" width="125.84432484997998" height="33.550097005004545" fill="transparent"/><path class="sch-component-symbol-path" d="M 138.66614549311 674.6323581987 L 159.64439444560168 674.6323581987" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 243.5322213905983 674.6323581987 L 264.51047034309 674.6323581987" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 159.64439444560168 657.8573096961977 L 243.5322213905983 657.8573096961977 L 243.5322213905983 691.4074067012023 L 159.64439444560168 691.4074067012023 L 159.64439444560168 657.8573096961977" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="201.58830791809999" y="641.0738715720387" stroke="rgb(245, 241, 237)" stroke-width="2.288078633636px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="20.592707702724px">R7</text><text class="sch-component-text" x="201.58830791809999" y="708.1908448253613" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="20.592707702724px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component-overlay sch-component-overlay" x="138.66614549311" y="200.24158296899765" width="125.84432484997998" height="33.55009700500466" fill="transparent"/><path class="sch-component-symbol-path" d="M 138.66614549311 217.01663147149998 L 159.64439444560168 217.01663147149998" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 243.5322213905983 217.01663147149998 L 264.51047034309 217.01663147149998" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 159.64439444560168 200.24158296899765 L 243.5322213905983 200.24158296899765 L 243.5322213905983 233.7916799740023 L 159.64439444560168 233.7916799740023 L 159.64439444560168 200.24158296899765" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="201.58830791809999" y="183.45814484483864" stroke="rgb(245, 241, 237)" stroke-width="2.288078633636px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="20.592707702724px">R8</text><text class="sch-component-text" x="201.58830791809999" y="250.5751180981613" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="20.592707702724px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component-overlay sch-component-overlay" x="825.0897355839099" y="583.8677109203103" width="125.84432484998001" height="67.12536287497937" fill="transparent"/><path class="sch-component-symbol-path" d="M 950.93406043389 617.4303923578 L 900.596330493898 617.4303923578" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 875.4274655239019 617.4303923578 L 825.0897355839099 617.4303923578" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 900.596330493898 583.8677109203103 L 900.596330493898 650.9930737952897" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 875.4274655239019 583.8677109203103 L 875.4274655239019 650.9930737952897" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="888.0118980089" y="567.092662417808" stroke="rgb(245, 241, 237)" stroke-width="2.288078633636px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="20.592707702724px">C6</text><text class="sch-component-text" x="888.0118980089" y="667.7681222977919" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="20.592707702724px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component-overlay sch-component-overlay" x="825.0897355839099" y="412.26181339761035" width="125.84432484998001" height="67.12536287497926" fill="transparent"/><path class="sch-component-symbol-path" d="M 950.93406043389 445.8244948351 L 900.596330493898 445.8244948351" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 875.4274655239019 445.8244948351 L 825.0897355839099 445.8244948351" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 900.596330493898 412.26181339761035 L 900.596330493898 479.3871762725896" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 875.4274655239019 412.26181339761035 L 875.4274655239019 479.3871762725896" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="888.0118980089" y="395.48676489510797" stroke="rgb(245, 241, 237)" stroke-width="2.288078633636px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="20.592707702724px">C7</text><text class="sch-component-text" x="888.0118980089" y="496.162224775092" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="20.592707702724px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component-overlay sch-component-overlay" x="937.7776082904829" y="64.30856858957144" width="129.27644280043387" height="55.06218860018481" fill="transparent"/><path class="sch-component-symbol-path" d="M 1019.1738870907561 102.6126997897 L 986.8547763906477 119.37075718975625" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1017.9768829907521 102.6126997897 L 1067.0540510909168 102.6126997897" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 986.8547763906477 87.05164648964777 L 1019.1738870907561 102.6126997897" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 986.8547763906477 119.37075718975625 L 986.8547763906477 87.05164648964777" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1019.1738870907561 87.05164648964777 L 1019.1738870907561 119.37075718975625" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 986.8547763906477 102.6126997897 L 937.7776082904829 102.6126997897" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1021.5678952907641 67.89958088958349 L 1032.3409321908002 66.70257678957947 L 1028.7499198907883 77.47561368961563" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1011.991862490732 82.2636300896317 L 1013.188866590736 82.2636300896317 L 1027.5529157907843 70.29358908959152 L 1027.5529157907843 70.29358908959152" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1000.0218214906919 65.50557268957544 L 1011.991862490732 64.30856858957144 L 1007.203846090716 75.0816054896076" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 990.4457886906597 79.86962188962366 L 991.6427927906637 78.67261778961965 L 1007.203846090716 67.89958088958349 L 1007.203846090716 67.89958088958349" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><text class="sch-component-text" x="1002.4158296906999" y="127.74978588978438" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="20.592707702724px"></text><text class="sch-component-name sch-component-text" x="1002.4158296906999" y="53.535531689535276" stroke="rgb(245, 241, 237)" stroke-width="2.288078633636px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="20.592707702724px">LED1</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="676.36462439757" cy="360.02154607374996" r="4.576157267272" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="676.36462439757" cy="445.8244948351" r="4.576157267272" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="676.36462439757" cy="531.62744359645" r="4.576157267272" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="413.23558152942996" cy="574.528917977125" r="4.576157267272" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="413.23558152942996" cy="488.72596921577497" r="4.576157267272" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="413.23558152942996" cy="402.923020454425" r="4.576157267272" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="413.23558152942996" cy="317.120071693075" r="4.576157267272" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="167.26712841356" cy="445.8244948351" r="4.576157267272" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="293.11145326353994" cy="445.8244948351" r="4.576157267272" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="167.26712841356" cy="674.6323581987" r="4.576157267272" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="293.11145326353994" cy="674.6323581987" r="4.576157267272" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="167.26712841356" cy="217.01663147149998" r="4.576157267272" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="293.11145326353994" cy="217.01663147149998" r="4.576157267272" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="853.69071850436" cy="617.4303923578" r="4.576157267272" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="979.5350433543399" cy="617.4303923578" r="4.576157267272" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="853.69071850436" cy="445.8244948351" r="4.576157267272" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="979.5350433543399" cy="445.8244948351" r="4.576157267272" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="940.6377065825279" cy="102.6126997897" r="4.576157267272" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="1069.914149382962" cy="102.6126997897" r="4.576157267272" 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="
|
|
94
|
+
M 973.8148467702499,617.4303923578
|
|
95
|
+
L 985.2552399384299,623.6082046686172
|
|
96
|
+
L 985.2552399384299,662.8411263066957
|
|
97
|
+
L 962.3744536020699,662.8411263066957
|
|
98
|
+
L 962.3744536020699,623.6082046686172
|
|
99
|
+
Z
|
|
100
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.288078633636px"/><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="973.8148467702499" y="627.726746209162" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="20.592707702724px" transform="rotate(90 973.8148467702499 627.726746209162)">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="
|
|
101
|
+
M 338.87302593626,674.6323581987
|
|
102
|
+
L 350.31341910443996,680.8101705095172
|
|
103
|
+
L 350.31341910443996,720.0430921475958
|
|
104
|
+
L 327.43263276808,720.0430921475958
|
|
105
|
+
L 327.43263276808,680.8101705095172
|
|
106
|
+
Z
|
|
107
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.288078633636px"/><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="338.87302593626" y="684.928712050062" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="20.592707702724px" transform="rotate(90 338.87302593626 684.928712050062)">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="
|
|
108
|
+
M 750.72717999074,445.8244948351
|
|
109
|
+
L 739.28678682256,439.64668252428277
|
|
110
|
+
L 739.28678682256,400.41376088620416
|
|
111
|
+
L 762.1675731589199,400.41376088620416
|
|
112
|
+
L 762.1675731589199,439.64668252428277
|
|
113
|
+
Z
|
|
114
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.288078633636px"/><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="750.72717999074" y="435.528140983738" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="20.592707702724px" transform="rotate(-90 750.72717999074 435.528140983738)">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="
|
|
115
|
+
M 301.6917481396749,445.8244948351
|
|
116
|
+
L 290.25135497149495,439.64668252428277
|
|
117
|
+
L 290.25135497149495,400.41376088620416
|
|
118
|
+
L 313.1321413078549,400.41376088620416
|
|
119
|
+
L 313.1321413078549,439.64668252428277
|
|
120
|
+
Z
|
|
121
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.288078633636px"/><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="301.6917481396749" y="435.528140983738" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="20.592707702724px" transform="rotate(-90 301.6917481396749 435.528140983738)">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="
|
|
122
|
+
M 115.78535915674996,217.01663147149998
|
|
123
|
+
L 104.34496598856997,210.8388191606828
|
|
124
|
+
L 104.34496598856997,171.60589752260415
|
|
125
|
+
L 127.22575232492997,171.60589752260415
|
|
126
|
+
L 127.22575232492996,210.8388191606828
|
|
127
|
+
Z
|
|
128
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.288078633636px"/><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="115.78535915674996" y="206.72027762013798" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="20.592707702724px" transform="rotate(-90 115.78535915674996 206.72027762013798)">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="
|
|
129
|
+
M 807.8147418999582,439.9898943193282
|
|
130
|
+
L 796.3743487317782,433.81208200851097
|
|
131
|
+
L 796.3743487317782,394.57916037043236
|
|
132
|
+
L 819.2551350681382,394.57916037043236
|
|
133
|
+
L 819.2551350681382,433.81208200851097
|
|
134
|
+
Z
|
|
135
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.288078633636px"/><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="807.8147418999582" y="429.69354046796616" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="20.592707702724px" transform="rotate(-90 807.8147418999582 429.69354046796616)">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="
|
|
136
|
+
M 769.4608238036348,102.6126997897
|
|
137
|
+
L 758.0204306354548,96.4348874788828
|
|
138
|
+
L 758.0204306354548,57.20196584080419
|
|
139
|
+
L 780.9012169718147,57.20196584080419
|
|
140
|
+
L 780.9012169718147,96.4348874788828
|
|
141
|
+
Z
|
|
142
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.288078633636px"/><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="769.4608238036348" y="92.316345938338" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="20.592707702724px" transform="rotate(-90 769.4608238036348 92.316345938338)">XX</text>
|
|
143
|
+
</g>
|
|
144
|
+
</svg>
|