https://bugs.kde.org/show_bug.cgi?id=389034
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://commits.kde.org/kri | |ta/18b549c1ee549b4be6182e36 | |8a42750adf56cce8 --- Comment #4 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 18b549c1ee549b4be6182e368a42750adf56cce8 by Dmitry Kazakov. Committed on 06/02/2018 at 16:48. Pushed by dkazakov into branch 'master'. Fix division in KisAlgebra2D::splitRectIntoPatches() Here we should round the division result towards negative infinity instead of zero point. M +19 -0 libs/global/kis_algebra_2d.h M +1 -1 libs/image/brushengine/kis_paintop_utils.cpp M +1 -1 libs/image/kis_painter.cc M +7 -4 libs/image/krita_utils.cpp M +23 -0 libs/image/tests/kis_algebra_2d_test.cpp M +2 -0 libs/image/tests/kis_algebra_2d_test.h https://commits.kde.org/krita/18b549c1ee549b4be6182e368a42750adf56cce8 -- You are receiving this mail because: You are watching all bug changes.