Created
September 30, 2020 04:55
-
-
Save chalkygames123/d1070d696b24c2f49aca42aa199aa514 to your computer and use it in GitHub Desktop.
This file contains 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="drop-shadow" width="200%" height="200%" x="-50%" y="-50%" color-interpolation-filters="sRGB"> | |
<feGaussianBlur stdDeviation="3"/> | |
<feOffset dx="2" dy="2"/> | |
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.75 0"/> | |
<feMerge> | |
<feMergeNode/> | |
<feMergeNode in="SourceGraphic"/> | |
</feMerge> | |
</filter> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment