https://bugs.kde.org/show_bug.cgi?id=419534
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/commit/e3c0816bc |hics/krita/commit/e43d84b2c |11f990c546195ea63cfc5a37610 |96d7e96a19065a5c4a664baaaae |7b82 |ac7c --- Comment #5 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit e43d84b2c96d7e96a19065a5c4a664baaaaeac7c by Dmitry Kazakov. Committed on 08/06/2020 at 20:54. Pushed by rempt into branch 'krita/4.3.0'. Fix border artifacts in edge-detection filters KisConvolutionPainter::applyMatrix() will automatically read more data outside the passed `areaSize` if it is needed for the kernel. There is no need to pass bigger area to the painter. M +8 -3 libs/image/kis_convolution_painter.h M +15 -29 libs/image/kis_edge_detection_kernel.cpp https://invent.kde.org/graphics/krita/commit/e43d84b2c96d7e96a19065a5c4a664baaaaeac7c -- You are receiving this mail because: You are watching all bug changes.