https://bugs.kde.org/show_bug.cgi?id=414983
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/kde/ | |krita/commit/a5c1f8a0bf2d2d | |3ee7f4b1ad86ada04e6bc50e0c Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #2 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit a5c1f8a0bf2d2d3ee7f4b1ad86ada04e6bc50e0c by Dmitry Kazakov. Committed on 10/03/2020 at 13:23. Pushed by dkazakov into branch 'master'. Fix artifacts in Motion Blur filter 1) Kernel size should be odd to do convolution right 2) halfWidth/halfHeight should be calculated consistently in all the three functions. Before the ptch there was a misprint in needRect and changeRect: both used 'cos' for both width and height. M +1 -1 libs/image/kis_lod_transform.h M +43 -53 plugins/filters/blur/kis_motion_blur_filter.cpp https://invent.kde.org/kde/krita/commit/a5c1f8a0bf2d2d3ee7f4b1ad86ada04e6bc50e0c -- You are receiving this mail because: You are watching all bug changes.