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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 16 10:38:21 PST 2011


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





--- Comment #5 from Dean Jackson <dino at apple.com>  2011-11-16 10:38:21 PST ---
(In reply to comment #4)
> (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

I guess I misunderstood that property to mean that it applies to the filter operations themselves, not to the rendering of the output into the document.

I think this is an issue because it means there currently is no way to provide a filter that doesn't change its input, unless your system is set to linearRGB (or sRGB when we support it).

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