Skip to content

Instantly share code, notes, and snippets.

@mchandleraz
Created November 2, 2015 19:11
Show Gist options
  • Save mchandleraz/29e2199d7c1c56e4ed1a to your computer and use it in GitHub Desktop.
Save mchandleraz/29e2199d7c1c56e4ed1a to your computer and use it in GitHub Desktop.
<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