Crate tinyvg[][src]

Expand description

Parser and renderer for the TinyVG vector graphics format

Re-exports

pub use format::Image;
pub use parser::Parser;

Modules

In-memory representation of a TinyVG file

The parser module includes the code required to parse a binary TinyVG file to its in-memory representation.

Helper function that can render a TinyVG image using only the path to the input file