boldport/pcbmode

Calculate combined bounding box of multiple shapes

saardrimer opened this issue · 0 comments

I've implemented a change where the 'outline' is now a list of shapes instead of a single shape. (This is useful sometimes for cutouts and multi-board projects, where we prefer not to have a composite shape.) Currently the bounding box is calculated only from the last shape while we need to make a bounding box calculation from all the shapes combined.