pub fn combine(a: &Path, b: &Path, op: BooleanOp, opts: BoolOptions) -> PathExpand description
Combine two paths via the given boolean op.
Returns a new Path whose subpaths bound the requested region.
An empty result (e.g. Intersection of disjoint shapes) is a
Path with no commands.