https://bugs.kde.org/show_bug.cgi?id=512577
--- Comment #13 from Dmitry Kazakov <[email protected]> --- Git commit 3fd814f2065afe0c94ee65c6a000c8156898051d by Dmitry Kazakov, on behalf of Agata Cacko. Committed on 03/03/2026 at 14:55. Pushed by dkazakov into branch 'krita/6.0'. Add a margin to bounds when reading a liquify mask Before this commit, only the points that were actually changed were added to the accumulated brush strokes bounds when reading a Liquify transform mask from XML. This commit adds pixelPrecision on all sides, because "squares" of the grid are changed even when just one point is changed. Adding a margin of pixelPrecision makes sure that the points around the actually changed points are marked as if they changed too, allowing for correct painting of those "squares". M +2 -0 libs/image/kis_liquify_transform_worker.cpp https://invent.kde.org/graphics/krita/-/commit/3fd814f2065afe0c94ee65c6a000c8156898051d -- You are receiving this mail because: You are watching all bug changes.
