microsoft / microsoft/maker.js

Fillet on Bezier curves

Open
#260 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.