0 comments (0 comments)2 reactions (2 reactions)0 assignees (0 assignees)JavaScript1,195 forks (1,195 forks)batch import
FeatureGood first issueHelp wanted
Repository metrics
- Stars
- 10,689 stars (10,689 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
The .isPointInStroke method is not currently implemented. Would be great to have!
Contributor guide
- Research direction
- Study how `isPointInPath` is implemented in node canvas, then use Cairo's `cairo in stroke` function to implement `isPointInStroke`. Look at the native binding for reference and add corresponding tests.
- Tech stack
- javascriptnodejs
- Domain
- frontend
- Issue type
- Feature
- Prerequisites
- Node.jsGitCanvas API basics