[fxtf-drafts] [filter-effects-1] Saturate filter function definition is wrong

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

== [filter-effects-1] Saturate filter function definition is wrong ==
https://drafts.fxtf.org/filter-effects/#saturateEquivalent says that the saturate() equivalent is:
```
<filter id="saturate">
  <feColorMatrix type="saturate" values="(1 - [amount])"/>
</filter>
```

I think that should be `  <feColorMatrix type="saturate" values="[amount]"/>
`


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

Received on Monday, 7 May 2018 20:37:13 UTC