Skip to content

Instantly share code, notes, and snippets.

@the-gigi
Created September 2, 2021 05:03
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/9e66f0af7791f0a01cba25731defc848 to your computer and use it in GitHub Desktop.
Save the-gigi/9e66f0af7791f0a01cba25731defc848 to your computer and use it in GitHub Desktop.
<svg>
<circle cx="60" cy ="35" r="34"
fill="yellow"
stroke="black"
stroke-width="2"
/>
<circle cx="45" cy ="25" r="5"
stroke="black"
stroke-width="2"
/>
<circle cx="75" cy ="25" r="5"
stroke="black"
stroke-width="2"
/>
<path d=" M 40 40
a 10 10, 0, 0, 0, 40, 0
"
fill="none"
stroke="black"
stroke-width="2"
/>
<line x1="36" x2="44" y1="40" y2="40"
stroke="black"
stroke-width="2"
/>
<line x1="76" x2="84" y1="40" y2="40"
stroke="black"
stroke-width="2"
/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment