graphitepdf-primitives 0.2.0

Primitive element type constants and shared foundational types for graphitepdf.
Documentation
1
2
3
4
5
6
7
8
9
mod color;
mod elements;
mod geometry;
mod units;

pub use color::Color;
pub use elements::*;
pub use geometry::{Bounds, Point, Size};
pub use units::Pt;