pub fn fill_path(
path: &Path,
sample_depth: SampleDepth,
) -> impl Iterator<Item = ShadeCommand>Expand description
Generates commands to shade the area inside the path. The path is automatically closed by assuming an edge from the last to the first vertex.