https://github.com/ardaku/rvg
Resizable Vector Graphics (RVG) format.
https://github.com/ardaku/rvg
Last synced: 2 months ago
JSON representation
Resizable Vector Graphics (RVG) format.
- Host: GitHub
- URL: https://github.com/ardaku/rvg
- Owner: ardaku
- License: mit
- Created: 2019-01-04T23:00:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T20:10:11.000Z (about 5 years ago)
- Last Synced: 2025-07-06T08:06:11.882Z (3 months ago)
- Language: Rust
- Homepage: https://code.plopgrizzly.com/rvg
- Size: 153 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# RVG
Resizable Vector Graphics is a binary encoding for vector graphics. It
is designed to be created from an SVG with no data loss.## rvgshow
This program will display an RVG file.## rvgfrom
This program will create an RVG from an SVG.## rvgedit
This program lets you edit RVG files the same way Inkscape lets you edit
SVG files.