rvg 0.1.0

Vector graphics file format.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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.