pub fn approximate_signed_area<Iter>(tolerance: f32, path: Iter) -> f32
where Iter: Iterator<Item = PathEvent>,
Expand description

Compute the signed area of a path by summing the signed areas of its sub-paths.