Skip to content

Instantly share code, notes, and snippets.

@zastrow
Created February 25, 2014 17:33
Show Gist options
  • Save zastrow/9213766 to your computer and use it in GitHub Desktop.
Save zastrow/9213766 to your computer and use it in GitHub Desktop.
A Pen by Philip Zastrow.
<svg>
<circle cx="110" cy="110" r="100"></circle>
<circle cx="160" cy="200" r="50"></circle>
<circle cx="200" cy="160" r="50"></circle>
<circle cx="60" cy="20" r="10"></circle>
</svg>
circle {
opacity: .75;
fill: red;
stroke-width: 4px;
stroke: black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment