@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.
Files changed (164) hide show
  1. package/.agents/skills/schematic-trace-visualization/SKILL.md +7 -2
  2. package/dist/index.d.ts +31 -2
  3. package/dist/index.js +127 -46
  4. package/lib/solvers/InlineNetLabelSolver/InlineNetLabelSolver.ts +115 -6
  5. package/lib/solvers/NetLabelPlacementSolver/NetLabelPlacementSolver.ts +17 -1
  6. package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/SingleNetLabelPlacementSolver.ts +2 -0
  7. package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/solvePortOnlyPin.ts +2 -0
  8. package/lib/types/InputProblem.ts +27 -1
  9. package/package.json +8 -1
  10. package/site/examples/example51.page.tsx +4 -0
  11. package/tests/assets/example51.json +5102 -0
  12. package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +751 -5
  13. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +660 -5
  14. package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +44 -5
  15. package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +394 -5
  16. package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +170 -5
  17. package/tests/bug-reports/bug-report-20260707T134722Z/__snapshots__/bug-report-20260707T134722Z.snap.svg +79 -5
  18. package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +219 -5
  19. package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +65 -5
  20. package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +142 -5
  21. package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +100 -5
  22. package/tests/bug-reports/bug-report-20260708T053736Z/__snapshots__/bug-report-20260708T053736Z.snap.svg +23 -5
  23. package/tests/bug-reports/bug-report-20260708T055430Z/__snapshots__/bug-report-20260708T055430Z.snap.svg +58 -5
  24. package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +86 -5
  25. package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +226 -5
  26. package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +191 -5
  27. package/tests/bug-reports/bug-report-20260717T031704Z/__snapshots__/bug-report-20260717T031704Z.snap.svg +30 -5
  28. package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +37 -5
  29. package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +580 -2
  30. package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +44 -5
  31. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +107 -5
  32. package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +114 -5
  33. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +121 -5
  34. package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +51 -5
  35. package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +212 -5
  36. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +569 -5
  37. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +37 -5
  38. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +289 -5
  39. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +289 -5
  40. package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +149 -5
  41. package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +93 -5
  42. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +79 -5
  43. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +244 -2
  44. package/tests/examples/__snapshots__/example01.snap.svg +44 -5
  45. package/tests/examples/__snapshots__/example02.snap.svg +51 -5
  46. package/tests/examples/__snapshots__/example03.snap.svg +86 -5
  47. package/tests/examples/__snapshots__/example04.snap.svg +30 -5
  48. package/tests/examples/__snapshots__/example05.snap.svg +30 -5
  49. package/tests/examples/__snapshots__/example06.snap.svg +30 -5
  50. package/tests/examples/__snapshots__/example07.snap.svg +58 -5
  51. package/tests/examples/__snapshots__/example08.snap.svg +37 -5
  52. package/tests/examples/__snapshots__/example09.snap.svg +149 -5
  53. package/tests/examples/__snapshots__/example10.snap.svg +65 -5
  54. package/tests/examples/__snapshots__/example11.snap.svg +51 -5
  55. package/tests/examples/__snapshots__/example12.snap.svg +51 -5
  56. package/tests/examples/__snapshots__/example13.snap.svg +72 -5
  57. package/tests/examples/__snapshots__/example14.snap.svg +79 -5
  58. package/tests/examples/__snapshots__/example15.snap.svg +86 -5
  59. package/tests/examples/__snapshots__/example16.snap.svg +51 -5
  60. package/tests/examples/__snapshots__/example17.snap.svg +51 -5
  61. package/tests/examples/__snapshots__/example18.snap.svg +58 -5
  62. package/tests/examples/__snapshots__/example19.snap.svg +44 -5
  63. package/tests/examples/__snapshots__/example20.snap.svg +44 -5
  64. package/tests/examples/__snapshots__/example21.snap.svg +72 -5
  65. package/tests/examples/__snapshots__/example22.snap.svg +51 -5
  66. package/tests/examples/__snapshots__/example23.snap.svg +51 -5
  67. package/tests/examples/__snapshots__/example24.snap.svg +51 -5
  68. package/tests/examples/__snapshots__/example25.snap.svg +86 -5
  69. package/tests/examples/__snapshots__/example26.snap.svg +51 -5
  70. package/tests/examples/__snapshots__/example27.snap.svg +72 -5
  71. package/tests/examples/__snapshots__/example28.snap.svg +44 -5
  72. package/tests/examples/__snapshots__/example29.snap.svg +324 -5
  73. package/tests/examples/__snapshots__/example30.snap.svg +107 -5
  74. package/tests/examples/__snapshots__/example31.snap.svg +37 -5
  75. package/tests/examples/__snapshots__/example32.snap.svg +149 -5
  76. package/tests/examples/__snapshots__/example33.snap.svg +93 -5
  77. package/tests/examples/__snapshots__/example34.snap.svg +51 -5
  78. package/tests/examples/__snapshots__/example35.snap.svg +58 -5
  79. package/tests/examples/__snapshots__/example36.snap.svg +44 -5
  80. package/tests/examples/__snapshots__/example37.snap.svg +72 -5
  81. package/tests/examples/__snapshots__/example38.snap.svg +30 -5
  82. package/tests/examples/__snapshots__/example39.snap.svg +37 -5
  83. package/tests/examples/__snapshots__/example40.snap.svg +100 -5
  84. package/tests/examples/__snapshots__/example41.snap.svg +44 -5
  85. package/tests/examples/__snapshots__/example42.snap.svg +65 -5
  86. package/tests/examples/__snapshots__/example43.snap.svg +58 -5
  87. package/tests/examples/__snapshots__/example44.snap.svg +107 -5
  88. package/tests/examples/__snapshots__/example45.snap.svg +51 -5
  89. package/tests/examples/__snapshots__/example46.snap.svg +93 -5
  90. package/tests/examples/__snapshots__/example47.snap.svg +93 -5
  91. package/tests/examples/__snapshots__/example48.snap.svg +65 -5
  92. package/tests/examples/__snapshots__/example49.snap.svg +177 -5
  93. package/tests/examples/__snapshots__/example50.snap.svg +93 -5
  94. package/tests/examples/__snapshots__/example51.snap.svg +952 -0
  95. package/tests/examples/example51.test.ts +12 -0
  96. package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +219 -0
  97. package/tests/fixtures/convertSolverOutputToCircuitJson.ts +1058 -0
  98. package/tests/fixtures/matcher.ts +45 -8
  99. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +762 -2
  100. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +111 -2
  101. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +167 -2
  102. package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +65 -5
  103. package/tests/repros/__snapshots__/manufacturePartNumber-text-box.snap.svg +30 -5
  104. package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +79 -5
  105. package/tests/repros/__snapshots__/repro-atmega328p-fault-pullup.snap.svg +65 -5
  106. package/tests/repros/__snapshots__/repro-atmega328p-missing-gnd-netlabel.snap.svg +149 -5
  107. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +55 -2
  108. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +160 -2
  109. package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +135 -5
  110. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +69 -2
  111. package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +86 -5
  112. package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +44 -5
  113. package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +44 -5
  114. package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +260 -0
  115. package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +335 -2
  116. package/tests/repros/__snapshots__/repro-ground-label-on-lower-rail-end.snap.svg +48 -2
  117. package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +149 -5
  118. package/tests/repros/__snapshots__/repro-missing-trace-netlabel.snap.svg +72 -5
  119. package/tests/repros/__snapshots__/repro-netlabel-collision-687.snap.svg +100 -5
  120. package/tests/repros/__snapshots__/repro-netlabel-overlap-trace.snap.svg +51 -5
  121. package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +90 -2
  122. package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +37 -5
  123. package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +44 -5
  124. package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +237 -2
  125. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +72 -5
  126. package/tests/repros/__snapshots__/repro-rp2040-v3v3-label-placement.snap.svg +51 -5
  127. package/tests/repros/__snapshots__/repro-rp2040-zero-crystal-fallback-netlabels.snap.svg +30 -5
  128. package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +79 -5
  129. package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +27 -2
  130. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1150 -5
  131. package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +51 -5
  132. package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +30 -5
  133. package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +30 -5
  134. package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +44 -5
  135. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +685 -2
  136. package/tests/repros/__snapshots__/repro-vcc-pin1-detour.snap.svg +27 -2
  137. package/tests/repros/__snapshots__/repro129-host-custom-symbol-passives.snap.svg +51 -5
  138. package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +100 -5
  139. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +107 -5
  140. package/tests/repros/__snapshots__/repro47-endpoint-obstacle-detour.snap.svg +51 -5
  141. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +104 -2
  142. package/tests/repros/__snapshots__/repro5-escape-padded-text-obstacles.snap.svg +30 -5
  143. package/tests/repros/__snapshots__/repro51-overlap-junction-crossing.snap.svg +65 -5
  144. package/tests/repros/__snapshots__/repro84-stacked-gnd-label-orientation.snap.svg +27 -2
  145. package/tests/repros/__snapshots__/small-variant-resistor-facing-direction.snap.svg +58 -5
  146. package/tests/repros/__snapshots__/trace-overlap-box-resistor.snap.svg +37 -5
  147. package/tests/repros/assets/repro-core-tb67s579ftg-inline-label-routing.input.json +900 -0
  148. package/tests/repros/repro-core-tb67s579ftg-inline-label-routing.test.ts +40 -0
  149. package/tests/solvers/InlineNetLabelSolver/__snapshots__/fallback-net-label-width.snap.svg +25 -7
  150. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-anchored-label-clearance.snap.svg +34 -2
  151. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-port-stub.snap.svg +23 -5
  152. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-two-pin-net.snap.svg +23 -5
  153. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label01.snap.svg +23 -5
  154. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +23 -5
  155. package/tests/solvers/InlineNetLabelSolver/__snapshots__/terminal-stub-trace-clearance.snap.svg +71 -0
  156. package/tests/solvers/InlineNetLabelSolver/fallback-net-label-width.test.ts +10 -1
  157. package/tests/solvers/InlineNetLabelSolver/terminal-stub-trace-clearance.test.ts +102 -0
  158. package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_01-example17-d1_1-u1_1.snap.svg +23 -5
  159. package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_repro47-short-opposing-pins.snap.svg +20 -2
  160. package/tests/solvers/TraceCleanupSolver/__snapshots__/TraceCleanupSolver.snap.svg +44 -5
  161. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/__snapshots__/TraceLabelOverlapAvoidanceSolver.snap.svg +79 -5
  162. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/MergedNetLabelObstacles.snap.svg +44 -5
  163. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/OverlapAvoidanceStepSolver.snap.svg +23 -5
  164. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/SingleOverlapSolver.snap.svg +30 -5
