microsoft / microsoft/maker.js
Fillet on Bezier curves
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- TypeScript
- Stars
- 2k
- Forks
- 302
- Avg merge
- 21h 28m
- Merged PRs (30d)
- 5
Description
path.fillet works the last arc in a Bezier curve, but if the fillet needs to be larger it should be able to skip to the next arc, etc.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the implementation of path.fillet and how it processes Bezier-curve arcs. Trace the case where the requested fillet is larger than the last arc, then determine how advancing to subsequent arcs should work. Done means larger fillets can skip to the next applicable arc without breaking existing Bezier filleting behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- computer-graphics
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 28/100