Created
January 5, 2013 11:30
-
-
Save mvaz/4461108 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
| <html> | |
| <head></head> | |
| <body> | |
| <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" | |
| width="128px" height="128px" viewBox="0 0 16 16"> | |
| <!--g> | |
| <animateTransform attributeName="transform" type="rotate" values="0 8 8; 45 8 8; 90 8 8; 135 8 8; 180 8 8; 225 8 8; 270 8 8; 315 8 8" | |
| dur="8s" calcMode="discrete" repeatCount="indefinite" /> | |
| <rect fill="#404040" x="7.062" y="3.625" width="1.875" height="8.75" /> | |
| </g> | |
| <g> | |
| <rect fill="#100030" x="9.062" y="5.625" width="1.875" height="8.75" /> | |
| </g--> | |
| <g> | |
| <rect stroke="black" height="100px" width="100px" y="20px" x="20px" fill="green" | |
| /> | |
| <!--path stroke="#FFF" fill="#FFF"> | |
| <animate attributeName="d" dur="5s" repeatCount="indefinite" values="M 50,300 C 150,200 200,300 250,300 Z; | |
| M 50,300 C 150,280 200,300 250,300 Z; | |
| M 50,300 C 150,200 200,300 250,300 Z; | |
| M 50,300 C 150,200 200,300 250,300 Z;" /> | |
| </path--> | |
| </g> | |
| </svg> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment