Skip to content

Instantly share code, notes, and snippets.

@ademar111190
Last active August 5, 2020 19:11
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 ademar111190/02bd57979dfa1cc259d65b422d3a9521 to your computer and use it in GitHub Desktop.
Save ademar111190/02bd57979dfa1cc259d65b422d3a9521 to your computer and use it in GitHub Desktop.
Some svgs
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" encoding="UTF-8"?>
<svg
height="500"
version="1.1"
viewBox="0 0 500 500"
width="500"
xmlns="http://www.w3.org/2000/svg"
xml:space="preserve">
<path
d="M100,350 L250,100 L400,300 L150,150 L350,150 L100,350"
fill="#FFFFFF" />
<path
d="M230,40.8 L230,459.2 A210,210,0,0,0,270,459.2 L270,40.8 A210,210,0,0,0,230,40.8 L230,40.8"
fill="#FFFFFF" />
<ellipse
cx="374"
cy="51"
fill="red"
opacity="0.5"
rx="124"
ry="50"
transform="rotate(22.5,374,51)" />
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment