Skip to content

Instantly share code, notes, and snippets.

@the-gigi
Last active September 2, 2021 04:52
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 the-gigi/0c01545d431d61b4c991a74574fb8857 to your computer and use it in GitHub Desktop.
Save the-gigi/0c01545d431d61b4c991a74574fb8857 to your computer and use it in GitHub Desktop.
<svg>
<circle cx=30
cy=50
r=15
fill="red"
stroke="blue"
stroke-width=10
/>
<circle cx=30
cy=50
r=15
fill="none"
stroke="green"
stroke-width=2
/>
<circle cx=80
cy=50
r=15
fill="red"
stroke="blue"
stroke-width=20
/>
<circle cx=80
cy=50
r=15
fill="none"
stroke="green"
stroke-width=2
/>
<circle cx=140
cy=50
r=15
fill="red"
stroke="blue"
stroke-width=30
/>
<circle cx=140
cy=50
r=15
fill="none"
stroke="green"
stroke-width=2
/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment