An axis-aligned rectangle in PDF user-space coordinates.
The origin {x, y} is the top-left corner and width/height are always non-negative.
{x, y}
width
height
@type t() :: %PdfElixide.Geometry.Rect{ height: float(), width: float(), x: float(), y: float() }