Skip to content

Instantly share code, notes, and snippets.

@rajatgeekyants
Created August 4, 2017 07:17
Show Gist options
  • Save rajatgeekyants/3fd482fdd12bdce2f837b43469ce70a1 to your computer and use it in GitHub Desktop.
Save rajatgeekyants/3fd482fdd12bdce2f837b43469ce70a1 to your computer and use it in GitHub Desktop.
Svg height="100" width="100">
<Circle
cx="50"
cy="50"
r="45"
stroke="blue"
strokeWidth="2.5"
fill="green"
/>
<Rect
x="15"
y="15"
width="70"
height="70"
stroke="red"
strokeWidth="2"
fill="yellow"
/>
</Svg>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment