[][src]Crate draw

Re-exports

pub use crate::canvas::Canvas;
pub use crate::render::svg::SvgRenderer;
pub use crate::shape::Shape;
pub use crate::style::Style;

Modules

canvas
render
shape
style

Structs

DisplayList
Drawing

Type Definitions

DrawingId

Drawings are stored in a vector; this usize is a handle to access the child

Position
RGB