mirror of
https://github.com/discourse/discourse.git
synced 2025-02-12 06:14:54 +00:00
* UX: Render wizard previews for high-DPI displays Sets up a canvas element of twice the required dimensions, scales all coordinates by 2x, then shrinks the display in css. * Use window.devicePixelRatio to determine scale factor