@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.54,-0.0050000000000000044 -0.5000000000000002,1.3494553499999995" data-type="line" data-label="" points="79.25233644859813,395.52511635514014 84.48598130841118,218.30665934579443" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.5399999999999998,1.3494553499999995 3.14,0.004999999999999413" data-type="line" data-label="" points="220.56074766355135,218.30665934579443 560.7476635514018,394.21670514018695" fill="none" stroke="hsl(128, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.5399999999999998,1.3494553499999995 1.84,0.004999999999999857" data-type="line" data-label="" points="220.56074766355135,218.30665934579443 390.65420560747657,394.2167051401869" fill="none" stroke="hsl(128, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.54,0.0049999999999999975 2.5400000000000005,0.004999999999999486" data-type="line" data-label="" points="220.56074766355138,394.2167051401869 482.24299065420564,394.21670514018695" fill="none" stroke="hsl(136, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.54,0.0049999999999999975 1.24,0.00499999999999993" data-type="line" data-label="" points="220.56074766355138,394.2167051401869 312.14953271028037,394.2167051401869" fill="none" stroke="hsl(136, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-0.54,-0.0050000000000000044 -0.74,-0.0050000000000000044 -0.74,1.3494553499999995 -0.5000000000000002,1.3494553499999995" data-type="line" data-label="" points="79.25233644859813,395.52511635514014 53.084112149532714,395.52511635514014 53.084112149532714,218.30665934579443 84.48598130841118,218.30665934579443" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.14,0.004999999999999413 3.3400000000000003,0.004999999999999413 3.3400000000000003,0.5449999999999995 2.04,0.5449999999999995 2.04,0.004999999999999857 1.84,0.004999999999999857" data-type="line" data-label="" points="560.7476635514018,394.21670514018695 586.9158878504672,394.21670514018695 586.9158878504672,323.5624995327103 416.82242990654197,323.5624995327103 416.82242990654197,394.2167051401869 390.65420560747657,394.2167051401869" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.5399999999999998,1.3494553499999995 2.04,1.3494553499999995 2.04,0.004999999999999857 1.84,0.004999999999999857" data-type="line" data-label="" points="220.56074766355135,218.30665934579443 416.82242990654197,218.30665934579443 416.82242990654197,394.2167051401869 390.65420560747657,394.2167051401869" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.54,0.0049999999999999975 1.24,0.00499999999999993" data-type="line" data-label="" points="220.56074766355138,394.2167051401869 312.14953271028037,394.2167051401869" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.5400000000000005,0.004999999999999486 2.3400000000000007,0.004999999999999486 2.3400000000000007,-0.6150000000000001 1.04,-0.6150000000000001 1.04,0.00499999999999993 1.24,0.00499999999999993" data-type="line" data-label="" points="482.24299065420564,394.21670514018695 456.07476635514024,394.21670514018695 456.07476635514024,475.33820046728965 285.98130841121497,475.33820046728965 285.98130841121497,394.2167051401869 312.14953271028037,394.2167051401869" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="79.25233644859813" y="341.2973135514019" width="141.30841121495325" height="107.14719439252326" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.007642857142857144"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="0.019999999999999796" data-y="1.4194553499999993" x="84.48598130841117" y="164.66179953271038" width="136.07476635514018" height="88.9719626168224" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.007642857142857144"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="2.8400000000000003" data-y="0.004999999999999449" x="482.2429906542056" y="349.7307238317758" width="78.5046728971962" height="88.9719626168224" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.007642857142857144"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="1.54" data-y="0.004999999999999893" x="312.14953271028037" y="339.2634341121495" width="78.5046728971962" height="109.90654205607473" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.007642857142857144"/></g><g><rect data-type="rect" data-label="netId: .V1 &gt; .pin1 to .D1 &gt; .anode
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-0.54,-0.0050000000000000044 -0.5000000000000002,1.3494553499999995" data-type="line" data-label="" points="79.25233644859813,395.52511635514014 84.48598130841118,218.30665934579443" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.5399999999999998,1.3494553499999995 3.14,0.004999999999999413" data-type="line" data-label="" points="220.56074766355135,218.30665934579443 560.7476635514018,394.21670514018695" fill="none" stroke="hsl(128, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.5399999999999998,1.3494553499999995 1.84,0.004999999999999857" data-type="line" data-label="" points="220.56074766355135,218.30665934579443 390.65420560747657,394.2167051401869" fill="none" stroke="hsl(128, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.54,0.0049999999999999975 2.5400000000000005,0.004999999999999486" data-type="line" data-label="" points="220.56074766355138,394.2167051401869 482.24299065420564,394.21670514018695" fill="none" stroke="hsl(136, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.54,0.0049999999999999975 1.24,0.00499999999999993" data-type="line" data-label="" points="220.56074766355138,394.2167051401869 312.14953271028037,394.2167051401869" fill="none" stroke="hsl(136, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-0.54,-0.0050000000000000044 -0.74,-0.0050000000000000044 -0.74,1.3494553499999995 -0.5000000000000002,1.3494553499999995" data-type="line" data-label="" points="79.25233644859813,395.52511635514014 53.084112149532714,395.52511635514014 53.084112149532714,218.30665934579443 84.48598130841118,218.30665934579443" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.14,0.004999999999999413 3.3400000000000003,0.004999999999999413 3.3400000000000003,0.5449999999999995 2.04,0.5449999999999995" data-type="line" data-label="" points="560.7476635514018,394.21670514018695 586.9158878504672,394.21670514018695 586.9158878504672,323.5624995327103 416.82242990654197,323.5624995327103" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.5399999999999998,1.3494553499999995 2.04,1.3494553499999995 2.04,0.004999999999999857 1.84,0.004999999999999857" data-type="line" data-label="" points="220.56074766355135,218.30665934579443 416.82242990654197,218.30665934579443 416.82242990654197,394.2167051401869 390.65420560747657,394.2167051401869" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.24,0.00499999999999993 0.54,0.0049999999999999975" data-type="line" data-label="" points="312.14953271028037,394.2167051401869 220.56074766355138,394.2167051401869" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.5400000000000005,0.004999999999999486 2.3400000000000007,0.004999999999999486 2.3400000000000007,-0.6150000000000001 1.04,-0.6150000000000001 1.04,0.00499999999999993" data-type="line" data-label="" points="482.24299065420564,394.21670514018695 456.07476635514024,394.21670514018695 456.07476635514024,475.33820046728965 285.98130841121497,475.33820046728965 285.98130841121497,394.2167051401869" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="79.25233644859813" y="341.2973135514019" width="141.30841121495325" height="107.14719439252326" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.007642857142857144"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="0.019999999999999796" data-y="1.4194553499999993" x="84.48598130841117" y="164.66179953271038" width="136.07476635514018" height="88.9719626168224" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.007642857142857144"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="2.8400000000000003" data-y="0.004999999999999449" x="482.2429906542056" y="349.7307238317758" width="78.5046728971962" height="88.9719626168224" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.007642857142857144"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="1.54" data-y="0.004999999999999893" x="312.14953271028037" y="339.2634341121495" width="78.5046728971962" height="109.90654205607473" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.007642857142857144"/></g><g><rect data-type="rect" data-label="netId: .V1 &gt; .pin1 to .D1 &gt; .anode
4
4
  globalConnNetId: connectivity_net0" data-x="-0.74" data-y="-0.23" x="40.00000000000001" y="395.52511635514014" width="26.168224299065415" height="58.87850467289718" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.007642857142857144"/></g><g><rect data-type="rect" data-label="netId: .V1 &gt; .pin2 to .C1 &gt; .pin2
5
5
  globalConnNetId: connectivity_net2" data-x="0.89" data-y="0.22999999999999998" x="253.27102803738313" y="335.3382004672897" width="26.16822429906543" height="58.87850467289718" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.007642857142857144"/></g><g><rect data-type="rect" data-label="netId: .D1 &gt; .cathode to .R1 &gt; .pin1
6
6
  globalConnNetId: connectivity_net1" data-x="3.3400000000000003" data-y="-0.22000000000000058" x="573.8317757009345" y="394.21670514018695" width="26.1682242990654" height="58.87850467289718" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.007642857142857144"/></g><g><circle data-type="point" data-label="V1.1
@@ -71,7 +71,7 @@ orientation: y-" data-x="3.3400000000000003" data-y="0.004999999999999413" cx="5
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 181.81818181824195 509.5971988636635 L 136.36363636370197 509.5971988636635 L 136.36363636370197 201.76643750006417 L 190.90909090914994 201.76643750006417" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="36.363636363632px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 181.81818181824195 509.5971988636635 L 136.36363636370197 509.5971988636635 L 136.36363636370197 201.76643750006417 L 190.90909090914994 201.76643750006417" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><path d="M 1018.181818181778 507.32447159093664 L 1063.636363636318 507.32447159093664 L 1063.636363636318 384.5971988636786 L 768.181818181808 384.5971988636786 L 768.181818181808 507.3244715909365 L 722.727272727268 507.3244715909365" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="36.363636363632px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1018.181818181778 507.32447159093664 L 1063.636363636318 507.32447159093664 L 1063.636363636318 384.5971988636786 L 768.181818181808 384.5971988636786 L 768.181818181808 507.3244715909365 L 722.727272727268 507.3244715909365" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><path d="M 427.27272727275795 201.76643750006417 L 768.181818181808 201.76643750006417 L 768.181818181808 507.3244715909365 L 722.727272727268 507.3244715909365" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="36.363636363632px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 427.27272727275795 201.76643750006417 L 768.181818181808 201.76643750006417 L 768.181818181808 507.3244715909365 L 722.727272727268 507.3244715909365" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><path d="M 427.272727272758 507.32447159093647 L 586.363636363648 507.32447159093647" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="36.363636363632px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 427.272727272758 507.32447159093647 L 586.363636363648 507.32447159093647" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><path d="M 881.8181818181581 507.3244715909366 L 836.3636363636182 507.3244715909366 L 836.3636363636182 648.2335625000105 L 540.909090909108 648.2335625000105 L 540.909090909108 507.32447159093647 L 586.363636363648 507.32447159093647" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="36.363636363632px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 881.8181818181581 507.3244715909366 L 836.3636363636182 507.3244715909366 L 836.3636363636182 648.2335625000105 L 540.909090909108 648.2335625000105 L 540.909090909108 507.32447159093647 L 586.363636363648 507.32447159093647" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="768.181818181808" cy="507.3244715909365" r="6.818181818180999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="722.727272727268" cy="507.3244715909365" r="6.818181818180999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><circle cx="586.363636363648" cy="507.32447159093647" r="6.818181818180999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component-overlay sch-component-overlay" x="181.81818181824195" y="486.8699261363935" width="245.45454545451605" height="59.09090909090196" fill="transparent"/><path class="sch-component-symbol-path" d="M 181.81818181824195 509.59719886366344 L 236.36363636368998 507.32447159093647" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 370.45454545458296 507.32447159093647 L 427.272727272758 507.32447159093647" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 327.27272727277 486.8699261363935 L 304.5454545455 530.0517443182065 L 279.545454545503 486.8699261363935" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 304.5454545455 545.9608352272954 L 320.454545454589 541.4153806818415" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 320.454545454589 541.4153806818415 L 336.363636363678 545.9608352272954" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 270.45454545459495 545.9608352272954 L 288.636363636411 541.4153806818415" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 288.636363636411 541.4153806818415 L 304.5454545455 545.9608352272954" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="304.5454545455" y="423.35734659094663" stroke="rgb(245, 241, 237)" stroke-width="4.545454545454px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="40.909090909086px">V1</text><text class="sch-component-text" x="304.5454545455" y="609.4734147727422" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="40.909090909086px"></text><circle class="sch-component-symbol-circle" cx="304.5454545455" cy="507.32447159093647" r="65.90909090908299px" stroke-width="4.545454545454px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component-overlay sch-component-overlay" x="190.9090909091499" y="169.94825568188622" width="236.36363636360804" height="61.363636363628984" fill="transparent"/><path class="sch-component-symbol-path" d="M 340.9090909091319 201.76643750006423 L 281.8181818182299 231.3118920455152" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 281.8181818182299 169.94825568188622 L 340.9090909091319 201.76643750006423" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 281.8181818182299 231.3118920455152 L 281.8181818182299 169.94825568188622" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 340.9090909091319 169.94825568188622 L 340.9090909091319 231.3118920455152" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 281.8181818182299 201.76643750006423 L 190.9090909091499 201.76643750006423" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 427.27272727275795 201.76643750006423 L 343.18181818185894 201.76643750006423" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="306.8181818182269" y="149.4937102273432" stroke="rgb(245, 241, 237)" stroke-width="4.545454545454px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="40.909090909086px">D1</text><text class="sch-component-text" x="309.0909090909539" y="272.2209829546012" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="40.909090909086px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component-overlay sch-component-overlay" x="881.8181818181581" y="489.14719886366606" width="136.3636363636199" height="36.35454545454104" fill="transparent"/><path class="sch-component-symbol-path" d="M 1018.181818181778 507.3244715909366 L 995.4499999999625 507.3244715909366" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 904.5499999999736 507.3244715909366 L 881.8181818181581 507.3244715909366" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 995.4499999999625 525.5017443182071 L 904.5499999999736 525.5017443182071 L 904.5499999999736 489.14719886366606 L 995.4499999999625 489.14719886366606 L 995.4499999999625 525.5017443182071" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="949.999999999968" y="470.9608352273046" stroke="rgb(245, 241, 237)" stroke-width="4.545454545454px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="40.909090909086px">R1</text><text class="sch-component-text" x="949.999999999968" y="543.6881079545685" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="40.909090909086px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component-overlay sch-component-overlay" x="586.3636363636479" y="470.956289772759" width="136.36363636362012" height="72.73636363635495" fill="transparent"/><path class="sch-component-symbol-path" d="M 722.727272727268 507.32447159093647 L 668.18181818182 507.32447159093647" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 640.9090909090959 507.32447159093647 L 586.3636363636479 507.32447159093647" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 668.18181818182 470.956289772759 L 668.18181818182 543.692653409114" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 640.9090909090959 470.956289772759 L 640.9090909090959 543.692653409114" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="654.5454545454579" y="452.77901704548844" stroke="rgb(245, 241, 237)" stroke-width="4.545454545454px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="40.909090909086px">C1</text><text class="sch-component-text" x="654.5454545454579" y="561.8699261363845" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="40.909090909086px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="181.81818181824195" cy="509.5971988636635" r="9.090909090908" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="427.272727272758" cy="507.32447159093647" r="9.090909090908" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="190.90909090914994" cy="201.76643750006417" r="9.090909090908" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="427.27272727275795" cy="201.76643750006417" r="9.090909090908" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="1018.181818181778" cy="507.32447159093664" r="9.090909090908" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="881.8181818181581" cy="507.3244715909366" r="9.090909090908" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="722.727272727268" cy="507.3244715909365" r="9.090909090908" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="586.363636363648" cy="507.32447159093647" r="9.090909090908" fill="red" opacity="0"/></g><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="
74
+ </style><rect class="boundary" x="0" y="0" width="1200" height="800"/><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><path d="M 181.81818181824195 509.5971988636635 L 136.36363636370197 509.5971988636635 L 136.36363636370197 201.76643750006417 L 190.90909090914994 201.76643750006417" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="36.363636363632px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 181.81818181824195 509.5971988636635 L 136.36363636370197 509.5971988636635 L 136.36363636370197 201.76643750006417 L 190.90909090914994 201.76643750006417" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><path d="M 1018.181818181778 507.32447159093664 L 1063.636363636318 507.32447159093664 L 1063.636363636318 384.5971988636786 L 768.181818181808 384.5971988636786" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="36.363636363632px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1018.181818181778 507.32447159093664 L 1063.636363636318 507.32447159093664 L 1063.636363636318 384.5971988636786 L 768.181818181808 384.5971988636786" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><path d="M 427.27272727275795 201.76643750006417 L 768.181818181808 201.76643750006417 L 768.181818181808 507.3244715909365 L 722.727272727268 507.3244715909365" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="36.363636363632px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 427.27272727275795 201.76643750006417 L 768.181818181808 201.76643750006417 L 768.181818181808 507.3244715909365 L 722.727272727268 507.3244715909365" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><path d="M 586.363636363648 507.32447159093647 L 427.272727272758 507.32447159093647" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="36.363636363632px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 586.363636363648 507.32447159093647 L 427.272727272758 507.32447159093647" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><path d="M 881.8181818181581 507.3244715909366 L 836.3636363636182 507.3244715909366 L 836.3636363636182 648.2335625000105 L 540.909090909108 648.2335625000105 L 540.909090909108 507.32447159093647" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="36.363636363632px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 881.8181818181581 507.3244715909366 L 836.3636363636182 507.3244715909366 L 836.3636363636182 648.2335625000105 L 540.909090909108 648.2335625000105 L 540.909090909108 507.32447159093647" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><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="181.81818181824195" y="486.8699261363935" width="245.45454545451605" height="59.09090909090196" fill="transparent"/><path class="sch-component-symbol-path" d="M 181.81818181824195 509.59719886366344 L 236.36363636368998 507.32447159093647" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 370.45454545458296 507.32447159093647 L 427.272727272758 507.32447159093647" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 327.27272727277 486.8699261363935 L 304.5454545455 530.0517443182065 L 279.545454545503 486.8699261363935" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 304.5454545455 545.9608352272954 L 320.454545454589 541.4153806818415" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 320.454545454589 541.4153806818415 L 336.363636363678 545.9608352272954" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 270.45454545459495 545.9608352272954 L 288.636363636411 541.4153806818415" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 288.636363636411 541.4153806818415 L 304.5454545455 545.9608352272954" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="304.5454545455" y="423.35734659094663" stroke="rgb(245, 241, 237)" stroke-width="4.545454545454px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="40.909090909086px">V1</text><text class="sch-component-text" x="304.5454545455" y="609.4734147727422" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="40.909090909086px"></text><circle class="sch-component-symbol-circle" cx="304.5454545455" cy="507.32447159093647" r="65.90909090908299px" stroke-width="4.545454545454px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component-overlay sch-component-overlay" x="190.9090909091499" y="169.94825568188622" width="236.36363636360804" height="61.363636363628984" fill="transparent"/><path class="sch-component-symbol-path" d="M 340.9090909091319 201.76643750006423 L 281.8181818182299 231.3118920455152" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 281.8181818182299 169.94825568188622 L 340.9090909091319 201.76643750006423" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 281.8181818182299 231.3118920455152 L 281.8181818182299 169.94825568188622" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 340.9090909091319 169.94825568188622 L 340.9090909091319 231.3118920455152" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 281.8181818182299 201.76643750006423 L 190.9090909091499 201.76643750006423" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 427.27272727275795 201.76643750006423 L 343.18181818185894 201.76643750006423" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="306.8181818182269" y="149.4937102273432" stroke="rgb(245, 241, 237)" stroke-width="4.545454545454px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="40.909090909086px">D1</text><text class="sch-component-text" x="309.0909090909539" y="272.2209829546012" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="40.909090909086px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component-overlay sch-component-overlay" x="881.8181818181581" y="489.14719886366606" width="136.3636363636199" height="36.35454545454104" fill="transparent"/><path class="sch-component-symbol-path" d="M 1018.181818181778 507.3244715909366 L 995.4499999999625 507.3244715909366" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 904.5499999999736 507.3244715909366 L 881.8181818181581 507.3244715909366" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 995.4499999999625 525.5017443182071 L 904.5499999999736 525.5017443182071 L 904.5499999999736 489.14719886366606 L 995.4499999999625 489.14719886366606 L 995.4499999999625 525.5017443182071" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="949.999999999968" y="470.9608352273046" stroke="rgb(245, 241, 237)" stroke-width="4.545454545454px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="40.909090909086px">R1</text><text class="sch-component-text" x="949.999999999968" y="543.6881079545685" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="40.909090909086px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component-overlay sch-component-overlay" x="586.3636363636479" y="470.956289772759" width="136.36363636362012" height="72.73636363635495" fill="transparent"/><path class="sch-component-symbol-path" d="M 722.727272727268 507.32447159093647 L 668.18181818182 507.32447159093647" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 640.9090909090959 507.32447159093647 L 586.3636363636479 507.32447159093647" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 668.18181818182 470.956289772759 L 668.18181818182 543.692653409114" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 640.9090909090959 470.956289772759 L 640.9090909090959 543.692653409114" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.545454545454px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="654.5454545454579" y="452.77901704548844" stroke="rgb(245, 241, 237)" stroke-width="4.545454545454px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="40.909090909086px">C1</text><text class="sch-component-text" x="654.5454545454579" y="561.8699261363845" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="40.909090909086px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="181.81818181824195" cy="509.5971988636635" r="9.090909090908" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="427.272727272758" cy="507.32447159093647" r="9.090909090908" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="190.90909090914994" cy="201.76643750006417" r="9.090909090908" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="427.27272727275795" cy="201.76643750006417" r="9.090909090908" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="1018.181818181778" cy="507.32447159093664" r="9.090909090908" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="881.8181818181581" cy="507.3244715909366" r="9.090909090908" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="722.727272727268" cy="507.3244715909365" r="9.090909090908" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="586.363636363648" cy="507.32447159093647" r="9.090909090908" fill="red" opacity="0"/></g><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="
75
75
  M 136.36363636370197,509.5971988636635
76
76
  L 159.09090909097196,521.8699261363893
77
77
  L 159.090909090972,599.8093200757738