https://bugs.kde.org/show_bug.cgi?id=512577
--- Comment #7 from Dmitry Kazakov <[email protected]> --- Git commit 7f91b993e4cbabb4f599acda8db73d542e2e0f16 by Dmitry Kazakov, on behalf of Agata Cacko. Committed on 03/03/2026 at 14:29. Pushed by dkazakov into branch 'master'. 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/7f91b993e4cbabb4f599acda8db73d542e2e0f16 -- You are receiving this mail because: You are watching all bug changes.
