-
Notifications
You must be signed in to change notification settings - Fork 12
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
Schematic symbols are flipped vertically when no rotation is there #125
Comments
/bounty $5 |
💎 $5 bounty • tscircuitSteps to solve:
Thank you for contributing to tscircuit/circuit-to-svg! |
@imrishabh18 |
@anas-sarkez This issue was regarding finding out why the Cause if the user goes to the |
@imrishabh18 its possible they are flipped in schematic symbols. Somebody please check your data before flipping! |
@seveibar Yeah, could be. I was seeing the directory of symbols as source of truth on appearance. So, when I imported that to the circuit to svg, it appeared flipped. |
Schematic symbols might use "y up is negative" so they display flipped when "y up is positive", my feeling is that we should have "y up is positive" in schematic-symbols then change the svg renderer in that repo to respect "y up is positive" Our conversion functions in that repo will then need to flip y. |
Test file - https://github.com/tscircuit/core/blob/main/tests/components/normal-components/potentiometer.test.tsx
Issues to fix
The text was updated successfully, but these errors were encountered: