@tscircuit/schematic-trace-solver 0.0.179 → 0.0.181

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 (142) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/dist/index.js +88 -11
  3. package/lib/solvers/AvailableNetOrientationSolver/AvailableNetOrientationSolver.ts +63 -4
  4. package/lib/solvers/AvailableNetOrientationSolver/traces.ts +36 -0
  5. package/lib/solvers/AvailableNetOrientationSolver/types.ts +1 -0
  6. package/lib/solvers/SameNetJunctionAlignmentSolver/alignSameNetJunctions.ts +29 -11
  7. package/package.json +1 -1
  8. package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +2 -114
  9. package/tests/bug-reports/bug-report-20260706T213649Z/bug-report-20260706T213649Z.json +1 -0
  10. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +3 -94
  11. package/tests/bug-reports/bug-report-20260706T220324Z/bug-report-20260706T220324Z.json +1 -0
  12. package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +533 -578
  13. package/tests/bug-reports/bug-report-20260707T092615Z/bug-report-20260707T092615Z.json +1 -0
  14. package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +2 -37
  15. package/tests/bug-reports/bug-report-20260707T134549Z/bug-report-20260707T134549Z.json +1 -0
  16. package/tests/bug-reports/bug-report-20260707T134722Z/__snapshots__/bug-report-20260707T134722Z.snap.svg +4 -25
  17. package/tests/bug-reports/bug-report-20260707T134722Z/bug-report-20260707T134722Z.json +1 -0
  18. package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +1 -50
  19. package/tests/bug-reports/bug-report-20260707T140410Z/bug-report-20260707T140410Z.json +1 -0
  20. package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +1 -15
  21. package/tests/bug-reports/bug-report-20260707T141025Z/bug-report-20260707T141025Z.json +1 -0
  22. package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +5 -33
  23. package/tests/bug-reports/bug-report-20260707T141421Z/bug-report-20260707T141421Z.json +1 -0
  24. package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +1 -15
  25. package/tests/bug-reports/bug-report-20260707T230831Z/bug-report-20260707T230831Z.json +1 -0
  26. package/tests/bug-reports/bug-report-20260708T055430Z/__snapshots__/bug-report-20260708T055430Z.snap.svg +65 -79
  27. package/tests/bug-reports/bug-report-20260708T055430Z/bug-report-20260708T055430Z.json +1 -0
  28. package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +1 -15
  29. package/tests/bug-reports/bug-report-20260708T095725Z/bug-report-20260708T095725Z.json +1 -0
  30. package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +1 -43
  31. package/tests/bug-reports/bug-report-20260716T144856Z/bug-report-20260716T144856Z.json +1 -0
  32. package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +2 -30
  33. package/tests/bug-reports/bug-report-20260717T022934Z/bug-report-20260717T022934Z.json +1 -0
  34. package/tests/bug-reports/bug-report-20260717T031704Z/__snapshots__/bug-report-20260717T031704Z.snap.svg +1 -8
  35. package/tests/bug-reports/bug-report-20260717T031704Z/bug-report-20260717T031704Z.json +1 -0
  36. package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +1 -92
  37. package/tests/bug-reports/bug-report-20260721T221026Z/bug-report-20260721T221026Z.json +1 -0
  38. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +1 -29
  39. package/tests/bug-reports/bug-report-20260728T144234Z/bug-report-20260728T144234Z.json +1 -0
  40. package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +1 -22
  41. package/tests/bug-reports/bug-report-20260728T225606Z/bug-report-20260728T225606Z.json +1 -0
  42. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +1 -8
  43. package/tests/bug-reports/bug-report-20260730T061837Z/bug-report-20260730T061837Z.json +1 -0
  44. package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +1 -36
  45. package/tests/bug-reports/bug-report-20260804T095800Z/bug-report-20260804T095800Z.json +1 -0
  46. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +2 -121
  47. package/tests/bug-reports/bug-report-20260804T171919Z/bug-report-20260804T171919Z.json +1 -0
  48. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +1 -8
  49. package/tests/bug-reports/bug-report-20260804T225912Z/bug-report-20260804T225912Z.json +1 -0
  50. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +1 -15
  51. package/tests/bug-reports/bug-report-20260805T061316Z/bug-report-20260805T061316Z.json +1 -0
  52. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +1 -15
  53. package/tests/bug-reports/bug-report-20260806T061548Z/bug-report-20260806T061548Z.json +1 -0
  54. package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +1 -22
  55. package/tests/bug-reports/bug-report-20260806T093501Z/bug-report-20260806T093501Z.json +1 -0
  56. package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +1 -8
  57. package/tests/bug-reports/bug-report-20260811T075142Z/bug-report-20260811T075142Z.json +1 -0
  58. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +1 -22
  59. package/tests/bug-reports/bug-report-20260815T073240Z/bug-report-20260815T073240Z.json +1 -0
  60. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +1 -15
  61. package/tests/bug-reports/bug-report-20260819T091818Z/bug-report-20260819T091818Z.json +1 -0
  62. package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +1 -29
  63. package/tests/bug-reports/bug-report-20260825T103621Z/bug-report-20260825T103621Z.json +1 -0
  64. package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +31 -95
  65. package/tests/bug-reports/bug-report-20260826T072956Z/bug-report-20260826T072956Z.json +1 -0
  66. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +1 -113
  67. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +1 -29
  68. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +64 -56
  69. package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +1 -15
  70. package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +1 -22
  71. package/tests/repros/__snapshots__/repro-atmega328p-missing-gnd-netlabel.snap.svg +185 -186
  72. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +1 -15
  73. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +1 -15
  74. package/tests/repros/__snapshots__/repro-board-8090-power-section.snap.svg +126 -0
  75. package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +1 -29
  76. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +1 -8
  77. package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +1 -15
  78. package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +1 -8
  79. package/tests/repros/__snapshots__/repro-hub-usb-sheet.snap.svg +545 -0
  80. package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +1 -22
  81. package/tests/repros/__snapshots__/repro-isolated-rs485-isow7841.snap.svg +2 -2
  82. package/tests/repros/__snapshots__/repro-mcp73831-charger-traces.snap.svg +131 -0
  83. package/tests/repros/__snapshots__/repro-missing-trace-netlabel.snap.svg +1 -15
  84. package/tests/repros/__snapshots__/repro-mouse-switch-ground-unnecessary-jog.snap.svg +83 -0
  85. package/tests/repros/__snapshots__/repro-mspm0l1306-capacitor-symmetry.snap.svg +1 -29
  86. package/tests/repros/__snapshots__/repro-netlabel-overlap-trace.snap.svg +1 -8
  87. package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +1 -29
  88. package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +2 -2
  89. package/tests/repros/__snapshots__/repro-powerbank-3v-system-power.snap.svg +1 -29
  90. package/tests/repros/__snapshots__/repro-rf1-unnecessary-dogleg.snap.svg +72 -0
  91. package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +1 -8
  92. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +1 -8
  93. package/tests/repros/__snapshots__/repro-smartwatch-power-sheet.snap.svg +4 -4
  94. package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +1 -8
  95. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +991 -1091
  96. package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +2 -2
  97. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +1 -15
  98. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +1 -22
  99. package/tests/repros/__snapshots__/repro51-overlap-junction-crossing.snap.svg +1 -15
  100. package/tests/repros/__snapshots__/small-variant-resistor-facing-direction.snap.svg +65 -79
  101. package/tests/repros/__snapshots__/trace-overlap-box-resistor.snap.svg +1 -8
  102. package/tests/repros/assets/board-1273-trace-overlap-cycle.input.json +1 -0
  103. package/tests/repros/assets/board-15984-schematic-trace-input.json +1 -0
  104. package/tests/repros/assets/bugreport-001-gnd-overlap.input.json +1 -0
  105. package/tests/repros/assets/repro-atmega328p-fault-pullup.input.json +1 -0
  106. package/tests/repros/assets/repro-atmega328p-missing-gnd-netlabel.input.json +1 -0
  107. package/tests/repros/assets/repro-board-589-regulator-section.input.json +1 -0
  108. package/tests/repros/assets/repro-board-648-esp12f-section.input.json +1 -0
  109. package/tests/repros/assets/repro-board-8090-power-section.input.json +322 -0
  110. package/tests/repros/assets/repro-bq24074-battery-charger.input.json +1 -0
  111. package/tests/repros/assets/repro-bq25895-cross-net-trace-overlap.input.json +1 -0
  112. package/tests/repros/assets/repro-cc2340r5.input.json +1 -0
  113. package/tests/repros/assets/repro-example35-minimize-trace-crossing.input.json +1 -0
  114. package/tests/repros/assets/repro-hub-usb-sheet.input.json +3967 -0
  115. package/tests/repros/assets/repro-ina237-current-monitor.input.json +1 -0
  116. package/tests/repros/assets/repro-mcp73831-charger-traces.input.json +256 -0
  117. package/tests/repros/assets/repro-missing-trace-netlabel.input.json +1 -0
  118. package/tests/repros/assets/repro-mouse-switch-ground-unnecessary-jog.input.json +158 -0
  119. package/tests/repros/assets/repro-mspm0l1306-capacitor-symmetry.input.json +1 -0
  120. package/tests/repros/assets/repro-netlabel-connector-through-label.input.json +1 -0
  121. package/tests/repros/assets/repro-netlabel-overlap-trace.input.json +1 -0
  122. package/tests/repros/assets/repro-nrf52810-clock-routing.input.json +1 -0
  123. package/tests/repros/assets/repro-powerbank-3v-system-power.input.json +1 -0
  124. package/tests/repros/assets/repro-rf1-unnecessary-dogleg.input.json +90 -0
  125. package/tests/repros/assets/repro-rp2040-gamepad-trace-alignment.input.json +1 -0
  126. package/tests/repros/assets/repro-rp2040-usb-cc2-ground-overlap.input.json +1 -0
  127. package/tests/repros/assets/repro-tps61222-trace-intersection.input.json +1 -0
  128. package/tests/repros/assets/repro-usb-power-vbus-label-detour.input.json +1 -0
  129. package/tests/repros/assets/repro126-trace-overlap-box-resistor.input.json +1 -0
  130. package/tests/repros/assets/repro161-power-section-autolayout.input.json +1 -0
  131. package/tests/repros/assets/repro48-555-timer-vcc-rail-label.input.json +1 -0
  132. package/tests/repros/assets/repro51-overlap-junction-crossing.input.json +1 -0
  133. package/tests/repros/assets/small-variant-resistor-facing-direction.input.json +1 -0
  134. package/tests/repros/board1096-usb-label-overlap-iteration.json +1 -0
  135. package/tests/repros/board1096-usb-label-overlap-iteration.test.ts +1 -1
  136. package/tests/repros/repro-battery-management-bq24073.test.ts +17 -0
  137. package/tests/repros/repro-board-8090-power-section.test.ts +18 -0
  138. package/tests/repros/repro-hub-usb-sheet.test.ts +56 -0
  139. package/tests/repros/repro-mcp73831-charger-traces.test.ts +16 -0
  140. package/tests/repros/repro-mouse-switch-ground-unnecessary-jog.test.ts +15 -0
  141. package/tests/repros/repro-rf1-unnecessary-dogleg.test.ts +15 -0
  142. package/tests/repros/repro-smartwatch-power-sheet.test.ts +31 -5
