Skip to content

Instantly share code, notes, and snippets.

@yoloseem
Last active December 23, 2015 09:50
Show Gist options
  • Save yoloseem/ebad456b26eaaf657d68 to your computer and use it in GitHub Desktop.
Save yoloseem/ebad456b26eaaf657d68 to your computer and use it in GitHub Desktop.
build status badge SVGs
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" width="81" height="20">
<linearGradient id="a" x2="0" y2="100%">
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
<stop offset="1" stop-opacity=".1"/>
</linearGradient>
<rect rx="3" width="81" height="20" fill="#555"/>
<rect rx="3" x="37" width="44" height="20" fill="#e05d44"/>
<path fill="#e05d44" d="M37 0h4v20h-4z"/>
<rect rx="3" width="81" height="20" fill="url(#a)"/>
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
<text x="19.5" y="15" fill="#010101" fill-opacity=".3">build</text>
<text x="19.5" y="14">build</text>
<text x="58" y="15" fill="#010101" fill-opacity=".3">failing</text>
<text x="58" y="14">failing</text>
</g>
</svg>
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment