/* Sizing itself (backing-store resolution, DPR scale, and the CSS width/
   height that always exactly fills the browser viewport — no aspect-ratio
   lock, no letterboxing) is computed in render.ts's initCanvasSize; this
   just governs layout/display. */
#canvas {
  display: block;
}
