pub fn intersect(
level: Level,
path_1: PathDataRef<'_>,
path_2: PathDataRef<'_>,
target: &mut StripStorage,
)Expand description
Compute the sparse strips representation of a path that results from intersecting the two input paths. This can be used to implement clip paths.