https://bugs.kde.org/show_bug.cgi?id=441826
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/commit/ab009c757 |hics/krita/commit/0b5f887f4 |d8968f5f193d96a0ab78e9475fc |ccaab498ea97fef0d91e53aeac2 |beee |d790 --- Comment #7 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 0b5f887f4ccaab498ea97fef0d91e53aeac2d790 by Dmitry Kazakov. Committed on 25/11/2021 at 11:37. Pushed by dkazakov into branch 'krita/5.0'. Fix assert in rigid-warp-transform with flecibility set to 10.0 The assert happened becasuse the transofrmation tried to read from infinite source position, which is not really a supported feature. Now PaintDevicePolygonOp checks is the transformation is not too small before actually performing it. M +20 -0 libs/image/kis_four_point_interpolator_backward.h M +37 -20 libs/image/kis_grid_interpolation_tools.h https://invent.kde.org/graphics/krita/commit/0b5f887f4ccaab498ea97fef0d91e53aeac2d790 -- You are receiving this mail because: You are watching all bug changes.