Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Junctions aren't drawn at first intersection #502

Closed
seveibar opened this issue Jan 10, 2025 · 3 comments · Fixed by #509
Closed

Junctions aren't drawn at first intersection #502

seveibar opened this issue Jan 10, 2025 · 3 comments · Fixed by #509

Comments

@seveibar
Copy link
Contributor

Image

Bug is in Trace.ts in doInitialSchematicTraceRender

Discussed at 53m https://x.com/seveibar/status/1877753252168732988

/bounty $10

export default () => (
  <board width="10mm" height="10mm">
    <resistor
      resistance="1k"
      footprint="0402"
      name="R1"
      schX={3}
      pcbX={3}
    />
    <capacitor
      capacitance="1000pF"
      footprint="0402"
      name="C1"
      schX={-3}
      pcbX={-3}
    />
    <trace from=".R1 > .pin1" to=".C1 > .pin1" />
    <trace from=".R1 > .pin2" to=".C1 > .pin1" />
  </board>
)
Copy link

algora-pbc bot commented Jan 10, 2025

💎 $10 bounty • tscircuit

Steps to solve:

  1. Start working: Comment /attempt #502 with your implementation plan
  2. Submit work: Create a pull request including /claim #502 in the PR body to claim the bounty
  3. Receive payment: 100% of the bounty is received 2-5 days post-reward. Make sure you are eligible for payouts

Thank you for contributing to tscircuit/core!

Add a bountyShare on socials

Attempt Started (GMT+0) Solution
🟢 @techmannih #509

Copy link

algora-pbc bot commented Jan 11, 2025

💡 @techmannih submitted a pull request that claims the bounty. You can visit your bounty board to reward.

Copy link

algora-pbc bot commented Jan 11, 2025

🎉🎈 @techmannih has been awarded $10! 🎈🎊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant