Shape union A union of multiple shapes. type# type: Literal['union'] = 'union' shapes# shapes: list[Shape] The shapes that are part of the union. Parameters