Created
April 23, 2015 19:37
-
-
Save jorgeatgu/e4cc269ed2b85895e2bb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <filter id="tablen"> | |
| <feComponentTransfer result="tablas"> | |
| <feFuncR type="table" tableValues="1 0 1" exponent="5"/> | |
| <feFuncG type="table" tableValues="1 0 2" exponent="2"/> | |
| <feFuncB type="table" tableValues="1 0 0" exponent="1"/> | |
| </feComponentTransfer> | |
| <feColorMatrix type="saturate" in="tablas" in2="SourceGraphic" values="-50"/> | |
| </filter> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment