Created
March 10, 2018 16:17
-
-
Save ivan386/edbf2bf3125e303c65373d9987b2a974 to your computer and use it in GitHub Desktop.
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 characters
| <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