33 comments (33 comments)0 reactions (0 reactions)0 assignees (0 assignees)HTML560 forks (560 forks)batch import
enhancementfirst-timers-onlygood first issuehelp wanted
Repository metrics
- Stars
- 930 stars (930 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Once a polygon is created, user should be able to add extra points later to change the shape of polygon.
Watch for changes, or Bookmark for easy discovery.
Fund this project for new features and maintenance.
[Showcase] your project with us by raising an issue
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Contributor guide
- Research direction
- Explore the existing codebase to understand how SVG polygons are created and manipulated using svg.js. Look for any existing methods or classes that handle polygon points. Then implement a feature to allow adding points to an existing polygon, e.g., by extending the polygon object with an `addPoint` method or by manipulating the `points` attribute.
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Prerequisites
- JavaScriptSVG