Skip to content

Instantly share code, notes, and snippets.

@the-gigi
Created September 2, 2021 04:38
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/e0254428a8db0186069facae5879709f to your computer and use it in GitHub Desktop.
Save the-gigi/e0254428a8db0186069facae5879709f to your computer and use it in GitHub Desktop.
<svg>
<line x1="10" x2="150" y1="10" y2="10"
stroke="blue"
stroke-width="3"
stroke-dasharray="2, 4, 6, 4"
/>
<circle cx="80" cy="85" r="60"
stroke="teal"
fill="none"
stroke-width="3"
stroke-dasharray="5, 2, 10, 5, 20, 2"
/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment