Last active
March 24, 2019 09:23
-
-
Save bedekelly/e2d984210022b79b47dfe5eed3bb7271 to your computer and use it in GitHub Desktop.
Simple circle to use for line-drawing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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