Skip to content

Instantly share code, notes, and snippets.

@robinsloan
Created September 12, 2018 17:08
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 robinsloan/cbaa04f3e5209626c0fb92eec4599433 to your computer and use it in GitHub Desktop.
Save robinsloan/cbaa04f3e5209626c0fb92eec4599433 to your computer and use it in GitHub Desktop.
I like the look of this
Display the source blob
Display the rendered blob
Raw
<svg xmlns="http://www.w3.org/2000/svg" width="0" height="0">
<defs>
<filter id="badFax">
<feGaussianBlur in="SourceGraphic" stdDeviation="0.35" out="blurred" />
<feComponentTransfer in="blurred">
<feFuncR type="discrete" tableValues="0 1"/>
<feFuncG type="discrete" tableValues="0 1"/>
<feFuncB type="discrete" tableValues="0 1"/>
</feComponentTransfer>
</filter>
</defs>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment