Created
November 2, 2015 19:11
-
-
Save mchandleraz/29e2199d7c1c56e4ed1a 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
<defs> | |
<filter id="f1" x="0" y="0" width="120%" height="120%"> | |
<feOffset result="offOut" in="SourceAlpha" dx="0" dy="0" /> | |
<feGaussianBlur result="blurOut" in="offOut" stdDeviation="5" /> | |
<feBlend in="SourceGraphic" in2="blurOut" mode="normal" /> | |
</filter> | |
</defs> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment