The use of buffers are a tad different now, in theory, all filters should run fine independent of size. This bug is for investigating a possible regression for filters that extend the maximum current area.
Created attachment 226432 [details] PoC
There is no spoon, I mean, regression.
Why is that not an issue anymore? I thought filters that take image buffer bigger than 4096 will not run? They should.
SVG filters won't run. CSS filters will.
(In reply to comment #4) > SVG filters won't run. CSS filters will. so <div style="width: 4096px; height: 4096px; blur(100px);"> works? Also, do we have a bug report for SVG filters?
Created attachment 227480 [details] Better PoC.
Created attachment 227481 [details] 100px kernel
Explaining the test case: it will draw 2 elements (red and filtered green on top). If the filtered element failed to be draw, we should expect to see a red background. Using either 1px or 100px blur kernel will still run fine (even though the later one will run slower). Which proves that CSS filters are working with big regions/elements.
We don't have a bug report for SVGs.
(In reply to comment #9) > We don't have a bug report for SVGs. Could you open one please? Thanks.