@tscircuit/schematic-trace-solver 0.0.183 → 0.0.184

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 (103) hide show
  1. package/dist/index.js +231 -20
  2. package/lib/solvers/SameNetJunctionAlignmentSolver/alignSameNetJunctions.ts +30 -12
  3. package/lib/solvers/SameNetJunctionAlignmentSolver/collapseRedundantSharedEndpointStubs.ts +267 -0
  4. package/lib/solvers/SameNetJunctionAlignmentSolver/collapseSameNetCycles.ts +1 -1
  5. package/lib/solvers/SameNetJunctionAlignmentSolver/getSharedPin.ts +13 -0
  6. package/package.json +1 -1
  7. package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +2 -2
  8. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +2 -2
  9. package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +2 -2
  10. package/tests/bug-reports/bug-report-20260707T020342Z/bug-report-20260707T020342Z.test.ts +10 -0
  11. package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +2 -2
  12. package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +2 -2
  13. package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +2 -2
  14. package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +2 -2
  15. package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +2 -2
  16. package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +2 -2
  17. package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +2 -2
  18. package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +2 -2
  19. package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +2 -2
  20. package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +2 -2
  21. package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +2 -2
  22. package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +2 -2
  23. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +2 -2
  24. package/tests/bug-reports/bug-report-20260728T144234Z/bug-report-20260728T144234Z.test.ts +2 -0
  25. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +2 -2
  26. package/tests/bug-reports/bug-report-20260730T061837Z/bug-report-20260730T061837Z.test.ts +1 -1
  27. package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +2 -2
  28. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +2 -2
  29. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +2 -2
  30. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +2 -2
  31. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +2 -2
  32. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +2 -2
  33. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +2 -2
  34. package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +2 -2
  35. package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +2 -2
  36. package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +2 -2
  37. package/tests/bug-reports/bug-report-20260901T055358Z/__snapshots__/bug-report-20260901T055358Z.snap.svg +2 -2
  38. package/tests/bug-reports/bug-report-20260901T064117Z/__snapshots__/bug-report-20260901T064117Z.snap.svg +2 -2
  39. package/tests/bug-reports/bug-report-20260901T134241Z/__snapshots__/bug-report-20260901T134241Z.snap.svg +2 -2
  40. package/tests/bug-reports/bug-report-20260902T092425Z/__snapshots__/bug-report-20260902T092425Z.snap.svg +2 -2
  41. package/tests/examples/__snapshots__/example02.snap.svg +2 -2
  42. package/tests/examples/__snapshots__/example13.snap.svg +2 -2
  43. package/tests/examples/__snapshots__/example14.snap.svg +2 -2
  44. package/tests/examples/__snapshots__/example15.snap.svg +2 -2
  45. package/tests/examples/__snapshots__/example18.snap.svg +2 -2
  46. package/tests/examples/__snapshots__/example19.snap.svg +2 -2
  47. package/tests/examples/__snapshots__/example21.snap.svg +2 -2
  48. package/tests/examples/__snapshots__/example27.snap.svg +2 -2
  49. package/tests/examples/__snapshots__/example29.snap.svg +2 -2
  50. package/tests/examples/__snapshots__/example42.snap.svg +2 -2
  51. package/tests/examples/__snapshots__/example45.snap.svg +2 -2
  52. package/tests/examples/__snapshots__/example46.snap.svg +2 -2
  53. package/tests/examples/__snapshots__/example47.snap.svg +2 -2
  54. package/tests/examples/__snapshots__/example51.snap.svg +2 -2
  55. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +2 -2
  56. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +2 -2
  57. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +2 -2
  58. package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +2 -2
  59. package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +2 -2
  60. package/tests/repros/__snapshots__/repro-battery-management-bq24073.snap.svg +2 -2
  61. package/tests/repros/__snapshots__/repro-bc107a-common-emitter-routing.snap.svg +2 -2
  62. package/tests/repros/__snapshots__/repro-bluetooth-controller-ground-decoupling-groups.snap.svg +2 -2
  63. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +2 -2
  64. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +2 -2
  65. package/tests/repros/__snapshots__/repro-board-8090-power-section.snap.svg +2 -2
  66. package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +2 -2
  67. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +2 -2
  68. package/tests/repros/__snapshots__/repro-bq40z60-current-sense.snap.svg +2 -2
  69. package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +2 -2
  70. package/tests/repros/__snapshots__/repro-core-ground-inline-label-fallback.snap.svg +2 -2
  71. package/tests/repros/__snapshots__/repro-esp12f-section.snap.svg +508 -0
  72. package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +2 -2
  73. package/tests/repros/__snapshots__/repro-hdc2080-ground-label-alignment.snap.svg +2 -2
  74. package/tests/repros/__snapshots__/repro-hdc3020-ground-label-alignment.snap.svg +2 -2
  75. package/tests/repros/__snapshots__/repro-hub-usb-sheet.snap.svg +2 -2
  76. package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +2 -2
  77. package/tests/repros/__snapshots__/repro-isolated-rs485-isow7841.snap.svg +2 -2
  78. package/tests/repros/__snapshots__/repro-mspm0l1306-capacitor-symmetry.snap.svg +2 -2
  79. package/tests/repros/__snapshots__/repro-pga300-c6-trace-alignment.snap.svg +2 -2
  80. package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +2 -2
  81. package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +18 -18
  82. package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +2 -2
  83. package/tests/repros/__snapshots__/repro-powerbank-3v-system-power.snap.svg +2 -2
  84. package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +2 -2
  85. package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +2 -2
  86. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +2 -2
  87. package/tests/repros/__snapshots__/repro-smartwatch-power-sheet.snap.svg +2 -2
  88. package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +2 -2
  89. package/tests/repros/__snapshots__/repro-tida-01389-hbridge.snap.svg +2 -2
  90. package/tests/repros/__snapshots__/repro-tida00553-j4-cell-divider.snap.svg +2 -2
  91. package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +2 -2
  92. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +2 -2
  93. package/tests/repros/__snapshots__/repro-tmp1075-ground-label-overlap.snap.svg +2 -2
  94. package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +2 -2
  95. package/tests/repros/__snapshots__/repro-trellis-core-gnd-net-label-overlap.snap.svg +2 -2
  96. package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +2 -2
  97. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +2 -2
  98. package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +2 -2
  99. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +2 -2
  100. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +2 -2
  101. package/tests/repros/assets/repro-esp12f-status-section.input.json +1394 -0
  102. package/tests/repros/repro-esp12f-section.test.ts +12 -0
  103. package/tests/solvers/SameNetJunctionAlignmentSolver/collapse-redundant-shared-endpoint-stubs.test.ts +101 -0
@@ -1,6 +1,6 @@
1
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
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.4458008,0.00006220000000001225 1.1458008,1.1899378" data-type="line" data-label="" points="82.08836873900444,385.92099171420324 305.38141882696914,218.98791502638952" fill="none" stroke="hsl(16, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.0458008,-0.08006219999999957 1.9058008000000002,1.1899378" data-type="line" data-label="" points="571.9410875073304,397.1620093548415 412.0052862991136,218.98791502638952" fill="none" stroke="hsl(16, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.4458008,-0.08006219999999949 0.4458008,-0.00006220000000001225" data-type="line" data-label="" points="487.7643500293216,397.1620093548415 207.1752251026255,385.9384443577737" fill="none" stroke="hsl(0, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.7458008,-0.00006219999999993796 1.9058008000000002,1.1899378" data-type="line" data-label="" points="389.55815630497796,385.9384443577737 412.0052862991136,218.98791502638952" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.1458008,-0.00006219999999986448 0.4458008,-0.00006220000000001225" data-type="line" data-label="" points="305.38141882696914,385.9384443577737 207.1752251026255,385.9384443577737" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-0.4458008,0.00006220000000001225 -0.6458008,0.00006220000000001225 -0.6458008,1.1899378 1.1458008,1.1899378" data-type="line" data-label="" points="82.08836873900444,385.92099171420324 54.029456246334846,385.92099171420324 54.029456246334846,218.98791502638952 305.38141882696914,218.98791502638952" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.9058008000000002,1.1899378 2.1058008000000004,1.1899378 2.1058008000000004,-0.00006219999999993796 1.7458008,-0.00006219999999993796" data-type="line" data-label="" points="412.0052862991136,218.98791502638952 440.06419879178327,218.98791502638952 440.06419879178327,385.9384443577737 389.55815630497796,385.9384443577737" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.4458008,-0.00006220000000001225 1.1458008,-0.00006219999999986448" data-type="line" data-label="" points="207.1752251026255,385.9384443577737 305.38141882696914,385.9384443577737" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.0458008,-0.08006219999999957 3.2458008,-0.08006219999999957 3.2458008,0.5949378000000001 2.1058008000000004,0.5949378000000001" data-type="line" data-label="" points="571.9410875073304,397.1620093548415 600,397.1620093548415 600,302.4631796920816 440.06419879178327,302.4631796920816" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.4458008,-0.08006219999999949 2.2458008,-0.08006219999999949 2.2458008,-0.7000621999999994 0.7958008,-0.7000621999999994 0.7958008,-0.00006219999999993836" data-type="line" data-label="" points="487.7643500293216,397.1620093548415 459.70543753665197,397.1620093548415 459.70543753665197,484.14463808211724 256.27832196479727,484.14463808211724 256.27832196479727,385.9384443577737" 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="82.08836873900444" y="323.3059010698864" width="125.08685636362105" height="125.24763393220417" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.007127860000000001"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="1.5258008" data-y="1.1899378" x="305.38141882696914" y="183.9142744105525" width="106.62386747214447" height="70.14728123167401" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.007127860000000001"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="2.7458008" data-y="-0.0800621999999995" x="487.7643500293216" y="338.2382931202353" width="84.17673747800882" height="117.84743246921232" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.007127860000000001"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="1.4458008" data-y="-0.00006219999999990122" x="305.38141882696914" y="338.2382931202353" width="84.17673747800882" height="95.40030247507667" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.007127860000000001"/></g><g><rect data-type="rect" data-label="netId: VS1.1 to SW1.1
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-0.4458008,0.00006220000000001225 1.1458008,1.1899378" data-type="line" data-label="" points="82.08836873900444,385.92099171420324 305.38141882696914,218.98791502638952" fill="none" stroke="hsl(16, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.0458008,-0.08006219999999957 1.9058008000000002,1.1899378" data-type="line" data-label="" points="571.9410875073304,397.1620093548415 412.0052862991136,218.98791502638952" fill="none" stroke="hsl(16, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.4458008,-0.08006219999999949 0.4458008,-0.00006220000000001225" data-type="line" data-label="" points="487.7643500293216,397.1620093548415 207.1752251026255,385.9384443577737" fill="none" stroke="hsl(0, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.7458008,-0.00006219999999993796 1.9058008000000002,1.1899378" data-type="line" data-label="" points="389.55815630497796,385.9384443577737 412.0052862991136,218.98791502638952" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.1458008,-0.00006219999999986448 0.4458008,-0.00006220000000001225" data-type="line" data-label="" points="305.38141882696914,385.9384443577737 207.1752251026255,385.9384443577737" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-0.4458008,0.00006220000000001225 -0.6458008,0.00006220000000001225 -0.6458008,1.1899378 1.1458008,1.1899378" data-type="line" data-label="" points="82.08836873900444,385.92099171420324 54.029456246334846,385.92099171420324 54.029456246334846,218.98791502638952 305.38141882696914,218.98791502638952" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.9058008000000002,1.1899378 2.1058008000000004,1.1899378 2.1058008000000004,-0.00006219999999993796 1.7458008,-0.00006219999999993796" data-type="line" data-label="" points="412.0052862991136,218.98791502638952 440.06419879178327,218.98791502638952 440.06419879178327,385.9384443577737 389.55815630497796,385.9384443577737" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1458008,-0.00006219999999986448 0.4458008,-0.00006220000000001225" data-type="line" data-label="" points="305.38141882696914,385.9384443577737 207.1752251026255,385.9384443577737" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.2458008,-0.08006219999999957 3.2458008,0.5949378000000001 2.1058008000000004,0.5949378000000001" data-type="line" data-label="" points="600,397.1620093548415 600,302.4631796920816 440.06419879178327,302.4631796920816" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.2458008,-0.08006219999999949 2.2458008,-0.7000621999999994 0.7958008,-0.7000621999999994 0.7958008,-0.00006219999999993836" data-type="line" data-label="" points="459.70543753665197,397.1620093548415 459.70543753665197,484.14463808211724 256.27832196479727,484.14463808211724 256.27832196479727,385.9384443577737" 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="82.08836873900444" y="323.3059010698864" width="125.08685636362105" height="125.24763393220417" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.007127860000000001"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="1.5258008" data-y="1.1899378" x="305.38141882696914" y="183.9142744105525" width="106.62386747214447" height="70.14728123167401" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.007127860000000001"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="2.7458008" data-y="-0.0800621999999995" x="487.7643500293216" y="338.2382931202353" width="84.17673747800882" height="117.84743246921232" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.007127860000000001"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="1.4458008" data-y="-0.00006219999999990122" x="305.38141882696914" y="338.2382931202353" width="84.17673747800882" height="95.40030247507667" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.007127860000000001"/></g><g><rect data-type="rect" data-label="netId: VS1.1 to SW1.1
4
4
  globalConnNetId: connectivity_net0" data-x="-0.6458008" data-y="-0.2249378" x="40.00000000000004" y="385.92099171420324" width="28.058912492669606" height="63.13255310850661" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.007127860000000001"/></g><g><rect data-type="rect" data-label="netId: .R1 &gt; .pin2 to VS1.2
5
5
  globalConnNetId: connectivity_net2" data-x="0.7958008" data-y="0.22493780000000008" x="242.24886571846247" y="322.80589124926706" width="28.058912492669577" height="63.13255310850661" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.007127860000000001"/></g><g><rect data-type="rect" data-label="netId: .R1 &gt; .pin1 to SW1.2
6
6
  globalConnNetId: connectivity_net1" data-x="2.1058008000000004" data-y="1.4149378000000001" x="426.03474254544847" y="155.85536191788287" width="28.058912492669606" height="63.13255310850664" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.007127860000000001"/></g><g><circle data-type="point" data-label="VS1.1
@@ -71,7 +71,7 @@ orientation: y+" data-x="2.1058008000000004" data-y="1.1899378" cx="440.06419879
71
71
  .port-label { fill: rgb(0, 100, 100); }
72
72
  .component-name { fill: rgb(0, 100, 100); }
73
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 190.41568060436208 499.57365929113297 L 142.81176045328206 499.57365929113297 L 142.81176045328206 216.35994403054093 L 569.2480579980179 216.35994403054093" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="38.083136120864005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 190.41568060436208 499.57365929113297 L 142.81176045328206 499.57365929113297 L 142.81176045328206 216.35994403054093 L 569.2480579980179 216.35994403054093" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.760392015108001px" 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 750.142954572122 216.35994403054093 L 797.7468747232019 216.35994403054093 L 797.7468747232019 499.60326892946694 L 712.0598184512579 499.60326892946694" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="38.083136120864005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 750.142954572122 216.35994403054093 L 797.7468747232019 216.35994403054093 L 797.7468747232019 499.60326892946694 L 712.0598184512579 499.60326892946694" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.760392015108001px" 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 402.6343374692379 499.603268929467 L 569.2480579980179 499.60326892946694" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="38.083136120864005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 402.6343374692379 499.603268929467 L 569.2480579980179 499.60326892946694" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.760392015108001px" 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 1021.485299433278 518.6448369898989 L 1069.089219584358 518.6448369898989 L 1069.089219584358 357.98160648000396 L 797.7468747232019 357.98160648000396" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="38.083136120864005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1021.485299433278 518.6448369898989 L 1069.089219584358 518.6448369898989 L 1069.089219584358 357.98160648000396 L 797.7468747232019 357.98160648000396" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.760392015108001px" 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 878.6735389800381 518.6448369898989 L 831.069618828958 518.6448369898989 L 831.069618828958 666.2169894582469 L 485.9411977336279 666.2169894582469 L 485.9411977336279 499.60326892946694" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="38.083136120864005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 878.6735389800381 518.6448369898989 L 831.069618828958 518.6448369898989 L 831.069618828958 666.2169894582469 L 485.9411977336279 666.2169894582469 L 485.9411977336279 499.60326892946694" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.760392015108001px" 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"/><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="190.41568060436208" y="479.924625740144" width="212.20956235068138" height="51.08748723257139" fill="transparent"/><path class="sch-component-symbol-path" d="M 190.41568060436208 499.573659291133 L 237.57336112673573 497.60875593603413" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.760392015108001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 353.5026590775709 497.60875593603413 L 402.62524295504346 497.60875593603413" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.760392015108001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 316.1694953306918 479.924625740144 L 296.52046177970277 517.2577894870232 L 274.90652487361484 479.924625740144" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.760392015108001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 296.52046177970277 531.0121129727154 L 310.27478526539505 527.0823062625176" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.760392015108001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 310.27478526539505 527.0823062625176 L 324.0291087510874 531.0121129727154" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.760392015108001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 267.04691145321925 531.0121129727154 L 282.7661382940105 527.0823062625176" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.760392015108001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 282.7661382940105 527.0823062625176 L 296.52046177970277 531.0121129727154" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.760392015108001px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="296.52046177970277" y="425.0143502586103" stroke="rgb(245, 241, 237)" stroke-width="4.760392015108001px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="42.843528135972px">VS1</text><text class="sch-component-text" x="296.52046177970277" y="585.9223884542491" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="42.843528135972px"></text><circle class="sch-component-symbol-circle" cx="296.52046177970277" cy="497.60875593603413" r="69.025684219066px" stroke-width="4.760392015108001px" 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="569.2480579980179" y="183.03719992478491" width="180.894896574104" height="35.70294011331001" fill="transparent"/><path class="sch-component-symbol-path" d="M 569.2480579980179 216.35994403054093 L 631.1331541944219 218.74014003809492" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.760392015108001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 643.0341342321918 213.97974802298694 L 683.4974663606099 183.03719992478491" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.760392015108001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 688.2578583757179 218.74014003809492 L 750.1429545721219 216.35994403054093" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.760392015108001px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="659.6955062850699" y="156.85504384169093" stroke="rgb(245, 241, 237)" stroke-width="4.760392015108001px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="42.843528135972px">SW1</text><text class="sch-component-text" x="659.6955062850699" y="275.86484421939093" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="42.843528135972px"></text><circle class="sch-component-symbol-circle" cx="683.4974663606099" cy="216.35994403054093" r="4.760392015108001px" stroke-width="4.760392015108001px" fill="none" stroke="rgb(132, 0, 0)"/><circle class="sch-component-symbol-circle" cx="635.8935462095299" cy="216.35994403054093" r="4.760392015108001px" stroke-width="4.760392015108001px" fill="none" stroke="rgb(132, 0, 0)"/></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="878.6735389800381" y="480.5569404770198" width="142.8117604532399" height="76.17579302575814" fill="transparent"/><path class="sch-component-symbol-path" d="M 1021.485299433278 518.6448369898989 L 964.360595251982 518.6448369898989" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.760392015108001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 935.7982431613341 518.6448369898989 L 878.6735389800381 518.6448369898989" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.760392015108001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 964.360595251982 480.5569404770198 L 964.360595251982 556.7327335027779" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.760392015108001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 935.7982431613341 480.5569404770198 L 935.7982431613341 556.7327335027779" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.760392015108001px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="950.079419206658" y="461.5201328086029" stroke="rgb(245, 241, 237)" stroke-width="4.760392015108001px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="42.843528135972px">C1</text><text class="sch-component-text" x="950.079419206658" y="575.7695411711949" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="42.843528135972px"></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="569.2480579980179" y="480.56646126105005" width="142.8117604532399" height="38.073615336833825" fill="transparent"/><path class="sch-component-symbol-path" d="M 712.0598184512578 499.60326892946694 L 688.2530979837028 499.60326892946694" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.760392015108001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 593.0547784655729 499.60326892946694 L 569.2480579980179 499.60326892946694" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.760392015108001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 688.2530979837028 518.6400765978839 L 593.0547784655729 518.6400765978839 L 593.0547784655729 480.56646126105005 L 688.2530979837028 480.56646126105005 L 688.2530979837028 518.6400765978839" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.760392015108001px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="640.6539382246378" y="461.5201328086029" stroke="rgb(245, 241, 237)" stroke-width="4.760392015108001px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="42.843528135972px">R1</text><text class="sch-component-text" x="640.6539382246378" y="537.6864050503309" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="42.843528135972px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="167.98987737178675" cy="498.3277813337677" r="9.520784030216001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="380.20853423666256" cy="498.35739097210165" r="9.520784030216001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="569.2480579980179" cy="216.35994403054093" r="9.520784030216001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="750.142954572122" cy="216.35994403054093" r="9.520784030216001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="1021.485299433278" cy="518.6448369898989" r="9.520784030216001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="878.6735389800381" cy="518.6448369898989" r="9.520784030216001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="712.0598184512579" cy="499.60326892946694" r="9.520784030216001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="569.2480579980179" cy="499.60326892946694" r="9.520784030216001" 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="
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 190.41568060436208 499.57365929113297 L 142.81176045328206 499.57365929113297 L 142.81176045328206 216.35994403054093 L 569.2480579980179 216.35994403054093" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="38.083136120864005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 190.41568060436208 499.57365929113297 L 142.81176045328206 499.57365929113297 L 142.81176045328206 216.35994403054093 L 569.2480579980179 216.35994403054093" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.760392015108001px" 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 750.142954572122 216.35994403054093 L 797.7468747232019 216.35994403054093 L 797.7468747232019 499.60326892946694 L 712.0598184512579 499.60326892946694" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="38.083136120864005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 750.142954572122 216.35994403054093 L 797.7468747232019 216.35994403054093 L 797.7468747232019 499.60326892946694 L 712.0598184512579 499.60326892946694" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.760392015108001px" 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 569.2480579980179 499.60326892946694 L 402.6343374692379 499.603268929467" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="38.083136120864005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 569.2480579980179 499.60326892946694 L 402.6343374692379 499.603268929467" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.760392015108001px" 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 1069.089219584358 518.6448369898989 L 1069.089219584358 357.98160648000396 L 797.7468747232019 357.98160648000396" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="38.083136120864005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1069.089219584358 518.6448369898989 L 1069.089219584358 357.98160648000396 L 797.7468747232019 357.98160648000396" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.760392015108001px" 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 831.069618828958 518.6448369898989 L 831.069618828958 666.2169894582469 L 485.9411977336279 666.2169894582469 L 485.9411977336279 499.60326892946694" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="38.083136120864005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 831.069618828958 518.6448369898989 L 831.069618828958 666.2169894582469 L 485.9411977336279 666.2169894582469 L 485.9411977336279 499.60326892946694" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.760392015108001px" 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"/><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="190.41568060436208" y="479.924625740144" width="212.20956235068138" height="51.08748723257139" fill="transparent"/><path class="sch-component-symbol-path" d="M 190.41568060436208 499.573659291133 L 237.57336112673573 497.60875593603413" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.760392015108001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 353.5026590775709 497.60875593603413 L 402.62524295504346 497.60875593603413" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.760392015108001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 316.1694953306918 479.924625740144 L 296.52046177970277 517.2577894870232 L 274.90652487361484 479.924625740144" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.760392015108001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 296.52046177970277 531.0121129727154 L 310.27478526539505 527.0823062625176" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.760392015108001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 310.27478526539505 527.0823062625176 L 324.0291087510874 531.0121129727154" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.760392015108001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 267.04691145321925 531.0121129727154 L 282.7661382940105 527.0823062625176" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.760392015108001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 282.7661382940105 527.0823062625176 L 296.52046177970277 531.0121129727154" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.760392015108001px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="296.52046177970277" y="425.0143502586103" stroke="rgb(245, 241, 237)" stroke-width="4.760392015108001px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="42.843528135972px">VS1</text><text class="sch-component-text" x="296.52046177970277" y="585.9223884542491" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="42.843528135972px"></text><circle class="sch-component-symbol-circle" cx="296.52046177970277" cy="497.60875593603413" r="69.025684219066px" stroke-width="4.760392015108001px" 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="569.2480579980179" y="183.03719992478491" width="180.894896574104" height="35.70294011331001" fill="transparent"/><path class="sch-component-symbol-path" d="M 569.2480579980179 216.35994403054093 L 631.1331541944219 218.74014003809492" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.760392015108001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 643.0341342321918 213.97974802298694 L 683.4974663606099 183.03719992478491" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.760392015108001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 688.2578583757179 218.74014003809492 L 750.1429545721219 216.35994403054093" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.760392015108001px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="659.6955062850699" y="156.85504384169093" stroke="rgb(245, 241, 237)" stroke-width="4.760392015108001px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="42.843528135972px">SW1</text><text class="sch-component-text" x="659.6955062850699" y="275.86484421939093" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="42.843528135972px"></text><circle class="sch-component-symbol-circle" cx="683.4974663606099" cy="216.35994403054093" r="4.760392015108001px" stroke-width="4.760392015108001px" fill="none" stroke="rgb(132, 0, 0)"/><circle class="sch-component-symbol-circle" cx="635.8935462095299" cy="216.35994403054093" r="4.760392015108001px" stroke-width="4.760392015108001px" fill="none" stroke="rgb(132, 0, 0)"/></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="878.6735389800381" y="480.5569404770198" width="142.8117604532399" height="76.17579302575814" fill="transparent"/><path class="sch-component-symbol-path" d="M 1021.485299433278 518.6448369898989 L 964.360595251982 518.6448369898989" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.760392015108001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 935.7982431613341 518.6448369898989 L 878.6735389800381 518.6448369898989" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.760392015108001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 964.360595251982 480.5569404770198 L 964.360595251982 556.7327335027779" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.760392015108001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 935.7982431613341 480.5569404770198 L 935.7982431613341 556.7327335027779" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.760392015108001px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="950.079419206658" y="461.5201328086029" stroke="rgb(245, 241, 237)" stroke-width="4.760392015108001px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="42.843528135972px">C1</text><text class="sch-component-text" x="950.079419206658" y="575.7695411711949" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="42.843528135972px"></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="569.2480579980179" y="480.56646126105005" width="142.8117604532399" height="38.073615336833825" fill="transparent"/><path class="sch-component-symbol-path" d="M 712.0598184512578 499.60326892946694 L 688.2530979837028 499.60326892946694" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.760392015108001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 593.0547784655729 499.60326892946694 L 569.2480579980179 499.60326892946694" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.760392015108001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 688.2530979837028 518.6400765978839 L 593.0547784655729 518.6400765978839 L 593.0547784655729 480.56646126105005 L 688.2530979837028 480.56646126105005 L 688.2530979837028 518.6400765978839" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.760392015108001px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="640.6539382246378" y="461.5201328086029" stroke="rgb(245, 241, 237)" stroke-width="4.760392015108001px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="42.843528135972px">R1</text><text class="sch-component-text" x="640.6539382246378" y="537.6864050503309" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="42.843528135972px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="167.98987737178675" cy="498.3277813337677" r="9.520784030216001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="380.20853423666256" cy="498.35739097210165" r="9.520784030216001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="569.2480579980179" cy="216.35994403054093" r="9.520784030216001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="750.142954572122" cy="216.35994403054093" r="9.520784030216001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="1021.485299433278" cy="518.6448369898989" r="9.520784030216001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="878.6735389800381" cy="518.6448369898989" r="9.520784030216001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="712.0598184512579" cy="499.60326892946694" r="9.520784030216001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="569.2480579980179" cy="499.60326892946694" r="9.520784030216001" 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
75
  M 142.81176045328206,499.57365929113297
76
76
  L 166.61372052882206,512.4267177319246
77
77
  L 166.61372052882206,594.0515728176431