[Webkit-unassigned] [Bug 88877] SVG Lightning filter effects incorrect under zoom

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 12 18:41:40 PDT 2012


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





--- Comment #2 from Robert Longson <longsonr at gmail.com>  2012-06-12 18:41:39 PST ---
http://www.w3.org/TR/SVG/filters.html#feDiffuseLightingElement Because they operate on pixels, such filters are inherently resolution-dependent. To make ‘feDiffuseLighting’ produce resolution-independent results, an explicit value should be provided for either the ‘filterRes’ attribute on the ‘filter’ element and/or attribute ‘kernelUnitLength’.

The testsuite test doesn't set these attributes so zooming in is likely to result in at least an intensity change depending on how it's implemented in Webkit.

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