-
Notifications
You must be signed in to change notification settings - Fork 19
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
feat: silkscreen text #67
Conversation
Looks great! What’s up with the”8” and “e”? Why does it need special handling? |
IDK why but when the last point in 8 tries to close on the first point the holes fill and it starts to look weird and the e with the hole to |
src/soup-to-3d/index.ts
Outdated
// Add silkscreen text | ||
const silkscreenGeoms: Geom3[] = [] | ||
for (const silkscreenText of silkscreenTexts) { | ||
// Generate 2D text outlines |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you isolate the text vector outline handling stuff into its own function? Like createGeomForSilkscreenText and give it its own file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AMAZING
/tip $5 |
🎉🎈 @Abse2001 has been awarded $5! 🎈🎊 |
/claim #60
/closes #60