@@ -141,35 +141,7 @@ orientation: x+" data-x="4.37" data-y="-0.62" cx="454.4606957636502" cy="346.495
141
141
  L 739.1432127273399,241.71189946922289
142
142
  L 739.1432127273399,288.62977444485233
143
143
  Z
144
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.349507429788px"/><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="732.3956755784" y="286.2006610712339" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.145566868092px" transform="rotate(-90 732.3956755784 286.2006610712339)">XXXXX</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="
145
- M 975.3070129402399,359.74881599468
146
- L 982.0545500891799,363.3924860551076
147
- L 982.0545500891799,386.5320401178725
148
- L 968.5594757913,386.5320401178725
149
- L 968.5594757913,363.3924860551076
150
- Z
151
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.349507429788px"/><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="975.3070129402399" y="365.821599428726" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.145566868092px" transform="rotate(90 975.3070129402399 365.821599428726)">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="
152
- M 843.0552848210159,499.42283497773803
153
- L 849.8028219699559,503.06650503816564
154
- L 849.8028219699559,526.2060591009306
155
- L 836.307747672076,526.2060591009306
156
- L 836.307747672076,503.06650503816564
157
- Z
158
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.349507429788px"/><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="843.0552848210159" y="505.49561841178405" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.145566868092px" transform="rotate(90 843.0552848210159 505.49561841178405)">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="
159
- M 273.5631494504799,400.23403888831996
160
- L 280.3106865994199,403.87770894874757
161
- L 280.3106865994199,427.01726301151245
162
- L 266.8156123015399,427.01726301151245
163
- L 266.8156123015399,403.87770894874757
164
- Z
165
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.349507429788px"/><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.5631494504799" y="406.306822322366" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.145566868092px" transform="rotate(90 273.5631494504799 406.306822322366)">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="
166
- M 149.40846590998393,621.553257373552
167
- L 156.15600305892394,625.1969274339796
168
- L 156.15600305892394,648.3364814967446
169
- L 142.66092876104392,648.3364814967446
170
- L 142.66092876104392,625.1969274339796
171
- Z
172
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.349507429788px"/><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="149.40846590998393" y="627.626040807598" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.145566868092px" transform="rotate(90 149.40846590998393 627.626040807598)">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="
144
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.349507429788px"/><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="732.3956755784" y="286.2006610712339" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.145566868092px" transform="rotate(-90 732.3956755784 286.2006610712339)">XXXXX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="967.209968361512" y="359.74881599468" width="16.194089157455892" height="12.145566868092033" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="M 967.209968361512 371.89438286277203 L 983.4040575189679 371.89438286277203" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.349507429788px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="M 975.3070129402399 371.89438286277203 L 975.3070129402399 359.74881599468" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.349507429788px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="975.3070129402399" y="375.268151437242" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="12.145566868092px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="834.958240242288" y="499.422834977738" width="16.194089157455892" height="12.145566868092033" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="M 834.958240242288 511.56840184583 L 851.1523293997438 511.56840184583" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.349507429788px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="M 843.0552848210159 511.56840184583 L 843.0552848210159 499.422834977738" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.349507429788px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="843.0552848210159" y="514.9421704203" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="12.145566868092px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="265.4661048717519" y="400.23403888831996" width="16.194089157456006" height="12.145566868092033" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="M 265.4661048717519 412.379605756412 L 281.6601940292079 412.379605756412" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.349507429788px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="M 273.5631494504799 412.379605756412 L 273.5631494504799 400.23403888831996" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.349507429788px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="273.5631494504799" y="415.75337433088197" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="12.145566868092px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="141.31142133125593" y="621.553257373552" width="16.194089157456006" height="12.145566868091919" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="M 141.31142133125593 633.6988242416439 L 157.50551048871193 633.6988242416439" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.349507429788px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="M 149.40846590998393 633.6988242416439 L 149.40846590998393 621.553257373552" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.349507429788px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="149.40846590998393" y="637.072592816114" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="12.145566868092px">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="
173
145
  M 685.1629155358199,373.24389029256
174
146
  L 678.41537838688,369.6002202321324
175
147
  L 678.41537838688,346.4606661693675
@@ -0,0 +1,72 @@
1
+ <svg width="1200" height="2016" viewBox="0 0 1200 2016" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on top and Circuit JSON schematic on the bottom">
2
+ <g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="3.4,-7 5.157985400000001,-6.997375450000001" data-type="line" data-label="" points="163.11835958113113,299.30281055733576 386.25266743224313,298.96968654636817" fill="none" stroke="hsl(21, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.4,-7 3.4,-7.2 4.957985400000002,-7.2 4.957985400000002,-6.997375450000001 5.157985400000001,-6.997375450000001" data-type="line" data-label="" points="163.11835958113113,299.30281055733576 163.11835958113113,324.6880393369505 360.8674386526286,324.6880393369505 360.8674386526286,298.96968654636817 386.25266743224313,298.96968654636817" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.6,-7 2.6,-7.76" data-type="line" data-label="" points="61.57744446267253,299.30281055733576 61.57744446267253,395.7666799198714" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="2.9979" data-y="-6.961574540324975" x="61.044354658300676" y="289.5484197092121" width="102.07400492283045" height="9.754390848123649" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.007878597499999999"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="6" data-y="-7" x="386.2526674322432" y="244.2333200801284" width="213.74733256775687" height="110.1389809544147" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.007878597499999999"/></g><g><rect data-type="rect" data-label="INLINE netId: RF1
4
+ axis: x
5
+ side: y+" data-x="4.178992700000001" data-y="-7.09" x="241.68471609318817" y="303.11059487427804" width="40.61636604738351" height="15.231137267768645" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.007878597499999999"/></g><g><rect data-type="rect" data-label="INLINE netId: RF_OUT
6
+ axis: y
7
+ side: x-" data-x="2.49" data-y="-7.38" x="40.000000000000085" y="311.995424947143" width="15.231137267768815" height="71.07864058292114" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.007878597499999999"/></g><text data-type="text" data-label="RF1" data-x="4.178992700000001" data-y="-7.09" x="261.9928991168799" y="310.72616350816236" fill="green" font-size="15.231137267768789" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">RF1</text><text data-type="text" data-label="RF_OUT" data-x="2.49" data-y="-7.1" x="47.61556863388449" y="311.9954249471431" fill="green" font-size="15.231137267768789" font-family="sans-serif" text-anchor="end" dominant-baseline="central" transform="rotate(-90, 47.61556863388449, 311.9954249471431)">RF_OUT</text><g><circle data-type="point" data-label="2
8
+ y-" data-x="3.4" data-y="-7" cx="163.11835958113113" cy="299.30281055733576" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="1
9
+ y-" data-x="2.6" data-y="-7" cx="61.57744446267253" cy="299.30281055733576" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anode
10
+ x-" data-x="5.157985400000001" data-y="-6.997375450000001" cx="386.25266743224313" cy="298.96968654636817" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="cathode
11
+ x+" data-x="6.842014599999999" data-y="-7.00262455" cx="600" cy="299.63593456830347" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="inline anchor
12
+ RF1" data-x="4.178992700000001" data-y="-7.2" cx="261.9928991168799" cy="324.6880393369505" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
13
+ RF_OUT" data-x="2.6" data-y="-7.38" cx="61.57744446267253" cy="347.5347452386036" r="3" fill="green"/></g><g id="crosshair" style="display: none"><line id="crosshair-h" y1="0" y2="640" stroke="#666" stroke-width="0.5"/><line id="crosshair-v" x1="0" x2="640" stroke="#666" stroke-width="0.5"/><text id="coordinates" font-family="monospace" font-size="12" fill="#666"></text></g><script><![CDATA[
14
+ document.currentScript.parentElement.addEventListener('mousemove', (e) => {
15
+ const svg = e.currentTarget;
16
+ const rect = svg.getBoundingClientRect();
17
+ const x = e.clientX - rect.left;
18
+ const y = e.clientY - rect.top;
19
+ const crosshair = svg.getElementById('crosshair');
20
+ const h = svg.getElementById('crosshair-h');
21
+ const v = svg.getElementById('crosshair-v');
22
+ const coords = svg.getElementById('coordinates');
23
+
24
+ crosshair.style.display = 'block';
25
+ h.setAttribute('x1', '0');
26
+ h.setAttribute('x2', '640');
27
+ h.setAttribute('y1', y);
28
+ h.setAttribute('y2', y);
29
+ v.setAttribute('x1', x);
30
+ v.setAttribute('x2', x);
31
+ v.setAttribute('y1', '0');
32
+ v.setAttribute('y2', '640');
33
+
34
+ // Calculate real coordinates using inverse transformation
35
+ const matrix = {"a":126.92614389807325,"c":0,"e":-268.4305296723179,"b":0,"d":-126.92614389807325,"f":-589.1801967291769};
36
+ // Manually invert and apply the affine transform
37
+ // Since we only use translate and scale, we can directly compute:
38
+ // x' = (x - tx) / sx
39
+ // y' = (y - ty) / sy
40
+ const sx = matrix.a;
41
+ const sy = matrix.d;
42
+ const tx = matrix.e;
43
+ const ty = matrix.f;
44
+ const realPoint = {
45
+ x: (x - tx) / sx,
46
+ y: (y - ty) / sy // Flip y back since we used negative scale
47
+ }
48
+
49
+ coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
50
+ coords.setAttribute('x', (x + 5).toString());
51
+ coords.setAttribute('y', (y - 5).toString());
52
+ });
53
+ document.currentScript.parentElement.addEventListener('mouseleave', () => {
54
+ document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
55
+ });
56
+ ]]></script>
57
+ </g>
58
+ <g transform="translate(0, 1216)">
59
+ <style>
60
+ .boundary { fill: rgb(245, 241, 237); }
61
+ .schematic-boundary { fill: none; stroke: #fff; }
62
+ .component { fill: none; stroke: rgb(132, 0, 0); }
63
+ .chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
64
+ .component-pin { fill: none; stroke: rgb(132, 0, 0); }
65
+ .text { font-family: sans-serif; fill: rgb(0, 150, 0); }
66
+ .pin-number { fill: rgb(169, 0, 0); }
67
+ .port-label { fill: rgb(0, 100, 100); }
68
+ .component-name { fill: rgb(0, 100, 100); }
69
+
70
+ </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 344.08840925458 360.1765754313001 L 344.08840925458 402.52731759564017 L 673.997599110611 402.52731759564017 L 673.997599110611 359.62081722956304 L 716.3483412749508 359.62081722956304" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="33.880593731472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 344.08840925458 360.1765754313001 L 344.08840925458 402.52731759564017 L 673.997599110611 402.52731759564017 L 673.997599110611 359.62081722956304 L 716.3483412749508 359.62081722956304" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.235074216434px" 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 174.68544059722007 360.1765754313001 L 174.68544059722007 521.109395655792" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="33.880593731472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 174.68544059722007 360.1765754313001 L 174.68544059722007 521.109395655792" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.235074216434px" 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="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="173.7960750117689" y="341.45215621399893" width="170.29233424281108" height="21.17537108216993" stroke-width="4.235074216434px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="173.7960750117689" y="341.45215621399893" width="170.29233424281108" height="21.17537108216993" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="344.08840925458" y1="360.1765754313001" x2="344.08840925458" y2="360.1765754313001" stroke-width="4.235074216434px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="339.853335038146" y="355.9415012148661" width="8.470148432868" height="8.470148432868" opacity="0"/></g><text class="pin-number sch-pin-number" x="339.853335038146" y="360.1765754313001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="31.763056623254997px" transform="rotate(-90 339.853335038146 360.1765754313001)">2</text><line class="component-pin sch-component-pin sch-port-line" x1="174.68544059722007" y1="360.1765754313001" x2="174.68544059722007" y2="360.1765754313001" stroke-width="4.235074216434px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="170.45036638078608" y="355.9415012148661" width="8.470148432868" height="8.470148432868" opacity="0"/></g><text class="pin-number sch-pin-number" x="170.45036638078608" y="360.1765754313001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="31.763056623254997px" transform="rotate(-90 170.45036638078608 360.1765754313001)">1</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="801.049825603631" y="268.30291880329037" width="187.19646357473812" height="183.74731325601942" stroke-width="4.235074216434px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="801.049825603631" y="268.30291880329037" width="187.19646357473812" height="183.74731325601942" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="801.049825603631" y1="359.62081722956304" x2="716.3483412749508" y2="359.62081722956304" stroke-width="4.235074216434px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="712.1132670585168" y="355.38574301312906" width="8.470148432868" height="8.470148432868" opacity="0"/></g><text class="pin-number sch-pin-number" x="758.6990834392909" y="355.3857430131293" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="31.763056623254997px" transform=""></text><text class="pin-number sch-pin-label" x="822.2251966858009" y="359.62081722956304" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="31.763056623254997px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="988.2462891783691" y1="360.7323336330371" x2="1068.7126992906153" y2="360.7323336330371" stroke-width="4.235074216434px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1072.9477735070493" cy="360.7323336330371" r="4.235074216434" stroke-width="4.235074216434px"/><rect x="1068.7126992906153" y="356.49725941660313" width="8.470148432868" height="8.470148432868" opacity="0"/></g><text class="pin-number sch-pin-number" x="1030.5970313427092" y="356.49725941660336" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="31.763056623254997px" transform=""></text><text class="pin-number sch-pin-label" x="967.0709180961992" y="360.7323336330371" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="31.763056623254997px" transform="">cathode</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="344.08840925458" cy="360.1765754313001" r="8.470148432868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="174.68544059722007" cy="360.1765754313001" r="8.470148432868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="716.3483412749508" cy="359.62081722956304" r="8.470148432868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="1072.9477735070493" cy="360.7323336330371" r="8.470148432868" fill="red" opacity="0"/></g><text class="sch-text" x="509.04300418259555" y="379.234409405253" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="25.410445298604px" transform="rotate(0, 509.04300418259555, 379.234409405253)">XXX</text><text class="sch-text" x="151.39253240683303" y="440.64298554354605" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="25.410445298604px" transform="rotate(-90, 151.39253240683303, 440.64298554354605)">XXXXXX</text>
71
+ </g>
72
+ </svg>
@@ -199,14 +199,7 @@ orientation: y+" data-x="-4" data-y="1.95" cx="293.0052356020942" cy="226.387434
199
199
  L 653.3761819647284,260.6666234476874
200
200
  L 672.4320920196352,260.6666234476874
201
201
  Z
202
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.1113477870280002px"/><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="670.4316660029848" y="266.2233623828274" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.002130083252px" 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="
203
- M 774.2315493114,750.15975624417
204
- L 779.78828824654,753.1603952691456
205
- L 779.78828824654,772.2163053240524
206
- L 768.6748103762601,772.2163053240524
207
- L 768.6748103762601,753.1603952691456
208
- Z
209
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.1113477870280002px"/><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="774.2315493114" y="755.160821285796" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.002130083252px" transform="rotate(90 774.2315493114 755.160821285796)">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="
202
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.1113477870280002px"/><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="670.4316660029848" y="266.2233623828274" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.002130083252px" transform="">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="767.563462589232" y="750.15975624417" width="13.336173444336055" height="10.002130083252041" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="M 767.563462589232 760.161886327422 L 780.8996360335681 760.161886327422" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="M 774.2315493114 760.161886327422 L 774.2315493114 750.15975624417" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="774.2315493114" y="762.940255794992" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="10.002130083252px">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="
210
203
  M 675.4327310446108,294.4515961733386
211
204
  L 672.4320920196352,300.0083351084786
212
205
  L 659.9034979672062,300.0083351084786
@@ -125,13 +125,6 @@ orientation: y-" data-x="-9.797500000000001" data-y="-20.825000000000003" cx="54
125
125
  L 885.7149808999925,369.63429767113496
126
126
  L 952.9282950925434,369.63429767113496
127
127
  Z
128
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.91977907005px"/><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="947.6726927664535" y="384.233193021385" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="26.27801163045px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
129
- M 1012.0538212610559,669.0576413047634
130
- L 1026.6527166113058,676.9410447938984
131
- L 1026.6527166113058,727.0055232483556
132
- L 997.4549259108059,727.0055232483556
133
- L 997.4549259108059,676.9410447938984
134
- Z
135
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.91977907005px"/><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="1012.0538212610559" y="682.1966471199884" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="26.27801163045px" transform="rotate(90 1012.0538212610559 682.1966471199884)">XX</text><text class="sch-text" x="103.27258570799358" y="114.2996179952629" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="26.27801163045px" transform="rotate(0, 103.27258570799358, 114.2996179952629)">U3</text><rect class="schematic-box sch-box" x="76.99457407754335" y="96.05099880745047" width="52.55602326090002" height="36.497238375624875" stroke-width="2.91977907005px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="23.3582325604 11.6791162802"/>
128
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.91977907005px"/><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="947.6726927664535" y="384.233193021385" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="26.27801163045px" transform="">XXX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="994.5351468407558" y="669.057641304763" width="35.037348840599975" height="26.27801163045001" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="M 994.5351468407558 695.335652935213 L 1029.5724956813558 695.335652935213" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.91977907005px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="M 1012.0538212610559 695.335652935213 L 1012.0538212610559 669.057641304763" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.91977907005px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="1012.0538212610559" y="702.635100610338" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="26.27801163045px">XX</text><text class="sch-text" x="103.27258570799358" y="114.2996179952629" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="26.27801163045px" transform="rotate(0, 103.27258570799358, 114.2996179952629)">U3</text><rect class="schematic-box sch-box" x="76.99457407754335" y="96.05099880745047" width="52.55602326090002" height="36.497238375624875" stroke-width="2.91977907005px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="23.3582325604 11.6791162802"/>
136
129
  </g>
137
130
  </svg>