Bounding box for a subgraph in draw coordinates.
@type t() :: %Boxart.Layout.SubgraphBounds{ height: integer(), subgraph_id: String.t(), width: integer(), x: integer(), y: integer() }