Grid and draw-coordinate placement for a single node.
@type t() :: %Boxart.Layout.NodePlacement{ draw_height: integer(), draw_width: integer(), draw_x: integer(), draw_y: integer(), grid: Boxart.Layout.GridCoord.t(), node_id: String.t() }