Function stroke_undashed

Source
fn stroke_undashed(
    path: impl IntoIterator<Item = PathEl>,
    style: &Stroke,
    tolerance: f64,
    opts: StrokeOpts,
) -> BezPath
Expand description

Version of stroke expansion for styles with no dashes.