Skip to content

Instantly share code, notes, and snippets.

@doubleshow
Last active August 29, 2015 14:04
Show Gist options
  • Save doubleshow/0951d404b832ee5f2959 to your computer and use it in GitHub Desktop.
Save doubleshow/0951d404b832ee5f2959 to your computer and use it in GitHub Desktop.
test three circles
<!DOCTYPE html>
<meta charset="utf-8">
<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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment