Skip to content

Instantly share code, notes, and snippets.

@maoizm
Last active October 31, 2016 07:46
Show Gist options
  • Save maoizm/e6ee931582728a2bfb46f10bee6f8479 to your computer and use it in GitHub Desktop.
Save maoizm/e6ee931582728a2bfb46f10bee6f8479 to your computer and use it in GitHub Desktop.
SVG header and template recommended by MDL
Display the source blob
Display the rendered blob
Raw
<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