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.
fn stroke_undashed(
path: impl IntoIterator<Item = PathEl>,
style: &Stroke,
tolerance: f64,
opts: StrokeOpts,
) -> BezPath
Version of stroke expansion for styles with no dashes.