Skip to content

Instantly share code, notes, and snippets.

@brianfoody
Last active May 30, 2020 03:46
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 brianfoody/be6701f8afa96cf19e641ff96153bf17 to your computer and use it in GitHub Desktop.
Save brianfoody/be6701f8afa96cf19e641ff96153bf17 to your computer and use it in GitHub Desktop.
{times(3).map(i => (
<Circle
key={`circle_outline_${i}`}
cx={viewBoxCenter}
cy={viewBoxCenter}
r={(i + 1) * radius * 0.25}
stroke="black"
strokeOpacity="0.2"
strokeWidth="0.5"
fill="transparent"
/>
))}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment