@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="11.015,0.30000000000000004 9.049999999999999,0.7" data-type="line" data-label="" points="464.4255975327678,320.45528172706247 294.7417116422512,285.914032690825" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.015,0.30000000000000004 9.049999999999999,-0.3" data-type="line" data-label="" points="464.4255975327678,320.45528172706247 294.7417116422512,372.2671552814187" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.049999999999999,0.7 9.049999999999999,-0.3" data-type="line" data-label="" points="294.7417116422512,285.914032690825 294.7417116422512,372.2671552814187" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.015,0.10000000000000003 10.15,0.7" data-type="line" data-label="" points="464.4255975327678,337.7259062451812 389.7301464919043,285.914032690825" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.015,-0.10000000000000003 10.15,-0.3" data-type="line" data-label="" points="464.4255975327678,354.9965307633 389.7301464919043,372.2671552814187" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.049999999999999,0.7 8.85,0.7 8.85,0.30000000000000004 11.015,0.30000000000000004" data-type="line" data-label="" points="294.7417116422512,285.914032690825 277.4710871241325,285.914032690825 277.4710871241325,320.45528172706247 464.4255975327678,320.45528172706247" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.049999999999999,-0.3 8.85,-0.3 8.85,0.7 9.049999999999999,0.7" data-type="line" data-label="" points="294.7417116422512,372.2671552814187 277.4710871241325,372.2671552814187 277.4710871241325,285.914032690825 294.7417116422512,285.914032690825" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.15,0.7 10.5825,0.7 10.5825,0.10000000000000003 11.015,0.10000000000000003" data-type="line" data-label="" points="389.7301464919043,285.914032690825 427.077872012336,285.914032690825 427.077872012336,337.7259062451812 464.4255975327678,337.7259062451812" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.015,-0.10000000000000003 10.5825,-0.10000000000000003 10.5825,-0.3 10.15,-0.3" data-type="line" data-label="" points="464.4255975327678,354.9965307633 427.077872012336,354.9965307633 427.077872012336,372.2671552814187 389.7301464919043,372.2671552814187" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.36625,0.7 10.416250000000002,0.7 10.416250000000002,0.19999999999999996 10.31525,0.19999999999999996" data-type="line" data-label="" points="408.4040092521202,285.914032690825 412.7216653816499,285.914032690825 412.7216653816499,329.09059398612186 403.9999999999999,329.09059398612186" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="7" data-y="0.7" x="39.999999999999886" y="242.7374713955282" width="155.43562066306868" height="86.35312259059367" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011580357142857146"/></g><g><rect data-type="rect" data-label="schematic_component_19" data-x="11.8" data-y="0.19999999999999998" x="464.42559753276777" y="285.914032690825" width="135.57440246723206" height="86.35312259059367" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011580357142857146"/></g><g><rect data-type="rect" data-label="schematic_component_20" data-x="9.6" data-y="0.7" x="294.7417116422511" y="252.28334710871252" width="94.98843484965312" height="67.26137116422501" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011580357142857146"/></g><g><rect data-type="rect" data-label="schematic_component_21" data-x="9.6" data-y="-0.3" x="294.7417116422511" y="338.6364696993062" width="94.98843484965312" height="67.26137116422501" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011580357142857146"/></g><g><rect data-type="rect" data-label="netId: SDA
|
|
2
4
|
globalConnNetId: connectivity_net1" data-x="8.141" data-y="0.7" x="195.52197378565916" y="277.2787204317657" width="41.44949884348489" height="17.270624518118723" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.011580357142857146"/></g><g><rect data-type="rect" data-label="netId: SDA
|
|
3
5
|
globalConnNetId: connectivity_net1" data-x="10.07525" data-y="0.19999999999999996" x="362.55050115651494" y="320.45528172706247" width="41.449498843485" height="17.27062451811878" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.011580357142857146"/></g><g><rect data-type="rect" data-label="netId: V3V3
|
|
4
6
|
globalConnNetId: connectivity_net0" data-x="8.85" data-y="1" x="268.8357748650732" y="234.1021591364688" width="17.270624518118666" height="51.8118735543562" fill="#ef444466" stroke="#ef4444" stroke-width="0.011580357142857146"/></g><g><rect data-type="rect" data-label="netId: SCL
|
|
@@ -25,7 +27,7 @@ orientation: y-" data-x="10.79875" data-y="-0.10000000000000003" cx="445.7517347
|
|
|
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: y-" data-x="10.79875" data-y="-0.10000000000000003" cx="445.7517347
|
|
|
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: y-" data-x="10.79875" data-y="-0.10000000000000003" cx="445.7517347
|
|
|
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 542.2222222223897 314.31407407404004 L 506.66666666683 314.31407407404004 L 506.66666666683 385.42518518516 L 891.5555555557671 385.42518518516" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="28.444444444448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 542.2222222223897 314.31407407404004 L 506.66666666683 314.31407407404004 L 506.66666666683 385.42518518516 L 891.5555555557671 385.42518518516" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.555555555556px" 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 542.2222222223897 492.09185185184003 L 506.66666666683 492.09185185184003 L 506.66666666683 314.31407407404004 L 542.2222222223897 314.31407407404004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="28.444444444448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 542.2222222223897 492.09185185184003 L 506.66666666683 492.09185185184003 L 506.66666666683 314.31407407404004 L 542.2222222223897 314.31407407404004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.555555555556px" 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 737.7777777779702 314.31407407404004 L 814.6666666668684 314.31407407404004 L 814.6666666668684 420.98074074072 L 891.5555555557671 420.98074074072" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="28.444444444448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 737.7777777779702 314.31407407404004 L 814.6666666668684 314.31407407404004 L 814.6666666668684 420.98074074072 L 891.5555555557671 420.98074074072" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.555555555556px" 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.5555555557671 456.53629629628 L 814.6666666668684 456.53629629628 L 814.6666666668684 492.09185185184003 L 737.7777777779702 492.09185185184003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="28.444444444448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 891.5555555557671 456.53629629628 L 814.6666666668684 456.53629629628 L 814.6666666668684 492.09185185184003 L 737.7777777779702 492.09185185184003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.555555555556px" 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 776.2222222224195 314.31407407404004 L 785.1111111113096 314.31407407404004 L 785.1111111113096 403.20296296294003 L 767.1555555557516 403.20296296294003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="28.444444444448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 776.2222222224195 314.31407407404004 L 785.1111111113096 314.31407407404004 L 785.1111111113096 403.20296296294003 L 767.1555555557516 403.20296296294003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.555555555556px" 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="542.2222222223897" cy="314.31407407404004" r="5.333333333334" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="506.66666666683" cy="314.31407407404004" r="5.333333333334" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="88.8888888890001" y="225.42518518514" width="177.77777777779988" height="177.77777777780003" stroke-width="3.555555555556px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="88.8888888890001" y="225.42518518514" width="177.77777777779988" height="177.77777777780003" fill="transparent"/><text class="sch-text" x="177.77777777789993" y="314.31407407404004" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="32.000000000004px" transform="rotate(0, 177.77777777789993, 314.31407407404004)">IC2</text><line class="component-pin sch-component-pin sch-port-line" x1="266.6666666668" y1="314.31407407404004" x2="334.2222222223643" y2="314.31407407404004" stroke-width="3.555555555556px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="337.77777777792016" cy="314.31407407404004" r="3.555555555556" stroke-width="3.555555555556px"/><rect x="334.22222222236417" y="310.75851851848404" width="7.111111111112" height="7.111111111112" opacity="0"/></g><text class="pin-number sch-pin-number" x="302.22222222235996" y="310.75851851848404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="26.66666666667px" transform="">15</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="962.6666666668873" y="314.31407407404004" width="136.88888888890597" height="177.7777777778" stroke-width="3.555555555556px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="962.6666666668873" y="314.31407407404004" width="136.88888888890597" height="177.7777777778" fill="transparent"/><text class="sch-text" x="1031.1111111113403" y="403.20296296294003" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="32.000000000004px" transform="rotate(0, 1031.1111111113403, 403.20296296294003)">CONN1</text><line class="component-pin sch-component-pin sch-port-line" x1="962.6666666668873" y1="349.8696296296" x2="895.111111111323" y2="349.8696296296" stroke-width="3.555555555556px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="891.5555555557671" cy="349.8696296296" r="3.555555555556" stroke-width="3.555555555556px"/><rect x="888.0000000002111" y="346.314074074044" width="7.111111111112" height="7.111111111112" opacity="0"/></g><text class="pin-number sch-pin-number" x="927.1111111113271" y="346.314074074044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="26.66666666667px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="962.6666666668873" y1="385.42518518516" x2="891.5555555557671" y2="385.42518518516" stroke-width="3.555555555556px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="888.0000000002111" y="381.869629629604" width="7.111111111112" height="7.111111111112" opacity="0"/></g><text class="pin-number sch-pin-number" x="927.1111111113271" y="381.869629629604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="26.66666666667px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="962.6666666668873" y1="420.98074074072" x2="891.5555555557671" y2="420.98074074072" stroke-width="3.555555555556px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="888.0000000002111" y="417.425185185164" width="7.111111111112" height="7.111111111112" opacity="0"/></g><text class="pin-number sch-pin-number" x="927.1111111113271" y="417.425185185164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="26.66666666667px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="962.6666666668873" y1="456.53629629628" x2="891.5555555557671" y2="456.53629629628" stroke-width="3.555555555556px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="888.0000000002111" y="452.980740740724" width="7.111111111112" height="7.111111111112" opacity="0"/></g><text class="pin-number sch-pin-number" x="927.1111111113271" y="452.980740740724" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="26.66666666667px" transform="">4</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="542.22222222239" y="288.2465185184812" width="195.5555555555802" height="52.13511111111768" fill="transparent"/><path class="sch-component-symbol-path" d="M 542.22222222239 314.31407407404004 L 574.8213333335052 314.31407407404004" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.555555555556px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 705.178666666855 314.31407407404004 L 737.7777777779702 314.31407407404004" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.555555555556px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 574.8213333335052 288.2465185184812 L 705.178666666855 288.2465185184812 L 705.178666666855 340.3816296295989 L 574.8213333335052 340.3816296295989 L 574.8213333335052 288.2465185184812" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.555555555556px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="640.0000000001801" y="262.1659259258853" stroke="rgb(245, 241, 237)" stroke-width="3.555555555556px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="32.000000000004px">R10</text><text class="sch-component-text" x="640.0000000001801" y="366.4622222221948" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="32.000000000004px"></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="542.22222222239" y="466.0242962962812" width="195.5555555555802" height="52.13511111111774" fill="transparent"/><path class="sch-component-symbol-path" d="M 542.22222222239 492.09185185184003 L 574.8213333335052 492.09185185184003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.555555555556px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 705.178666666855 492.09185185184003 L 737.7777777779702 492.09185185184003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.555555555556px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 574.8213333335052 466.0242962962812 L 705.178666666855 466.0242962962812 L 705.178666666855 518.1594074073989 L 574.8213333335052 518.1594074073989 L 574.8213333335052 466.0242962962812" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.555555555556px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="640.0000000001801" y="439.9437037036853" stroke="rgb(245, 241, 237)" stroke-width="3.555555555556px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="32.000000000004px">R11</text><text class="sch-component-text" x="640.0000000001801" y="544.2399999999948" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="32.000000000004px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="337.77777777792016" cy="314.31407407404004" r="7.111111111112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="891.5555555557671" cy="349.8696296296" r="7.111111111112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="891.5555555557671" cy="385.42518518516" r="7.111111111112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="891.5555555557671" cy="420.98074074072" r="7.111111111112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="891.5555555557671" cy="456.53629629628" r="7.111111111112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="586.6666666668398" cy="314.31407407404004" r="7.111111111112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="782.22222222242" cy="314.31407407404004" r="7.111111111112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="586.6666666668398" cy="492.09185185184003" r="7.111111111112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="782.22222222242" cy="492.09185185184003" r="7.111111111112" 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 337.77777777792016,314.31407407404004
|
|
79
|
+
L 347.3777777779214,296.53629629626005
|
|
80
|
+
L 429.2266666668205,296.53629629626005
|
|
81
|
+
L 429.2266666668205,332.09185185182
|
|
82
|
+
L 347.3777777779214,332.09185185182
|
|
83
|
+
Z
|
|
84
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.555555555556px"/><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="353.77777777792215" y="314.31407407404004" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="32.000000000004px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
|
|
85
|
+
M 767.1555555557516,403.20296296294003
|
|
86
|
+
L 757.5555555557504,420.98074074072
|
|
87
|
+
L 675.7066666668512,420.98074074072
|
|
88
|
+
L 675.7066666668512,385.42518518516005
|
|
89
|
+
L 757.5555555557504,385.42518518516005
|
|
90
|
+
Z
|
|
91
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.555555555556px"/><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="751.1555555557495" y="403.20296296294003" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="32.000000000004px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
|
|
92
|
+
M 506.66666666683,314.31407407404004
|
|
93
|
+
L 488.88888888905,304.7140740740388
|
|
94
|
+
L 488.88888888905,201.98222222217416
|
|
95
|
+
L 524.44444444461,201.98222222217416
|
|
96
|
+
L 524.44444444461,304.7140740740388
|
|
97
|
+
Z
|
|
98
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.555555555556px"/><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="506.66666666683" y="298.31407407403805" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="32.000000000004px" transform="rotate(-90 506.66666666683 298.31407407403805)">XXXX</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 853.1111111113178,456.53629629628
|
|
100
|
+
L 870.8888888890978,466.1362962962812
|
|
101
|
+
L 870.8888888890978,547.9851851851803
|
|
102
|
+
L 835.3333333335378,547.9851851851803
|
|
103
|
+
L 835.3333333335378,466.1362962962812
|
|
104
|
+
Z
|
|
105
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.555555555556px"/><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="853.1111111113178" y="472.536296296282" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="32.000000000004px" transform="rotate(90 853.1111111113178 472.536296296282)">XXX</text>
|
|
106
|
+
</g>
|
|
107
|
+
</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="-2.87,2.485 -2.87,1.2399999999999998" data-type="line" data-label="" points="181.61383285302594,143.82324687800187 181.61383285302594,210.79731027857824" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-2.87,1.2399999999999998 -2.87,3.6149999999999998" data-type="line" data-label="" points="181.61383285302594,210.79731027857824 181.61383285302594,83.03554274735825" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.87,1.2399999999999998 -2.87,2.485" data-type="line" data-label="" points="181.61383285302594,210.79731027857824 181.61383285302594,143.82324687800187" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.87,3.6149999999999998 -2.87,2.485" data-type="line" data-label="" points="181.61383285302594,83.03554274735825 181.61383285302594,143.82324687800187" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.87,0.19999999999999973 -1.2850000000000001,0.2" data-type="line" data-label="" points="181.61383285302594,266.74351585014404 266.8780019212296,266.74351585014404" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.87,0.19999999999999973 -1.2850000000000001,-0.2" data-type="line" data-label="" points="181.61383285302594,266.74351585014404 266.8780019212296,288.26128722382316" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.87,0.19999999999999973 -2.97,-1.0099999999999998" data-type="line" data-label="" points="181.61383285302594,266.74351585014404 176.23439000960616,331.8347742555234" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0.2 -1.2850000000000001,-0.2" data-type="line" data-label="" points="266.8780019212296,266.74351585014404 266.8780019212296,288.26128722382316" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0.2 -2.97,-1.0099999999999998" data-type="line" data-label="" points="266.8780019212296,266.74351585014404 176.23439000960616,331.8347742555234" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,-0.2 -2.97,-1.0099999999999998" data-type="line" data-label="" points="266.8780019212296,288.26128722382316 176.23439000960616,331.8347742555234" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0 -2.97,-2.1100000000000003" data-type="line" data-label="" points="266.8780019212296,277.5024015369836 176.23439000960616,391.00864553314113" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0 -0.8100000000000003,-3.005000000000001" data-type="line" data-label="" points="266.8780019212296,277.5024015369836 292.43035542747356,439.1546589817483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0 1.2594553499999992,-4.739999999999999" data-type="line" data-label="" points="266.8780019212296,277.5024015369836 403.7555231508165,532.4879923150816" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0 -0.75,-5.315" data-type="line" data-label="" points="266.8780019212296,277.5024015369836 295.6580211335255,563.4197886647453" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.97,-2.1100000000000003 -0.8100000000000003,-3.005000000000001" data-type="line" data-label="" points="176.23439000960616,391.00864553314113 292.43035542747356,439.1546589817483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.97,-2.1100000000000003 1.2594553499999992,-4.739999999999999" data-type="line" data-label="" points="176.23439000960616,391.00864553314113 403.7555231508165,532.4879923150816" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.97,-2.1100000000000003 -0.75,-5.315" data-type="line" data-label="" points="176.23439000960616,391.00864553314113 295.6580211335255,563.4197886647453" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8100000000000003,-3.005000000000001 1.2594553499999992,-4.739999999999999" data-type="line" data-label="" points="292.43035542747356,439.1546589817483 403.7555231508165,532.4879923150816" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8100000000000003,-3.005000000000001 -0.75,-5.315" data-type="line" data-label="" points="292.43035542747356,439.1546589817483 295.6580211335255,563.4197886647453" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2594553499999992,-4.739999999999999 -0.75,-5.315" data-type="line" data-label="" points="403.7555231508165,532.4879923150816 295.6580211335255,563.4197886647453" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2850000000000001,0.1 -0.8100000000000003,-1.9050000000000002" data-type="line" data-label="" points="405.12968299711815,272.1229586935638 292.43035542747356,379.9807877041306" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2850000000000001,0.1 2.675,-1.3049999999999997" data-type="line" data-label="" points="405.12968299711815,272.1229586935638 479.90393852065324,347.70413064361185" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2850000000000001,0.1 -0.75,-4.215000000000001" data-type="line" data-label="" points="405.12968299711815,272.1229586935638 295.6580211335255,504.24591738712775" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8100000000000003,-1.9050000000000002 2.675,-1.3049999999999997" data-type="line" data-label="" points="292.43035542747356,379.9807877041306 479.90393852065324,347.70413064361185" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8100000000000003,-1.9050000000000002 -0.75,-4.215000000000001" data-type="line" data-label="" points="292.43035542747356,379.9807877041306 295.6580211335255,504.24591738712775" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.675,-1.3049999999999997 -0.75,-4.215000000000001" data-type="line" data-label="" points="479.90393852065324,347.70413064361185 295.6580211335255,504.24591738712775" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.675,-2.4349999999999996 1.2594553499999992,-3.6399999999999997" data-type="line" data-label="" points="479.90393852065324,408.4918347742554 403.7555231508165,473.3141210374639" fill="none" stroke="hsl(187, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.87,2.485 -2.87,1.2399999999999998" data-type="line" data-label="" points="181.61383285302594,143.82324687800187 181.61383285302594,210.79731027857824" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.87,3.6149999999999998 -2.87,3.815 -2.1099999999999994,3.815 -2.1099999999999994,2.2849999999999997 -2.87,2.2849999999999997 -2.87,2.485" data-type="line" data-label="" points="181.61383285302594,83.03554274735825 181.61383285302594,72.27665706051869 222.49759846301637,72.27665706051869 222.49759846301637,154.58213256484146 181.61383285302594,154.58213256484146 181.61383285302594,143.82324687800187" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.87,0.19999999999999973 -2.87,-2.220446049250313e-16 -2.97,-2.220446049250313e-16 -2.97,-1.0099999999999998" data-type="line" data-label="" points="181.61383285302594,266.74351585014404 181.61383285302594,277.5024015369836 176.23439000960616,277.5024015369836 176.23439000960616,331.8347742555234" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.97,-2.1100000000000003 -2.97,-3.205000000000001 -0.81,-3.205000000000001 -0.81,-3.005000000000001" data-type="line" data-label="" points="176.23439000960616,391.00864553314113 176.23439000960616,449.91354466858786 292.4303554274736,449.91354466858786 292.4303554274736,439.1546589817483" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.2594553499999988,-4.739999999999999 1.2594553499999988,-5.515000000000001 -0.75,-5.515000000000001 -0.75,-5.315" data-type="line" data-label="" points="403.75552315081643,532.4879923150816 403.75552315081643,574.178674351585 295.6580211335255,574.178674351585 295.6580211335255,563.4197886647453" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.2850000000000001,0.1 2.675,0.1 2.675,-1.3049999999999997" data-type="line" data-label="" points="405.12968299711815,272.1229586935638 479.90393852065324,272.1229586935638 479.90393852065324,347.70413064361185" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.2850000000000001,0.20000000000000018 -1.485,0.2 -1.485,-4.440892098500626e-16 -2.87,-4.440892098500626e-16 -2.87,0.19999999999999973" data-type="line" data-label="" points="266.8780019212296,266.74351585014404 256.11911623439005,266.74351585014404 256.11911623439005,277.5024015369836 181.61383285302594,277.5024015369836 181.61383285302594,266.74351585014404" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.2850000000000001,-0.2 -1.485,-0.2 -1.485,0.2 -1.2850000000000001,0.2" data-type="line" data-label="" points="266.8780019212296,288.26128722382316 256.11911623439005,288.26128722382316 256.11911623439005,266.74351585014404 266.8780019212296,266.74351585014404" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.2850000000000001,0 -1.3860000000000001,0 -1.3860000000000001,-0.601" data-type="line" data-label="" points="266.8780019212296,277.5024015369836 261.4447646493756,277.5024015369836 261.4447646493756,309.8328530259365" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-2.71" data-y="0.7199999999999998" x="167.08933717579254" y="210.79731027857827" width="46.26320845341016" height="55.9462055715658" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-3.25" data-y="3.05" x="110.60518731988473" y="83.03554274735826" width="101.13352545629206" height="60.78770413064362" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="0" data-y="0" x="266.8780019212296" y="261.36407300672425" width="138.25168107588854" height="32.27665706051869" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-2.755" data-y="-1.56" x="161.9788664745437" y="331.8347742555235" width="51.642651296830024" height="59.17387127761771" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-0.5950000000000002" data-y="-2.4550000000000005" x="278.17483189241113" y="379.98078770413053" width="51.64265129682997" height="59.17387127761771" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="2.9724999999999997" data-y="-1.8699999999999997" x="462.4207492795389" y="347.70413064361185" width="66.97406340057637" height="60.78770413064353" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="1.5519553499999992" data-y="-4.1899999999999995" x="393.29490874159455" y="473.31412103746385" width="52.3909694524495" height="59.17387127761765" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-0.5950000000000001" data-y="-4.765000000000001" x="281.402497598463" y="504.24591738712775" width="45.18731988472621" height="59.173871277617536" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="netId: VBUS
|
|
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="-2.87,2.485 -2.87,1.2399999999999998" data-type="line" data-label="" points="181.61383285302594,143.82324687800187 181.61383285302594,210.79731027857824" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-2.87,1.2399999999999998 -2.87,3.6149999999999998" data-type="line" data-label="" points="181.61383285302594,210.79731027857824 181.61383285302594,83.03554274735825" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.87,1.2399999999999998 -2.87,2.485" data-type="line" data-label="" points="181.61383285302594,210.79731027857824 181.61383285302594,143.82324687800187" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.87,3.6149999999999998 -2.87,2.485" data-type="line" data-label="" points="181.61383285302594,83.03554274735825 181.61383285302594,143.82324687800187" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.87,0.19999999999999973 -1.2850000000000001,0.2" data-type="line" data-label="" points="181.61383285302594,266.74351585014404 266.8780019212296,266.74351585014404" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.87,0.19999999999999973 -1.2850000000000001,-0.2" data-type="line" data-label="" points="181.61383285302594,266.74351585014404 266.8780019212296,288.26128722382316" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.87,0.19999999999999973 -2.97,-1.0099999999999998" data-type="line" data-label="" points="181.61383285302594,266.74351585014404 176.23439000960616,331.8347742555234" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0.2 -1.2850000000000001,-0.2" data-type="line" data-label="" points="266.8780019212296,266.74351585014404 266.8780019212296,288.26128722382316" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0.2 -2.97,-1.0099999999999998" data-type="line" data-label="" points="266.8780019212296,266.74351585014404 176.23439000960616,331.8347742555234" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,-0.2 -2.97,-1.0099999999999998" data-type="line" data-label="" points="266.8780019212296,288.26128722382316 176.23439000960616,331.8347742555234" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0 -2.97,-2.1100000000000003" data-type="line" data-label="" points="266.8780019212296,277.5024015369836 176.23439000960616,391.00864553314113" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0 -0.8100000000000003,-3.005000000000001" data-type="line" data-label="" points="266.8780019212296,277.5024015369836 292.43035542747356,439.1546589817483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0 1.2594553499999992,-4.739999999999999" data-type="line" data-label="" points="266.8780019212296,277.5024015369836 403.7555231508165,532.4879923150816" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0 -0.75,-5.315" data-type="line" data-label="" points="266.8780019212296,277.5024015369836 295.6580211335255,563.4197886647453" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.97,-2.1100000000000003 -0.8100000000000003,-3.005000000000001" data-type="line" data-label="" points="176.23439000960616,391.00864553314113 292.43035542747356,439.1546589817483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.97,-2.1100000000000003 1.2594553499999992,-4.739999999999999" data-type="line" data-label="" points="176.23439000960616,391.00864553314113 403.7555231508165,532.4879923150816" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.97,-2.1100000000000003 -0.75,-5.315" data-type="line" data-label="" points="176.23439000960616,391.00864553314113 295.6580211335255,563.4197886647453" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8100000000000003,-3.005000000000001 1.2594553499999992,-4.739999999999999" data-type="line" data-label="" points="292.43035542747356,439.1546589817483 403.7555231508165,532.4879923150816" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8100000000000003,-3.005000000000001 -0.75,-5.315" data-type="line" data-label="" points="292.43035542747356,439.1546589817483 295.6580211335255,563.4197886647453" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2594553499999992,-4.739999999999999 -0.75,-5.315" data-type="line" data-label="" points="403.7555231508165,532.4879923150816 295.6580211335255,563.4197886647453" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2850000000000001,0.1 -0.8100000000000003,-1.9050000000000002" data-type="line" data-label="" points="405.12968299711815,272.1229586935638 292.43035542747356,379.9807877041306" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2850000000000001,0.1 2.675,-1.3049999999999997" data-type="line" data-label="" points="405.12968299711815,272.1229586935638 479.90393852065324,347.70413064361185" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2850000000000001,0.1 -0.75,-4.215000000000001" data-type="line" data-label="" points="405.12968299711815,272.1229586935638 295.6580211335255,504.24591738712775" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8100000000000003,-1.9050000000000002 2.675,-1.3049999999999997" data-type="line" data-label="" points="292.43035542747356,379.9807877041306 479.90393852065324,347.70413064361185" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8100000000000003,-1.9050000000000002 -0.75,-4.215000000000001" data-type="line" data-label="" points="292.43035542747356,379.9807877041306 295.6580211335255,504.24591738712775" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.675,-1.3049999999999997 -0.75,-4.215000000000001" data-type="line" data-label="" points="479.90393852065324,347.70413064361185 295.6580211335255,504.24591738712775" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.675,-2.4349999999999996 1.2594553499999992,-3.6399999999999997" data-type="line" data-label="" points="479.90393852065324,408.4918347742554 403.7555231508165,473.3141210374639" fill="none" stroke="hsl(187, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.87,2.485 -2.87,1.2399999999999998" data-type="line" data-label="" points="181.61383285302594,143.82324687800187 181.61383285302594,210.79731027857824" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.87,3.6149999999999998 -2.87,3.815 -2.1099999999999994,3.815 -2.1099999999999994,2.2849999999999997 -2.87,2.2849999999999997 -2.87,2.485" data-type="line" data-label="" points="181.61383285302594,83.03554274735825 181.61383285302594,72.27665706051869 222.49759846301637,72.27665706051869 222.49759846301637,154.58213256484146 181.61383285302594,154.58213256484146 181.61383285302594,143.82324687800187" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.87,0.19999999999999973 -2.87,-2.220446049250313e-16 -2.97,-2.220446049250313e-16 -2.97,-1.0099999999999998" data-type="line" data-label="" points="181.61383285302594,266.74351585014404 181.61383285302594,277.5024015369836 176.23439000960616,277.5024015369836 176.23439000960616,331.8347742555234" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.97,-2.1100000000000003 -2.97,-3.205000000000001 -0.81,-3.205000000000001 -0.81,-3.005000000000001" data-type="line" data-label="" points="176.23439000960616,391.00864553314113 176.23439000960616,449.91354466858786 292.4303554274736,449.91354466858786 292.4303554274736,439.1546589817483" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.2594553499999988,-4.739999999999999 1.2594553499999988,-5.515000000000001 -0.75,-5.515000000000001 -0.75,-5.315" data-type="line" data-label="" points="403.75552315081643,532.4879923150816 403.75552315081643,574.178674351585 295.6580211335255,574.178674351585 295.6580211335255,563.4197886647453" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.2850000000000001,0.1 2.675,0.1 2.675,-1.3049999999999997" data-type="line" data-label="" points="405.12968299711815,272.1229586935638 479.90393852065324,272.1229586935638 479.90393852065324,347.70413064361185" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.2850000000000001,0.20000000000000018 -1.485,0.2 -1.485,-4.440892098500626e-16 -2.87,-4.440892098500626e-16 -2.87,0.19999999999999973" data-type="line" data-label="" points="266.8780019212296,266.74351585014404 256.11911623439005,266.74351585014404 256.11911623439005,277.5024015369836 181.61383285302594,277.5024015369836 181.61383285302594,266.74351585014404" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.2850000000000001,-0.2 -1.485,-0.2 -1.485,0.2 -1.2850000000000001,0.2" data-type="line" data-label="" points="266.8780019212296,288.26128722382316 256.11911623439005,288.26128722382316 256.11911623439005,266.74351585014404 266.8780019212296,266.74351585014404" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.2850000000000001,0 -1.3860000000000001,0 -1.3860000000000001,-0.601" data-type="line" data-label="" points="266.8780019212296,277.5024015369836 261.4447646493756,277.5024015369836 261.4447646493756,309.8328530259365" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-2.71" data-y="0.7199999999999998" x="167.08933717579254" y="210.79731027857827" width="46.26320845341016" height="55.9462055715658" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-3.25" data-y="3.05" x="110.60518731988473" y="83.03554274735826" width="101.13352545629206" height="60.78770413064362" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="0" data-y="0" x="266.8780019212296" y="261.36407300672425" width="138.25168107588854" height="32.27665706051869" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-2.755" data-y="-1.56" x="161.9788664745437" y="331.8347742555235" width="51.642651296830024" height="59.17387127761771" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-0.5950000000000002" data-y="-2.4550000000000005" x="278.17483189241113" y="379.98078770413053" width="51.64265129682997" height="59.17387127761771" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="2.9724999999999997" data-y="-1.8699999999999997" x="462.4207492795389" y="347.70413064361185" width="66.97406340057637" height="60.78770413064353" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="1.5519553499999992" data-y="-4.1899999999999995" x="393.29490874159455" y="473.31412103746385" width="52.3909694524495" height="59.17387127761765" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-0.5950000000000001" data-y="-4.765000000000001" x="281.402497598463" y="504.24591738712775" width="45.18731988472621" height="59.173871277617536" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="netId: VBUS
|
|
2
4
|
globalConnNetId: connectivity_net0" data-x="-2.87" data-y="4.115" x="176.23439000960616" y="39.99999999999993" width="10.75888568683959" height="32.276657060518716" fill="#ef444466" stroke="#ef4444" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="netId: RAW
|
|
3
5
|
globalConnNetId: connectivity_net1" data-x="-1.725" data-y="-0.2" x="230.297790585975" y="282.8818443804034" width="25.821325648415012" height="10.758885686839562" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
4
6
|
globalConnNetId: connectivity_net2" data-x="-1.3860000000000001" data-y="-0.841" x="256.0653218059558" y="309.8328530259365" width="10.758885686839562" height="25.821325648414984" fill="#00000066" stroke="#000000" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
@@ -47,7 +49,7 @@ orientation: y+" data-x="1.2594553499999992" data-y="-3.6399999999999997" cx="40
|
|
|
47
49
|
const h = svg.getElementById('crosshair-h');
|
|
48
50
|
const v = svg.getElementById('crosshair-v');
|
|
49
51
|
const coords = svg.getElementById('coordinates');
|
|
50
|
-
|
|
52
|
+
|
|
51
53
|
crosshair.style.display = 'block';
|
|
52
54
|
h.setAttribute('x1', '0');
|
|
53
55
|
h.setAttribute('x2', '640');
|
|
@@ -66,13 +68,13 @@ orientation: y+" data-x="1.2594553499999992" data-y="-3.6399999999999997" cx="40
|
|
|
66
68
|
// y' = (y - ty) / sy
|
|
67
69
|
const sx = matrix.a;
|
|
68
70
|
const sy = matrix.d;
|
|
69
|
-
const tx = matrix.e;
|
|
71
|
+
const tx = matrix.e;
|
|
70
72
|
const ty = matrix.f;
|
|
71
73
|
const realPoint = {
|
|
72
74
|
x: (x - tx) / sx,
|
|
73
75
|
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
74
76
|
}
|
|
75
|
-
|
|
77
|
+
|
|
76
78
|
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
77
79
|
coords.setAttribute('x', (x + 5).toString());
|
|
78
80
|
coords.setAttribute('y', (y - 5).toString());
|
|
@@ -80,4 +82,90 @@ orientation: y+" data-x="1.2594553499999992" data-y="-3.6399999999999997" cx="40
|
|
|
80
82
|
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
81
83
|
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
82
84
|
});
|
|
83
|
-
]]></script
|
|
85
|
+
]]></script>
|
|
86
|
+
</g>
|
|
87
|
+
<g transform="translate(1216, 200)">
|
|
88
|
+
<style>
|
|
89
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
90
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
91
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
92
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
93
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
94
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
95
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
96
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
97
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
98
|
+
|
|
99
|
+
</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 428.74690777664796 171.614462310644 L 428.74690777664796 258.402267868796" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.153452923136001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 428.74690777664796 171.614462310644 L 428.74690777664796 258.402267868796" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3941816153920001px" 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 428.74690777664796 92.84320104099601 L 428.74690777664796 78.901384887076 L 481.725809161544 78.901384887076 L 481.725809161544 185.556278464564 L 428.74690777664796 185.556278464564 L 428.74690777664796 171.614462310644" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.153452923136001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 428.74690777664796 92.84320104099601 L 428.74690777664796 78.901384887076 L 481.725809161544 78.901384887076 L 481.725809161544 185.556278464564 L 428.74690777664796 185.556278464564 L 428.74690777664796 171.614462310644" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3941816153920001px" 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 428.74690777664796 330.89971186918 L 428.74690777664796 344.8415280231 L 421.775999699688 344.8415280231 L 421.775999699688 415.247699600396" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.153452923136001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 428.74690777664796 330.89971186918 L 428.74690777664796 344.8415280231 L 421.775999699688 344.8415280231 L 421.775999699688 415.247699600396" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3941816153920001px" 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 421.775999699688 491.92768844695604 L 421.775999699688 568.2591318896681 L 572.347614162024 568.2591318896681 L 572.347614162024 554.317315735748" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.153452923136001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 421.775999699688 491.92768844695604 L 421.775999699688 568.2591318896681 L 572.347614162024 568.2591318896681 L 572.347614162024 554.317315735748" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3941816153920001px" 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 716.6074443042547 675.2625708710041 L 716.6074443042547 729.2871084674441 L 576.5301590082 729.2871084674441 L 576.5301590082 715.345292313524" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.153452923136001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 716.6074443042547 675.2625708710041 L 716.6074443042547 729.2871084674441 L 576.5301590082 729.2871084674441 L 576.5301590082 715.345292313524" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3941816153920001px" 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 718.388138374336 337.87061994614 L 815.28376064408 337.87061994614 L 815.28376064408 435.811878427428" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.153452923136001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 718.388138374336 337.87061994614 L 815.28376064408 337.87061994614 L 815.28376064408 435.811878427428" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3941816153920001px" 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 539.235800796464 330.89971186918 L 525.2939846425439 330.89971186918 L 525.2939846425439 344.84152802310007 L 428.74690777664796 344.84152802310007 L 428.74690777664796 330.89971186918" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.153452923136001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 539.235800796464 330.89971186918 L 525.2939846425439 330.89971186918 L 525.2939846425439 344.84152802310007 L 428.74690777664796 344.84152802310007 L 428.74690777664796 330.89971186918" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3941816153920001px" 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 539.235800796464 358.78334417702 L 525.2939846425439 358.78334417702 L 525.2939846425439 330.89971186918 L 539.235800796464 330.89971186918" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.153452923136001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 539.235800796464 358.78334417702 L 525.2939846425439 358.78334417702 L 525.2939846425439 330.89971186918 L 539.235800796464 330.89971186918" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3941816153920001px" 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 539.235800796464 344.8415280231 L 532.1951836387344 344.8415280231 L 532.1951836387344 386.7366855656296" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.153452923136001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 539.235800796464 344.8415280231 L 532.1951836387344 344.8415280231 L 532.1951836387344 386.7366855656296" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3941816153920001px" 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="428.74690777664796" cy="171.614462310644" r="2.091272423088" 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="428.74690777664796" cy="330.89971186918" r="2.091272423088" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="428.74690777664796" cy="344.8415280231" r="2.091272423088" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><circle cx="539.235800796464" cy="330.89971186918" r="2.091272423088" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="525.2939846425439" cy="330.89971186918" r="2.091272423088" 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_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component-overlay sch-component-overlay" x="419.6847272766" y="258.402267868796" width="18.82145180779196" height="72.49744400038401" fill="transparent"/><path class="sch-component-symbol-path" d="M 428.74690777664796 304.410261176732 L 419.6847272766 286.285900176636" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 438.50617908439193 286.285900176636 L 428.74690777664796 304.410261176732" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 419.6847272766 286.285900176636 L 438.50617908439193 286.285900176636" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 438.50617908439193 304.410261176732 L 419.6847272766 304.410261176732" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 428.74690777664796 286.285900176636 L 428.74690777664796 258.402267868796" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 428.74690777664796 330.89971186918 L 428.74690777664796 305.107351984428" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="444.779996353656" y="293.953899061292" stroke="rgb(245, 241, 237)" stroke-width="1.3941816153920001px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.547634538528001px">DPROT</text><text class="sch-component-text" x="407.13709273807194" y="294.650989868988" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="end" dominant-baseline="middle" font-size="12.547634538528001px"></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="418.3431562882039" y="92.84320104099601" width="20.064377870570695" height="78.771261269648" fill="transparent"/><path class="sch-component-symbol-path" d="M 428.74690777664796 92.84320104099601 L 428.74690777664796 171.614462310644" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 438.4075341587746 132.22883167582 L 438.4075341587746 152.29320954639073 L 418.3431562882039 152.29320954639073 L 418.3431562882039 112.90757891156672 L 438.4075341587746 112.90757891156672 L 438.4075341587746 132.22883167582" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="443.6094099029966" y="131.48570656950258" stroke="rgb(245, 241, 237)" stroke-width="1.3941816153920001px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.547634538528001px">F1</text><text class="sch-component-text" x="410.91190522502956" y="132.22883167582" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="end" dominant-baseline="middle" font-size="12.547634538528001px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="567.119433104304" y="323.92880379222004" width="123.385072962192" height="41.82544846175995" stroke-width="1.3941816153920001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="567.119433104304" y="323.92880379222004" width="123.385072962192" height="41.82544846175995" fill="transparent"/><text class="sch-text" x="628.8119695854" y="344.8415280231" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.547634538528001px" transform="rotate(0, 628.8119695854, 344.8415280231)">U2</text><line class="component-pin sch-component-pin sch-port-line" x1="567.119433104304" y1="330.89971186918" x2="539.235800796464" y2="330.89971186918" stroke-width="1.3941816153920001px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="537.841619181072" y="329.50553025378804" width="2.7883632307840003" height="2.7883632307840003" opacity="0"/></g><text class="pin-number sch-pin-number" x="553.1776169503839" y="329.50553025378804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.456362115440001px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="567.119433104304" y1="344.8415280231" x2="539.235800796464" y2="344.8415280231" stroke-width="1.3941816153920001px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="537.841619181072" y="343.447346407708" width="2.7883632307840003" height="2.7883632307840003" opacity="0"/></g><text class="pin-number sch-pin-number" x="553.1776169503839" y="343.447346407708" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.456362115440001px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="567.119433104304" y1="358.78334417702" x2="539.235800796464" y2="358.78334417702" stroke-width="1.3941816153920001px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><rect x="537.841619181072" y="357.38916256162804" width="2.7883632307840003" height="2.7883632307840003" opacity="0"/></g><text class="pin-number sch-pin-number" x="553.1776169503839" y="357.38916256162804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.456362115440001px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="690.504506066496" y1="351.81243610006004" x2="716.993956758944" y2="351.81243610006004" stroke-width="1.3941816153920001px"/><g class="sch-port" data-schematic-port-id="source_port_2_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="718.388138374336" cy="351.81243610006004" r="1.3941816153920001" stroke-width="1.3941816153920001px"/><rect x="716.993956758944" y="350.41825448466807" width="2.7883632307840003" height="2.7883632307840003" opacity="0"/></g><text class="pin-number sch-pin-number" x="704.446322220416" y="350.418254484668" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.456362115440001px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="690.504506066496" y1="337.87061994614" x2="718.388138374336" y2="337.87061994614" stroke-width="1.3941816153920001px"/><g class="sch-port" data-schematic-port-id="source_port_2_4__stack1"><rect x="716.993956758944" y="336.476438330748" width="2.7883632307840003" height="2.7883632307840003" opacity="0"/></g><text class="pin-number sch-pin-number" x="704.446322220416" y="336.476438330748" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.456362115440001px" transform="">5</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="401.3254466743104" y="415.247699600396" width="40.901106050755175" height="76.67998884656004" fill="transparent"/><path class="sch-component-symbol-path" d="M 421.775999699688 491.92768844695604 L 421.775999699688 461.25569290833204" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 421.775999699688 445.91969513902 L 421.775999699688 415.247699600396" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 442.2265527250656 461.25569290833204 L 401.3254466743104 461.25569290833204" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 442.2265527250656 445.91969513902 L 401.3254466743104 445.91969513902" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="436.4729975619453" y="428.0276977414893" stroke="rgb(245, 241, 237)" stroke-width="1.3941816153920001px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="12.547634538528001px">C1</text><text class="sch-component-text" x="436.47299756194536" y="479.14769030586274" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="12.547634538528001px"></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="551.8970611366465" y="477.6373268891881" width="40.90110605075506" height="76.67998884656004" fill="transparent"/><path class="sch-component-symbol-path" d="M 572.347614162024 554.3173157357481 L 572.347614162024 523.6453201971241" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 572.347614162024 508.3093224278121 L 572.347614162024 477.6373268891881" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 592.7981671874015 523.6453201971241 L 551.8970611366465 523.6453201971241" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 592.7981671874015 508.3093224278121 L 551.8970611366465 508.3093224278121" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="587.0446120242814" y="490.41732503028146" stroke="rgb(245, 241, 237)" stroke-width="1.3941816153920001px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="12.547634538528001px">C4</text><text class="sch-component-text" x="587.0446120242814" y="541.5373175946548" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="12.547634538528001px"></text><circle class="component-pin sch-component-pin" cx="572.347614162024" cy="477.6373268891881" r="1.3941816153920001px" stroke-width="1.3941816153920001px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component-overlay sch-component-overlay" x="805.437352985374" y="435.811878427428" width="20.450231291158616" height="78.77126126964805" fill="transparent"/><path class="sch-component-symbol-path" d="M 815.28376064408 485.8013326947046 L 805.437352985374 466.1085173772926" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 825.8875842765326 466.1085173772926 L 815.28376064408 485.8013326947046" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 805.437352985374 466.1085173772926 L 825.8875842765326 466.1085173772926" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 825.8875842765326 485.8013326947046 L 805.437352985374 485.8013326947046" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 815.28376064408 466.1085173772926 L 815.28376064408 435.811878427428" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 815.28376064408 514.583139697076 L 815.28376064408 486.55874866845124" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="832.7043280402521" y="474.44009308850536" stroke="rgb(245, 241, 237)" stroke-width="1.3941816153920001px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.547634538528001px">DPWR</text><text class="sch-component-text" x="791.8038654579349" y="475.197509062252" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="end" dominant-baseline="middle" font-size="12.547634538528001px"></text><circle class="component-pin sch-component-pin" cx="815.28376064408" cy="514.583139697076" r="1.3941816153920001px" stroke-width="1.3941816153920001px" fill="none" stroke="rgb(132, 0, 0)"/></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="706.3860017910084" y="598.5825820244439" width="20.44288502649283" height="76.67998884656004" fill="transparent"/><path class="sch-component-symbol-path" d="M 716.6074443042548 598.5825820244439 L 716.6074443042548 611.3651361651655" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 716.6074443042548 662.4800167302824 L 716.6074443042548 675.262570871004" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 726.8288868175013 611.3651361651655 L 726.8288868175013 662.4800167302824 L 706.3860017910084 662.4800167302824 L 706.3860017910084 611.3651361651655 L 726.8288868175013 611.3651361651655" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="737.0554413300042" y="616.4745794219746" stroke="rgb(245, 241, 237)" stroke-width="1.3941816153920001px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.547634538528001px">R1</text><text class="sch-component-text" x="737.0554413300042" y="657.3705734734733" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.547634538528001px"></text><circle class="component-pin sch-component-pin" cx="716.6074443042548" cy="598.5825820244439" r="1.3941816153920001px" stroke-width="1.3941816153920001px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component-overlay sch-component-overlay" x="556.0796059828225" y="638.665303466964" width="40.90110605075506" height="76.67998884656004" fill="transparent"/><path class="sch-component-symbol-path" d="M 576.5301590082 715.345292313524 L 576.5301590082 684.6732967749" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 576.5301590082 669.3372990055881 L 576.5301590082 638.665303466964" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 596.9807120335776 684.6732967749 L 556.0796059828225 684.6732967749" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 596.9807120335776 669.3372990055881 L 556.0796059828225 669.3372990055881" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="591.2271568704574" y="651.4453016080573" stroke="rgb(245, 241, 237)" stroke-width="1.3941816153920001px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="12.547634538528001px">C18</text><text class="sch-component-text" x="591.2271568704574" y="702.5652941724308" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="12.547634538528001px"></text><circle class="component-pin sch-component-pin" cx="576.5301590082" cy="638.665303466964" r="1.3941816153920001px" stroke-width="1.3941816153920001px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="428.74690777664796" cy="258.402267868796" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="428.74690777664796" cy="330.89971186918" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="428.5627705821622" cy="95.28301886793201" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="428.5627705821622" cy="174.05428013758" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="539.235800796464" cy="330.89971186918" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="539.235800796464" cy="344.8415280231" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="539.235800796464" cy="358.78334417702" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_3__stack1"><circle cx="718.388138374336" cy="351.81243610006004" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_4__stack1"><circle cx="718.388138374336" cy="337.87061994614" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="421.775999699688" cy="432.674969792796" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="421.775999699688" cy="509.3549586393561" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="572.347614162024" cy="495.0645970815881" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="572.347614162024" cy="571.7445859281481" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="815.28376064408" cy="439.19008772626245" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="815.28376064408" cy="517.9613489959105" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="716.6074443042548" cy="616.009852216844" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="716.6074443042548" cy="692.689841063404" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="576.5301590082" cy="656.0925736593641" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="576.5301590082" cy="732.772562505924" r="2.7883632307840003" 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="
|
|
100
|
+
M 428.74690777664796,78.901384887076
|
|
101
|
+
L 421.775999699688,75.13709452551761
|
|
102
|
+
L 421.775999699688,34.85454038479142
|
|
103
|
+
L 435.717815853608,34.85454038479142
|
|
104
|
+
L 435.71781585360793,75.13709452551761
|
|
105
|
+
Z
|
|
106
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.3941816153920001px"/><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="428.74690777664796" y="72.627567617812" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.547634538528001px" transform="rotate(-90 428.74690777664796 72.627567617812)">XXXX</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="
|
|
107
|
+
M 525.2939846425439,358.78334417702
|
|
108
|
+
L 521.5296942809855,365.75425225398
|
|
109
|
+
L 489.4356334946617,365.75425225398
|
|
110
|
+
L 489.4356334946617,351.81243610006
|
|
111
|
+
L 521.5296942809855,351.81243610006
|
|
112
|
+
Z
|
|
113
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.3941816153920001px"/><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="519.02016737328" y="358.78334417702" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.547634538528001px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
|
|
114
|
+
M 532.1951836387344,386.7366855656296
|
|
115
|
+
L 539.1660917156944,390.500975927188
|
|
116
|
+
L 539.1660917156944,422.59503671351183
|
|
117
|
+
L 525.2242755617744,422.59503671351183
|
|
118
|
+
L 525.2242755617744,390.500975927188
|
|
119
|
+
Z
|
|
120
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.3941816153920001px"/><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="532.1951836387344" y="393.0105028348936" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.547634538528001px" transform="rotate(90 532.1951836387344 393.0105028348936)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
|
|
121
|
+
M 421.775999699688,568.2591318896681
|
|
122
|
+
L 428.74690777664796,572.0234222512265
|
|
123
|
+
L 428.746907776648,604.1174830375503
|
|
124
|
+
L 414.805091622728,604.1174830375503
|
|
125
|
+
L 414.805091622728,572.0234222512265
|
|
126
|
+
Z
|
|
127
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.3941816153920001px"/><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="421.775999699688" y="574.5329491589321" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.547634538528001px" transform="rotate(90 421.775999699688 574.5329491589321)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
|
|
128
|
+
M 716.6074443042547,729.2871084674441
|
|
129
|
+
L 723.5783523812147,733.0513988290026
|
|
130
|
+
L 723.5783523812147,765.1454596153263
|
|
131
|
+
L 709.6365362272948,765.1454596153263
|
|
132
|
+
L 709.6365362272948,733.0513988290026
|
|
133
|
+
Z
|
|
134
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.3941816153920001px"/><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="716.6074443042547" y="735.5609257367081" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.547634538528001px" transform="rotate(90 716.6074443042547 735.5609257367081)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
|
|
135
|
+
M 815.28376064408,337.87061994614
|
|
136
|
+
L 808.31285256712,334.1063295845816
|
|
137
|
+
L 808.31285256712,293.8237754438554
|
|
138
|
+
L 822.2546687210399,293.8237754438554
|
|
139
|
+
L 822.2546687210399,334.1063295845816
|
|
140
|
+
Z
|
|
141
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.3941816153920001px"/><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="815.28376064408" y="331.596802676876" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.547634538528001px" transform="rotate(-90 815.28376064408 331.596802676876)">XXXX</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="
|
|
142
|
+
M 572.347614162024,477.63732688918805
|
|
143
|
+
L 565.376706085064,473.87303652762967
|
|
144
|
+
L 565.376706085064,433.59048238690343
|
|
145
|
+
L 579.318522238984,433.59048238690343
|
|
146
|
+
L 579.318522238984,473.87303652762967
|
|
147
|
+
Z
|
|
148
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.3941816153920001px"/><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="572.347614162024" y="471.36350961992406" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.547634538528001px" transform="rotate(-90 572.347614162024 471.36350961992406)">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
|
|
149
|
+
M 576.5301590082,638.6653034669641
|
|
150
|
+
L 569.5592509312401,634.9010131054057
|
|
151
|
+
L 569.5592509312401,594.6184589646796
|
|
152
|
+
L 583.50106708516,594.6184589646796
|
|
153
|
+
L 583.50106708516,634.9010131054057
|
|
154
|
+
Z
|
|
155
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.3941816153920001px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="576.5301590082" y="632.3914861977001" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.547634538528001px" transform="rotate(-90 576.5301590082 632.3914861977001)">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
|
|
156
|
+
M 815.28376064408,514.583139697076
|
|
157
|
+
L 822.2546687210399,518.3474300586345
|
|
158
|
+
L 822.2546687210399,599.5724509713724
|
|
159
|
+
L 808.31285256712,599.5724509713724
|
|
160
|
+
L 808.31285256712,518.3474300586345
|
|
161
|
+
Z
|
|
162
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.3941816153920001px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="815.28376064408" y="520.85695696634" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.547634538528001px" transform="rotate(90 815.28376064408 520.85695696634)">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="
|
|
163
|
+
M 716.6074443042548,598.582582024444
|
|
164
|
+
L 709.6365362272949,594.8182916628856
|
|
165
|
+
L 709.6365362272949,513.5932707501477
|
|
166
|
+
L 723.5783523812148,513.5932707501477
|
|
167
|
+
L 723.5783523812148,594.8182916628856
|
|
168
|
+
Z
|
|
169
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.3941816153920001px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="716.6074443042548" y="592.30876475518" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.547634538528001px" transform="rotate(-90 716.6074443042548 592.30876475518)">XXXXXXXXX</text>
|
|
170
|
+
</g>
|
|
171
|
+
</svg>
|