Created
November 26, 2014 22:42
-
-
Save edsykes/e9d29c1d9bbfa983376b to your computer and use it in GitHub Desktop.
Revisions
-
edsykes created this gist
Nov 26, 2014 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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>