https://bugs.kde.org/show_bug.cgi?id=512577
Dmitry Kazakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REPORTED |RESOLVED Latest Commit| |https://invent.kde.org/grap | |hics/krita/-/commit/265ea46 | |eae45f92753f307399e847c972a | |cfa628 --- Comment #3 from Dmitry Kazakov <[email protected]> --- Git commit 265ea46eae45f92753f307399e847c972acfa628 by Dmitry Kazakov, on behalf of Agata Cacko. Committed on 03/03/2026 at 14:29. Pushed by dkazakov into branch 'master'. Fix rendering of nearly-perfect Liquify mask squares Before this commit, slightly uneven, but nearly perfectly square grid parts would still be processed using the polygon or the square copying code. This commit ensures that only true perfect squares are processed using that code. The squares must be both square and pixel aligned to a tolerance of 0.001. This tolerance is big enough to cover the "pixel alignment" fix that adjustAlignedPolygon() introduces. M +14 -0 libs/global/kis_algebra_2d.h M +16 -14 libs/image/kis_grid_interpolation_tools.h https://invent.kde.org/graphics/krita/-/commit/265ea46eae45f92753f307399e847c972acfa628 -- You are receiving this mail because: You are watching all bug changes.
