Created
July 20, 2024 18:42
-
-
Save harpreetkhalsagtbit/4996d3d7b07db0f2aec3b29355ac4721 to your computer and use it in GitHub Desktop.
SVG Circle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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