Skip to content

Instantly share code, notes, and snippets.

@littleark
Created January 18, 2018 12:05
Show Gist options
  • Save littleark/80556d29080efc890dbd885a2e3bb6d4 to your computer and use it in GitHub Desktop.
Save littleark/80556d29080efc890dbd885a2e3bb6d4 to your computer and use it in GitHub Desktop.
Pie chart SVG
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
"http://www.w3.org/TR/2001/
REC-SVG-20010904/DTD/svg10.dtd"><svg xmlns="http://www.w3.org/2000/svg" width="300" height="300" aria-label="A chart." style="overflow: hidden;"><defs id="defs"/><rect x="0" y="0" width="300" height="300" stroke="none" stroke-width="0" fill="#ffffff"/><g><path d="M150,150L33.08657048910078,217.5A135,135,0,0,1,150,15L150,150A0,0,0,0,0,150,150" stroke="#ffffff" stroke-width="2" fill="#422480"/></g><g><path d="M150,150L150,15A135,135,0,1,1,33.08657048910078,217.5L150,150A0,0,0,1,0,150,150" stroke="#ffffff" stroke-width="2" fill="#633ab5"/></g><g/><circle cx="422" cy="150" r="120" fill="#FFFFFF" stroke="none" stroke-width="0"/></svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment