iced_renderer::geometry

Module stroke

Source
Available on crate feature geometry only.
Expand description

Create lines from a Path and assigns them various attributes/styles.

Structs§

LineDash
The dash pattern used when stroking the line.
Stroke
The style of a stroke.

Enums§

LineCap
The shape used at the end of open subpaths when they are stroked.
LineJoin
The shape used at the corners of paths or basic shapes when they are stroked.
Style
The coloring style of some drawing.