Fix DPI display scaling to make overlays render at the native resolution #1688
Labels
Feature
New feature or request
Good First Issue
Good for newcomers
Rust
Involves Rust programming for the backend
We use a
<canvas>
element for displaying our overlays on top of the artwork. But for users with a DPI display scaling ratio other than 100%, this won't be drawn correctly. Then the rounding in the overlay drawing code, which is designed to ensure that overlays are rendered crisply without antialiasing fuzziness, will also need to be updated to ensure that continues to work at a new pixel grid ratio/alignment.The text was updated successfully, but these errors were encountered: