[][src]Function plotters_backend::rasterizer::polygonize

pub fn polygonize(
    vertices: &[BackendCoord],
    stroke_width: u32
) -> Vec<BackendCoord>

Covert a path with >1px stroke width into polygon.