Module iced_graphics::geometry

source ·
Available on crate feature geometry only.
Expand description

Build and draw geometry.

Re-exports

Modules

  • Fill Geometry with a certain style.
  • Draw and generate geometry.
  • Build different kinds of 2D shapes.
  • Create lines from a Path and assigns them various attributes/styles.

Structs

  • A simple cache that stores generated geometry to avoid recomputation.
  • A bunch of text that can be drawn to a canvas

Enums

  • The coloring style of some drawing.

Traits