Updated the version badge so that it is readable with the current version numbers
This commit is contained in:
parent
e11fd2f910
commit
bfcf73cfcd
1 changed files with 6 additions and 6 deletions
|
@ -1,16 +1,16 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="180" height="20">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="20">
|
||||
<mask id="a">
|
||||
<rect width="180" height="20" rx="0" fill="#fff" />
|
||||
<rect width="200" 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="#007ec6" d="M52 0h148v20H52z" />
|
||||
<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>
|
||||
<text x="125" y="15" fill="#010101" fill-opacity=".3">ver_number</text>
|
||||
<text x="125" y="14">ver_number</text>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
Before Width: | Height: | Size: 708 B After Width: | Height: | Size: 707 B |
Loading…
Add table
Reference in a new issue