[Webkit-unassigned] [Bug 26380] SVG Filters and big sized filterRegions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 3 05:52:26 PDT 2009


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





--- Comment #11 from Dirk Schulze <krit at webkit.org>  2009-09-03 05:52:26 PDT ---
(In reply to comment #10)
> (From update of attachment 34081 [details])
> So this is just about limiting the size of the intermediate buffers?  Doesn't
> SVG have some sort of attribute to control this kind of thing anyway?

The size of a filter can be as big as you wish. And it is neccessary to limit
the size of a buffer, especially if you have many filters. But as far as I
know, we don't have attributes or parameters to limit intermediate buffers with
context scaling for big filters.

Another point to add limitations here is filterRes. This code can be used to
add different resolutions for filters later.

> Certainly SVGPerserveAspectRatio solves this.
I looked at SVGPerserveAspectRatio during some experiments with feImage. It
seems to be a bit to complex for this simple scaling of context and image with.
I haven't looked at Image yet.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list