Crate tinyvg[][src]

Expand description

Decoder and renderer for the TinyVG vector graphics format

Re-exports

pub use decode::Decoder;
pub use format::Image;

Modules

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

In-memory representation of a TinyVG file

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