Skip to content

Instantly share code, notes, and snippets.

@changemewtf
Created February 6, 2017 22:16
Show Gist options
  • Save changemewtf/6245ee158dc357b6c4c5305b0d575d21 to your computer and use it in GitHub Desktop.
Save changemewtf/6245ee158dc357b6c4c5305b0d575d21 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<svg xmlns="http://www.w3.org/2000/svg">
<rect x="50" y="50" height="500" width="500">
<animate attributeName="fill"
dur="10s"
values="green;yellow;magenta;red;cyan;green"
repeatCount="indefinite"
/>
</rect>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment