https://bugs.kde.org/show_bug.cgi?id=420013
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/fd0e0ff83 | |d0c3b3d5e18de96d3c56a53544b | |6291 Resolution|--- |FIXED --- Comment #2 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit fd0e0ff83d0c3b3d5e18de96d3c56a53544b6291 by Dmitry Kazakov. Committed on 28/08/2020 at 11:13. Pushed by dkazakov into branch 'krita/4.3'. Fix artifacts when doing Split Alpha after Gaussian Blur filter After applying gaussian we should not write color values into the destination device if alpha channel is null. There had already been such check, but it checked for null in 'double' space, not in the space of the destination device (which is usually 'quint8') M +29 -7 libs/image/kis_convolution_worker_fft.h M +52 -0 libs/image/kis_math_toolbox.cpp M +2 -0 libs/image/kis_math_toolbox.h https://invent.kde.org/graphics/krita/commit/fd0e0ff83d0c3b3d5e18de96d3c56a53544b6291 -- You are receiving this mail because: You are watching all bug changes.