- From: Simon Fraser via GitHub <sysbot+gh@w3.org>
- Date: Mon, 07 May 2018 20:36:57 +0000
- To: public-fxtf-archive@w3.org
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