Function epaint::tessellator::stroke_path

source ยท
fn stroke_path(
    feathering: f32,
    path: &mut [PathPoint],
    path_type: PathType,
    stroke: &PathStroke,
    out: &mut Mesh,
)
Expand description

Tessellate the given path as a stroke with thickness.