footile
A 2D vector graphics library written in Rust
Example
use ;
let fish = new.relative.pen_width
.move_to
.line_to
.cubic_to
.line_to
.line_to
.close.build;
let mut p = new;
let mut r = new;
p.add_path;
p.fill;
r.composite;
p.clear.stroke;
r.composite;
r.write_png?;