Created
December 9, 2015 10:17
-
-
Save BenjaminAbt/16d07510221d8d2dc8b4 to your computer and use it in GitHub Desktop.
VSTS Badge Return Never Build
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<svg width="101.3" height="18.9" xmlns="http://www.w3.org/2000/svg"> | |
<linearGradient id="a" x2="0" y2="100%"> | |
<stop offset="0.0" stop-opacity="0.0" stop-color="#fff" /> | |
<stop offset="0.1" stop-opacity="0.0" stop-color="#aaa" /> | |
<stop offset="0.9" stop-opacity="0.0" /> | |
<stop offset="1.0" stop-opacity="0.0" /> | |
</linearGradient> | |
<rect width="101.3" height="18.9" fill="#f1f1f1" /> | |
<rect width="67.1" height="18.9" fill="#4da2db" x="35.2" /> | |
<path fill="#4da2db" d="M35,2 0h4v18,9h-4z" /> | |
<rect width="101.3" height="18.9" fill="url(#a)" /> | |
<g fill="#fff" text-anchor="middle" font-family="Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif" font-size="12"> | |
<text x="17.6" y="14.0" fill="#000">build</text> | |
<text x="68.2" y="14.0" fill="#fff">never built</text> | |
</g> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment