Skip to content

Instantly share code, notes, and snippets.

@cbmgit
Created March 2, 2023 13:19
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 cbmgit/062f15c5debfc5c268c470ce1b0bb9a4 to your computer and use it in GitHub Desktop.
Save cbmgit/062f15c5debfc5c268c470ce1b0bb9a4 to your computer and use it in GitHub Desktop.
samplesvg.svg
<svg height="250" width="250">
<circle class="circle" cx="250" cy="250" r="250" stroke-width="1" fill="#3e8ed0" fill-opacity="0.8" />
<circle class="circle" cx="250" cy="250" r="23" stroke-width="1" fill="black" />
<circle class="circle" cx="250" cy="250" r="234" stroke-width="2" fill="#00d1b2" />
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment