Skip to content

Instantly share code, notes, and snippets.

@edsykes
Created November 26, 2014 22:42
Show Gist options
  • Save edsykes/e9d29c1d9bbfa983376b to your computer and use it in GitHub Desktop.
Save edsykes/e9d29c1d9bbfa983376b to your computer and use it in GitHub Desktop.

Revisions

  1. edsykes created this gist Nov 26, 2014.
    9 changes: 9 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    <svg>
    <defs>
    <filter id="flood-1">
    <feFlood x="30" y="30" width="30" height="30" flood-color="#00f" result="flood"/>

    </filter>
    </defs>
    <circle cx="50" cy="50" r="50" fill="#0f0" filter="url(#flood-1)" />
    </svg>