[Webkit-unassigned] [Bug 72411] filter that does nothing still does something

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 15 21:50:19 PST 2011


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


Dirk Schulze <krit at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |krit at webkit.org




--- Comment #4 from Dirk Schulze <krit at webkit.org>  2011-11-15 21:50:18 PST ---
(In reply to comment #3)
> So the bug is probably "Why isn't SVG filters using the same color profile as the rest of the page?"

The default color space for SVG Filters is 'linearRGB'. The color space can be set with the CSS property 'color-interpolation-filters'. At the moment 'linearRGB' is the only color space that we support for SVG Filters. Please see also:

http://dev.w3.org/Graphics-FX/modules/filters/publish/SVGFilter.html#FilterPrimitivesOverviewIntro
http://www.w3.org/TR/2003/REC-SVG11-20030114/painting.html#ColorInterpolationFiltersProperty

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