https://github.com/modprog/svgnoteslib
https://github.com/modprog/svgnoteslib
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/modprog/svgnoteslib
- Owner: ModProg
- Created: 2021-06-25T01:30:27.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-12T20:35:44.000Z (almost 5 years ago)
- Last Synced: 2025-02-08T14:22:26.864Z (over 1 year ago)
- Language: Rust
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SVG Notes
This is a library for handling graphical note taking inside of SVG.
This is only about Parsing and Writing the Data.
This is mainly developed for _Insert Creative Name Here (ICNH)_, my SVG sketch app developed in Godot for use with GitJournal.
The Idea of SVGNotes is to have a file Format that any SVG Renderer can Render, but that holds all Information required by _ICNH_.
This includes:
- [ ] Shapes (Sphere/Rectangle/Triangle etc.)
- [ ] Lines (With variable width)