[csswg-drafts] [color 4] SVG `color-interpolation-filters` to use more color spaces (#6690)

argyleink has just created a new issue for https://github.com/w3c/csswg-drafts:

== [color 4] SVG `color-interpolation-filters` to use more color spaces ==
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/color-interpolation-filters

Example SVG:

```html
<filter color-interpolation-filters="sRGB">
  <feColorMatrix type="saturate" values="5" in="SourceGraphic" result="colormatrix"/>
</filter>
```

The new color spaces can offer better / different results if this is allowed:

```html
<filter color-interpolation-filters="LCH">
  <feColorMatrix type="saturate" values="5" in="SourceGraphic" result="colormatrix"/>
</filter>
```

thoughts? 

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6690 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 27 September 2021 15:28:45 UTC