Function eschers::fitting::create_picture
[−]
[src]
pub fn create_picture(
shapes: Vec<Shape>
) -> Rc<impl Fn(&Bx) -> Rendering>
Creates a Picture, i.e. a Fn(canvas::Box) -> Vec<(Shape, Style)>, from
Vec<Shape>.