dotnet-installer/resources/images/version_badge.svg
Sridhar Periyasamy 8bb35349f9 Fix version badges to display Nuget Version of cli.
We started using the nuget version in rest of our build scripts.
Fixes - #2099
2016-03-28 17:51:36 -07:00

16 lines
708 B
XML

<svg xmlns="http://www.w3.org/2000/svg" width="180" height="20">
<mask id="a">
<rect width="180" height="20" rx="0" fill="#fff" />
</mask>
<g mask="url(#a)">
<path fill="#555" d="M0 0h52v20H0z" />
<path fill="#007ec6" d="M52 0h115v20H52z" />
<path fill="url(#b)" d="M0 0h150v20H0z" />
</g>
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
<text x="26" y="15" fill="#010101" fill-opacity=".3">version</text>
<text x="26" y="14">version</text>
<text x="110" y="15" fill="#010101" fill-opacity=".3">ver_number</text>
<text x="110" y="14">ver_number</text>
</g>
</svg>