[Webkit-unassigned] [Bug 258229] New: Don't cap the FEGaussian max kernel size

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 16 17:21:31 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=258229

            Bug ID: 258229
           Summary: Don't cap the FEGaussian max kernel size
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
               URL: https://jsfiddle.net/cdfLgo7b/2/
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ahmad.saleem792 at gmail.com
                CC: sabouhallawa at apple.com, zimmermann at kde.org

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!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230617/1e036733/attachment-0001.htm>


More information about the webkit-unassigned mailing list