https://bugs.kde.org/show_bug.cgi?id=476300

Dmitry Kazakov <dimul...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |FIXED
      Latest Commit|                            |https://invent.kde.org/grap
                   |                            |hics/krita/-/commit/6fe21bf
                   |                            |863bef481076c1bb560132be28c
                   |                            |7c0990

--- Comment #3 from Dmitry Kazakov <dimul...@gmail.com> ---
Git commit 6fe21bf863bef481076c1bb560132be28c7c0990 by Dmitry Kazakov.
Committed on 30/10/2023 at 10:20.
Pushed by dkazakov into branch 'krita/5.2'.

Add update-ahead feature to outline updates

Due to a compression for widget updates in Krita and Qt, the brush
outline may change while the updates are being passed through the
pipeline.

We can either pass the outline alongside the update itself (which is
a bit complicated) or just do a simple update-ahead. This patch
implements the latter approach. It just calculated an approximation
of the next outline position and extends the update rect to that.

M  +41   -1    libs/ui/tool/kis_tool_paint.cc

https://invent.kde.org/graphics/krita/-/commit/6fe21bf863bef481076c1bb560132be28c7c0990

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to