Canvas size, device px.
Element rect (inner, no overflow), CSS px. Mirrors canvas for post effects.
Element rect (inner, no overflow), device px. Mirrors canvas for post effects.
Element's content rect on canvas, bottom-left origin, device px.
Used to position the final-stage draw viewport (canvas-space) and
to derive dims.canvasRect in element-local coords (the canvas
itself is (0, 0, canvasBufferSize) in canvas coords).
Destination for the last rendering stage. null draws to the
canvas; otherwise the handle's underlying FBO is used (e.g. when
a post-effect chain reads this chain's output as its input).
Canvas size (= viewport-inner + scrollPadding on each side), CSS px.