Skip to content

Instantly share code, notes, and snippets.

@ErmineII
Created January 21, 2021 16:30
Show Gist options
  • Save ErmineII/985a13824cf45c1cbcc4f377f67547bf to your computer and use it in GitHub Desktop.
Save ErmineII/985a13824cf45c1cbcc4f377f67547bf to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!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="100"
height="100"
fill="white" >
<path stroke-width="5" id="light" stroke="#669" d="
M 20,40
A 30,30 1 1 1 80,40
L 80,90
L 20,90
L 20,40
L 80,40
A 30,30 1 1 0 20,40" fill="#7772" />
<path stroke-width="5" id="dark" stroke="#225" fill="#0000" d="
M 50,40
L 50,90
M 20,90
L 80,90" />
<circle cx="50" cy="65" r="10" stroke-width="5"
stroke="#225" fill="#0000" />
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment