Skip to content

Instantly share code, notes, and snippets.

@dvreed77
Created June 7, 2020 14:38
Show Gist options
  • Save dvreed77/3fc24cffaee2b9e3124e43bd8be13f29 to your computer and use it in GitHub Desktop.
Save dvreed77/3fc24cffaee2b9e3124e43bd8be13f29 to your computer and use it in GitHub Desktop.
<filter id="goo">
<feGaussianBlur in="SourceGraphic" stdDeviation="10" result="blur" />
<feColorMatrix in="blur" mode="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 18 -7" result="goo" />
<feBlend in="SourceGraphic" in2="goo" />
</filter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment