Add pcb silkscreen graphic support#2415
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
There was a problem hiding this comment.
using a fast-xml-parser to parse the imported SVG image so we can extract its shapes, transforms, and fill rules, convert them into paths/polygons, and then generate internal BRep pcb_silkscreen_graphic geometry
seveibar
left a comment
There was a problem hiding this comment.
Clean up code. The silkscreengraphics file should not contain a bunch of functions, create a directory for silkscreengrqphics and move functions to files
|
This PR has been automatically marked as stale because it has had no recent activity. It will be closed if no further activity occurs. |
|
This PR was closed because it has been inactive for 1 day since being marked as stale. |
7c31dee to
8975a90
Compare
Summary
SilkscreenGraphicprimitive component for BRep-based PCB silkscreen graphicscreateComponentsFromCircuitJsonto reconstructpcb_silkscreen_graphicelements from circuit JSONWhy
Impact
Validation
bun test tests/utils/createComponentsFromCircuitJson/pcb-silkscreen-graphic-snapshot.test.tsxbunx tsc --noEmit