https://bugs.kde.org/show_bug.cgi?id=419534
Dmitry Kazakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/679ebac38 | |cda1c500cd3013bf783787b1bed | |e5de Resolution|--- |FIXED --- Comment #3 from Dmitry Kazakov <[email protected]> --- Git commit 679ebac38cda1c500cd3013bf783787b1bede5de by Dmitry Kazakov. Committed on 08/06/2020 at 20:52. Pushed by dkazakov into branch 'krita/4.3'. 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/679ebac38cda1c500cd3013bf783787b1bede5de -- You are receiving this mail because: You are watching all bug changes.
