Skip to content

Instantly share code, notes, and snippets.

@harpreetkhalsagtbit
Created July 20, 2024 18:42
Show Gist options
  • Save harpreetkhalsagtbit/4996d3d7b07db0f2aec3b29355ac4721 to your computer and use it in GitHub Desktop.
Save harpreetkhalsagtbit/4996d3d7b07db0f2aec3b29355ac4721 to your computer and use it in GitHub Desktop.
SVG Circle
<svg width="200" height="200">
<circle r="50" cx="100" cy="100" stroke="red" stroke-width="2" />
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment