Tools
BrandKit includes interactive tools for SVG development.
Coordinate Picker
An interactive browser-based tool for creating precise SVG polygons from images.
Features
- Interactive Clicking — Click on images to place coordinate points
- Multi-Shape Support — Create multiple shapes with color-coded markers
- Pin Sharing — Share coordinate pins across shapes
- Zoom Controls — 50% to 400% zoom for precise placement
- SVG Export — Generate SVG polygon code from coordinates
- State Serialization — Save and load coordinate sessions
Use Cases
- Creating precise SVG icon shapes from reference images
- Tracing logos for vectorization
- Building complex multi-path SVG icons
- Generating mathematically precise geometry
Getting Started
- Open the Coordinate Picker
- Load an image (drag & drop or file picker)
- Click to place coordinate points
- Adjust zoom for precision
- Copy generated SVG code
Technical Details
The coordinate picker is built with:
- TypeScript for type-safe coordinate handling
- Vanilla JavaScript for zero-dependency runtime
- HTML5 Canvas for image rendering
- 100% test coverage
Source code: tools/src/coordinate-picker.ts