Skip to content

Don't correct zoom level for hidpi, instead correct target rectangle

Arjen Hiemstra requested to merge work/ahiemstra/hidpi_pixels into master

Otherwise on hidpi we are using effectively scaling down and then up again, which causes ugly rendering of images.

BUG: 438125

Merge request reports