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,688 stars (10,688 stars)
- PR merge metrics
- Avg merge 34d 18h (Avg merge 34d 18h)2 merged PRs in 30d (2 merged PRs in 30d)
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