Skip to content

Instantly share code, notes, and snippets.

@wdouglass
Created January 19, 2023 13:48
Show Gist options
  • Save wdouglass/c9b49150531fd4454bfcbafd286e7834 to your computer and use it in GitHub Desktop.
Save wdouglass/c9b49150531fd4454bfcbafd286e7834 to your computer and use it in GitHub Desktop.
Badge for vplumber coverage
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg"
width="400" height="400">
<circle cx="100" cy="100" r="50" stroke="black"
stroke-width="5" fill="red" />
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment