Skip to content

Instantly share code, notes, and snippets.

@alisonmonteiro
Last active January 17, 2017 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alisonmonteiro/5709c74abb67d608feccefc524d98052 to your computer and use it in GitHub Desktop.
Save alisonmonteiro/5709c74abb67d608feccefc524d98052 to your computer and use it in GitHub Desktop.
<defs>
<filter id="dropshadow" height="130%">
<feGaussianBlur in="SourceAlpha" stdDeviation="15"/>
<feOffset dx="1" dy="20" result="offsetblur"/>
<feComponentTransfer>
<feFuncA type="linear" slope="0.1"/>
</feComponentTransfer>
<feMerge>
<feMergeNode/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- usage -->
<g filter="url(#dropshadow)"></g>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment