We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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> )
The text was updated successfully, but these errors were encountered:
/attempt #502
/claim #502
Thank you for contributing to tscircuit/core!
Add a bounty • Share on socials
Sorry, something went wrong.
💡 @techmannih submitted a pull request that claims the bounty. You can visit your bounty board to reward.
🎉🎈 @techmannih has been awarded $10! 🎈🎊
Successfully merging a pull request may close this issue.
Bug is in Trace.ts in doInitialSchematicTraceRender
Discussed at 53m https://x.com/seveibar/status/1877753252168732988
/bounty $10
The text was updated successfully, but these errors were encountered: