dessin 0.8.0-pre

Build complex drawing for PDF, SVG, ...
Documentation

dessin is library aimed at building complex drawings, combine them, move them and export them as PDF or SVG.

Example

# fn main () {
use dessin::prelude::*;

let dessin = dessin!();
# }

Details about the [dessin] macro.

Implement own export format.

Documentation can be found in the [export] module.