Skip to content

Instantly share code, notes, and snippets.

@ivan386
Created March 10, 2018 16:17
Show Gist options
  • Select an option

  • Save ivan386/edbf2bf3125e303c65373d9987b2a974 to your computer and use it in GitHub Desktop.

Select an option

Save ivan386/edbf2bf3125e303c65373d9987b2a974 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="100" height="100">
<path d="M0 0H100V100H0z" stroke="red" fill="#CCC">
<animateTransform fill="freeze" repeatCount="indefinite" attributeName="transform" by="0" calcMode="discrete" dur="1000000000000000000000000000000h" type="rotate"/>
</path>
<text y="1em" x="0.5em">Useless</text>
<text y="2em" x="0.5em">animation loads</text>
<text y="3em" x="0.5em">your CPU</text>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment