boldport / pcbmode

A printed circuit board design tool with a twist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculate combined bounding box of multiple shapes

saardrimer opened this issue · 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.