Diffusion Krita 458beaaaee87

Fix rounding of doc offset in fractional DPI scaling

Authored by alvinhochun on Apr 27 2019, 11:05 AM.

Description

Fix rounding of doc offset in fractional DPI scaling

I originally used floor when rounding to device pixels, but it appears
that rounding to nearest is the more correct choice.

This partially stops the canvas from juggling when the "Fit to Page"
action is performed.

Details