paper.getArea()
Return a rectangle representing the area of the paper, in local units (without transformations).
Creates a rectangle object with { x: 0, y: 0 }
and with width
and height
values according to the paper.getComputedSize()
function. Then uses the paper.paperToLocalRect()
function to transform that rectangle into local units.