<table><tr><td style="">sander created this revision.<br />sander added a reviewer: Okular.<br />Herald added a project: Okular.<br />Herald added a subscriber: okular-devel.<br />sander requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D21836">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>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:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">a few integer types used for coordinates that were non-integer</li>
<li class="remarkup-list-item">the intermediate use of a QPixmap without the correct devicePixelRatio.</li>
</ul>

<p>Before:<br />
<a href="https://phabricator.kde.org/F6894610" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">F6894610: presentation-mode-drawing-blocky.png</a></p>

<p>After:<br />
<a href="https://phabricator.kde.org/F6894611" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">F6894611: presentation-mode-drawing-smooth.png</a></p></div></div><br /><div><strong>TEST PLAN</strong><div><ol class="remarkup-list">
<li class="remarkup-list-item">Set QT_SCREEN_SCALE_FACTORS to something larger than 1, e.g., 1.5.</li>
<li class="remarkup-list-item">Open a pdf file</li>
<li class="remarkup-list-item">Switch to presentation mode</li>
<li class="remarkup-list-item">Choose a color in the toolbar near the top of the screen</li>
<li class="remarkup-list-item">Draw something with the mouse</li>
<li class="remarkup-list-item">Without the patch the drawing is slightly blocky, with the patch it isn't.</li>
</ol></div></div><br /><div><strong>REPOSITORY</strong><div><div>R223 Okular</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D21836">https://phabricator.kde.org/D21836</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>ui/annotationtools.cpp<br />
ui/presentationwidget.cpp</div></div></div><br /><div><strong>To: </strong>sander, Okular<br /><strong>Cc: </strong>okular-devel, joaonetto, tfella, ngraham, darcyshen, aacid<br /></div>