Skip to content

Instantly share code, notes, and snippets.

@bedekelly
Last active March 24, 2019 09:23
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 bedekelly/e2d984210022b79b47dfe5eed3bb7271 to your computer and use it in GitHub Desktop.
Save bedekelly/e2d984210022b79b47dfe5eed3bb7271 to your computer and use it in GitHub Desktop.
Simple circle to use for line-drawing
<svg width="120" height="120" class="ring two">
<circle class="path" cx="60" cy="60"
r="58" stroke="rgb(176, 168, 142)"
stroke-width="2" fill="none" />
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment