iced_graphics::geometry

Module path

Source
Available on crate feature geometry only.
Expand description

Build different kinds of 2D shapes.

Re-exports§

pub use arc::Arc;
pub use lyon_path;

Modules§

arc
Build and draw curves.

Structs§

Builder
A Path builder.
Path
An immutable set of points that may or may not be connected.