@@ -1,4 +1,6 @@
1
- <svg width="640" height="640" viewBox="0 0 640 640" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="white"/><g><polyline data-points="-5.4,5.1 -4.54,4.99" data-type="line" data-label="" points="150.6514356282803,277.8141401667182 180.38900895338065,281.61778326644026" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.4,4.9 -3.46,4.99" data-type="line" data-label="" points="150.6514356282803,284.7298548934856 217.73386847792528,281.61778326644026" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.54,4.99 -5,3.3800000000000003" data-type="line" data-label="" points="180.38900895338065,281.61778326644026 164.48286508181536,337.2892868169188" fill="none" stroke="hsl(192, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3.46,4.99 -3,3.3800000000000003" data-type="line" data-label="" points="217.73386847792528,281.61778326644026 233.64001234949058,337.2892868169188" fill="none" stroke="hsl(192, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="4.6,5.1 5.45,5" data-type="line" data-label="" points="496.43717196665636,277.8141401667182 525.8289595554184,281.2719975301019" fill="none" stroke="hsl(288, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="4.6,4.9 6.55,5" data-type="line" data-label="" points="496.43717196665636,284.7298548934856 563.8653905526397,281.2719975301019" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.45,5 5,3.3800000000000003" data-type="line" data-label="" points="525.8289595554184,281.2719975301019 510.26860142019143,337.2892868169188" fill="none" stroke="hsl(192, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="6.55,5 7,3.3800000000000003" data-type="line" data-label="" points="563.8653905526397,281.2719975301019 579.4257486878666,337.2892868169188" fill="none" stroke="hsl(192, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,5.71 -4.02,4.29" data-type="line" data-label="" points="199.06143871565297,256.7212102500772 198.36986724297623,305.82278481012656" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4,5.71 -5,2.6199999999999997" data-type="line" data-label="" points="199.06143871565297,256.7212102500772 164.48286508181536,363.5690027786354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4,5.71 -3,2.6199999999999997" data-type="line" data-label="" points="199.06143871565297,256.7212102500772 233.64001234949058,363.5690027786354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.02,4.29 -5,2.6199999999999997" data-type="line" data-label="" points="198.36986724297623,305.82278481012656 164.48286508181536,363.5690027786354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.02,4.29 -3,2.6199999999999997" data-type="line" data-label="" points="198.36986724297623,305.82278481012656 233.64001234949058,363.5690027786354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,2.6199999999999997 -3,2.6199999999999997" data-type="line" data-label="" points="164.48286508181536,363.5690027786354 233.64001234949058,363.5690027786354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5,2.6199999999999997 7,2.6199999999999997" data-type="line" data-label="" points="510.26860142019143,363.5690027786354 579.4257486878666,363.5690027786354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.46,4.99 -3,4.99 -3,3.3800000000000003" data-type="line" data-label="" points="217.73386847792528,281.61778326644026 233.64001234949058,281.61778326644026 233.64001234949058,337.2892868169188" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.55,5 7,5 7,3.3800000000000003" data-type="line" data-label="" points="563.8653905526397,281.2719975301019 579.4257486878666,281.2719975301019 579.4257486878666,337.2892868169188" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3,2.6199999999999997 -3,2.4199999999999995 -5,2.4199999999999995 -5,2.6199999999999997" data-type="line" data-label="" points="233.64001234949058,363.5690027786354 233.64001234949058,370.48471750540295 164.48286508181536,370.48471750540295 164.48286508181536,363.5690027786354" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7,2.6199999999999997 7,2.4199999999999995 5,2.4199999999999995 5,2.6199999999999997" data-type="line" data-label="" points="579.4257486878666,363.5690027786354 579.4257486878666,370.48471750540295 510.26860142019143,370.48471750540295 510.26860142019143,363.5690027786354" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.54,4.99 -4.54,5.1 -4.849000000000001,5.1 -4.849000000000001,4.700000000000001 -5,4.700000000000001 -5,3.3800000000000003" data-type="line" data-label="" points="180.38900895338065,281.61778326644026 180.38900895338065,277.8141401667182 169.7042297005248,277.8141401667182 169.7042297005248,291.6455696202531 164.48286508181536,291.6455696202531 164.48286508181536,337.2892868169188" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.4,5.1 -4.849000000000001,5.1 -4.849000000000001,4.99 -4.54,4.99" data-type="line" data-label="" points="150.6514356282803,277.8141401667182 169.7042297005248,277.8141401667182 169.7042297005248,281.61778326644026 180.38900895338065,281.61778326644026" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.45,5 5.45,5.1 5.150999999999999,5.1 5.150999999999999,4.700000000000001 5,4.700000000000001 5,3.3800000000000003" data-type="line" data-label="" points="525.8289595554184,281.2719975301019 525.8289595554184,277.8141401667182 515.4899660389009,277.8141401667182 515.4899660389009,291.6455696202531 510.26860142019143,291.6455696202531 510.26860142019143,337.2892868169188" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.6,5.1 5.150999999999999,5.1 5.150999999999999,5 5.45,5" data-type="line" data-label="" points="496.43717196665636,277.8141401667182 515.4899660389009,277.8141401667182 515.4899660389009,281.2719975301019 525.8289595554184,281.2719975301019" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,5.71 -4,5.76 -5.15,5.76 -5.15,5.659" data-type="line" data-label="" points="199.06143871565297,256.7212102500772 199.06143871565297,254.99228156838532 159.2960790367397,254.99228156838532 159.2960790367397,258.4847175054029" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_30" data-x="-7" data-y="5" x="40" y="270.89842543995064" width="110.6514356282803" height="20.747144180302485" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028919642857142856"/></g><g><rect data-type="rect" data-label="schematic_component_31" data-x="-4" data-y="5" x="180.38900895338065" y="256.7212102500772" width="37.34485952454463" height="49.10157456004936" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028919642857142856"/></g><g><rect data-type="rect" data-label="schematic_component_32" data-x="-4.9275" data-y="3" x="148.9225069465884" y="337.2892868169188" width="36.13460944736033" height="26.279715961716647" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028919642857142856"/></g><g><rect data-type="rect" data-label="schematic_component_33" data-x="-2.9275" data-y="3" x="218.07965421426366" y="337.2892868169188" width="36.134609447360276" height="26.279715961716647" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028919642857142856"/></g><g><rect data-type="rect" data-label="schematic_component_34" data-x="3" data-y="5" x="385.78573633837607" y="270.89842543995064" width="110.6514356282803" height="20.747144180302485" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028919642857142856"/></g><g><rect data-type="rect" data-label="schematic_component_35" data-x="6" data-y="5" x="525.8289595554184" y="266.57610373572095" width="38.03643099722137" height="29.391787588761872" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028919642857142856"/></g><g><rect data-type="rect" data-label="schematic_component_36" data-x="5.0725" data-y="3" x="494.70824328496445" y="337.2892868169188" width="36.134609447360276" height="26.279715961716647" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028919642857142856"/></g><g><rect data-type="rect" data-label="schematic_component_37" data-x="7.0725" data-y="3" x="563.8653905526398" y="337.2892868169188" width="36.134609447360276" height="26.279715961716647" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028919642857142856"/></g><g><rect data-type="rect" data-label="U1 HF Clock" data-x="-7.539999999999999" data-y="5.43" x="53.83142945353508" y="263.29113924050637" width="45.64371719666562" height="6.224143254090734" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.028919642857142856"/></g><g><rect data-type="rect" data-label="U1 LF Clock" data-x="2.46" data-y="5.43" x="399.6171657919111" y="263.29113924050637" width="45.64371719666565" height="6.224143254090734" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.028919642857142856"/></g><g><rect data-type="rect" data-label="netId: .X1 &gt; .XTAL1 to .C1 &gt; .pin1
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="-5.4,5.1 -4.54,4.99" data-type="line" data-label="" points="150.6514356282803,277.8141401667182 180.38900895338065,281.61778326644026" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.4,4.9 -3.46,4.99" data-type="line" data-label="" points="150.6514356282803,284.7298548934856 217.73386847792528,281.61778326644026" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.54,4.99 -5,3.3800000000000003" data-type="line" data-label="" points="180.38900895338065,281.61778326644026 164.48286508181536,337.2892868169188" fill="none" stroke="hsl(192, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3.46,4.99 -3,3.3800000000000003" data-type="line" data-label="" points="217.73386847792528,281.61778326644026 233.64001234949058,337.2892868169188" fill="none" stroke="hsl(192, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="4.6,5.1 5.45,5" data-type="line" data-label="" points="496.43717196665636,277.8141401667182 525.8289595554184,281.2719975301019" fill="none" stroke="hsl(288, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="4.6,4.9 6.55,5" data-type="line" data-label="" points="496.43717196665636,284.7298548934856 563.8653905526397,281.2719975301019" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.45,5 5,3.3800000000000003" data-type="line" data-label="" points="525.8289595554184,281.2719975301019 510.26860142019143,337.2892868169188" fill="none" stroke="hsl(192, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="6.55,5 7,3.3800000000000003" data-type="line" data-label="" points="563.8653905526397,281.2719975301019 579.4257486878666,337.2892868169188" fill="none" stroke="hsl(192, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,5.71 -4.02,4.29" data-type="line" data-label="" points="199.06143871565297,256.7212102500772 198.36986724297623,305.82278481012656" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4,5.71 -5,2.6199999999999997" data-type="line" data-label="" points="199.06143871565297,256.7212102500772 164.48286508181536,363.5690027786354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4,5.71 -3,2.6199999999999997" data-type="line" data-label="" points="199.06143871565297,256.7212102500772 233.64001234949058,363.5690027786354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.02,4.29 -5,2.6199999999999997" data-type="line" data-label="" points="198.36986724297623,305.82278481012656 164.48286508181536,363.5690027786354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.02,4.29 -3,2.6199999999999997" data-type="line" data-label="" points="198.36986724297623,305.82278481012656 233.64001234949058,363.5690027786354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,2.6199999999999997 -3,2.6199999999999997" data-type="line" data-label="" points="164.48286508181536,363.5690027786354 233.64001234949058,363.5690027786354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5,2.6199999999999997 7,2.6199999999999997" data-type="line" data-label="" points="510.26860142019143,363.5690027786354 579.4257486878666,363.5690027786354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.46,4.99 -3,4.99 -3,3.3800000000000003" data-type="line" data-label="" points="217.73386847792528,281.61778326644026 233.64001234949058,281.61778326644026 233.64001234949058,337.2892868169188" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.55,5 7,5 7,3.3800000000000003" data-type="line" data-label="" points="563.8653905526397,281.2719975301019 579.4257486878666,281.2719975301019 579.4257486878666,337.2892868169188" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3,2.6199999999999997 -3,2.4199999999999995 -5,2.4199999999999995 -5,2.6199999999999997" data-type="line" data-label="" points="233.64001234949058,363.5690027786354 233.64001234949058,370.48471750540295 164.48286508181536,370.48471750540295 164.48286508181536,363.5690027786354" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7,2.6199999999999997 7,2.4199999999999995 5,2.4199999999999995 5,2.6199999999999997" data-type="line" data-label="" points="579.4257486878666,363.5690027786354 579.4257486878666,370.48471750540295 510.26860142019143,370.48471750540295 510.26860142019143,363.5690027786354" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.54,4.99 -4.54,5.1 -4.849000000000001,5.1 -4.849000000000001,4.700000000000001 -5,4.700000000000001 -5,3.3800000000000003" data-type="line" data-label="" points="180.38900895338065,281.61778326644026 180.38900895338065,277.8141401667182 169.7042297005248,277.8141401667182 169.7042297005248,291.6455696202531 164.48286508181536,291.6455696202531 164.48286508181536,337.2892868169188" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.4,5.1 -4.849000000000001,5.1 -4.849000000000001,4.99 -4.54,4.99" data-type="line" data-label="" points="150.6514356282803,277.8141401667182 169.7042297005248,277.8141401667182 169.7042297005248,281.61778326644026 180.38900895338065,281.61778326644026" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.45,5 5.45,5.1 5.150999999999999,5.1 5.150999999999999,4.700000000000001 5,4.700000000000001 5,3.3800000000000003" data-type="line" data-label="" points="525.8289595554184,281.2719975301019 525.8289595554184,277.8141401667182 515.4899660389009,277.8141401667182 515.4899660389009,291.6455696202531 510.26860142019143,291.6455696202531 510.26860142019143,337.2892868169188" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.6,5.1 5.150999999999999,5.1 5.150999999999999,5 5.45,5" data-type="line" data-label="" points="496.43717196665636,277.8141401667182 515.4899660389009,277.8141401667182 515.4899660389009,281.2719975301019 525.8289595554184,281.2719975301019" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,5.71 -4,5.76 -5.15,5.76 -5.15,5.659" data-type="line" data-label="" points="199.06143871565297,256.7212102500772 199.06143871565297,254.99228156838532 159.2960790367397,254.99228156838532 159.2960790367397,258.4847175054029" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_30" data-x="-7" data-y="5" x="40" y="270.89842543995064" width="110.6514356282803" height="20.747144180302485" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028919642857142856"/></g><g><rect data-type="rect" data-label="schematic_component_31" data-x="-4" data-y="5" x="180.38900895338065" y="256.7212102500772" width="37.34485952454463" height="49.10157456004936" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028919642857142856"/></g><g><rect data-type="rect" data-label="schematic_component_32" data-x="-4.9275" data-y="3" x="148.9225069465884" y="337.2892868169188" width="36.13460944736033" height="26.279715961716647" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028919642857142856"/></g><g><rect data-type="rect" data-label="schematic_component_33" data-x="-2.9275" data-y="3" x="218.07965421426366" y="337.2892868169188" width="36.134609447360276" height="26.279715961716647" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028919642857142856"/></g><g><rect data-type="rect" data-label="schematic_component_34" data-x="3" data-y="5" x="385.78573633837607" y="270.89842543995064" width="110.6514356282803" height="20.747144180302485" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028919642857142856"/></g><g><rect data-type="rect" data-label="schematic_component_35" data-x="6" data-y="5" x="525.8289595554184" y="266.57610373572095" width="38.03643099722137" height="29.391787588761872" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028919642857142856"/></g><g><rect data-type="rect" data-label="schematic_component_36" data-x="5.0725" data-y="3" x="494.70824328496445" y="337.2892868169188" width="36.134609447360276" height="26.279715961716647" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028919642857142856"/></g><g><rect data-type="rect" data-label="schematic_component_37" data-x="7.0725" data-y="3" x="563.8653905526398" y="337.2892868169188" width="36.134609447360276" height="26.279715961716647" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028919642857142856"/></g><g><rect data-type="rect" data-label="U1 HF Clock" data-x="-7.539999999999999" data-y="5.43" x="53.83142945353508" y="263.29113924050637" width="45.64371719666562" height="6.224143254090734" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.028919642857142856"/></g><g><rect data-type="rect" data-label="U1 LF Clock" data-x="2.46" data-y="5.43" x="399.6171657919111" y="263.29113924050637" width="45.64371719666565" height="6.224143254090734" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.028919642857142856"/></g><g><rect data-type="rect" data-label="netId: .X1 &gt; .XTAL1 to .C1 &gt; .pin1
2
4
  globalConnNetId: connectivity_net0" data-x="-4.77" data-y="5.324999999999999" x="168.9780796542143" y="262.2537820314912" width="6.915714726767504" height="15.56035813522692" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.028919642857142856"/></g><g><rect data-type="rect" data-label="netId: .U1 &gt; .XC2 to .X1 &gt; .XTAL2
3
5
  globalConnNetId: connectivity_net1" data-x="-5.174" data-y="4.9" x="150.68601420191413" y="281.2719975301018" width="15.560358135226892" height="6.915714726767533" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.028919642857142856"/></g><g><rect data-type="rect" data-label="netId: .X1 &gt; .XTAL2 to .C2 &gt; .pin1
4
6
  globalConnNetId: connectivity_net1" data-x="-3" data-y="5.215" x="230.1821549861068" y="266.05742513121334" width="6.915714726767533" height="15.56035813522692" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.028919642857142856"/></g><g><rect data-type="rect" data-label="netId: GND
@@ -79,4 +81,90 @@ orientation: y+" data-x="7" data-y="5" cx="579.4257486878666" cy="281.2719975301
79
81
  document.currentScript.parentElement.addEventListener('mouseleave', () => {
80
82
  document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
81
83
  });
82
- ]]></script></svg>
84
+ ]]></script>
85
+ </g>
86
+ <g transform="translate(1216, 200)">
87
+ <style>
88
+ .boundary { fill: rgb(245, 241, 237); }
89
+ .schematic-boundary { fill: none; stroke: #fff; }
90
+ .component { fill: none; stroke: rgb(132, 0, 0); }
91
+ .chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
92
+ .component-pin { fill: none; stroke: rgb(132, 0, 0); }
93
+ .text { font-family: sans-serif; fill: rgb(0, 150, 0); }
94
+ .pin-number { fill: rgb(169, 0, 0); }
95
+ .port-label { fill: rgb(0, 100, 100); }
96
+ .component-name { fill: rgb(0, 100, 100); }
97
+
98
+ </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 379.56127676335996 332.31787731504005 L 408.5642979114 332.31787731504005 L 408.5642979114 433.82845133318006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.08800735584px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 379.56127676335996 332.31787731504005 L 408.5642979114 332.31787731504005 L 408.5642979114 433.82845133318006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.26100091948px" 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 1010.6922369631 331.68737685530004 L 1039.0647576514 331.68737685530004 L 1039.0647576514 433.82845133318006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.08800735584px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1010.6922369631 331.68737685530004 L 1039.0647576514 331.68737685530004 L 1039.0647576514 433.82845133318006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.26100091948px" 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 408.5642979114 481.74648627342003 L 408.5642979114 494.3564954682201 L 282.4642059634 494.3564954682201 L 282.4642059634 481.74648627342003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.08800735584px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 408.5642979114 481.74648627342003 L 408.5642979114 494.3564954682201 L 282.4642059634 494.3564954682201 L 282.4642059634 481.74648627342003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.26100091948px" 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 1039.0647576514 481.74648627342003 L 1039.0647576514 494.3564954682201 L 912.9646657034 494.3564954682201 L 912.9646657034 481.74648627342003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.08800735584px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1039.0647576514 481.74648627342003 L 1039.0647576514 494.3564954682201 L 912.9646657034 494.3564954682201 L 912.9646657034 481.74648627342003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.26100091948px" 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 311.46722711143997 332.31787731504005 L 311.46722711143997 325.38237225790004 L 291.98476290547393 325.38237225790004 L 291.98476290547393 350.6023906475 L 282.4642059634 350.6023906475 L 282.4642059634 433.82845133318006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.08800735584px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 311.46722711143997 332.31787731504005 L 311.46722711143997 325.38237225790004 L 291.98476290547393 325.38237225790004 L 291.98476290547393 350.6023906475 L 282.4642059634 350.6023906475 L 282.4642059634 433.82845133318006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.26100091948px" 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 257.2441875738 325.38237225790004 L 291.98476290547393 325.38237225790004 L 291.98476290547393 332.31787731504005 L 311.46722711143997 332.31787731504005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.08800735584px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 257.2441875738 325.38237225790004 L 291.98476290547393 325.38237225790004 L 291.98476290547393 332.31787731504005 L 311.46722711143997 332.31787731504005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.26100091948px" 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 941.3371863917 331.68737685530004 L 941.3371863917 325.38237225790004 L 922.4852226454739 325.38237225790004 L 922.4852226454739 350.6023906475 L 912.9646657034 350.6023906475 L 912.9646657034 433.82845133318006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.08800735584px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 941.3371863917 331.68737685530004 L 941.3371863917 325.38237225790004 L 922.4852226454739 325.38237225790004 L 922.4852226454739 350.6023906475 L 912.9646657034 350.6023906475 L 912.9646657034 433.82845133318006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.26100091948px" 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 887.7446473138 325.38237225790004 L 922.4852226454739 325.38237225790004 L 922.4852226454739 331.68737685530004 L 941.3371863917 331.68737685530004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.08800735584px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 887.7446473138 325.38237225790004 L 922.4852226454739 325.38237225790004 L 922.4852226454739 331.68737685530004 L 941.3371863917 331.68737685530004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.26100091948px" 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 345.5142519374 286.92184421376004 L 345.5142519374 283.76934191506007 L 273.00669906729996 283.76934191506007 L 273.00669906729996 290.13739655843403" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.08800735584px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 345.5142519374 286.92184421376004 L 345.5142519374 283.76934191506007 L 273.00669906729996 283.76934191506007 L 273.00669906729996 290.13739655843403" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.26100091948px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><circle cx="311.46722711143997" cy="332.31787731504005" r="1.89150137922" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="291.98476290547393" cy="325.38237225790004" r="1.89150137922" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><circle cx="941.3371863917" cy="331.68737685530004" r="1.89150137922" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="922.4852226454739" cy="325.38237225790004" r="1.89150137922" 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 chip sch-component-body" x="80.70405884659999" y="312.77236306310004" width="151.32011033759994" height="37.8300275844" stroke-width="1.26100091948px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="80.70405884659999" y="312.77236306310004" width="151.32011033759994" height="37.8300275844" fill="transparent"/><text class="sch-text" x="156.3641140154" y="331.68737685530004" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.34900827532px" transform="rotate(0, 156.3641140154, 331.68737685530004)">schematic_component_30</text><line class="component-pin sch-component-pin sch-port-line" x1="232.02416918419993" y1="325.38237225790004" x2="257.2441875738" y2="325.38237225790004" stroke-width="1.26100091948px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="255.98318665431998" y="324.12137133842003" width="2.52200183896" height="2.52200183896" opacity="0"/></g><text class="pin-number sch-pin-number" x="244.63417837899993" y="324.1213713384201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.4575068961px" transform=""></text><text class="pin-number sch-pin-label" x="225.7191645868" y="325.38237225790004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.4575068961px" transform="">schematic_port_38</text><line class="component-pin sch-component-pin sch-port-line" x1="232.02416918419993" y1="337.99238145270004" x2="255.98318665431998" y2="337.99238145270004" stroke-width="1.26100091948px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="257.2441875738" cy="337.99238145270004" r="1.26100091948" stroke-width="1.26100091948px"/><rect x="255.98318665431998" y="336.73138053322003" width="2.52200183896" height="2.52200183896" opacity="0"/></g><text class="pin-number sch-pin-number" x="244.63417837899993" y="336.73138053322003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.4575068961px" transform=""></text><text class="pin-number sch-pin-label" x="225.7191645868" y="337.99238145270004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.4575068961px" transform="">schematic_port_39</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="336.68724550104" y="312.1418626033601" width="17.65401287271993" height="39.0910285038799" stroke-width="1.26100091948px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="336.68724550104" y="312.1418626033601" width="17.65401287271993" height="39.0910285038799" fill="transparent"/><text class="sch-text" x="345.5142519374" y="331.68737685530004" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.34900827532px" transform="rotate(0, 345.5142519374, 331.68737685530004)">schematic_component_31</text><line class="component-pin sch-component-pin sch-port-line" x1="345.5142519374" y1="312.1418626033601" x2="345.5142519374" y2="286.92184421376004" stroke-width="1.26100091948px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="344.25325101792" y="285.66084329428" width="2.52200183896" height="2.52200183896" opacity="0"/></g><text class="pin-number sch-pin-number" x="344.25325101792" y="299.53185340856004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.4575068961px" transform="rotate(-90 344.25325101792 299.53185340856004)"></text><text class="pin-number sch-pin-label" x="345.5142519374" y="318.44686720076004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.4575068961px" transform="rotate(-90 345.5142519374 318.44686720076004)">schematic_port_40</text><line class="component-pin sch-component-pin sch-port-line" x1="344.25325101792" y1="351.23289110724" x2="344.25325101792" y2="375.1919085773601" stroke-width="1.26100091948px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="344.25325101792" cy="376.45290949684005" r="1.26100091948" stroke-width="1.26100091948px"/><rect x="342.99225009843997" y="375.19190857736004" width="2.52200183896" height="2.52200183896" opacity="0"/></g><text class="pin-number sch-pin-number" x="342.9922500984401" y="363.84290030204005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.4575068961px" transform="rotate(-90 342.9922500984401 363.84290030204005)"></text><text class="pin-number sch-pin-label" x="344.25325101792" y="344.92788650984005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.4575068961px" transform="rotate(-90 344.25325101792 344.92788650984005)">schematic_port_41</text><line class="component-pin sch-component-pin sch-port-line" x1="336.68724550104" y1="332.31787731504005" x2="311.46722711143997" y2="332.31787731504005" stroke-width="1.26100091948px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="310.20622619195996" y="331.05687639556004" width="2.52200183896" height="2.52200183896" opacity="0"/></g><text class="pin-number sch-pin-number" x="324.07723630624" y="331.05687639556004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.4575068961px" transform=""></text><text class="pin-number sch-pin-label" x="342.99225009843997" y="332.31787731504005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.4575068961px" transform="">schematic_port_42</text><line class="component-pin sch-component-pin sch-port-line" x1="354.34125837375996" y1="332.31787731504005" x2="379.56127676335996" y2="332.31787731504005" stroke-width="1.26100091948px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="378.30027584387994" y="331.05687639556004" width="2.52200183896" height="2.52200183896" opacity="0"/></g><text class="pin-number sch-pin-number" x="366.95126756855996" y="331.05687639556004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.4575068961px" transform=""></text><text class="pin-number sch-pin-label" x="348.03625377636" y="332.31787731504005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.4575068961px" transform="">schematic_port_43</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="254.0916852750999" y="454.6349665046" width="65.88729804283014" height="6.305004597400057" stroke-width="1.26100091948px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="254.0916852750999" y="454.6349665046" width="65.88729804283014" height="6.305004597400057" fill="transparent"/><text class="sch-text" x="287.035334296515" y="457.78746880330004" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.34900827532px" transform="rotate(0, 287.035334296515, 457.78746880330004)">schematic_component_32</text><line class="component-pin sch-component-pin sch-port-line" x1="282.4642059634" y1="454.6349665046" x2="282.4642059634" y2="433.82845133318006" stroke-width="1.26100091948px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="281.20320504392" y="432.56745041370004" width="2.52200183896" height="2.52200183896" opacity="0"/></g><text class="pin-number sch-pin-number" x="281.20320504392004" y="444.23170891889004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.4575068961px" transform="rotate(-90 281.20320504392004 444.23170891889004)"></text><text class="pin-number sch-pin-label" x="282.4642059634" y="460.9399711020001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.4575068961px" transform="rotate(-90 282.4642059634 460.9399711020001)">schematic_port_175</text><line class="component-pin sch-component-pin sch-port-line" x1="282.4642059634" y1="460.9399711020001" x2="282.4642059634" y2="481.74648627342003" stroke-width="1.26100091948px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="281.20320504392" y="480.48548535394" width="2.52200183896" height="2.52200183896" opacity="0"/></g><text class="pin-number sch-pin-number" x="281.20320504392004" y="471.34322868771005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.4575068961px" transform="rotate(-90 281.20320504392004 471.34322868771005)"></text><text class="pin-number sch-pin-label" x="282.4642059634" y="454.6349665046" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.4575068961px" transform="rotate(-90 282.4642059634 454.6349665046)">schematic_port_176</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="380.19177722309996" y="454.6349665046" width="65.88729804283003" height="6.305004597400057" stroke-width="1.26100091948px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="380.19177722309996" y="454.6349665046" width="65.88729804283003" height="6.305004597400057" fill="transparent"/><text class="sch-text" x="413.135426244515" y="457.78746880330004" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.34900827532px" transform="rotate(0, 413.135426244515, 457.78746880330004)">schematic_component_33</text><line class="component-pin sch-component-pin sch-port-line" x1="408.5642979114" y1="454.6349665046" x2="408.5642979114" y2="433.82845133318006" stroke-width="1.26100091948px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="407.30329699192" y="432.56745041370004" width="2.52200183896" height="2.52200183896" opacity="0"/></g><text class="pin-number sch-pin-number" x="407.30329699192" y="444.23170891889004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.4575068961px" transform="rotate(-90 407.30329699192 444.23170891889004)"></text><text class="pin-number sch-pin-label" x="408.5642979114" y="460.9399711020001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.4575068961px" transform="rotate(-90 408.5642979114 460.9399711020001)">schematic_port_177</text><line class="component-pin sch-component-pin sch-port-line" x1="408.5642979114" y1="460.9399711020001" x2="408.5642979114" y2="481.74648627342003" stroke-width="1.26100091948px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="407.30329699192" y="480.48548535394" width="2.52200183896" height="2.52200183896" opacity="0"/></g><text class="pin-number sch-pin-number" x="407.30329699192" y="471.34322868771005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.4575068961px" transform="rotate(-90 407.30329699192 471.34322868771005)"></text><text class="pin-number sch-pin-label" x="408.5642979114" y="454.6349665046" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.4575068961px" transform="rotate(-90 408.5642979114 454.6349665046)">schematic_port_178</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="711.2045185866" y="312.77236306310004" width="151.3201103376" height="37.8300275844" stroke-width="1.26100091948px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="711.2045185866" y="312.77236306310004" width="151.3201103376" height="37.8300275844" fill="transparent"/><text class="sch-text" x="786.8645737554" y="331.68737685530004" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.34900827532px" transform="rotate(0, 786.8645737554, 331.68737685530004)">schematic_component_34</text><line class="component-pin sch-component-pin sch-port-line" x1="862.5246289242" y1="325.38237225790004" x2="887.7446473138" y2="325.38237225790004" stroke-width="1.26100091948px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="886.48364639432" y="324.12137133842003" width="2.52200183896" height="2.52200183896" opacity="0"/></g><text class="pin-number sch-pin-number" x="875.1346381189999" y="324.1213713384201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.4575068961px" transform=""></text><text class="pin-number sch-pin-label" x="856.2196243267999" y="325.38237225790004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.4575068961px" transform="">schematic_port_44</text><line class="component-pin sch-component-pin sch-port-line" x1="862.5246289242" y1="337.99238145270004" x2="886.48364639432" y2="337.99238145270004" stroke-width="1.26100091948px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="887.7446473138" cy="337.99238145270004" r="1.26100091948" stroke-width="1.26100091948px"/><rect x="886.48364639432" y="336.73138053322003" width="2.52200183896" height="2.52200183896" opacity="0"/></g><text class="pin-number sch-pin-number" x="875.1346381189999" y="336.73138053322003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.4575068961px" transform=""></text><text class="pin-number sch-pin-label" x="856.2196243267999" y="337.99238145270004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.4575068961px" transform="">schematic_port_45</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="966.5572047813" y="304.89110731635003" width="18.915013792199943" height="53.59253907790003" stroke-width="1.26100091948px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="966.5572047813" y="304.89110731635003" width="18.915013792199943" height="53.59253907790003" fill="transparent"/><text class="sch-text" x="976.0147116774" y="331.68737685530004" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.34900827532px" transform="rotate(0, 976.0147116774, 331.68737685530004)">schematic_component_35</text><line class="component-pin sch-component-pin sch-port-line" x1="966.5572047813" y1="331.68737685530004" x2="941.3371863917" y2="331.68737685530004" stroke-width="1.26100091948px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="940.07618547222" y="330.42637593582003" width="2.52200183896" height="2.52200183896" opacity="0"/></g><text class="pin-number sch-pin-number" x="953.9471955865" y="330.4263759358201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.4575068961px" transform=""></text><text class="pin-number sch-pin-label" x="972.8622093787001" y="331.68737685530004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.4575068961px" transform="">schematic_port_46</text><line class="component-pin sch-component-pin sch-port-line" x1="985.4722185735" y1="331.68737685530004" x2="1010.6922369631" y2="331.68737685530004" stroke-width="1.26100091948px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="1009.43123604362" y="330.42637593582003" width="2.52200183896" height="2.52200183896" opacity="0"/></g><text class="pin-number sch-pin-number" x="998.0822277683" y="330.4263759358201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.4575068961px" transform=""></text><text class="pin-number sch-pin-label" x="979.1672139760999" y="331.68737685530004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.4575068961px" transform="">schematic_port_47</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="884.5921450151" y="454.6349665046" width="65.88729804283003" height="6.305004597400057" stroke-width="1.26100091948px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="884.5921450151" y="454.6349665046" width="65.88729804283003" height="6.305004597400057" fill="transparent"/><text class="sch-text" x="917.535794036515" y="457.78746880330004" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.34900827532px" transform="rotate(0, 917.535794036515, 457.78746880330004)">schematic_component_36</text><line class="component-pin sch-component-pin sch-port-line" x1="912.9646657034" y1="454.6349665046" x2="912.9646657034" y2="433.82845133318006" stroke-width="1.26100091948px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="911.70366478392" y="432.56745041370004" width="2.52200183896" height="2.52200183896" opacity="0"/></g><text class="pin-number sch-pin-number" x="911.70366478392" y="444.23170891889004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.4575068961px" transform="rotate(-90 911.70366478392 444.23170891889004)"></text><text class="pin-number sch-pin-label" x="912.9646657034" y="460.9399711020001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.4575068961px" transform="rotate(-90 912.9646657034 460.9399711020001)">schematic_port_181</text><line class="component-pin sch-component-pin sch-port-line" x1="912.9646657034" y1="460.9399711020001" x2="912.9646657034" y2="481.74648627342003" stroke-width="1.26100091948px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="911.70366478392" y="480.48548535394" width="2.52200183896" height="2.52200183896" opacity="0"/></g><text class="pin-number sch-pin-number" x="911.70366478392" y="471.34322868771005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.4575068961px" transform="rotate(-90 911.70366478392 471.34322868771005)"></text><text class="pin-number sch-pin-label" x="912.9646657034" y="454.6349665046" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.4575068961px" transform="rotate(-90 912.9646657034 454.6349665046)">schematic_port_182</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component chip sch-component-body" x="1010.6922369631" y="454.6349665046" width="65.88729804283003" height="6.305004597400057" stroke-width="1.26100091948px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1010.6922369631" y="454.6349665046" width="65.88729804283003" height="6.305004597400057" fill="transparent"/><text class="sch-text" x="1043.635885984515" y="457.78746880330004" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.34900827532px" transform="rotate(0, 1043.635885984515, 457.78746880330004)">schematic_component_37</text><line class="component-pin sch-component-pin sch-port-line" x1="1039.0647576514" y1="454.6349665046" x2="1039.0647576514" y2="433.82845133318006" stroke-width="1.26100091948px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="1037.80375673192" y="432.56745041370004" width="2.52200183896" height="2.52200183896" opacity="0"/></g><text class="pin-number sch-pin-number" x="1037.80375673192" y="444.23170891889004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.4575068961px" transform="rotate(-90 1037.80375673192 444.23170891889004)"></text><text class="pin-number sch-pin-label" x="1039.0647576514" y="460.9399711020001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.4575068961px" transform="rotate(-90 1039.0647576514 460.9399711020001)">schematic_port_183</text><line class="component-pin sch-component-pin sch-port-line" x1="1039.0647576514" y1="460.9399711020001" x2="1039.0647576514" y2="481.74648627342003" stroke-width="1.26100091948px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="1037.80375673192" y="480.48548535394" width="2.52200183896" height="2.52200183896" opacity="0"/></g><text class="pin-number sch-pin-number" x="1037.80375673192" y="471.34322868771005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.4575068961px" transform="rotate(-90 1037.80375673192 471.34322868771005)"></text><text class="pin-number sch-pin-label" x="1039.0647576514" y="454.6349665046" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.4575068961px" transform="rotate(-90 1039.0647576514 454.6349665046)">schematic_port_184</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="257.2441875738" cy="325.38237225790004" r="2.52200183896" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="257.2441875738" cy="337.99238145270004" r="2.52200183896" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="345.5142519374" cy="286.92184421376004" r="2.52200183896" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="344.25325101792" cy="376.45290949684005" r="2.52200183896" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="311.46722711143997" cy="332.31787731504005" r="2.52200183896" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="379.56127676335996" cy="332.31787731504005" r="2.52200183896" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="282.4642059634" cy="433.82845133318006" r="2.52200183896" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="282.4642059634" cy="481.74648627342003" r="2.52200183896" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="408.5642979114" cy="433.82845133318006" r="2.52200183896" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="408.5642979114" cy="481.74648627342003" r="2.52200183896" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="887.7446473138" cy="325.38237225790004" r="2.52200183896" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="887.7446473138" cy="337.99238145270004" r="2.52200183896" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="941.3371863917" cy="331.68737685530004" r="2.52200183896" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="1010.6922369631" cy="331.68737685530004" r="2.52200183896" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="912.9646657034" cy="433.82845133318006" r="2.52200183896" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="912.9646657034" cy="481.74648627342003" r="2.52200183896" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="1039.0647576514" cy="433.82845133318006" r="2.52200183896" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="1039.0647576514" cy="481.74648627342003" r="2.52200183896" 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="
99
+ M 296.96571653742,325.38237225790004
100
+ L 290.66071194002,321.97766977530404
101
+ L 290.66071194002,300.3557073426203
102
+ L 303.27072113482,300.3557073426203
103
+ L 303.27072113482,321.97766977530404
104
+ Z
105
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.26100091948px"/><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="296.96571653742" y="319.70786812024005" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.34900827532px" transform="rotate(-90 296.96571653742 319.70786812024005)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
106
+ M 257.2441875738,337.99238145270004
107
+ L 260.648890056396,331.68737685530004
108
+ L 282.27085248907974,331.68737685530004
109
+ L 282.27085248907974,344.29738605010004
110
+ L 260.648890056396,344.29738605010004
111
+ Z
112
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.26100091948px"/><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="262.91869171146" y="337.99238145270004" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.34900827532px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
113
+ M 408.5642979114,332.31787731504005
114
+ L 402.259293314,328.91317483244404
115
+ L 402.259293314,307.2912123997603
116
+ L 414.8693025088,307.2912123997603
117
+ L 414.8693025088,328.91317483244404
118
+ Z
119
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.26100091948px"/><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="408.5642979114" y="326.64337317738006" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.34900827532px" transform="rotate(-90 408.5642979114 326.64337317738006)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
120
+ M 273.00669906729996,290.13739655843403
121
+ L 279.31170366469996,293.54209904103004
122
+ L 279.31170366469996,315.1640614737138
123
+ L 266.70169446989996,315.1640614737138
124
+ L 266.70169446989996,293.54209904103004
125
+ Z
126
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.26100091948px"/><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="273.00669906729996" y="295.811900696094" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.34900827532px" transform="rotate(90 273.00669906729996 295.811900696094)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
127
+ M 344.25325101792,376.45290949684005
128
+ L 350.55825561532,379.85761197943606
129
+ L 350.55825561532,401.4795744121198
130
+ L 337.94824642052,401.4795744121198
131
+ L 337.94824642052,379.85761197943606
132
+ Z
133
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.26100091948px"/><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="344.25325101792" y="382.12741363450004" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.34900827532px" transform="rotate(90 344.25325101792 382.12741363450004)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
134
+ M 408.5642979114,494.3564954682201
135
+ L 414.8693025088,497.7611979508161
136
+ L 414.8693025088,519.3831603834998
137
+ L 402.259293314,519.3831603834998
138
+ L 402.259293314,497.7611979508161
139
+ Z
140
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.26100091948px"/><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="408.5642979114" y="500.0309996058801" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.34900827532px" transform="rotate(90 408.5642979114 500.0309996058801)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
141
+ M 1039.0647576514,494.3564954682201
142
+ L 1045.3697622488,497.7611979508161
143
+ L 1045.3697622488,519.3831603834998
144
+ L 1032.759753054,519.3831603834998
145
+ L 1032.759753054,497.7611979508161
146
+ Z
147
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.26100091948px"/><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="1039.0647576514" y="500.0309996058801" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.34900827532px" transform="rotate(90 1039.0647576514 500.0309996058801)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
148
+ M 927.15092604755,325.38237225790004
149
+ L 920.84592145015,321.97766977530404
150
+ L 920.8459214501501,300.3557073426203
151
+ L 933.4559306449501,300.3557073426203
152
+ L 933.4559306449501,321.97766977530404
153
+ Z
154
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.26100091948px"/><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="927.15092604755" y="319.70786812024005" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.34900827532px" transform="rotate(-90 927.15092604755 319.70786812024005)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
155
+ M 887.7446473138,337.99238145270004
156
+ L 891.149349796396,331.68737685530004
157
+ L 912.7713122290797,331.68737685530004
158
+ L 912.7713122290797,344.29738605010004
159
+ L 891.149349796396,344.29738605010004
160
+ Z
161
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.26100091948px"/><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="893.41915145146" y="337.99238145270004" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.34900827532px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="
162
+ M 1039.0647576514,331.68737685530004
163
+ L 1032.759753054,328.28267437270404
164
+ L 1032.759753054,306.6607119400203
165
+ L 1045.3697622488,306.6607119400203
166
+ L 1045.3697622488,328.28267437270404
167
+ Z
168
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.26100091948px"/><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="1039.0647576514" y="326.01287271764005" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.34900827532px" transform="rotate(-90 1039.0647576514 326.01287271764005)">XX</text><text class="sch-text" x="122.31708918944003" y="304.5758570864801" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.349008275319981px" transform="rotate(0, 122.31708918944003, 304.5758570864801)">U1 HF Clock</text><text class="sch-text" x="752.81754892944" y="304.5758570864801" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.349008275319981px" transform="rotate(0, 752.81754892944, 304.5758570864801)">U1 LF Clock</text><rect class="schematic-box sch-box" x="80.70405884659999" y="298.9013529488201" width="83.22606068568007" height="11.349008275319989" stroke-width="1.26100091948px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="10.08800735584 5.04400367792"/><rect class="schematic-box sch-box" x="711.2045185866" y="298.9013529488201" width="83.22606068568007" height="11.349008275319989" stroke-width="1.26100091948px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="10.08800735584 5.04400367792"/>
169
+ </g>
170
+ </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="-1,0.5 -1,0.25" data-type="line" data-label="" points="189.74358974358972,229.74358974358975 189.74358974358972,281.02564102564105" fill="none" stroke="hsl(271, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1,0.5 -1,0" data-type="line" data-label="" points="189.74358974358972,229.74358974358975 189.74358974358972,332.3076923076923" fill="none" stroke="hsl(271, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1,0.25 -1,0" data-type="line" data-label="" points="189.74358974358972,281.02564102564105 189.74358974358972,332.3076923076923" fill="none" stroke="hsl(271, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1,-0.25 -1,-0.5" data-type="line" data-label="" points="189.74358974358972,383.5897435897436 189.74358974358972,434.8717948717949" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1,0.25 -1.2,0.25 -1.2,0.5 -1,0.5" data-type="line" data-label="" points="189.74358974358972,281.02564102564105 148.7179487179487,281.02564102564105 148.7179487179487,229.74358974358975 189.74358974358972,229.74358974358975" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1,0 -1.2,0 -1.2,0.25 -1,0.25" data-type="line" data-label="" points="189.74358974358972,332.3076923076923 148.7179487179487,332.3076923076923 148.7179487179487,281.02564102564105 189.74358974358972,281.02564102564105" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1,-0.25 -1.2,-0.25 -1.2,-0.5 -1,-0.5" data-type="line" data-label="" points="189.74358974358972,383.5897435897436 148.7179487179487,383.5897435897436 148.7179487179487,434.8717948717949 189.74358974358972,434.8717948717949" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.2,0.5 -1.49,0.5" data-type="line" data-label="" points="148.7179487179487,229.74358974358975 89.23076923076923,229.74358974358975" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.2,-0.5 -1.49,-0.5" data-type="line" data-label="" points="148.7179487179487,434.8717948717949 89.23076923076923,434.8717948717949" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="U1" data-x="0" data-y="0" x="189.74358974358972" y="188.71794871794873" width="410.2564102564103" height="287.1794871794872" fill="hsl(164, 100%, 50%, 0.8)" stroke="black" stroke-width="0.004875"/></g><g><rect data-type="rect" data-label="U1 Power" data-x="-0.25" data-y="0.85" x="271.7948717948718" y="137.43589743589746" width="143.5897435897436" height="41.025641025640994" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.004875"/></g><g><rect data-type="rect" data-label="netId: VBAT
1
+ <svg width="2416" height="1200" viewBox="0 0 2416 1200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on the left and Circuit JSON schematic on the right">
2
+ <g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-1,0.5 -1,0.25" data-type="line" data-label="" points="189.74358974358972,229.74358974358975 189.74358974358972,281.02564102564105" fill="none" stroke="hsl(271, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1,0.5 -1,0" data-type="line" data-label="" points="189.74358974358972,229.74358974358975 189.74358974358972,332.3076923076923" fill="none" stroke="hsl(271, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1,0.25 -1,0" data-type="line" data-label="" points="189.74358974358972,281.02564102564105 189.74358974358972,332.3076923076923" fill="none" stroke="hsl(271, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1,-0.25 -1,-0.5" data-type="line" data-label="" points="189.74358974358972,383.5897435897436 189.74358974358972,434.8717948717949" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1,0.25 -1.2,0.25 -1.2,0.5 -1,0.5" data-type="line" data-label="" points="189.74358974358972,281.02564102564105 148.7179487179487,281.02564102564105 148.7179487179487,229.74358974358975 189.74358974358972,229.74358974358975" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1,0 -1.2,0 -1.2,0.25 -1,0.25" data-type="line" data-label="" points="189.74358974358972,332.3076923076923 148.7179487179487,332.3076923076923 148.7179487179487,281.02564102564105 189.74358974358972,281.02564102564105" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1,-0.25 -1.2,-0.25 -1.2,-0.5 -1,-0.5" data-type="line" data-label="" points="189.74358974358972,383.5897435897436 148.7179487179487,383.5897435897436 148.7179487179487,434.8717948717949 189.74358974358972,434.8717948717949" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.2,0.5 -1.49,0.5" data-type="line" data-label="" points="148.7179487179487,229.74358974358975 89.23076923076923,229.74358974358975" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.2,-0.5 -1.49,-0.5" data-type="line" data-label="" points="148.7179487179487,434.8717948717949 89.23076923076923,434.8717948717949" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="U1" data-x="0" data-y="0" x="189.74358974358972" y="188.71794871794873" width="410.2564102564103" height="287.1794871794872" fill="hsl(164, 100%, 50%, 0.8)" stroke="black" stroke-width="0.004875"/></g><g><rect data-type="rect" data-label="U1 Power" data-x="-0.25" data-y="0.85" x="271.7948717948718" y="137.43589743589746" width="143.5897435897436" height="41.025641025640994" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.004875"/></g><g><rect data-type="rect" data-label="netId: VBAT
2
4
  globalConnNetId: connectivity_net0" data-x="-1.49" data-y="0.74" x="40" y="131.2820512820513" width="98.46153846153845" height="98.46153846153845" fill="#ef444466" stroke="#ef4444" stroke-width="0.004875"/></g><g><rect data-type="rect" data-label="netId: GND
3
5
  globalConnNetId: connectivity_net1" data-x="-1.49" data-y="-0.6799999999999999" x="40" y="434.8717948717949" width="98.46153846153845" height="73.84615384615387" fill="#00000066" stroke="#000000" stroke-width="0.004875"/></g><g><circle data-type="point" data-label="U1.1
4
6
  x-" data-x="-1" data-y="0.5" cx="189.74358974358972" cy="229.74358974358975" r="3" fill="hsl(319, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U1.2
@@ -22,7 +24,7 @@ orientation: y-" data-x="-1.49" data-y="-0.5" cx="89.23076923076923" cy="434.871
22
24
  const h = svg.getElementById('crosshair-h');
23
25
  const v = svg.getElementById('crosshair-v');
24
26
  const coords = svg.getElementById('coordinates');
25
-
27
+
26
28
  crosshair.style.display = 'block';
27
29
  h.setAttribute('x1', '0');
28
30
  h.setAttribute('x2', '640');
@@ -41,13 +43,13 @@ orientation: y-" data-x="-1.49" data-y="-0.5" cx="89.23076923076923" cy="434.871
41
43
  // y' = (y - ty) / sy
42
44
  const sx = matrix.a;
43
45
  const sy = matrix.d;
44
- const tx = matrix.e;
46
+ const tx = matrix.e;
45
47
  const ty = matrix.f;
46
48
  const realPoint = {
47
49
  x: (x - tx) / sx,
48
50
  y: (y - ty) / sy // Flip y back since we used negative scale
49
51
  }
50
-
52
+
51
53
  coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
52
54
  coords.setAttribute('x', (x + 5).toString());
53
55
  coords.setAttribute('y', (y - 5).toString());
@@ -55,4 +57,34 @@ orientation: y-" data-x="-1.49" data-y="-0.5" cx="89.23076923076923" cy="434.871
55
57
  document.currentScript.parentElement.addEventListener('mouseleave', () => {
56
58
  document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
57
59
  });
58
- ]]></script></svg>
60
+ ]]></script>
61
+ </g>
62
+ <g transform="translate(1216, 200)">
63
+ <style>
64
+ .boundary { fill: rgb(245, 241, 237); }
65
+ .schematic-boundary { fill: none; stroke: #fff; }
66
+ .component { fill: none; stroke: rgb(132, 0, 0); }
67
+ .chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
68
+ .component-pin { fill: none; stroke: rgb(132, 0, 0); }
69
+ .text { font-family: sans-serif; fill: rgb(0, 150, 0); }
70
+ .pin-number { fill: rgb(169, 0, 0); }
71
+ .port-label { fill: rgb(0, 100, 100); }
72
+ .component-name { fill: rgb(0, 100, 100); }
73
+
74
+ </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 392.53492099839997 347.442179986275 L 337.57728417678 347.442179986275 L 337.57728417678 278.74513395925 L 392.53492099839997 278.74513395925" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="43.966109457296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 392.53492099839997 347.442179986275 L 337.57728417678 347.442179986275 L 337.57728417678 278.74513395925 L 392.53492099839997 278.74513395925" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.495763682162px" 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 392.53492099839997 416.1392260133 L 337.57728417678 416.1392260133 L 337.57728417678 347.442179986275 L 392.53492099839997 347.442179986275" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="43.966109457296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 392.53492099839997 416.1392260133 L 337.57728417678 416.1392260133 L 337.57728417678 347.442179986275 L 392.53492099839997 347.442179986275" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.495763682162px" 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 392.53492099839997 484.836272040325 L 337.57728417678 484.836272040325 L 337.57728417678 553.53331806735 L 392.53492099839997 553.53331806735" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="43.966109457296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 392.53492099839997 484.836272040325 L 337.57728417678 484.836272040325 L 337.57728417678 553.53331806735 L 392.53492099839997 553.53331806735" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.495763682162px" 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 337.57728417678 278.74513395925 L 257.888710785431 278.74513395925" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="43.966109457296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 337.57728417678 278.74513395925 L 257.888710785431 278.74513395925" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.495763682162px" 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 337.57728417678 553.53331806735 L 257.888710785431 553.53331806735" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="43.966109457296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 337.57728417678 553.53331806735 L 257.888710785431 553.53331806735" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.495763682162px" 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="392.53492099839997" cy="347.442179986275" r="8.243645523243" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="337.57728417678" cy="347.442179986275" r="8.243645523243" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="337.57728417678" cy="278.74513395925" r="8.243645523243" 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="337.57728417678" cy="553.53331806735" r="8.243645523243" 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="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="502.45019464164" y="223.78749713763003" width="329.7458209297199" height="384.70345775134" stroke-width="5.495763682162px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="502.45019464164" y="223.78749713763003" width="329.7458209297199" height="384.70345775134" fill="transparent"/><text class="sch-text" x="667.3231051065" y="416.1392260133" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="49.46187313945799px" transform="rotate(0, 667.3231051065, 416.1392260133)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="502.45019464164" y1="278.74513395925" x2="392.53492099839997" y2="278.74513395925" stroke-width="5.495763682162px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="387.03915731623795" y="273.24937027708796" width="10.991527364324" height="10.991527364324" opacity="0"/></g><text class="pin-number sch-pin-number" x="447.49255782001995" y="273.249370277088" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="41.218227616214996px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="502.45019464164" y1="347.442179986275" x2="392.53492099839997" y2="347.442179986275" stroke-width="5.495763682162px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="387.03915731623795" y="341.946416304113" width="10.991527364324" height="10.991527364324" opacity="0"/></g><text class="pin-number sch-pin-number" x="447.49255782001995" y="341.946416304113" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="41.218227616214996px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="502.45019464164" y1="416.1392260133" x2="392.53492099839997" y2="416.1392260133" stroke-width="5.495763682162px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="387.03915731623795" y="410.643462331138" width="10.991527364324" height="10.991527364324" opacity="0"/></g><text class="pin-number sch-pin-number" x="447.49255782001995" y="410.643462331138" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="41.218227616214996px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="502.45019464164" y1="484.836272040325" x2="392.53492099839997" y2="484.836272040325" stroke-width="5.495763682162px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="387.03915731623795" y="479.340508358163" width="10.991527364324" height="10.991527364324" opacity="0"/></g><text class="pin-number sch-pin-number" x="447.49255782001995" y="479.340508358163" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="41.218227616214996px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="502.45019464164" y1="553.53331806735" x2="392.53492099839997" y2="553.53331806735" stroke-width="5.495763682162px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="387.03915731623795" y="548.0375543851881" width="10.991527364324" height="10.991527364324" opacity="0"/></g><text class="pin-number sch-pin-number" x="447.49255782001995" y="548.0375543851881" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="41.218227616214996px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="832.1960155713599" y1="278.74513395925" x2="936.6155255324379" y2="278.74513395925" stroke-width="5.495763682162px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="942.1112892146" cy="278.74513395925" r="5.495763682162" stroke-width="5.495763682162px"/><rect x="936.615525532438" y="273.24937027708796" width="10.991527364324" height="10.991527364324" opacity="0"/></g><text class="pin-number sch-pin-number" x="887.1536523929799" y="273.249370277088" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="41.218227616214996px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="832.1960155713599" y1="347.442179986275" x2="936.6155255324379" y2="347.442179986275" stroke-width="5.495763682162px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="942.1112892146" cy="347.442179986275" r="5.495763682162" stroke-width="5.495763682162px"/><rect x="936.615525532438" y="341.946416304113" width="10.991527364324" height="10.991527364324" opacity="0"/></g><text class="pin-number sch-pin-number" x="887.1536523929799" y="341.946416304113" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="41.218227616214996px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="832.1960155713599" y1="416.1392260133" x2="936.6155255324379" y2="416.1392260133" stroke-width="5.495763682162px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="942.1112892146" cy="416.1392260133" r="5.495763682162" stroke-width="5.495763682162px"/><rect x="936.615525532438" y="410.643462331138" width="10.991527364324" height="10.991527364324" opacity="0"/></g><text class="pin-number sch-pin-number" x="887.1536523929799" y="410.643462331138" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="41.218227616214996px" transform="">8</text><line class="component-pin sch-component-pin sch-port-line" x1="832.1960155713599" y1="484.836272040325" x2="936.6155255324379" y2="484.836272040325" stroke-width="5.495763682162px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="942.1112892146" cy="484.836272040325" r="5.495763682162" stroke-width="5.495763682162px"/><rect x="936.615525532438" y="479.340508358163" width="10.991527364324" height="10.991527364324" opacity="0"/></g><text class="pin-number sch-pin-number" x="887.1536523929799" y="479.340508358163" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="41.218227616214996px" transform="">9</text><line class="component-pin sch-component-pin sch-port-line" x1="832.1960155713599" y1="553.53331806735" x2="936.6155255324379" y2="553.53331806735" stroke-width="5.495763682162px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="942.1112892146" cy="553.53331806735" r="5.495763682162" stroke-width="5.495763682162px"/><rect x="936.615525532438" y="548.0375543851881" width="10.991527364324" height="10.991527364324" opacity="0"/></g><text class="pin-number sch-pin-number" x="887.1536523929799" y="548.0375543851881" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="41.218227616214996px" transform="">10</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="392.53492099839997" cy="278.74513395925" r="10.991527364324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="392.53492099839997" cy="347.442179986275" r="10.991527364324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="392.53492099839997" cy="416.1392260133" r="10.991527364324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="392.53492099839997" cy="484.836272040325" r="10.991527364324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="392.53492099839997" cy="553.53331806735" r="10.991527364324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="942.1112892146" cy="278.74513395925" r="10.991527364324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="942.1112892146" cy="347.442179986275" r="10.991527364324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="942.1112892146" cy="416.1392260133" r="10.991527364324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="942.1112892146" cy="484.836272040325" r="10.991527364324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="942.1112892146" cy="553.53331806735" r="10.991527364324" 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="
75
+ M 257.888710785431,278.74513395925
76
+ L 230.409892374621,263.9065720174126
77
+ L 230.409892374621,137.39409205404337
78
+ L 285.367529196241,137.39409205404337
79
+ L 285.367529196241,263.9065720174126
80
+ Z
81
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="5.495763682162px"/><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="257.888710785431" y="254.01419738952097" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="49.46187313945799px" transform="rotate(-90 257.888710785431 254.01419738952097)">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="
82
+ M 257.888710785431,553.53331806735
83
+ L 285.367529196241,568.3718800091874
84
+ L 285.367529196241,662.6059079459918
85
+ L 230.409892374621,662.6059079459918
86
+ L 230.409892374621,568.3718800091874
87
+ Z
88
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="5.495763682162px"/><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="257.888710785431" y="578.264254637079" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="49.46187313945799px" transform="rotate(90 257.888710785431 578.264254637079)">XX</text><text class="sch-text" x="598.626059079475" y="182.56926952141504" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="49.46187313945799px" transform="rotate(0, 598.626059079475, 182.56926952141504)">U1 Power</text><rect class="schematic-box sch-box" x="502.45019464164" y="155.09045111060504" width="192.3517288756699" height="54.957636821619985" stroke-width="5.495763682162px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="43.966109457296 21.983054728648"/>
89
+ </g>
90
+ </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="-0.54,-0.0050000000000000044 -0.5000000000000002,1.3494553499999995" data-type="line" data-label="" points="79.25233644859813,395.52511635514014 84.48598130841118,218.30665934579443" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.5399999999999998,1.3494553499999995 3.14,0.004999999999999413" data-type="line" data-label="" points="220.56074766355135,218.30665934579443 560.7476635514018,394.21670514018695" fill="none" stroke="hsl(128, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.5399999999999998,1.3494553499999995 1.84,0.004999999999999857" data-type="line" data-label="" points="220.56074766355135,218.30665934579443 390.65420560747657,394.2167051401869" fill="none" stroke="hsl(128, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.54,0.0049999999999999975 2.5400000000000005,0.004999999999999486" data-type="line" data-label="" points="220.56074766355138,394.2167051401869 482.24299065420564,394.21670514018695" fill="none" stroke="hsl(136, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.54,0.0049999999999999975 1.24,0.00499999999999993" data-type="line" data-label="" points="220.56074766355138,394.2167051401869 312.14953271028037,394.2167051401869" fill="none" stroke="hsl(136, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-0.54,-0.0050000000000000044 -0.74,-0.0050000000000000044 -0.74,1.3494553499999995 -0.5000000000000002,1.3494553499999995" data-type="line" data-label="" points="79.25233644859813,395.52511635514014 53.084112149532714,395.52511635514014 53.084112149532714,218.30665934579443 84.48598130841118,218.30665934579443" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.14,0.004999999999999413 3.3400000000000003,0.004999999999999413 3.3400000000000003,0.5449999999999995 2.04,0.5449999999999995 2.04,0.004999999999999857 1.84,0.004999999999999857" data-type="line" data-label="" points="560.7476635514018,394.21670514018695 586.9158878504672,394.21670514018695 586.9158878504672,323.5624995327103 416.82242990654197,323.5624995327103 416.82242990654197,394.2167051401869 390.65420560747657,394.2167051401869" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.5399999999999998,1.3494553499999995 2.04,1.3494553499999995 2.04,0.004999999999999857 1.84,0.004999999999999857" data-type="line" data-label="" points="220.56074766355135,218.30665934579443 416.82242990654197,218.30665934579443 416.82242990654197,394.2167051401869 390.65420560747657,394.2167051401869" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.54,0.0049999999999999975 1.24,0.00499999999999993" data-type="line" data-label="" points="220.56074766355138,394.2167051401869 312.14953271028037,394.2167051401869" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.5400000000000005,0.004999999999999486 2.3400000000000007,0.004999999999999486 2.3400000000000007,-0.6150000000000001 1.04,-0.6150000000000001 1.04,0.00499999999999993 1.24,0.00499999999999993" data-type="line" data-label="" points="482.24299065420564,394.21670514018695 456.07476635514024,394.21670514018695 456.07476635514024,475.33820046728965 285.98130841121497,475.33820046728965 285.98130841121497,394.2167051401869 312.14953271028037,394.2167051401869" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="79.25233644859813" y="341.2973135514019" width="141.30841121495325" height="107.14719439252326" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.007642857142857144"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="0.019999999999999796" data-y="1.4194553499999993" x="84.48598130841117" y="164.66179953271038" width="136.07476635514018" height="88.9719626168224" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.007642857142857144"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="2.8400000000000003" data-y="0.004999999999999449" x="482.2429906542056" y="349.7307238317758" width="78.5046728971962" height="88.9719626168224" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.007642857142857144"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="1.54" data-y="0.004999999999999893" x="312.14953271028037" y="339.2634341121495" width="78.5046728971962" height="109.90654205607473" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.007642857142857144"/></g><g><rect data-type="rect" data-label="netId: .V1 &gt; .pin1 to .D1 &gt; .anode
1
+ <svg width="2416" height="1200" viewBox="0 0 2416 1200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on the left and Circuit JSON schematic on the right">
2
+ <g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-0.54,-0.0050000000000000044 -0.5000000000000002,1.3494553499999995" data-type="line" data-label="" points="79.25233644859813,395.52511635514014 84.48598130841118,218.30665934579443" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.5399999999999998,1.3494553499999995 3.14,0.004999999999999413" data-type="line" data-label="" points="220.56074766355135,218.30665934579443 560.7476635514018,394.21670514018695" fill="none" stroke="hsl(128, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.5399999999999998,1.3494553499999995 1.84,0.004999999999999857" data-type="line" data-label="" points="220.56074766355135,218.30665934579443 390.65420560747657,394.2167051401869" fill="none" stroke="hsl(128, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.54,0.0049999999999999975 2.5400000000000005,0.004999999999999486" data-type="line" data-label="" points="220.56074766355138,394.2167051401869 482.24299065420564,394.21670514018695" fill="none" stroke="hsl(136, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.54,0.0049999999999999975 1.24,0.00499999999999993" data-type="line" data-label="" points="220.56074766355138,394.2167051401869 312.14953271028037,394.2167051401869" fill="none" stroke="hsl(136, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-0.54,-0.0050000000000000044 -0.74,-0.0050000000000000044 -0.74,1.3494553499999995 -0.5000000000000002,1.3494553499999995" data-type="line" data-label="" points="79.25233644859813,395.52511635514014 53.084112149532714,395.52511635514014 53.084112149532714,218.30665934579443 84.48598130841118,218.30665934579443" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.14,0.004999999999999413 3.3400000000000003,0.004999999999999413 3.3400000000000003,0.5449999999999995 2.04,0.5449999999999995 2.04,0.004999999999999857 1.84,0.004999999999999857" data-type="line" data-label="" points="560.7476635514018,394.21670514018695 586.9158878504672,394.21670514018695 586.9158878504672,323.5624995327103 416.82242990654197,323.5624995327103 416.82242990654197,394.2167051401869 390.65420560747657,394.2167051401869" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.5399999999999998,1.3494553499999995 2.04,1.3494553499999995 2.04,0.004999999999999857 1.84,0.004999999999999857" data-type="line" data-label="" points="220.56074766355135,218.30665934579443 416.82242990654197,218.30665934579443 416.82242990654197,394.2167051401869 390.65420560747657,394.2167051401869" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.54,0.0049999999999999975 1.24,0.00499999999999993" data-type="line" data-label="" points="220.56074766355138,394.2167051401869 312.14953271028037,394.2167051401869" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.5400000000000005,0.004999999999999486 2.3400000000000007,0.004999999999999486 2.3400000000000007,-0.6150000000000001 1.04,-0.6150000000000001 1.04,0.00499999999999993 1.24,0.00499999999999993" data-type="line" data-label="" points="482.24299065420564,394.21670514018695 456.07476635514024,394.21670514018695 456.07476635514024,475.33820046728965 285.98130841121497,475.33820046728965 285.98130841121497,394.2167051401869 312.14953271028037,394.2167051401869" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="79.25233644859813" y="341.2973135514019" width="141.30841121495325" height="107.14719439252326" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.007642857142857144"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="0.019999999999999796" data-y="1.4194553499999993" x="84.48598130841117" y="164.66179953271038" width="136.07476635514018" height="88.9719626168224" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.007642857142857144"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="2.8400000000000003" data-y="0.004999999999999449" x="482.2429906542056" y="349.7307238317758" width="78.5046728971962" height="88.9719626168224" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.007642857142857144"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="1.54" data-y="0.004999999999999893" x="312.14953271028037" y="339.2634341121495" width="78.5046728971962" height="109.90654205607473" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.007642857142857144"/></g><g><rect data-type="rect" data-label="netId: .V1 &gt; .pin1 to .D1 &gt; .anode
2
4
  globalConnNetId: connectivity_net0" data-x="-0.74" data-y="-0.23" x="40.00000000000001" y="395.52511635514014" width="26.168224299065415" height="58.87850467289718" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.007642857142857144"/></g><g><rect data-type="rect" data-label="netId: .V1 &gt; .pin2 to .C1 &gt; .pin2
3
5
  globalConnNetId: connectivity_net2" data-x="0.89" data-y="0.22999999999999998" x="253.27102803738313" y="335.3382004672897" width="26.16822429906543" height="58.87850467289718" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.007642857142857144"/></g><g><rect data-type="rect" data-label="netId: .D1 &gt; .cathode to .R1 &gt; .pin1
4
6
  globalConnNetId: connectivity_net1" data-x="3.3400000000000003" data-y="-0.22000000000000058" x="573.8317757009345" y="394.21670514018695" width="26.1682242990654" height="58.87850467289718" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.007642857142857144"/></g><g><circle data-type="point" data-label="V1.1
@@ -22,7 +24,7 @@ orientation: y-" data-x="3.3400000000000003" data-y="0.004999999999999413" cx="5
22
24
  const h = svg.getElementById('crosshair-h');
23
25
  const v = svg.getElementById('crosshair-v');
24
26
  const coords = svg.getElementById('coordinates');
25
-
27
+
26
28
  crosshair.style.display = 'block';
27
29
  h.setAttribute('x1', '0');
28
30
  h.setAttribute('x2', '640');
@@ -41,13 +43,13 @@ orientation: y-" data-x="3.3400000000000003" data-y="0.004999999999999413" cx="5
41
43
  // y' = (y - ty) / sy
42
44
  const sx = matrix.a;
43
45
  const sy = matrix.d;
44
- const tx = matrix.e;
46
+ const tx = matrix.e;
45
47
  const ty = matrix.f;
46
48
  const realPoint = {
47
49
  x: (x - tx) / sx,
48
50
  y: (y - ty) / sy // Flip y back since we used negative scale
49
51
  }
50
-
52
+
51
53
  coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
52
54
  coords.setAttribute('x', (x + 5).toString());
53
55
  coords.setAttribute('y', (y - 5).toString());
@@ -55,4 +57,41 @@ orientation: y-" data-x="3.3400000000000003" data-y="0.004999999999999413" cx="5
55
57
  document.currentScript.parentElement.addEventListener('mouseleave', () => {
56
58
  document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
57
59
  });
58
- ]]></script></svg>
60
+ ]]></script>
61
+ </g>
62
+ <g transform="translate(1216, 200)">
63
+ <style>
64
+ .boundary { fill: rgb(245, 241, 237); }
65
+ .schematic-boundary { fill: none; stroke: #fff; }
66
+ .component { fill: none; stroke: rgb(132, 0, 0); }
67
+ .chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
68
+ .component-pin { fill: none; stroke: rgb(132, 0, 0); }
69
+ .text { font-family: sans-serif; fill: rgb(0, 150, 0); }
70
+ .pin-number { fill: rgb(169, 0, 0); }
71
+ .port-label { fill: rgb(0, 100, 100); }
72
+ .component-name { fill: rgb(0, 100, 100); }
73
+
74
+ </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 181.81818181824195 509.5971988636635 L 136.36363636370197 509.5971988636635 L 136.36363636370197 201.76643750006417 L 190.90909090914994 201.76643750006417" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="36.363636363632px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 181.81818181824195 509.5971988636635 L 136.36363636370197 509.5971988636635 L 136.36363636370197 201.76643750006417 L 190.90909090914994 201.76643750006417" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.545454545454px" 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 1018.181818181778 507.32447159093664 L 1063.636363636318 507.32447159093664 L 1063.636363636318 384.5971988636786 L 768.181818181808 384.5971988636786 L 768.181818181808 507.3244715909365 L 722.727272727268 507.3244715909365" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="36.363636363632px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1018.181818181778 507.32447159093664 L 1063.636363636318 507.32447159093664 L 1063.636363636318 384.5971988636786 L 768.181818181808 384.5971988636786 L 768.181818181808 507.3244715909365 L 722.727272727268 507.3244715909365" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.545454545454px" 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 427.27272727275795 201.76643750006417 L 768.181818181808 201.76643750006417 L 768.181818181808 507.3244715909365 L 722.727272727268 507.3244715909365" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="36.363636363632px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 427.27272727275795 201.76643750006417 L 768.181818181808 201.76643750006417 L 768.181818181808 507.3244715909365 L 722.727272727268 507.3244715909365" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.545454545454px" 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 427.272727272758 507.32447159093647 L 586.363636363648 507.32447159093647" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="36.363636363632px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 427.272727272758 507.32447159093647 L 586.363636363648 507.32447159093647" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.545454545454px" 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 881.8181818181581 507.3244715909366 L 836.3636363636182 507.3244715909366 L 836.3636363636182 648.2335625000105 L 540.909090909108 648.2335625000105 L 540.909090909108 507.32447159093647 L 586.363636363648 507.32447159093647" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="36.363636363632px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 881.8181818181581 507.3244715909366 L 836.3636363636182 507.3244715909366 L 836.3636363636182 648.2335625000105 L 540.909090909108 648.2335625000105 L 540.909090909108 507.32447159093647 L 586.363636363648 507.32447159093647" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="768.181818181808" cy="507.3244715909365" r="6.818181818180999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="722.727272727268" cy="507.3244715909365" r="6.818181818180999" 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_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"><circle cx="586.363636363648" cy="507.32447159093647" r="6.818181818180999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><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="181.81818181824195" y="486.8699261363935" width="245.45454545451605" height="59.09090909090196" fill="transparent"/><path class="sch-component-symbol-path" d="M 181.81818181824195 509.59719886366344 L 236.36363636368998 507.32447159093647" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 370.45454545458296 507.32447159093647 L 427.272727272758 507.32447159093647" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 327.27272727277 486.8699261363935 L 304.5454545455 530.0517443182065 L 279.545454545503 486.8699261363935" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 304.5454545455 545.9608352272954 L 320.454545454589 541.4153806818415" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 320.454545454589 541.4153806818415 L 336.363636363678 545.9608352272954" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 270.45454545459495 545.9608352272954 L 288.636363636411 541.4153806818415" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 288.636363636411 541.4153806818415 L 304.5454545455 545.9608352272954" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="304.5454545455" y="423.35734659094663" stroke="rgb(245, 241, 237)" stroke-width="4.545454545454px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="40.909090909086px">V1</text><text class="sch-component-text" x="304.5454545455" y="609.4734147727422" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="40.909090909086px"></text><circle class="sch-component-symbol-circle" cx="304.5454545455" cy="507.32447159093647" r="65.90909090908299px" stroke-width="4.545454545454px" fill="none" stroke="rgb(132, 0, 0)"/></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="190.9090909091499" y="169.94825568188622" width="236.36363636360804" height="61.363636363628984" fill="transparent"/><path class="sch-component-symbol-path" d="M 340.9090909091319 201.76643750006423 L 281.8181818182299 231.3118920455152" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 281.8181818182299 169.94825568188622 L 340.9090909091319 201.76643750006423" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 281.8181818182299 231.3118920455152 L 281.8181818182299 169.94825568188622" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 340.9090909091319 169.94825568188622 L 340.9090909091319 231.3118920455152" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 281.8181818182299 201.76643750006423 L 190.9090909091499 201.76643750006423" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 427.27272727275795 201.76643750006423 L 343.18181818185894 201.76643750006423" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="306.8181818182269" y="149.4937102273432" stroke="rgb(245, 241, 237)" stroke-width="4.545454545454px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="40.909090909086px">D1</text><text class="sch-component-text" x="309.0909090909539" y="272.2209829546012" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="40.909090909086px"></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="881.8181818181581" y="489.14719886366606" width="136.3636363636199" height="36.35454545454104" fill="transparent"/><path class="sch-component-symbol-path" d="M 1018.181818181778 507.3244715909366 L 995.4499999999625 507.3244715909366" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 904.5499999999736 507.3244715909366 L 881.8181818181581 507.3244715909366" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 995.4499999999625 525.5017443182071 L 904.5499999999736 525.5017443182071 L 904.5499999999736 489.14719886366606 L 995.4499999999625 489.14719886366606 L 995.4499999999625 525.5017443182071" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="949.999999999968" y="470.9608352273046" stroke="rgb(245, 241, 237)" stroke-width="4.545454545454px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="40.909090909086px">R1</text><text class="sch-component-text" x="949.999999999968" y="543.6881079545685" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="40.909090909086px"></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="586.3636363636479" y="470.956289772759" width="136.36363636362012" height="72.73636363635495" fill="transparent"/><path class="sch-component-symbol-path" d="M 722.727272727268 507.32447159093647 L 668.18181818182 507.32447159093647" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 640.9090909090959 507.32447159093647 L 586.3636363636479 507.32447159093647" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 668.18181818182 470.956289772759 L 668.18181818182 543.692653409114" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 640.9090909090959 470.956289772759 L 640.9090909090959 543.692653409114" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="654.5454545454579" y="452.77901704548844" stroke="rgb(245, 241, 237)" stroke-width="4.545454545454px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="40.909090909086px">C1</text><text class="sch-component-text" x="654.5454545454579" y="561.8699261363845" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="40.909090909086px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="181.81818181824195" cy="509.5971988636635" r="9.090909090908" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="427.272727272758" cy="507.32447159093647" r="9.090909090908" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="190.90909090914994" cy="201.76643750006417" r="9.090909090908" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="427.27272727275795" cy="201.76643750006417" r="9.090909090908" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="1018.181818181778" cy="507.32447159093664" r="9.090909090908" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="881.8181818181581" cy="507.3244715909366" r="9.090909090908" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="722.727272727268" cy="507.3244715909365" r="9.090909090908" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="586.363636363648" cy="507.32447159093647" r="9.090909090908" 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="
75
+ M 136.36363636370197,509.5971988636635
76
+ L 159.09090909097196,521.8699261363893
77
+ L 159.090909090972,599.8093200757738
78
+ L 113.63636363643198,599.8093200757738
79
+ L 113.63636363643198,521.8699261363893
80
+ Z
81
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="4.545454545454px"/><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="136.36363636370197" y="530.0517443182065" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="40.909090909086px" transform="rotate(90 136.36363636370197 530.0517443182065)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
82
+ M 506.818181818203,507.32447159093647
83
+ L 484.090909090933,495.0517443182107
84
+ L 484.090909090933,417.1123503788261
85
+ L 529.545454545473,417.1123503788261
86
+ L 529.545454545473,495.0517443182107
87
+ Z
88
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="4.545454545454px"/><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="506.818181818203" y="486.8699261363935" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="40.909090909086px" transform="rotate(-90 506.818181818203 486.8699261363935)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
89
+ M 1063.636363636318,507.32447159093664
90
+ L 1086.363636363588,519.5971988636625
91
+ L 1086.363636363588,597.536592803047
92
+ L 1040.909090909048,597.536592803047
93
+ L 1040.909090909048,519.5971988636625
94
+ Z
95
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="4.545454545454px"/><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="1063.636363636318" y="527.7790170454797" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="40.909090909086px" transform="rotate(90 1063.636363636318 527.7790170454797)">XX</text>
96
+ </g>
97
+ </svg>