pub fn stroke_style<C: Color>(color: &C, width: u32) -> ShapeStyleExpand description
A stroked (outline) ShapeStyle of the given color and width
(filled = false).
pub fn stroke_style<C: Color>(color: &C, width: u32) -> ShapeStyleA stroked (outline) ShapeStyle of the given color and width
(filled = false).