NEW 258229
Don't cap the FEGaussian max kernel size
https://bugs.webkit.org/show_bug.cgi?id=258229
Summary Don't cap the FEGaussian max kernel size
Ahmad Saleem
Reported 2023-06-16 17:21:31 PDT
Hi Team, While going through WebKit's commit, I came across another test case where all browsers are different and by merging Blink commit, we start doing bit better (IMO?). Blink Commit: https://src.chromium.org/viewvc/blink?view=revision&revision=186886 WebKit SOurce: https://searchfox.org/wubkat/source/Source/WebCore/platform/graphics/filters/FEGaussianBlur.cpp#87 ^ Remove Line 87 and change Line 92 as below: return clampTo<int>(size); _______ I think getting some input from Simon, Said and Nikolas would be good. Thanks!
Attachments
All browsers result in test case (350.25 KB, image/png)
2023-06-16 17:24 PDT, Ahmad Saleem
no flags
Ahmad Saleem
Comment 1 2023-06-16 17:24:32 PDT
Created attachment 466720 [details] All browsers result in test case
Radar WebKit Bug Importer
Comment 2 2023-06-23 17:22:14 PDT
Note You need to log in before you can comment on or make changes to this bug.