Skip to content

Instantly share code, notes, and snippets.

@powersa
Created January 6, 2015 06:00
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 powersa/dae5b2e58c5a813208f5 to your computer and use it in GitHub Desktop.
Save powersa/dae5b2e58c5a813208f5 to your computer and use it in GitHub Desktop.
Simple SVG document...
<!doctype html>
<html lang="en">
<head>
</head>
<body>
<svg width="720" height="120">
<circle cx="40" cy="60" r="10"></circle>
<circle cx="80" cy="60" r="10"></circle>
<circle cx="120" cy="60" r="10"></circle>
</svg>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment