Skip to content

Instantly share code, notes, and snippets.

@ivan386
Created March 10, 2018 16:47
Show Gist options
  • Save ivan386/615c73a669cd26c1065654e06e202381 to your computer and use it in GitHub Desktop.
Save ivan386/615c73a669cd26c1065654e06e202381 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" width="200" height="200" viewBox="-100 -100 200 200" >
<path d="M-50 -50H50V50H-50z" stroke="red" fill="#CCC">
<animateTransform fill="freeze" repeatCount="indefinite" attributeName="transform" by="45" calcMode="discrete" dur="5s" type="rotate"/>
</path>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment