iced_graphics::geometryModule stroke
Source Available on crate feature geometry
only.
Expand description
Create lines from a Path
and assigns them various attributes/styles.
pub use crate::geometry::Style;
- LineDash
- The dash pattern used when stroking the line.
- Stroke
- The style of a stroke.
- 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.