Skip to content

Instantly share code, notes, and snippets.

@lmiller1990
Created December 7, 2019 08:44
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 lmiller1990/efb1c3385b40f35e658b664c92b3f6e4 to your computer and use it in GitHub Desktop.
Save lmiller1990/efb1c3385b40f35e658b664c92b3f6e4 to your computer and use it in GitHub Desktop.
<template>
<svg
class="progress"
width="120"
height="120"
>
<circle
stroke-width="0"
stroke="red"
r="50"
cx="60"
cy="60"
fill="transparent"
/>
</svg>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment