pub fn polygonize(
vertices: &[BackendCoord],
stroke_width: u32,
) -> Vec<BackendCoord> ⓘ
Expand description
Covert a path with >1px stroke width into polygon.
pub fn polygonize(
vertices: &[BackendCoord],
stroke_width: u32,
) -> Vec<BackendCoord> ⓘ
Covert a path with >1px stroke width into polygon.