Last active
October 31, 2016 07:46
-
-
Save maoizm/e6ee931582728a2bfb46f10bee6f8479 to your computer and use it in GitHub Desktop.
SVG header and template recommended by MDL
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 version="1.1" | |
baseProfile="full" | |
height="100" width="100" | |
fill="#770" | |
viewBox="0 0 100 100" | |
xmlns="http://www.w3.org/2000/svg"> | |
<rect width="100%" height="100%" fill="red" /> | |
<circle cx="50" cy="50" r="30" fill="green" /> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment