Feature request, very nitpicky: currently there is a grid overlay that simulates display pixels; but the content behind it is high resolution - as a result one “pixel” consists of multiple colors, which can break the illusion; this is especially visible when scrolling text. Perhaps there’s a way to render actual content in low resolution too, to match the grid resolution? E.g. set the css width&height of an element to 50% and upscale 2x via css scale transform (although filtering could be a problem), or render to a canvas and upscale there, or use html gl, or maybe there’s another way?