Previously, when using a screen scaling factor larger than 1, the drawings by mouse or stylus in presentation mode were slightly blocky. The underlying cause was:
* a few integer types used for coordinates that were non-integer
* the intermediate use of a QPixmap without the correct
devicePixelRatio.
Before:
{F6894610}
After:
{F6894611}