@tscircuit/schematic-trace-solver 0.0.97 → 0.0.99

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 (50) hide show
  1. package/dist/index.d.ts +10 -0
  2. package/dist/index.js +1077 -519
  3. package/lib/solvers/MspConnectionPairSolver/MspConnectionPairSolver.ts +19 -9
  4. package/lib/solvers/SchematicTraceLinesSolver/SchematicTraceSingleLineSolver2/SchematicTraceSingleLineSolver2.ts +30 -0
  5. package/lib/solvers/SchematicTraceLinesSolver/SchematicTraceSingleLineSolver2/generateEndpointCollisionDetours.ts +84 -0
  6. package/lib/solvers/SchematicTracePipelineSolver/SchematicTracePipelineSolver.ts +45 -1
  7. package/lib/solvers/TraceCleanupSolver/TraceCleanupSolver.ts +55 -13
  8. package/lib/solvers/TraceCleanupSolver/alignSameNetRails.ts +66 -0
  9. package/lib/solvers/TraceCleanupSolver/sameNetRailAlignment/evaluateRailGroup.ts +124 -0
  10. package/lib/solvers/TraceCleanupSolver/sameNetRailAlignment/geometry.ts +108 -0
  11. package/lib/solvers/TraceCleanupSolver/sameNetRailAlignment/getComponentSideRailSegments.ts +121 -0
  12. package/lib/solvers/TraceCleanupSolver/sameNetRailAlignment/getRailGroups.ts +114 -0
  13. package/lib/solvers/TraceCleanupSolver/sameNetRailAlignment/moveRailSegments.ts +27 -0
  14. package/lib/solvers/TraceCleanupSolver/sameNetRailAlignment/preservesLabelAnchors.ts +30 -0
  15. package/lib/solvers/TraceCleanupSolver/sameNetRailAlignment/scoreRailAlignment.ts +67 -0
  16. package/lib/solvers/TraceCleanupSolver/sameNetRailAlignment/types.ts +34 -0
  17. package/lib/solvers/TraceLabelOverlapAvoidanceSolver/sub-solvers/SingleOverlapSolver/SingleOverlapSolver.ts +1 -60
  18. package/lib/utils/doesPathCoincideWithTraces.ts +61 -0
  19. package/package.json +1 -1
  20. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +18 -18
  21. package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +7 -7
  22. package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +5 -7
  23. package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +6 -12
  24. package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +1 -1
  25. package/tests/examples/__snapshots__/example02.snap.svg +1 -1
  26. package/tests/examples/__snapshots__/example09.snap.svg +9 -13
  27. package/tests/examples/__snapshots__/example14.snap.svg +1 -1
  28. package/tests/examples/__snapshots__/example18.snap.svg +1 -1
  29. package/tests/examples/__snapshots__/example21.snap.svg +30 -32
  30. package/tests/examples/__snapshots__/example29.snap.svg +13 -19
  31. package/tests/examples/__snapshots__/example46.snap.svg +1 -1
  32. package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +1 -1
  33. package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +1 -1
  34. package/tests/repros/__snapshots__/repro129-host-custom-symbol-passives.snap.svg +60 -0
  35. package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +1 -1
  36. package/tests/repros/assets/repro129-host-custom-symbol-passives.input.json +94 -0
  37. package/tests/repros/repro-rp2040-gamepad-trace-alignment.test.ts +24 -0
  38. package/tests/repros/repro129-host-custom-symbol-passives.test.ts +16 -0
  39. package/tests/solvers/MspConnectionPairSolver/msp-connection-pair-solver-direct-connection-distance.test.ts +46 -0
  40. package/tests/solvers/SchematicTraceSingleLineSolver2/generate-endpoint-collision-detours.test.ts +38 -0
  41. package/tests/solvers/TraceCleanupSolver/alignSameNetRails-component-scope.test.ts +38 -0
  42. package/tests/solvers/TraceCleanupSolver/alignSameNetRails-eligible-traces.test.ts +28 -0
  43. package/tests/solvers/TraceCleanupSolver/alignSameNetRails-horizontal.test.ts +62 -0
  44. package/tests/solvers/TraceCleanupSolver/alignSameNetRails-label-anchor.test.ts +36 -0
  45. package/tests/solvers/TraceCleanupSolver/alignSameNetRails-label-junction.test.ts +42 -0
  46. package/tests/solvers/TraceCleanupSolver/alignSameNetRails-obstacle.test.ts +28 -0
  47. package/tests/solvers/TraceCleanupSolver/alignSameNetRails-pipeline-label-connector.test.ts +52 -0
  48. package/tests/solvers/TraceCleanupSolver/alignSameNetRails-vertical.test.ts +25 -0
  49. package/tests/solvers/TraceCleanupSolver/alignSameNetRails-visible-length.test.ts +40 -0
  50. package/tests/solvers/TraceCleanupSolver/fixtures/alignSameNetRails.ts +89 -0
@@ -1,4 +1,4 @@
1
- <svg width="640" height="640" viewBox="0 0 640 640" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="white"/><g><polyline data-points="-5.550000000000001,0 -8.4,-3" data-type="line" data-label="" points="249.31655223710416,95.47308558607014 198.31710258539454,149.15671679839608" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,0 -3,-0.44999999999999996" data-type="line" data-label="" points="269.00055034829035,95.47308558607014 294.9476387675812,103.52563026791903" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-0.44999999999999996 3.5999999999999996,1.9000000000000012" data-type="line" data-label="" points="294.9476387675812,103.52563026791903 413.0516274346982,61.47345248493037" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-1.55 -4,-2.45" data-type="line" data-label="" points="294.9476387675812,123.2096283791052 277.0530950301392,139.314717742803" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-1.9999999999999998 -8.4,-3.4" data-type="line" data-label="" points="249.31655223710416,131.26217306095407 198.31710258539454,156.31453429337284" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-1.9999999999999998 -4,-2.45" data-type="line" data-label="" points="269.00055034829035,131.26217306095407 277.0530950301392,139.314717742803" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-2.45 3.5999999999999996,1.7000000000000013" data-type="line" data-label="" points="277.0530950301392,139.314717742803 413.0516274346982,65.05236123241876" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-3.55 -3,-4.449999999999999" data-type="line" data-label="" points="277.0530950301392,158.99871585398915 294.9476387675812,175.1038052176869" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-4 -8.4,-3.8" data-type="line" data-label="" points="249.31655223710416,167.05126053583803 198.31710258539454,163.47235178834964" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-4 -3,-4.449999999999999" data-type="line" data-label="" points="269.00055034829035,167.05126053583803 294.9476387675812,175.1038052176869" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-4.449999999999999 3.5999999999999996,1.5000000000000013" data-type="line" data-label="" points="294.9476387675812,175.1038052176869 413.0516274346982,68.63126997990716" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-5.550000000000001 -4,-6.449999999999999" data-type="line" data-label="" points="294.9476387675812,194.7878033288731 277.0530950301392,210.89289269257085" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-6 -8.4,-4.2" data-type="line" data-label="" points="249.31655223710416,202.84034801072198 198.31710258539454,170.63016928332644" fill="none" stroke="hsl(296, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-6 -4,-6.449999999999999" data-type="line" data-label="" points="269.00055034829035,202.84034801072198 277.0530950301392,210.89289269257085" fill="none" stroke="hsl(296, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-6.449999999999999 3.5999999999999996,1.3000000000000014" data-type="line" data-label="" points="277.0530950301392,210.89289269257085 413.0516274346982,72.21017872739554" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-7.550000000000001 -3,-8.45" data-type="line" data-label="" points="277.0530950301392,230.57689080375707 294.9476387675812,246.6819801674548" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-8 -8.4,-4.6" data-type="line" data-label="" points="249.31655223710416,238.62943548560594 198.31710258539454,177.7879867783032" fill="none" stroke="hsl(80, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-8 -3,-8.45" data-type="line" data-label="" points="269.00055034829035,238.62943548560594 294.9476387675812,246.6819801674548" fill="none" stroke="hsl(80, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-8.45 3.5999999999999996,1.1000000000000014" data-type="line" data-label="" points="294.9476387675812,246.6819801674548 413.0516274346982,75.78908747488394" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-9.55 -4,-10.45" data-type="line" data-label="" points="294.9476387675812,266.365978278641 277.0530950301392,282.47106764233877" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-10 -8.4,-5" data-type="line" data-label="" points="249.31655223710416,274.4185229604899 198.31710258539454,184.94580427328003" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-10 -4,-10.45" data-type="line" data-label="" points="269.00055034829035,274.4185229604899 277.0530950301392,282.47106764233877" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-10.45 3.5999999999999996,0.7000000000000015" data-type="line" data-label="" points="277.0530950301392,282.47106764233877 413.0516274346982,82.94690496986073" fill="none" stroke="hsl(96, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-11.55 -3,-12.45" data-type="line" data-label="" points="277.0530950301392,302.1550657535249 294.9476387675812,318.2601551172227" fill="none" stroke="hsl(120, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-12 -8.4,-9.2" data-type="line" data-label="" points="249.31655223710416,310.2076104353738 198.31710258539454,260.1028879705363" fill="none" stroke="hsl(128, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-12 -3,-12.45" data-type="line" data-label="" points="269.00055034829035,310.2076104353738 294.9476387675812,318.2601551172227" fill="none" stroke="hsl(152, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-12.45 3.5999999999999996,0.5000000000000013" data-type="line" data-label="" points="294.9476387675812,318.2601551172227 413.0516274346982,86.52581371734914" fill="none" stroke="hsl(120, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-13.55 -4,-14.45" data-type="line" data-label="" points="294.9476387675812,337.94415322840894 277.0530950301392,354.0492425921067" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-14 -8.4,-9.6" data-type="line" data-label="" points="249.31655223710416,345.9966979102578 198.31710258539454,267.26070546551307" fill="none" stroke="hsl(112, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-14 -4,-14.45" data-type="line" data-label="" points="269.00055034829035,345.9966979102578 277.0530950301392,354.0492425921067" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-14.45 3.5999999999999996,0.30000000000000115" data-type="line" data-label="" points="277.0530950301392,354.0492425921067 413.0516274346982,90.10472246483752" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-15.55 -3,-16.45" data-type="line" data-label="" points="277.0530950301392,373.73324070329284 294.9476387675812,389.8383300669906" fill="none" stroke="hsl(152, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-16 -8.4,-10" data-type="line" data-label="" points="249.31655223710416,381.7857853851417 198.31710258539454,274.4185229604899" fill="none" stroke="hsl(96, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-16 -3,-16.45" data-type="line" data-label="" points="269.00055034829035,381.7857853851417 294.9476387675812,389.8383300669906" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-16.45 3.5999999999999996,-0.0999999999999992" data-type="line" data-label="" points="294.9476387675812,389.8383300669906 413.0516274346982,97.26253995981432" fill="none" stroke="hsl(312, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-17.55 -4,-18.45" data-type="line" data-label="" points="294.9476387675812,409.52232817817685 277.0530950301392,425.6274175418746" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-18 -8.4,-10.4" data-type="line" data-label="" points="249.31655223710416,417.5748728600257 198.31710258539454,281.5763404554667" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-18 -4,-18.45" data-type="line" data-label="" points="269.00055034829035,417.5748728600257 277.0530950301392,425.6274175418746" fill="none" stroke="hsl(144, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-18.45 3.5999999999999996,-0.2999999999999994" data-type="line" data-label="" points="277.0530950301392,425.6274175418746 413.0516274346982,100.84144870730272" fill="none" stroke="hsl(296, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-19.55 -3,-20.45" data-type="line" data-label="" points="277.0530950301392,445.31141565306075 294.9476387675812,461.4165050167585" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-20 -8.4,-10.8" data-type="line" data-label="" points="249.31655223710416,453.3639603349096 198.31710258539454,288.7341579504435" fill="none" stroke="hsl(240, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-20 -3,-20.45" data-type="line" data-label="" points="269.00055034829035,453.3639603349096 294.9476387675812,461.4165050167585" fill="none" stroke="hsl(96, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-20.45 3.5999999999999996,-0.49999999999999956" data-type="line" data-label="" points="294.9476387675812,461.4165050167585 413.0516274346982,104.42035745479112" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-21.55 -4,-22.45" data-type="line" data-label="" points="294.9476387675812,481.10050312794476 277.0530950301392,497.2055924916425" fill="none" stroke="hsl(152, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-22 -8.4,-15" data-type="line" data-label="" points="249.31655223710416,489.15304780979363 198.31710258539454,363.89124164769976" fill="none" stroke="hsl(232, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-22 -4,-22.45" data-type="line" data-label="" points="269.00055034829035,489.15304780979363 277.0530950301392,497.2055924916425" fill="none" stroke="hsl(48, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-22.45 3.5999999999999996,-0.6999999999999997" data-type="line" data-label="" points="277.0530950301392,497.2055924916425 413.0516274346982,107.99926620227951" fill="none" stroke="hsl(128, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-23.55 -3,-24.45" data-type="line" data-label="" points="277.0530950301392,516.8895906028287 294.9476387675812,532.9946799665264" fill="none" stroke="hsl(336, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-24 -8.4,-15.4" data-type="line" data-label="" points="249.31655223710416,524.9421352846775 198.31710258539454,371.0490591426766" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-24 -3,-24.45" data-type="line" data-label="" points="269.00055034829035,524.9421352846775 294.9476387675812,532.9946799665264" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-24.45 3.5999999999999996,-0.8999999999999999" data-type="line" data-label="" points="294.9476387675812,532.9946799665264 413.0516274346982,111.57817494976791" fill="none" stroke="hsl(224, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-25.55 -4,-26.45" data-type="line" data-label="" points="294.9476387675812,552.6786780777126 277.0530950301392,568.7837674414103" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-26 -8.4,-15.8" data-type="line" data-label="" points="249.31655223710416,560.7312227595614 198.31710258539454,378.2068766376534" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-26 -4,-26.45" data-type="line" data-label="" points="269.00055034829035,560.7312227595614 277.0530950301392,568.7837674414103" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-26.45 3.5999999999999996,-1.0999999999999996" data-type="line" data-label="" points="277.0530950301392,568.7837674414103 413.0516274346982,115.15708369725631" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-28 -8.4,-16.2" data-type="line" data-label="" points="249.31655223710416,596.5203102344454 198.31710258539454,385.3646941326301" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,0 -6.9750000000000005,0 -6.9750000000000005,-3 -8.4,-3" data-type="line" data-label="" points="249.31655223710416,95.47308558607014 223.81682741124934,95.47308558607014 223.81682741124934,149.15671679839608 198.31710258539454,149.15671679839608" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,0 -3,0 -3,-0.44999999999999996" data-type="line" data-label="" points="269.00055034829035,95.47308558607014 294.9476387675812,95.47308558607014 294.9476387675812,103.52563026791903" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.5999999999999996,1.9000000000000015 -3,1.9000000000000015 -3,-0.44999999999999996" data-type="line" data-label="" points="413.0516274346982,61.47345248493036 294.9476387675812,61.47345248493036 294.9476387675812,103.52563026791903" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-1.9999999999999998 -3,-1.9999999999999998 -3,-1.55" data-type="line" data-label="" points="269.00055034829035,131.26217306095407 294.9476387675812,131.26217306095407 294.9476387675812,123.2096283791052" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-2.45 -4,-1.9999999999999998 -4.449999999999999,-1.9999999999999998" data-type="line" data-label="" points="277.0530950301392,139.314717742803 277.0530950301392,131.26217306095407 269.00055034829035,131.26217306095407" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.6000000000000005,1.7000000000000017 0.3000000000000007,1.7000000000000017 0.3000000000000007,-1.7500000000000002 -3,-1.7500000000000002 -3,-1.55" data-type="line" data-label="" points="413.0516274346983,65.05236123241875 353.99963310113975,65.05236123241875 353.99963310113975,126.7885371265936 294.9476387675812,126.7885371265936 294.9476387675812,123.2096283791052" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-1.9999999999999998 -5.750000000000001,-1.9999999999999998 -5.750000000000001,-3.4 -8.4,-3.4" data-type="line" data-label="" points="249.31655223710416,131.26217306095407 245.73764348961578,131.26217306095407 245.73764348961578,156.31453429337284 198.31710258539454,156.31453429337284" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-4 -4,-4 -4,-3.55" data-type="line" data-label="" points="269.00055034829035,167.05126053583803 277.0530950301392,167.05126053583803 277.0530950301392,158.99871585398915" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3,-4.449999999999999 -3,-4 -4.449999999999999,-4" data-type="line" data-label="" points="294.9476387675812,175.1038052176869 294.9476387675812,167.05126053583803 269.00055034829035,167.05126053583803" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-4 -6.9750000000000005,-4 -6.9750000000000005,-3.8 -8.4,-3.8" data-type="line" data-label="" points="249.31655223710416,167.05126053583803 223.81682741124934,167.05126053583803 223.81682741124934,163.47235178834964 198.31710258539454,163.47235178834964" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-6.449999999999999 -4,-6 -3,-6 -3,-5.550000000000001" data-type="line" data-label="" points="277.0530950301392,210.89289269257085 277.0530950301392,202.84034801072198 294.9476387675812,202.84034801072198 294.9476387675812,194.7878033288731" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-6 -4,-6 -4,-6.449999999999999" data-type="line" data-label="" points="269.00055034829035,202.84034801072198 277.0530950301392,202.84034801072198 277.0530950301392,210.89289269257085" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-6 -5.750000000000001,-6 -5.750000000000001,-4.2 -8.4,-4.2" data-type="line" data-label="" points="249.31655223710416,202.84034801072198 245.73764348961578,202.84034801072198 245.73764348961578,170.63016928332644 198.31710258539454,170.63016928332644" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-8 -4,-8 -4,-7.550000000000001" data-type="line" data-label="" points="269.00055034829035,238.62943548560594 277.0530950301392,238.62943548560594 277.0530950301392,230.57689080375707" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3,-8.45 -3,-8 -4,-8 -4,-7.550000000000001" data-type="line" data-label="" points="294.9476387675812,246.6819801674548 294.9476387675812,238.62943548560594 277.0530950301392,238.62943548560594 277.0530950301392,230.57689080375707" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-8 -6.9750000000000005,-8 -6.9750000000000005,-4.6 -8.4,-4.6" data-type="line" data-label="" points="249.31655223710416,238.62943548560594 223.81682741124934,238.62943548560594 223.81682741124934,177.7879867783032 198.31710258539454,177.7879867783032" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-10.45 -4,-10 -3,-10 -3,-9.55" data-type="line" data-label="" points="277.0530950301392,282.47106764233877 277.0530950301392,274.4185229604899 294.9476387675812,274.4185229604899 294.9476387675812,266.365978278641" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-10 -4,-10 -4,-10.45" data-type="line" data-label="" points="269.00055034829035,274.4185229604899 277.0530950301392,274.4185229604899 277.0530950301392,282.47106764233877" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-10 -5.750000000000001,-10 -5.750000000000001,-9 -8.200000000000001,-9 -8.200000000000001,-5 -8.4,-5" data-type="line" data-label="" points="249.31655223710416,274.4185229604899 245.73764348961578,274.4185229604899 245.73764348961578,256.52397922304795 201.89601133288292,256.52397922304795 201.89601133288292,184.94580427328003 198.31710258539454,184.94580427328003" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-11.55 -4,-12 -3,-12 -3,-12.45" data-type="line" data-label="" points="277.0530950301392,302.1550657535249 277.0530950301392,310.2076104353738 294.9476387675812,310.2076104353738 294.9476387675812,318.2601551172227" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-12 -4,-12 -4,-11.55" data-type="line" data-label="" points="269.00055034829035,310.2076104353738 277.0530950301392,310.2076104353738 277.0530950301392,302.1550657535249" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-12 -6.675000000000001,-12 -6.675000000000001,-9.2 -8.4,-9.2" data-type="line" data-label="" points="249.31655223710416,310.2076104353738 229.18519053248195,310.2076104353738 229.18519053248195,260.1028879705363 198.31710258539454,260.1028879705363" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-14.45 -4,-14 -3,-14 -3,-13.55" data-type="line" data-label="" points="277.0530950301392,354.0492425921067 277.0530950301392,345.9966979102578 294.9476387675812,345.9966979102578 294.9476387675812,337.94415322840894" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-14 -4,-14 -4,-14.45" data-type="line" data-label="" points="269.00055034829035,345.9966979102578 277.0530950301392,345.9966979102578 277.0530950301392,354.0492425921067" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-14 -6.775000000000001,-14 -6.775000000000001,-9.6 -8.4,-9.6" data-type="line" data-label="" points="249.31655223710416,345.9966979102578 227.39573615873775,345.9966979102578 227.39573615873775,267.26070546551307 198.31710258539454,267.26070546551307" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-16 -4,-16 -4,-15.55" data-type="line" data-label="" points="269.00055034829035,381.7857853851417 277.0530950301392,381.7857853851417 277.0530950301392,373.73324070329284" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3,-16.45 -3,-16 -4,-16 -4,-15.55" data-type="line" data-label="" points="294.9476387675812,389.8383300669906 294.9476387675812,381.7857853851417 277.0530950301392,381.7857853851417 277.0530950301392,373.73324070329284" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-16 -6.875000000000001,-16 -6.875000000000001,-10 -8.4,-10" data-type="line" data-label="" points="249.31655223710416,381.7857853851417 225.60628178499354,381.7857853851417 225.60628178499354,274.4185229604899 198.31710258539454,274.4185229604899" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-18.45 -4,-18 -3,-18 -3,-17.55" data-type="line" data-label="" points="277.0530950301392,425.6274175418746 277.0530950301392,417.5748728600257 294.9476387675812,417.5748728600257 294.9476387675812,409.52232817817685" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-18 -4,-18 -4,-18.45" data-type="line" data-label="" points="269.00055034829035,417.5748728600257 277.0530950301392,417.5748728600257 277.0530950301392,425.6274175418746" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-20 -4,-20 -4,-19.55" data-type="line" data-label="" points="269.00055034829035,453.3639603349096 277.0530950301392,453.3639603349096 277.0530950301392,445.31141565306075" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3,-20.45 -3,-20 -4,-20 -4,-19.55" data-type="line" data-label="" points="294.9476387675812,461.4165050167585 294.9476387675812,453.3639603349096 277.0530950301392,453.3639603349096 277.0530950301392,445.31141565306075" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-22.45 -4,-22 -3,-22 -3,-21.55" data-type="line" data-label="" points="277.0530950301392,497.2055924916425 277.0530950301392,489.15304780979363 294.9476387675812,489.15304780979363 294.9476387675812,481.10050312794476" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-22 -4,-22 -4,-22.45" data-type="line" data-label="" points="269.00055034829035,489.15304780979363 277.0530950301392,489.15304780979363 277.0530950301392,497.2055924916425" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-22 -6.9750000000000005,-22 -6.9750000000000005,-15 -8.4,-15" data-type="line" data-label="" points="249.31655223710416,489.15304780979363 223.81682741124934,489.15304780979363 223.81682741124934,363.89124164769976 198.31710258539454,363.89124164769976" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-24 -4,-24 -4,-23.55" data-type="line" data-label="" points="269.00055034829035,524.9421352846775 277.0530950301392,524.9421352846775 277.0530950301392,516.8895906028287" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3,-24.45 -3,-24 -4,-24 -4,-23.55" data-type="line" data-label="" points="294.9476387675812,532.9946799665264 294.9476387675812,524.9421352846775 277.0530950301392,524.9421352846775 277.0530950301392,516.8895906028287" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-26.45 -4,-26 -3,-26 -3,-25.55" data-type="line" data-label="" points="277.0530950301392,568.7837674414103 277.0530950301392,560.7312227595614 294.9476387675812,560.7312227595614 294.9476387675812,552.6786780777126" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-26 -4,-26 -4,-26.45" data-type="line" data-label="" points="269.00055034829035,560.7312227595614 277.0530950301392,560.7312227595614 277.0530950301392,568.7837674414103" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-5" data-y="0" x="249.3165522371042" y="91.99339582051556" width="19.683998111186185" height="6.959379531109164" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-3" data-y="-1" x="290.2055846771591" y="103.52563026791904" width="9.48410818084426" height="19.68399811118617" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-5" data-y="-2" x="249.3165522371042" y="127.78248329539952" width="19.683998111186185" height="6.959379531109164" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-4" data-y="-3" x="272.31104093971715" y="139.314717742803" width="9.484108180844203" height="19.683998111186156" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-5" data-y="-4" x="249.3165522371042" y="163.57157077028347" width="19.683998111186185" height="6.9593795311091355" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="-3" data-y="-5" x="290.2055846771591" y="175.10380521768693" width="9.48410818084426" height="19.683998111186213" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="-5" data-y="-6" x="249.3165522371042" y="199.36065824516743" width="19.683998111186185" height="6.9593795311091355" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-4" data-y="-7" x="272.31104093971715" y="210.89289269257085" width="9.484108180844203" height="19.683998111186213" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="-5" data-y="-8" x="249.3165522371042" y="235.14974572005136" width="19.683998111186185" height="6.959379531109164" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="-3" data-y="-9" x="290.2055846771591" y="246.68198016745484" width="9.48410818084426" height="19.683998111186213" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="-5" data-y="-10" x="249.3165522371042" y="270.93883319493534" width="19.683998111186185" height="6.959379531109164" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="-4" data-y="-11" x="272.31104093971715" y="282.47106764233877" width="9.484108180844203" height="19.683998111186156" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="-5" data-y="-12" x="249.3165522371042" y="306.7279206698192" width="19.683998111186185" height="6.959379531109221" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_13" data-x="-3" data-y="-13" x="290.2055846771591" y="318.26015511722267" width="9.48410818084426" height="19.683998111186213" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_14" data-x="-5" data-y="-14" x="249.3165522371042" y="342.51700814470325" width="19.683998111186185" height="6.959379531109164" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_15" data-x="-4" data-y="-15" x="272.31104093971715" y="354.0492425921067" width="9.484108180844203" height="19.683998111186156" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_16" data-x="-5" data-y="-16" x="249.3165522371042" y="378.30609561958715" width="19.683998111186185" height="6.959379531109107" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_17" data-x="-3" data-y="-17" x="290.2055846771591" y="389.8383300669905" width="9.48410818084426" height="19.68399811118627" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_18" data-x="-5" data-y="-18" x="249.3165522371042" y="414.09518309447117" width="19.683998111186185" height="6.959379531109107" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_19" data-x="-4" data-y="-19" x="272.31104093971715" y="425.6274175418746" width="9.484108180844203" height="19.683998111186156" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_20" data-x="-5" data-y="-20" x="249.3165522371042" y="449.88427056935507" width="19.683998111186185" height="6.959379531109107" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_21" data-x="-3" data-y="-21" x="290.2055846771591" y="461.41650501675844" width="9.48410818084426" height="19.68399811118627" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_22" data-x="-5" data-y="-22" x="249.3165522371042" y="485.6733580442391" width="19.683998111186185" height="6.959379531109107" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_23" data-x="-4" data-y="-23" x="272.31104093971715" y="497.2055924916425" width="9.484108180844203" height="19.683998111186156" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_24" data-x="-5" data-y="-24" x="249.3165522371042" y="521.462445519123" width="19.683998111186185" height="6.959379531109107" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_25" data-x="-3" data-y="-25" x="290.2055846771591" y="532.9946799665264" width="9.48410818084426" height="19.683998111186156" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_26" data-x="-5" data-y="-26" x="249.3165522371042" y="557.2515329940069" width="19.683998111186185" height="6.959379531109107" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_27" data-x="-4" data-y="-27" x="272.31104093971715" y="568.7837674414104" width="9.484108180844203" height="19.68399811118627" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_28" data-x="-5" data-y="-28" x="249.3165522371042" y="593.0406204688909" width="19.683998111186185" height="6.959379531109107" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_29" data-x="5" data-y="0" x="413.0516274346982" y="40" width="50.10472246483755" height="110.94617117214028" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_30" data-x="-9" data-y="-4" x="176.84365010046417" y="145.57780805090766" width="21.473452484930363" height="42.94690496986075" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_31" data-x="-9" data-y="-10" x="176.84365010046417" y="256.52397922304795" width="21.473452484930363" height="35.7890874748839" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_32" data-x="-9" data-y="-16" x="176.84365010046417" y="360.31233290021135" width="21.473452484930363" height="42.946904969860725" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .R2 &gt; .pin1 to J1.pin1
1
+ <svg width="640" height="640" viewBox="0 0 640 640" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="white"/><g><polyline data-points="-5.550000000000001,0 -8.4,-3" data-type="line" data-label="" points="249.31655223710416,95.47308558607014 198.31710258539454,149.15671679839608" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,0 -3,-0.44999999999999996" data-type="line" data-label="" points="269.00055034829035,95.47308558607014 294.9476387675812,103.52563026791903" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-0.44999999999999996 3.5999999999999996,1.9000000000000012" data-type="line" data-label="" points="294.9476387675812,103.52563026791903 413.0516274346982,61.47345248493037" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-1.55 -4,-2.45" data-type="line" data-label="" points="294.9476387675812,123.2096283791052 277.0530950301392,139.314717742803" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-1.9999999999999998 -8.4,-3.4" data-type="line" data-label="" points="249.31655223710416,131.26217306095407 198.31710258539454,156.31453429337284" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-1.9999999999999998 -4,-2.45" data-type="line" data-label="" points="269.00055034829035,131.26217306095407 277.0530950301392,139.314717742803" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-2.45 3.5999999999999996,1.7000000000000013" data-type="line" data-label="" points="277.0530950301392,139.314717742803 413.0516274346982,65.05236123241876" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-3.55 -3,-4.449999999999999" data-type="line" data-label="" points="277.0530950301392,158.99871585398915 294.9476387675812,175.1038052176869" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-4 -8.4,-3.8" data-type="line" data-label="" points="249.31655223710416,167.05126053583803 198.31710258539454,163.47235178834964" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-4 -3,-4.449999999999999" data-type="line" data-label="" points="269.00055034829035,167.05126053583803 294.9476387675812,175.1038052176869" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-4.449999999999999 3.5999999999999996,1.5000000000000013" data-type="line" data-label="" points="294.9476387675812,175.1038052176869 413.0516274346982,68.63126997990716" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-5.550000000000001 -4,-6.449999999999999" data-type="line" data-label="" points="294.9476387675812,194.7878033288731 277.0530950301392,210.89289269257085" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-6 -8.4,-4.2" data-type="line" data-label="" points="249.31655223710416,202.84034801072198 198.31710258539454,170.63016928332644" fill="none" stroke="hsl(296, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-6 -4,-6.449999999999999" data-type="line" data-label="" points="269.00055034829035,202.84034801072198 277.0530950301392,210.89289269257085" fill="none" stroke="hsl(296, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-6.449999999999999 3.5999999999999996,1.3000000000000014" data-type="line" data-label="" points="277.0530950301392,210.89289269257085 413.0516274346982,72.21017872739554" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-7.550000000000001 -3,-8.45" data-type="line" data-label="" points="277.0530950301392,230.57689080375707 294.9476387675812,246.6819801674548" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-8 -8.4,-4.6" data-type="line" data-label="" points="249.31655223710416,238.62943548560594 198.31710258539454,177.7879867783032" fill="none" stroke="hsl(80, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-8 -3,-8.45" data-type="line" data-label="" points="269.00055034829035,238.62943548560594 294.9476387675812,246.6819801674548" fill="none" stroke="hsl(80, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-8.45 3.5999999999999996,1.1000000000000014" data-type="line" data-label="" points="294.9476387675812,246.6819801674548 413.0516274346982,75.78908747488394" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-9.55 -4,-10.45" data-type="line" data-label="" points="294.9476387675812,266.365978278641 277.0530950301392,282.47106764233877" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-10 -8.4,-5" data-type="line" data-label="" points="249.31655223710416,274.4185229604899 198.31710258539454,184.94580427328003" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-10 -4,-10.45" data-type="line" data-label="" points="269.00055034829035,274.4185229604899 277.0530950301392,282.47106764233877" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-10.45 3.5999999999999996,0.7000000000000015" data-type="line" data-label="" points="277.0530950301392,282.47106764233877 413.0516274346982,82.94690496986073" fill="none" stroke="hsl(96, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-11.55 -3,-12.45" data-type="line" data-label="" points="277.0530950301392,302.1550657535249 294.9476387675812,318.2601551172227" fill="none" stroke="hsl(120, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-12 -8.4,-9.2" data-type="line" data-label="" points="249.31655223710416,310.2076104353738 198.31710258539454,260.1028879705363" fill="none" stroke="hsl(128, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-12 -3,-12.45" data-type="line" data-label="" points="269.00055034829035,310.2076104353738 294.9476387675812,318.2601551172227" fill="none" stroke="hsl(152, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-12.45 3.5999999999999996,0.5000000000000013" data-type="line" data-label="" points="294.9476387675812,318.2601551172227 413.0516274346982,86.52581371734914" fill="none" stroke="hsl(120, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-13.55 -4,-14.45" data-type="line" data-label="" points="294.9476387675812,337.94415322840894 277.0530950301392,354.0492425921067" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-14 -8.4,-9.6" data-type="line" data-label="" points="249.31655223710416,345.9966979102578 198.31710258539454,267.26070546551307" fill="none" stroke="hsl(112, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-14 -4,-14.45" data-type="line" data-label="" points="269.00055034829035,345.9966979102578 277.0530950301392,354.0492425921067" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-14.45 3.5999999999999996,0.30000000000000115" data-type="line" data-label="" points="277.0530950301392,354.0492425921067 413.0516274346982,90.10472246483752" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-15.55 -3,-16.45" data-type="line" data-label="" points="277.0530950301392,373.73324070329284 294.9476387675812,389.8383300669906" fill="none" stroke="hsl(152, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-16 -8.4,-10" data-type="line" data-label="" points="249.31655223710416,381.7857853851417 198.31710258539454,274.4185229604899" fill="none" stroke="hsl(96, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-16 -3,-16.45" data-type="line" data-label="" points="269.00055034829035,381.7857853851417 294.9476387675812,389.8383300669906" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-16.45 3.5999999999999996,-0.0999999999999992" data-type="line" data-label="" points="294.9476387675812,389.8383300669906 413.0516274346982,97.26253995981432" fill="none" stroke="hsl(312, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-17.55 -4,-18.45" data-type="line" data-label="" points="294.9476387675812,409.52232817817685 277.0530950301392,425.6274175418746" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-18 -8.4,-10.4" data-type="line" data-label="" points="249.31655223710416,417.5748728600257 198.31710258539454,281.5763404554667" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-18 -4,-18.45" data-type="line" data-label="" points="269.00055034829035,417.5748728600257 277.0530950301392,425.6274175418746" fill="none" stroke="hsl(144, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-18.45 3.5999999999999996,-0.2999999999999994" data-type="line" data-label="" points="277.0530950301392,425.6274175418746 413.0516274346982,100.84144870730272" fill="none" stroke="hsl(296, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-19.55 -3,-20.45" data-type="line" data-label="" points="277.0530950301392,445.31141565306075 294.9476387675812,461.4165050167585" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-20 -8.4,-10.8" data-type="line" data-label="" points="249.31655223710416,453.3639603349096 198.31710258539454,288.7341579504435" fill="none" stroke="hsl(240, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-20 -3,-20.45" data-type="line" data-label="" points="269.00055034829035,453.3639603349096 294.9476387675812,461.4165050167585" fill="none" stroke="hsl(96, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-20.45 3.5999999999999996,-0.49999999999999956" data-type="line" data-label="" points="294.9476387675812,461.4165050167585 413.0516274346982,104.42035745479112" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-21.55 -4,-22.45" data-type="line" data-label="" points="294.9476387675812,481.10050312794476 277.0530950301392,497.2055924916425" fill="none" stroke="hsl(152, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-22 -8.4,-15" data-type="line" data-label="" points="249.31655223710416,489.15304780979363 198.31710258539454,363.89124164769976" fill="none" stroke="hsl(232, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-22 -4,-22.45" data-type="line" data-label="" points="269.00055034829035,489.15304780979363 277.0530950301392,497.2055924916425" fill="none" stroke="hsl(48, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-22.45 3.5999999999999996,-0.6999999999999997" data-type="line" data-label="" points="277.0530950301392,497.2055924916425 413.0516274346982,107.99926620227951" fill="none" stroke="hsl(128, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-23.55 -3,-24.45" data-type="line" data-label="" points="277.0530950301392,516.8895906028287 294.9476387675812,532.9946799665264" fill="none" stroke="hsl(336, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-24 -8.4,-15.4" data-type="line" data-label="" points="249.31655223710416,524.9421352846775 198.31710258539454,371.0490591426766" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-24 -3,-24.45" data-type="line" data-label="" points="269.00055034829035,524.9421352846775 294.9476387675812,532.9946799665264" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-24.45 3.5999999999999996,-0.8999999999999999" data-type="line" data-label="" points="294.9476387675812,532.9946799665264 413.0516274346982,111.57817494976791" fill="none" stroke="hsl(224, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-25.55 -4,-26.45" data-type="line" data-label="" points="294.9476387675812,552.6786780777126 277.0530950301392,568.7837674414103" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-26 -8.4,-15.8" data-type="line" data-label="" points="249.31655223710416,560.7312227595614 198.31710258539454,378.2068766376534" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-26 -4,-26.45" data-type="line" data-label="" points="269.00055034829035,560.7312227595614 277.0530950301392,568.7837674414103" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-26.45 3.5999999999999996,-1.0999999999999996" data-type="line" data-label="" points="277.0530950301392,568.7837674414103 413.0516274346982,115.15708369725631" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-28 -8.4,-16.2" data-type="line" data-label="" points="249.31655223710416,596.5203102344454 198.31710258539454,385.3646941326301" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,0 -6.9750000000000005,0 -6.9750000000000005,-3 -8.4,-3" data-type="line" data-label="" points="249.31655223710416,95.47308558607014 223.81682741124934,95.47308558607014 223.81682741124934,149.15671679839608 198.31710258539454,149.15671679839608" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,0 -3,0 -3,-0.44999999999999996" data-type="line" data-label="" points="269.00055034829035,95.47308558607014 294.9476387675812,95.47308558607014 294.9476387675812,103.52563026791903" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.5999999999999996,1.9000000000000015 -3,1.9000000000000015 -3,-0.44999999999999996" data-type="line" data-label="" points="413.0516274346982,61.47345248493036 294.9476387675812,61.47345248493036 294.9476387675812,103.52563026791903" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-1.9999999999999998 -3,-1.9999999999999998 -3,-1.55" data-type="line" data-label="" points="269.00055034829035,131.26217306095407 294.9476387675812,131.26217306095407 294.9476387675812,123.2096283791052" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-2.45 -4,-1.9999999999999998 -4.449999999999999,-1.9999999999999998" data-type="line" data-label="" points="277.0530950301392,139.314717742803 277.0530950301392,131.26217306095407 269.00055034829035,131.26217306095407" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.6000000000000005,1.7000000000000017 0.3000000000000007,1.7000000000000017 0.3000000000000007,-1.7500000000000002 -3,-1.7500000000000002 -3,-1.55" data-type="line" data-label="" points="413.0516274346983,65.05236123241875 353.99963310113975,65.05236123241875 353.99963310113975,126.7885371265936 294.9476387675812,126.7885371265936 294.9476387675812,123.2096283791052" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-1.9999999999999998 -5.750000000000001,-1.9999999999999998 -5.750000000000001,-3.4 -8.4,-3.4" data-type="line" data-label="" points="249.31655223710416,131.26217306095407 245.73764348961578,131.26217306095407 245.73764348961578,156.31453429337284 198.31710258539454,156.31453429337284" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-4 -4,-4 -4,-3.55" data-type="line" data-label="" points="269.00055034829035,167.05126053583803 277.0530950301392,167.05126053583803 277.0530950301392,158.99871585398915" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3,-4.449999999999999 -3,-4 -4.449999999999999,-4" data-type="line" data-label="" points="294.9476387675812,175.1038052176869 294.9476387675812,167.05126053583803 269.00055034829035,167.05126053583803" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-4 -6.9750000000000005,-4 -6.9750000000000005,-3.8 -8.4,-3.8" data-type="line" data-label="" points="249.31655223710416,167.05126053583803 223.81682741124934,167.05126053583803 223.81682741124934,163.47235178834964 198.31710258539454,163.47235178834964" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-6.449999999999999 -4,-6 -3,-6 -3,-5.550000000000001" data-type="line" data-label="" points="277.0530950301392,210.89289269257085 277.0530950301392,202.84034801072198 294.9476387675812,202.84034801072198 294.9476387675812,194.7878033288731" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-6 -4,-6 -4,-6.449999999999999" data-type="line" data-label="" points="269.00055034829035,202.84034801072198 277.0530950301392,202.84034801072198 277.0530950301392,210.89289269257085" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-6 -5.750000000000001,-6 -5.750000000000001,-4.2 -8.4,-4.2" data-type="line" data-label="" points="249.31655223710416,202.84034801072198 245.73764348961578,202.84034801072198 245.73764348961578,170.63016928332644 198.31710258539454,170.63016928332644" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-8 -4,-8 -4,-7.550000000000001" data-type="line" data-label="" points="269.00055034829035,238.62943548560594 277.0530950301392,238.62943548560594 277.0530950301392,230.57689080375707" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3,-8.45 -3,-8 -4,-8 -4,-7.550000000000001" data-type="line" data-label="" points="294.9476387675812,246.6819801674548 294.9476387675812,238.62943548560594 277.0530950301392,238.62943548560594 277.0530950301392,230.57689080375707" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-8 -6.9750000000000005,-8 -6.9750000000000005,-4.6 -8.4,-4.6" data-type="line" data-label="" points="249.31655223710416,238.62943548560594 223.81682741124934,238.62943548560594 223.81682741124934,177.7879867783032 198.31710258539454,177.7879867783032" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-10.45 -4,-10 -3,-10 -3,-9.55" data-type="line" data-label="" points="277.0530950301392,282.47106764233877 277.0530950301392,274.4185229604899 294.9476387675812,274.4185229604899 294.9476387675812,266.365978278641" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-10 -4,-10 -4,-10.45" data-type="line" data-label="" points="269.00055034829035,274.4185229604899 277.0530950301392,274.4185229604899 277.0530950301392,282.47106764233877" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-10 -5.750000000000001,-10 -5.750000000000001,-9 -8.200000000000001,-9 -8.200000000000001,-5 -8.4,-5" data-type="line" data-label="" points="249.31655223710416,274.4185229604899 245.73764348961578,274.4185229604899 245.73764348961578,256.52397922304795 201.89601133288292,256.52397922304795 201.89601133288292,184.94580427328003 198.31710258539454,184.94580427328003" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-11.55 -4,-12 -3,-12 -3,-12.45" data-type="line" data-label="" points="277.0530950301392,302.1550657535249 277.0530950301392,310.2076104353738 294.9476387675812,310.2076104353738 294.9476387675812,318.2601551172227" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-12 -4,-12 -4,-11.55" data-type="line" data-label="" points="269.00055034829035,310.2076104353738 277.0530950301392,310.2076104353738 277.0530950301392,302.1550657535249" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-12 -7.175,-12 -7.175,-9.2 -8.4,-9.2" data-type="line" data-label="" points="249.31655223710416,310.2076104353738 220.23791866376098,310.2076104353738 220.23791866376098,260.1028879705363 198.31710258539454,260.1028879705363" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-14.45 -4,-14 -3,-14 -3,-13.55" data-type="line" data-label="" points="277.0530950301392,354.0492425921067 277.0530950301392,345.9966979102578 294.9476387675812,345.9966979102578 294.9476387675812,337.94415322840894" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-14 -4,-14 -4,-14.45" data-type="line" data-label="" points="269.00055034829035,345.9966979102578 277.0530950301392,345.9966979102578 277.0530950301392,354.0492425921067" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-14 -7.075,-14 -7.075,-9.6 -8.4,-9.6" data-type="line" data-label="" points="249.31655223710416,345.9966979102578 222.02737303750516,345.9966979102578 222.02737303750516,267.26070546551307 198.31710258539454,267.26070546551307" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-16 -4,-16 -4,-15.55" data-type="line" data-label="" points="269.00055034829035,381.7857853851417 277.0530950301392,381.7857853851417 277.0530950301392,373.73324070329284" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3,-16.45 -3,-16 -4,-16 -4,-15.55" data-type="line" data-label="" points="294.9476387675812,389.8383300669906 294.9476387675812,381.7857853851417 277.0530950301392,381.7857853851417 277.0530950301392,373.73324070329284" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-16 -6.875000000000001,-16 -6.875000000000001,-9.9 -8.200000000000001,-9.9 -8.200000000000001,-10 -8.4,-10" data-type="line" data-label="" points="249.31655223710416,381.7857853851417 225.60628178499354,381.7857853851417 225.60628178499354,272.6290685867457 201.89601133288292,272.6290685867457 201.89601133288292,274.4185229604899 198.31710258539454,274.4185229604899" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-18.45 -4,-18 -3,-18 -3,-17.55" data-type="line" data-label="" points="277.0530950301392,425.6274175418746 277.0530950301392,417.5748728600257 294.9476387675812,417.5748728600257 294.9476387675812,409.52232817817685" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-18 -4,-18 -4,-18.45" data-type="line" data-label="" points="269.00055034829035,417.5748728600257 277.0530950301392,417.5748728600257 277.0530950301392,425.6274175418746" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-18 -6.775000000000001,-18 -6.775000000000001,-10.4 -8.4,-10.4" data-type="line" data-label="" points="249.31655223710416,417.5748728600257 227.39573615873775,417.5748728600257 227.39573615873775,281.5763404554667 198.31710258539454,281.5763404554667" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-20 -4,-20 -4,-19.55" data-type="line" data-label="" points="269.00055034829035,453.3639603349096 277.0530950301392,453.3639603349096 277.0530950301392,445.31141565306075" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3,-20.45 -3,-20 -4,-20 -4,-19.55" data-type="line" data-label="" points="294.9476387675812,461.4165050167585 294.9476387675812,453.3639603349096 277.0530950301392,453.3639603349096 277.0530950301392,445.31141565306075" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-20 -6.675000000000002,-20 -6.675000000000002,-10.8 -8.4,-10.8" data-type="line" data-label="" points="249.31655223710416,453.3639603349096 229.18519053248193,453.3639603349096 229.18519053248193,288.7341579504435 198.31710258539454,288.7341579504435" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-22.45 -4,-22 -3,-22 -3,-21.55" data-type="line" data-label="" points="277.0530950301392,497.2055924916425 277.0530950301392,489.15304780979363 294.9476387675812,489.15304780979363 294.9476387675812,481.10050312794476" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-22 -4,-22 -4,-22.45" data-type="line" data-label="" points="269.00055034829035,489.15304780979363 277.0530950301392,489.15304780979363 277.0530950301392,497.2055924916425" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-22 -7.075,-22 -7.075,-15 -8.4,-15" data-type="line" data-label="" points="249.31655223710416,489.15304780979363 222.02737303750516,489.15304780979363 222.02737303750516,363.89124164769976 198.31710258539454,363.89124164769976" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-24 -4,-24 -4,-23.55" data-type="line" data-label="" points="269.00055034829035,524.9421352846775 277.0530950301392,524.9421352846775 277.0530950301392,516.8895906028287" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3,-24.45 -3,-24 -4,-24 -4,-23.55" data-type="line" data-label="" points="294.9476387675812,532.9946799665264 294.9476387675812,524.9421352846775 277.0530950301392,524.9421352846775 277.0530950301392,516.8895906028287" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-24 -6.575000000000002,-24 -6.575000000000002,-20.2 -6.975000000000001,-20.2 -6.975000000000001,-15.4 -8.4,-15.4" data-type="line" data-label="" points="249.31655223710416,524.9421352846775 230.9746449062261,524.9421352846775 230.9746449062261,456.94286908239803 223.81682741124934,456.94286908239803 223.81682741124934,371.0490591426766 198.31710258539454,371.0490591426766" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-26.45 -4,-26 -3,-26 -3,-25.55" data-type="line" data-label="" points="277.0530950301392,568.7837674414103 277.0530950301392,560.7312227595614 294.9476387675812,560.7312227595614 294.9476387675812,552.6786780777126" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-26 -4,-26 -4,-26.45" data-type="line" data-label="" points="269.00055034829035,560.7312227595614 277.0530950301392,560.7312227595614 277.0530950301392,568.7837674414103" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-5" data-y="0" x="249.3165522371042" y="91.99339582051556" width="19.683998111186185" height="6.959379531109164" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-3" data-y="-1" x="290.2055846771591" y="103.52563026791904" width="9.48410818084426" height="19.68399811118617" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-5" data-y="-2" x="249.3165522371042" y="127.78248329539952" width="19.683998111186185" height="6.959379531109164" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-4" data-y="-3" x="272.31104093971715" y="139.314717742803" width="9.484108180844203" height="19.683998111186156" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-5" data-y="-4" x="249.3165522371042" y="163.57157077028347" width="19.683998111186185" height="6.9593795311091355" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="-3" data-y="-5" x="290.2055846771591" y="175.10380521768693" width="9.48410818084426" height="19.683998111186213" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="-5" data-y="-6" x="249.3165522371042" y="199.36065824516743" width="19.683998111186185" height="6.9593795311091355" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-4" data-y="-7" x="272.31104093971715" y="210.89289269257085" width="9.484108180844203" height="19.683998111186213" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="-5" data-y="-8" x="249.3165522371042" y="235.14974572005136" width="19.683998111186185" height="6.959379531109164" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="-3" data-y="-9" x="290.2055846771591" y="246.68198016745484" width="9.48410818084426" height="19.683998111186213" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="-5" data-y="-10" x="249.3165522371042" y="270.93883319493534" width="19.683998111186185" height="6.959379531109164" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="-4" data-y="-11" x="272.31104093971715" y="282.47106764233877" width="9.484108180844203" height="19.683998111186156" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="-5" data-y="-12" x="249.3165522371042" y="306.7279206698192" width="19.683998111186185" height="6.959379531109221" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_13" data-x="-3" data-y="-13" x="290.2055846771591" y="318.26015511722267" width="9.48410818084426" height="19.683998111186213" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_14" data-x="-5" data-y="-14" x="249.3165522371042" y="342.51700814470325" width="19.683998111186185" height="6.959379531109164" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_15" data-x="-4" data-y="-15" x="272.31104093971715" y="354.0492425921067" width="9.484108180844203" height="19.683998111186156" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_16" data-x="-5" data-y="-16" x="249.3165522371042" y="378.30609561958715" width="19.683998111186185" height="6.959379531109107" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_17" data-x="-3" data-y="-17" x="290.2055846771591" y="389.8383300669905" width="9.48410818084426" height="19.68399811118627" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_18" data-x="-5" data-y="-18" x="249.3165522371042" y="414.09518309447117" width="19.683998111186185" height="6.959379531109107" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_19" data-x="-4" data-y="-19" x="272.31104093971715" y="425.6274175418746" width="9.484108180844203" height="19.683998111186156" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_20" data-x="-5" data-y="-20" x="249.3165522371042" y="449.88427056935507" width="19.683998111186185" height="6.959379531109107" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_21" data-x="-3" data-y="-21" x="290.2055846771591" y="461.41650501675844" width="9.48410818084426" height="19.68399811118627" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_22" data-x="-5" data-y="-22" x="249.3165522371042" y="485.6733580442391" width="19.683998111186185" height="6.959379531109107" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_23" data-x="-4" data-y="-23" x="272.31104093971715" y="497.2055924916425" width="9.484108180844203" height="19.683998111186156" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_24" data-x="-5" data-y="-24" x="249.3165522371042" y="521.462445519123" width="19.683998111186185" height="6.959379531109107" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_25" data-x="-3" data-y="-25" x="290.2055846771591" y="532.9946799665264" width="9.48410818084426" height="19.683998111186156" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_26" data-x="-5" data-y="-26" x="249.3165522371042" y="557.2515329940069" width="19.683998111186185" height="6.959379531109107" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_27" data-x="-4" data-y="-27" x="272.31104093971715" y="568.7837674414104" width="9.484108180844203" height="19.68399811118627" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_28" data-x="-5" data-y="-28" x="249.3165522371042" y="593.0406204688909" width="19.683998111186185" height="6.959379531109107" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_29" data-x="5" data-y="0" x="413.0516274346982" y="40" width="50.10472246483755" height="110.94617117214028" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_30" data-x="-9" data-y="-4" x="176.84365010046417" y="145.57780805090766" width="21.473452484930363" height="42.94690496986075" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_31" data-x="-9" data-y="-10" x="176.84365010046417" y="256.52397922304795" width="21.473452484930363" height="35.7890874748839" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_32" data-x="-9" data-y="-16" x="176.84365010046417" y="360.31233290021135" width="21.473452484930363" height="42.946904969860725" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .R2 &gt; .pin1 to J1.pin1
2
2
  globalConnNetId: connectivity_net0" data-x="-6.262500000000001" data-y="0.225" x="234.77723545043256" y="87.42054090422124" width="3.5789087474883843" height="8.052544681848886" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .R2 &gt; .pin2 to C4.pin1
3
3
  globalConnNetId: connectivity_net1" data-x="-3" data-y="2.1250000000000013" x="293.158184393837" y="53.42090780308148" width="3.5789087474884127" height="8.052544681848893" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .R3 &gt; .pin2 to C5.pin1
4
4
  globalConnNetId: connectivity_net2" data-x="1.9500000000000006" data-y="1.4750000000000016" x="381.7361758941748" y="65.05236123241875" width="3.5789087474884127" height="8.0525446818489" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .R3 &gt; .pin1 to J1.pin2
@@ -17,28 +17,25 @@ globalConnNetId: connectivity_net10" data-x="3.3739999999999997" data-y="0.70000
17
17
  globalConnNetId: connectivity_net11" data-x="-5.750000000000001" data-y="-10.225" x="243.94818911587157" y="274.4185229604899" width="3.5789087474883843" height="8.052544681848872" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .C9 &gt; .pin2 to C10.pin1
18
18
  globalConnNetId: connectivity_net12" data-x="-3.775" data-y="-11.775" x="277.05309503013916" y="304.3918837207052" width="8.052544681848929" height="3.5789087474884127" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .C10 &gt; .pin1 to U1.VC9
19
19
  globalConnNetId: connectivity_net12" data-x="3.3739999999999997" data-y="0.5000000000000013" x="404.9811882091119" y="84.73635934360493" width="8.052544681848872" height="3.5789087474883985" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .R12 &gt; .pin1 to J3.pin1
20
- globalConnNetId: connectivity_net13" data-x="-6.112500000000001" data-y="-11.775" x="237.46141701104887" y="302.155065753525" width="3.578908747488356" height="8.052544681848872" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .C11 &gt; .pin1 to U1.VC8
20
+ globalConnNetId: connectivity_net13" data-x="-6.362500000000001" data-y="-11.775" x="232.98778107668835" y="302.155065753525" width="3.5789087474884127" height="8.052544681848872" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .C11 &gt; .pin1 to U1.VC8
21
21
  globalConnNetId: connectivity_net14" data-x="-3.775" data-y="-14.225" x="277.05309503013916" y="348.233515877438" width="8.052544681848929" height="3.578908747488356" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .C11 &gt; .pin1 to U1.VC8
22
22
  globalConnNetId: connectivity_net14" data-x="3.3739999999999997" data-y="0.30000000000000115" x="404.9811882091119" y="88.31526809109332" width="8.052544681848872" height="3.5789087474883985" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .R13 &gt; .pin1 to J3.pin2
23
- globalConnNetId: connectivity_net15" data-x="-6.162500000000001" data-y="-13.775" x="236.56668982417676" y="337.9441532284089" width="3.578908747488356" height="8.052544681848872" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .R14 &gt; .pin2 to C14.pin1
23
+ globalConnNetId: connectivity_net15" data-x="-6.3125" data-y="-13.775" x="233.88250826356045" y="337.9441532284089" width="3.5789087474883843" height="8.052544681848872" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .R14 &gt; .pin2 to C14.pin1
24
24
  globalConnNetId: connectivity_net16" data-x="-4" data-y="-16.225" x="275.26364065639507" y="381.7857853851417" width="3.578908747488356" height="8.052544681848985" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .C14 &gt; .pin1 to U1.VC6
25
25
  globalConnNetId: connectivity_net16" data-x="3.3739999999999997" data-y="-0.0999999999999992" x="404.9811882091119" y="95.47308558607011" width="8.052544681848872" height="3.5789087474883985" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .R14 &gt; .pin1 to J3.pin3
26
26
  globalConnNetId: connectivity_net17" data-x="-6.2125" data-y="-15.775" x="235.67196263730466" y="373.7332407032929" width="3.5789087474883843" height="8.052544681848872" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .C16 &gt; .pin1 to U1.VC5
27
27
  globalConnNetId: connectivity_net18" data-x="-3.775" data-y="-18.225" x="277.05309503013916" y="419.81169082720584" width="8.052544681848929" height="3.5789087474885264" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .C16 &gt; .pin1 to U1.VC5
28
28
  globalConnNetId: connectivity_net18" data-x="3.3739999999999997" data-y="-0.2999999999999994" x="404.9811882091119" y="99.05199433355853" width="8.052544681848872" height="3.5789087474883985" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .R16 &gt; .pin1 to J3.pin4
29
- globalConnNetId: connectivity_net19" data-x="-5.776000000000001" data-y="-18" x="241.24611301151782" y="415.7854184862815" width="8.052544681848872" height="3.5789087474884127" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .R16 &gt; .pin1 to J3.pin4
30
- globalConnNetId: connectivity_net19" data-x="-8.174000000000001" data-y="-10.4" x="198.33499712913198" y="279.7868860817225" width="8.052544681848872" height="3.578908747488356" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .R17 &gt; .pin2 to C17.pin1
29
+ globalConnNetId: connectivity_net19" data-x="-6.162500000000001" data-y="-17.775" x="236.56668982417676" y="409.52232817817674" width="3.578908747488356" height="8.052544681848985" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .R17 &gt; .pin2 to C17.pin1
31
30
  globalConnNetId: connectivity_net20" data-x="-4" data-y="-20.225" x="275.26364065639507" y="453.3639603349096" width="3.578908747488356" height="8.052544681848985" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .C17 &gt; .pin1 to U1.VC4
32
31
  globalConnNetId: connectivity_net20" data-x="3.3739999999999997" data-y="-0.49999999999999956" x="404.9811882091119" y="102.63090308104691" width="8.052544681848872" height="3.5789087474883985" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .R17 &gt; .pin1 to J3.pin5
33
- globalConnNetId: connectivity_net21" data-x="-5.776000000000001" data-y="-20" x="241.24611301151782" y="451.5745059611654" width="8.052544681848872" height="3.5789087474884127" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .R17 &gt; .pin1 to J3.pin5
34
- globalConnNetId: connectivity_net21" data-x="-8.174000000000001" data-y="-10.8" x="198.33499712913198" y="286.94470357669934" width="8.052544681848872" height="3.578908747488356" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .C18 &gt; .pin1 to U1.VC3
32
+ globalConnNetId: connectivity_net21" data-x="-6.112500000000001" data-y="-19.775" x="237.46141701104887" y="445.3114156530607" width="3.578908747488356" height="8.052544681848872" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .C18 &gt; .pin1 to U1.VC3
35
33
  globalConnNetId: connectivity_net22" data-x="-3.775" data-y="-22.225" x="277.05309503013916" y="491.38986577697375" width="8.052544681848929" height="3.5789087474885264" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .C18 &gt; .pin1 to U1.VC3
36
34
  globalConnNetId: connectivity_net22" data-x="3.3739999999999997" data-y="-0.6999999999999997" x="404.9811882091119" y="106.20981182853532" width="8.052544681848872" height="3.5789087474883985" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .R18 &gt; .pin1 to J4.pin1
37
- globalConnNetId: connectivity_net23" data-x="-6.262500000000001" data-y="-21.775" x="234.77723545043256" y="481.10050312794465" width="3.5789087474883843" height="8.052544681848985" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .R19 &gt; .pin2 to C19.pin1
35
+ globalConnNetId: connectivity_net23" data-x="-6.3125" data-y="-21.775" x="233.88250826356045" y="481.10050312794465" width="3.5789087474883843" height="8.052544681848985" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .R19 &gt; .pin2 to C19.pin1
38
36
  globalConnNetId: connectivity_net24" data-x="-4" data-y="-24.225" x="275.26364065639507" y="524.9421352846775" width="3.578908747488356" height="8.052544681848985" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .C19 &gt; .pin1 to U1.VC2
39
37
  globalConnNetId: connectivity_net24" data-x="3.3739999999999997" data-y="-0.8999999999999999" x="404.9811882091119" y="109.7887205760237" width="8.052544681848872" height="3.5789087474883985" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .R19 &gt; .pin1 to J4.pin2
40
- globalConnNetId: connectivity_net25" data-x="-5.776000000000001" data-y="-24" x="241.24611301151782" y="523.1526809109333" width="8.052544681848872" height="3.5789087474884127" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .R19 &gt; .pin1 to J4.pin2
41
- globalConnNetId: connectivity_net25" data-x="-8.174000000000001" data-y="-15.4" x="198.33499712913198" y="369.2596047689324" width="8.052544681848872" height="3.5789087474884127" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .C21 &gt; .pin1 to U1.VC1
38
+ globalConnNetId: connectivity_net25" data-x="-6.062500000000002" data-y="-23.775" x="238.3561441979209" y="516.8895906028285" width="3.5789087474883843" height="8.052544681848985" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .C21 &gt; .pin1 to U1.VC1
42
39
  globalConnNetId: connectivity_net26" data-x="-3.775" data-y="-26.225" x="277.05309503013916" y="562.9680407267417" width="8.052544681848929" height="3.5789087474884127" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .C21 &gt; .pin1 to U1.VC1
43
40
  globalConnNetId: connectivity_net26" data-x="3.3739999999999997" data-y="-1.0999999999999996" x="404.9811882091119" y="113.36762932351212" width="8.052544681848872" height="3.5789087474883985" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .R21 &gt; .pin1 to J4.pin3
44
41
  globalConnNetId: connectivity_net27" data-x="-5.776000000000001" data-y="-26" x="241.24611301151782" y="558.9417683858171" width="8.052544681848872" height="3.5789087474885264" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .R21 &gt; .pin1 to J4.pin3
@@ -185,28 +182,25 @@ orientation: x-" data-x="3.5999999999999996" data-y="0.7000000000000015" cx="413
185
182
  orientation: y-" data-x="-5.750000000000001" data-y="-10" cx="245.73764348961578" cy="274.4185229604899" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
186
183
  orientation: x+" data-x="-4" data-y="-11.775" cx="277.0530950301392" cy="306.1813380944494" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
187
184
  orientation: x-" data-x="3.5999999999999996" data-y="0.5000000000000013" cx="413.0516274346982" cy="86.52581371734914" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
188
- orientation: y+" data-x="-6.112500000000001" data-y="-12" cx="239.25087138479304" cy="310.2076104353738" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
185
+ orientation: y+" data-x="-6.362500000000001" data-y="-12" cx="234.77723545043256" cy="310.2076104353738" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
189
186
  orientation: x+" data-x="-4" data-y="-14.225" cx="277.0530950301392" cy="350.0229702511822" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
190
187
  orientation: x-" data-x="3.5999999999999996" data-y="0.30000000000000115" cx="413.0516274346982" cy="90.10472246483752" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
191
- orientation: y+" data-x="-6.162500000000001" data-y="-14" cx="238.35614419792094" cy="345.9966979102578" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
188
+ orientation: y+" data-x="-6.3125" data-y="-14" cx="235.67196263730466" cy="345.9966979102578" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
192
189
  orientation: y-" data-x="-4" data-y="-16" cx="277.0530950301392" cy="381.7857853851417" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
193
190
  orientation: x-" data-x="3.5999999999999996" data-y="-0.0999999999999992" cx="413.0516274346982" cy="97.26253995981432" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
194
191
  orientation: y+" data-x="-6.2125" data-y="-16" cx="237.46141701104887" cy="381.7857853851417" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
195
192
  orientation: x+" data-x="-4" data-y="-18.225" cx="277.0530950301392" cy="421.6011452009501" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
196
193
  orientation: x-" data-x="3.5999999999999996" data-y="-0.2999999999999994" cx="413.0516274346982" cy="100.84144870730272" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
197
- orientation: x-" data-x="-5.550000000000001" data-y="-18" cx="249.31655223710416" cy="417.5748728600257" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
198
- orientation: x+" data-x="-8.4" data-y="-10.4" cx="198.31710258539454" cy="281.5763404554667" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
194
+ orientation: y+" data-x="-6.162500000000001" data-y="-18" cx="238.35614419792094" cy="417.5748728600257" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
199
195
  orientation: y-" data-x="-4" data-y="-20" cx="277.0530950301392" cy="453.3639603349096" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
200
196
  orientation: x-" data-x="3.5999999999999996" data-y="-0.49999999999999956" cx="413.0516274346982" cy="104.42035745479112" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
201
- orientation: x-" data-x="-5.550000000000001" data-y="-20" cx="249.31655223710416" cy="453.3639603349096" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
202
- orientation: x+" data-x="-8.4" data-y="-10.8" cx="198.31710258539454" cy="288.7341579504435" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
197
+ orientation: y+" data-x="-6.112500000000001" data-y="-20" cx="239.25087138479304" cy="453.3639603349096" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
203
198
  orientation: x+" data-x="-4" data-y="-22.225" cx="277.0530950301392" cy="493.179320150718" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
204
199
  orientation: x-" data-x="3.5999999999999996" data-y="-0.6999999999999997" cx="413.0516274346982" cy="107.99926620227951" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
205
- orientation: y+" data-x="-6.262500000000001" data-y="-22" cx="236.56668982417676" cy="489.15304780979363" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
200
+ orientation: y+" data-x="-6.3125" data-y="-22" cx="235.67196263730466" cy="489.15304780979363" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
206
201
  orientation: y-" data-x="-4" data-y="-24" cx="277.0530950301392" cy="524.9421352846775" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
207
202
  orientation: x-" data-x="3.5999999999999996" data-y="-0.8999999999999999" cx="413.0516274346982" cy="111.57817494976791" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
208
- orientation: x-" data-x="-5.550000000000001" data-y="-24" cx="249.31655223710416" cy="524.9421352846775" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
209
- orientation: x+" data-x="-8.4" data-y="-15.4" cx="198.31710258539454" cy="371.0490591426766" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
203
+ orientation: y+" data-x="-6.062500000000002" data-y="-24" cx="240.14559857166512" cy="524.9421352846775" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
210
204
  orientation: x+" data-x="-4" data-y="-26.225" cx="277.0530950301392" cy="564.7574951004859" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
211
205
  orientation: x-" data-x="3.5999999999999996" data-y="-1.0999999999999996" cx="413.0516274346982" cy="115.15708369725631" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
212
206
  orientation: x-" data-x="-5.550000000000001" data-y="-26" cx="249.31655223710416" cy="560.7312227595614" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
@@ -1,4 +1,4 @@
1
- <svg width="640" height="640" viewBox="0 0 640 640" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="white"/><g><polyline data-points="-2.87,2.485 -2.87,1.2399999999999998" data-type="line" data-label="" points="181.61383285302594,143.82324687800187 181.61383285302594,210.79731027857824" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-2.87,1.2399999999999998 -2.87,3.6149999999999998" data-type="line" data-label="" points="181.61383285302594,210.79731027857824 181.61383285302594,83.03554274735825" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.87,1.2399999999999998 -2.87,2.485" data-type="line" data-label="" points="181.61383285302594,210.79731027857824 181.61383285302594,143.82324687800187" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.87,3.6149999999999998 -2.87,2.485" data-type="line" data-label="" points="181.61383285302594,83.03554274735825 181.61383285302594,143.82324687800187" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.87,0.19999999999999973 -1.2850000000000001,0.2" data-type="line" data-label="" points="181.61383285302594,266.74351585014404 266.8780019212296,266.74351585014404" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.87,0.19999999999999973 -1.2850000000000001,-0.2" data-type="line" data-label="" points="181.61383285302594,266.74351585014404 266.8780019212296,288.26128722382316" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.87,0.19999999999999973 -2.97,-1.0099999999999998" data-type="line" data-label="" points="181.61383285302594,266.74351585014404 176.23439000960616,331.8347742555234" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0.2 -1.2850000000000001,-0.2" data-type="line" data-label="" points="266.8780019212296,266.74351585014404 266.8780019212296,288.26128722382316" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0.2 -2.97,-1.0099999999999998" data-type="line" data-label="" points="266.8780019212296,266.74351585014404 176.23439000960616,331.8347742555234" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,-0.2 -2.97,-1.0099999999999998" data-type="line" data-label="" points="266.8780019212296,288.26128722382316 176.23439000960616,331.8347742555234" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0 -2.97,-2.1100000000000003" data-type="line" data-label="" points="266.8780019212296,277.5024015369836 176.23439000960616,391.00864553314113" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0 -0.8100000000000003,-3.005000000000001" data-type="line" data-label="" points="266.8780019212296,277.5024015369836 292.43035542747356,439.1546589817483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0 1.2594553499999992,-4.739999999999999" data-type="line" data-label="" points="266.8780019212296,277.5024015369836 403.7555231508165,532.4879923150816" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0 -0.75,-5.315" data-type="line" data-label="" points="266.8780019212296,277.5024015369836 295.6580211335255,563.4197886647453" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.97,-2.1100000000000003 -0.8100000000000003,-3.005000000000001" data-type="line" data-label="" points="176.23439000960616,391.00864553314113 292.43035542747356,439.1546589817483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.97,-2.1100000000000003 1.2594553499999992,-4.739999999999999" data-type="line" data-label="" points="176.23439000960616,391.00864553314113 403.7555231508165,532.4879923150816" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.97,-2.1100000000000003 -0.75,-5.315" data-type="line" data-label="" points="176.23439000960616,391.00864553314113 295.6580211335255,563.4197886647453" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8100000000000003,-3.005000000000001 1.2594553499999992,-4.739999999999999" data-type="line" data-label="" points="292.43035542747356,439.1546589817483 403.7555231508165,532.4879923150816" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8100000000000003,-3.005000000000001 -0.75,-5.315" data-type="line" data-label="" points="292.43035542747356,439.1546589817483 295.6580211335255,563.4197886647453" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2594553499999992,-4.739999999999999 -0.75,-5.315" data-type="line" data-label="" points="403.7555231508165,532.4879923150816 295.6580211335255,563.4197886647453" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2850000000000001,0.1 -0.8100000000000003,-1.9050000000000002" data-type="line" data-label="" points="405.12968299711815,272.1229586935638 292.43035542747356,379.9807877041306" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2850000000000001,0.1 2.675,-1.3049999999999997" data-type="line" data-label="" points="405.12968299711815,272.1229586935638 479.90393852065324,347.70413064361185" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2850000000000001,0.1 -0.75,-4.215000000000001" data-type="line" data-label="" points="405.12968299711815,272.1229586935638 295.6580211335255,504.24591738712775" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8100000000000003,-1.9050000000000002 2.675,-1.3049999999999997" data-type="line" data-label="" points="292.43035542747356,379.9807877041306 479.90393852065324,347.70413064361185" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8100000000000003,-1.9050000000000002 -0.75,-4.215000000000001" data-type="line" data-label="" points="292.43035542747356,379.9807877041306 295.6580211335255,504.24591738712775" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.675,-1.3049999999999997 -0.75,-4.215000000000001" data-type="line" data-label="" points="479.90393852065324,347.70413064361185 295.6580211335255,504.24591738712775" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.675,-2.4349999999999996 1.2594553499999992,-3.6399999999999997" data-type="line" data-label="" points="479.90393852065324,408.4918347742554 403.7555231508165,473.3141210374639" fill="none" stroke="hsl(187, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.87,2.485 -2.87,1.2399999999999998" data-type="line" data-label="" points="181.61383285302594,143.82324687800187 181.61383285302594,210.79731027857824" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.87,3.6149999999999998 -2.87,3.815 -2.1099999999999994,3.815 -2.1099999999999994,2.2849999999999997 -2.87,2.2849999999999997 -2.87,2.485" data-type="line" data-label="" points="181.61383285302594,83.03554274735825 181.61383285302594,72.27665706051869 222.49759846301637,72.27665706051869 222.49759846301637,154.58213256484146 181.61383285302594,154.58213256484146 181.61383285302594,143.82324687800187" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.87,0.19999999999999973 -2.87,-0.4049999999999998 -2.97,-0.4049999999999998 -2.97,-1.0099999999999998" data-type="line" data-label="" points="181.61383285302594,266.74351585014404 181.61383285302594,299.28914505283376 176.23439000960616,299.28914505283376 176.23439000960616,331.8347742555234" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.97,-2.1100000000000003 -2.97,-3.205000000000001 -0.81,-3.205000000000001 -0.81,-3.005000000000001" data-type="line" data-label="" points="176.23439000960616,391.00864553314113 176.23439000960616,449.91354466858786 292.4303554274736,449.91354466858786 292.4303554274736,439.1546589817483" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.2594553499999988,-4.739999999999999 1.2594553499999988,-5.515000000000001 -0.75,-5.515000000000001 -0.75,-5.315" data-type="line" data-label="" points="403.75552315081643,532.4879923150816 403.75552315081643,574.178674351585 295.6580211335255,574.178674351585 295.6580211335255,563.4197886647453" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.2850000000000001,0.1 2.675,0.1 2.675,-1.3049999999999997" data-type="line" data-label="" points="405.12968299711815,272.1229586935638 479.90393852065324,272.1229586935638 479.90393852065324,347.70413064361185" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.6749999999999994,-2.4349999999999996 2.6749999999999994,-3.0374999999999996 1.2594553499999992,-3.0374999999999996 1.2594553499999992,-3.6399999999999997" data-type="line" data-label="" points="479.9039385206532,408.4918347742554 479.9039385206532,440.90297790585964 403.7555231508165,440.90297790585964 403.7555231508165,473.3141210374639" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.2850000000000001,0.20000000000000018 -1.866,0.20000000000000018 -1.866,-4.440892098500626e-16 -2.87,-4.440892098500626e-16 -2.87,0.19999999999999973" data-type="line" data-label="" points="266.8780019212296,266.74351585014404 235.62343900096062,266.74351585014404 235.62343900096062,277.5024015369836 181.61383285302594,277.5024015369836 181.61383285302594,266.74351585014404" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.2850000000000001,-0.2 -1.485,-0.2 -1.485,-0.5 -2.166,-0.5 -2.166,0.5 -1.485,0.5 -1.485,0.2 -1.2850000000000001,0.2" data-type="line" data-label="" points="266.8780019212296,288.26128722382316 256.11911623439005,288.26128722382316 256.11911623439005,304.39961575408256 219.48511047070127,304.39961575408256 219.48511047070127,250.60518731988466 256.11911623439005,250.60518731988466 256.11911623439005,266.74351585014404 266.8780019212296,266.74351585014404" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.2850000000000001,0 -1.3860000000000001,0 -1.3860000000000001,-0.601" data-type="line" data-label="" points="266.8780019212296,277.5024015369836 261.4447646493756,277.5024015369836 261.4447646493756,309.8328530259365" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-2.71" data-y="0.7199999999999998" x="167.08933717579254" y="210.79731027857827" width="46.26320845341016" height="55.9462055715658" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-3.25" data-y="3.05" x="110.60518731988473" y="83.03554274735826" width="101.13352545629206" height="60.78770413064362" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="0" data-y="0" x="266.8780019212296" y="261.36407300672425" width="138.25168107588854" height="32.27665706051869" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-2.755" data-y="-1.56" x="161.9788664745437" y="331.8347742555235" width="51.642651296830024" height="59.17387127761771" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-0.5950000000000002" data-y="-2.4550000000000005" x="278.17483189241113" y="379.98078770413053" width="51.64265129682997" height="59.17387127761771" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="2.9724999999999997" data-y="-1.8699999999999997" x="462.4207492795389" y="347.70413064361185" width="66.97406340057637" height="60.78770413064353" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="1.5519553499999992" data-y="-4.1899999999999995" x="393.29490874159455" y="473.31412103746385" width="52.3909694524495" height="59.17387127761765" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-0.5950000000000001" data-y="-4.765000000000001" x="281.402497598463" y="504.24591738712775" width="45.18731988472621" height="59.173871277617536" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="netId: VBUS
1
+ <svg width="640" height="640" viewBox="0 0 640 640" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="white"/><g><polyline data-points="-2.87,2.485 -2.87,1.2399999999999998" data-type="line" data-label="" points="181.61383285302594,143.82324687800187 181.61383285302594,210.79731027857824" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-2.87,1.2399999999999998 -2.87,3.6149999999999998" data-type="line" data-label="" points="181.61383285302594,210.79731027857824 181.61383285302594,83.03554274735825" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.87,1.2399999999999998 -2.87,2.485" data-type="line" data-label="" points="181.61383285302594,210.79731027857824 181.61383285302594,143.82324687800187" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.87,3.6149999999999998 -2.87,2.485" data-type="line" data-label="" points="181.61383285302594,83.03554274735825 181.61383285302594,143.82324687800187" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.87,0.19999999999999973 -1.2850000000000001,0.2" data-type="line" data-label="" points="181.61383285302594,266.74351585014404 266.8780019212296,266.74351585014404" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.87,0.19999999999999973 -1.2850000000000001,-0.2" data-type="line" data-label="" points="181.61383285302594,266.74351585014404 266.8780019212296,288.26128722382316" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.87,0.19999999999999973 -2.97,-1.0099999999999998" data-type="line" data-label="" points="181.61383285302594,266.74351585014404 176.23439000960616,331.8347742555234" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0.2 -1.2850000000000001,-0.2" data-type="line" data-label="" points="266.8780019212296,266.74351585014404 266.8780019212296,288.26128722382316" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0.2 -2.97,-1.0099999999999998" data-type="line" data-label="" points="266.8780019212296,266.74351585014404 176.23439000960616,331.8347742555234" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,-0.2 -2.97,-1.0099999999999998" data-type="line" data-label="" points="266.8780019212296,288.26128722382316 176.23439000960616,331.8347742555234" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0 -2.97,-2.1100000000000003" data-type="line" data-label="" points="266.8780019212296,277.5024015369836 176.23439000960616,391.00864553314113" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0 -0.8100000000000003,-3.005000000000001" data-type="line" data-label="" points="266.8780019212296,277.5024015369836 292.43035542747356,439.1546589817483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0 1.2594553499999992,-4.739999999999999" data-type="line" data-label="" points="266.8780019212296,277.5024015369836 403.7555231508165,532.4879923150816" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0 -0.75,-5.315" data-type="line" data-label="" points="266.8780019212296,277.5024015369836 295.6580211335255,563.4197886647453" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.97,-2.1100000000000003 -0.8100000000000003,-3.005000000000001" data-type="line" data-label="" points="176.23439000960616,391.00864553314113 292.43035542747356,439.1546589817483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.97,-2.1100000000000003 1.2594553499999992,-4.739999999999999" data-type="line" data-label="" points="176.23439000960616,391.00864553314113 403.7555231508165,532.4879923150816" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.97,-2.1100000000000003 -0.75,-5.315" data-type="line" data-label="" points="176.23439000960616,391.00864553314113 295.6580211335255,563.4197886647453" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8100000000000003,-3.005000000000001 1.2594553499999992,-4.739999999999999" data-type="line" data-label="" points="292.43035542747356,439.1546589817483 403.7555231508165,532.4879923150816" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8100000000000003,-3.005000000000001 -0.75,-5.315" data-type="line" data-label="" points="292.43035542747356,439.1546589817483 295.6580211335255,563.4197886647453" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2594553499999992,-4.739999999999999 -0.75,-5.315" data-type="line" data-label="" points="403.7555231508165,532.4879923150816 295.6580211335255,563.4197886647453" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2850000000000001,0.1 -0.8100000000000003,-1.9050000000000002" data-type="line" data-label="" points="405.12968299711815,272.1229586935638 292.43035542747356,379.9807877041306" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2850000000000001,0.1 2.675,-1.3049999999999997" data-type="line" data-label="" points="405.12968299711815,272.1229586935638 479.90393852065324,347.70413064361185" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2850000000000001,0.1 -0.75,-4.215000000000001" data-type="line" data-label="" points="405.12968299711815,272.1229586935638 295.6580211335255,504.24591738712775" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8100000000000003,-1.9050000000000002 2.675,-1.3049999999999997" data-type="line" data-label="" points="292.43035542747356,379.9807877041306 479.90393852065324,347.70413064361185" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8100000000000003,-1.9050000000000002 -0.75,-4.215000000000001" data-type="line" data-label="" points="292.43035542747356,379.9807877041306 295.6580211335255,504.24591738712775" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.675,-1.3049999999999997 -0.75,-4.215000000000001" data-type="line" data-label="" points="479.90393852065324,347.70413064361185 295.6580211335255,504.24591738712775" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.675,-2.4349999999999996 1.2594553499999992,-3.6399999999999997" data-type="line" data-label="" points="479.90393852065324,408.4918347742554 403.7555231508165,473.3141210374639" fill="none" stroke="hsl(187, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.87,2.485 -2.87,1.2399999999999998" data-type="line" data-label="" points="181.61383285302594,143.82324687800187 181.61383285302594,210.79731027857824" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.87,3.6149999999999998 -2.87,3.815 -2.1099999999999994,3.815 -2.1099999999999994,2.2849999999999997 -2.87,2.2849999999999997 -2.87,2.485" data-type="line" data-label="" points="181.61383285302594,83.03554274735825 181.61383285302594,72.27665706051869 222.49759846301637,72.27665706051869 222.49759846301637,154.58213256484146 181.61383285302594,154.58213256484146 181.61383285302594,143.82324687800187" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.87,0.19999999999999973 -2.87,-4.440892098500626e-16 -2.97,-4.440892098500626e-16 -2.97,-1.0099999999999998" data-type="line" data-label="" points="181.61383285302594,266.74351585014404 181.61383285302594,277.5024015369836 176.23439000960616,277.5024015369836 176.23439000960616,331.8347742555234" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.97,-2.1100000000000003 -2.97,-3.205000000000001 -0.81,-3.205000000000001 -0.81,-3.005000000000001" data-type="line" data-label="" points="176.23439000960616,391.00864553314113 176.23439000960616,449.91354466858786 292.4303554274736,449.91354466858786 292.4303554274736,439.1546589817483" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.2594553499999988,-4.739999999999999 1.2594553499999988,-5.515000000000001 -0.75,-5.515000000000001 -0.75,-5.315" data-type="line" data-label="" points="403.75552315081643,532.4879923150816 403.75552315081643,574.178674351585 295.6580211335255,574.178674351585 295.6580211335255,563.4197886647453" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.2850000000000001,0.1 2.675,0.1 2.675,-1.3049999999999997" data-type="line" data-label="" points="405.12968299711815,272.1229586935638 479.90393852065324,272.1229586935638 479.90393852065324,347.70413064361185" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.6749999999999994,-2.4349999999999996 2.6749999999999994,-3.0374999999999996 1.2594553499999992,-3.0374999999999996 1.2594553499999992,-3.6399999999999997" data-type="line" data-label="" points="479.9039385206532,408.4918347742554 479.9039385206532,440.90297790585964 403.7555231508165,440.90297790585964 403.7555231508165,473.3141210374639" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.2850000000000001,0.20000000000000018 -1.485,0.20000000000000018 -1.485,-4.440892098500626e-16 -2.87,-4.440892098500626e-16 -2.87,0.19999999999999973" data-type="line" data-label="" points="266.8780019212296,266.74351585014404 256.11911623439005,266.74351585014404 256.11911623439005,277.5024015369836 181.61383285302594,277.5024015369836 181.61383285302594,266.74351585014404" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.2850000000000001,-0.2 -1.485,-0.2 -1.485,0.2 -1.2850000000000001,0.2" data-type="line" data-label="" points="266.8780019212296,288.26128722382316 256.11911623439005,288.26128722382316 256.11911623439005,266.74351585014404 266.8780019212296,266.74351585014404" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.2850000000000001,0 -1.3860000000000001,0 -1.3860000000000001,-0.601" data-type="line" data-label="" points="266.8780019212296,277.5024015369836 261.4447646493756,277.5024015369836 261.4447646493756,309.8328530259365" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-2.71" data-y="0.7199999999999998" x="167.08933717579254" y="210.79731027857827" width="46.26320845341016" height="55.9462055715658" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-3.25" data-y="3.05" x="110.60518731988473" y="83.03554274735826" width="101.13352545629206" height="60.78770413064362" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="0" data-y="0" x="266.8780019212296" y="261.36407300672425" width="138.25168107588854" height="32.27665706051869" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-2.755" data-y="-1.56" x="161.9788664745437" y="331.8347742555235" width="51.642651296830024" height="59.17387127761771" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-0.5950000000000002" data-y="-2.4550000000000005" x="278.17483189241113" y="379.98078770413053" width="51.64265129682997" height="59.17387127761771" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="2.9724999999999997" data-y="-1.8699999999999997" x="462.4207492795389" y="347.70413064361185" width="66.97406340057637" height="60.78770413064353" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="1.5519553499999992" data-y="-4.1899999999999995" x="393.29490874159455" y="473.31412103746385" width="52.3909694524495" height="59.17387127761765" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-0.5950000000000001" data-y="-4.765000000000001" x="281.402497598463" y="504.24591738712775" width="45.18731988472621" height="59.173871277617536" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="netId: VBUS
2
2
  globalConnNetId: connectivity_net0" data-x="-2.87" data-y="4.115" x="176.23439000960616" y="39.99999999999993" width="10.75888568683959" height="32.276657060518716" fill="#ef444466" stroke="#ef4444" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="netId: RAW
3
3
  globalConnNetId: connectivity_net1" data-x="-1.725" data-y="-0.2" x="230.297790585975" y="282.8818443804034" width="25.821325648415012" height="10.758885686839562" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="netId: GND
4
4
  globalConnNetId: connectivity_net2" data-x="-1.3860000000000001" data-y="-0.841" x="256.0653218059558" y="309.8328530259365" width="10.758885686839562" height="25.821325648414984" fill="#00000066" stroke="#000000" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="netId: GND