https://bugs.kde.org/show_bug.cgi?id=420013
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/commit/fd0e0ff83 |hics/krita/commit/a3b71748b |d0c3b3d5e18de96d3c56a53544b |5c3a3ce57345568617e511598d6 |6291 |ea62 --- Comment #3 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit a3b71748b5c3a3ce57345568617e511598d6ea62 by Dmitry Kazakov. Committed on 28/08/2020 at 11:34. Pushed by dkazakov into branch 'master'. 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/a3b71748b5c3a3ce57345568617e511598d6ea62 -- You are receiving this mail because: You are watching all bug changes.