[][src]Module iced_graphics::widget::canvas::path

This is supported on feature="canvas" only.

Build different kinds of 2D shapes.

Re-exports

pub use arc::Arc;

Modules

arcfeature="canvas"

Build and draw curves.

Structs

Builderfeature="canvas"

A Path builder.

Pathfeature="canvas"

An immutable set of points that may or may not be connected.