[Webkit-unassigned] [Bug 6021] WebKit+SVG does not support filterRes attribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 18 02:57:54 PST 2009


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


Dirk Schulze <krit at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #43422|                            |review?
               Flag|                            |




--- Comment #1 from Dirk Schulze <krit at webkit.org>  2009-11-18 02:57:51 PST ---
Created an attachment (id=43422)
 --> (https://bugs.webkit.org/attachment.cgi?id=43422)
Implementation of filterRes

This is the implementation of filterRes. It scales the intermediate images used
by the filter and it's effects to set the quality of a filter. It scales the
values of any filter effect if needed too. According to the Spec
(http://www.w3.org/TR/SVG11/filters.html#FilterUnitsAttribute) we can use
filterRes to limit the quality to the needs of the device. I limit the size, so
that the maximum size of any  intermediate image is 5000x5000 pixels. A didn't
tested the maximum value that is possible, but 10,000x10,000 crashed on cairo.
It is also a question of slowness not to have a to big limitation. This fixes
bug 26380.
Other platforms can use a different limitations. A maximum size of 200x200 or
100x100 is maybe enough for mobile devices.

-- 
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