Compute the boolean union of two 2D shapes.
The fused shape, or null if the result is empty.
null
Use fuse2D instead. Will be removed in v8.0.0.
fuse2D
const union = fuse2D(circle, rectangle); Copy
const union = fuse2D(circle, rectangle);
Compute the boolean union of two 2D shapes.