https://github.com/repcomm/svgdebug
A web svg tool for fixing common problems and basic modification
https://github.com/repcomm/svgdebug
debug edit svg tool web
Last synced: 3 months ago
JSON representation
A web svg tool for fixing common problems and basic modification
- Host: GitHub
- URL: https://github.com/repcomm/svgdebug
- Owner: RepComm
- Created: 2020-12-16T11:34:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-20T22:56:38.000Z (about 5 years ago)
- Last Synced: 2025-01-28T08:50:06.225Z (about 1 year ago)
- Topics: debug, edit, svg, tool, web
- Language: TypeScript
- Homepage: https://repcomm.github.io/svgdebug
- Size: 266 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# svgdebug
A web tool for common manipulations needed on svg files

Current features:
- TreeView for selecting elements
- basic renderer (not acceptable)
Planned features:
- edit all svg properties / attributes with a common inspector tool
- transform (scale, translate, rotate) relative to parent, and in world space
- apply transform (saves shape offset to its point data, and resets transform)
- move origins (including to center of point density)
- foldable treeview children
- import / export menu