Skip to content

Instantly share code, notes, and snippets.

@nextechu
Created March 29, 2014 16:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nextechu/9857487 to your computer and use it in GitHub Desktop.
Save nextechu/9857487 to your computer and use it in GitHub Desktop.
<!doctype html>
<title>SVG in text/html</title>
<p>
A green circle:
<svg> <circle r="50" cx="50" cy="50" fill="green"/> </svg>
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment