Skip to content

Instantly share code, notes, and snippets.

@adamwd392
Last active September 16, 2015 23:18
Show Gist options
  • Save adamwd392/c3e940a14521d820a90b to your computer and use it in GitHub Desktop.
Save adamwd392/c3e940a14521d820a90b to your computer and use it in GitHub Desktop.
3circles
<!doctype html>
<meta charset="utf-8">
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script>
<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