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="blurTres"> | |
| <feGaussianBlur stdDeviation="18"/> | |
| </filter> |
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="morphoUno"> | |
| <feMorphology operator="erode" in="SourceGraphic" radius="3"/> | |
| </filter> |
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="morphoDos"> | |
| <feMorphology operator="erode" in="SourceGraphic" radius="6"/> | |
| </filter> |
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="morphoTres"> | |
| <feMorphology operator="dilate" in="SourceGraphic" radius="3"/> | |
| </filter> |
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="morphoCuatro"> | |
| <feMorphology operator="dilate" in="SourceGraphic" radius="6"/> | |
| </filter> |
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="saturotate" filterUnits="objectBoundingBox"> | |
| <feColorMatrix type="saturate" result="saturado" values="20"/> | |
| <feColorMatrix type="hueRotate" in="saturado" in2="SourceGraphic" values="291"/> | |
| </filter> |
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="rotamatrix" filterUnits="objectBoundingBox"> | |
| <feColorMatrix type="hueRotate" result="romatrix" values="245"/> | |
| <feColorMatrix type="matrix" in="romatrix" in2="SourceGraphic" | |
| values="-1 2 -3 0 -.5 | |
| 2 1 0 0 0 | |
| 0 3 1 0 0 | |
| 0 0 1 1 0"/> | |
| </filter> |
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="multitable"> | |
| <feComponentTransfer result="tablas"> | |
| <feFuncR type="table" tableValues="1 0 1" exponent="5"/> | |
| <feFuncG type="table" tableValues="1 0 1" exponent="2"/> | |
| <feFuncB type="table" tableValues="1 0 1" exponent="5"/> | |
| </feComponentTransfer> | |
| <feColorMatrix type="saturate" in="tablas" in2="SourceGraphic" values="-5"/> | |
| </filter> |
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> |
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="dishue" filterUnits="objectBoundingBox"> | |
| <feComponentTransfer result="lsd"> | |
| <feFuncR type="discrete" tableValues="0 .5 1 1"/> | |
| <feFuncG type="discrete" tableValues="0 .5 1"/> | |
| <feFuncB type="discrete" tableValues="0 .5"/> | |
| </feComponentTransfer> | |
| <feColorMatrix type="hueRotate" in="lsd" in2="SourceGraphic" values="-180"/> | |
| </filter> |