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 | |hics/krita/commit/ab009c757 | |d8968f5f193d96a0ab78e9475fc | |beee Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #4 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit ab009c757d8968f5f193d96a0ab78e9475fcbeee by Dmitry Kazakov. Committed on 24/11/2021 at 14:10. Pushed by dkazakov into branch 'master'. 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/ab009c757d8968f5f193d96a0ab78e9475fcbeee -- You are receiving this mail because: You are watching all bug changes.