Skip to content

Instantly share code, notes, and snippets.

@davidbwaters
Created July 23, 2021 13:46
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 davidbwaters/b9655f3f33e8228137cf6101def70f2e to your computer and use it in GitHub Desktop.
Save davidbwaters/b9655f3f33e8228137cf6101def70f2e to your computer and use it in GitHub Desktop.
filter-goo-4
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" class="svg-filters">
<defs>
<filter id="filter-goo-4">
<feGaussianBlur in="SourceGraphic" stdDeviation="7" 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 19 -9" result="goo" />
</filter>
</defs>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment