aryandutt / aryandutt/drawsome
[Feature Enhancement] Pen tool is not smooth
Open
enhancement
good first issue
- Dominant language
- TypeScript
- Stars
- 33
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
The pen tool is currently not very fluent and breaks at the tip when used with vigorous mouse movements.
**How it works now -**
- Collects the coordinates of points the cursor is going over
- Converts these points to an SVG path
- Displays the path on the screen and appends it as a child
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no files or tests; start by tracing the pen tool from cursor-coordinate collection through SVG path conversion. Reproduce vigorous mouse movements and compare the rendered path, with no breaks at the tip, as the completion check.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- design, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100