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

Dmitry Kazakov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
                   |hics/krita/-/commit/265ea46 |hics/krita/-/commit/617e65a
                   |eae45f92753f307399e847c972a |dfcb0604cd26f5904431e70731d
                   |cfa628                      |6e4a79

--- Comment #9 from Dmitry Kazakov <[email protected]> ---
Git commit 617e65adfcb0604cd26f5904431e70731d6e4a79 by Dmitry Kazakov, on
behalf of Agata Cacko.
Committed on 03/03/2026 at 14:55.
Pushed by dkazakov into branch 'krita/6.0'.

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/617e65adfcb0604cd26f5904431e70731d6e4a79

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

Reply via email to