Module iced::widget::canvas::path

source ·
Available on crate feature canvas only.
Expand description

Build different kinds of 2D shapes.

Modules

  • Build and draw curves.
  • Data structures and traits to work with paths (vector graphics).

Structs

  • A segment of a differentiable curve.
  • A Path builder.
  • An immutable set of points that may or may not be connected.