2016-06-30 18:42:35 +00:00
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="20">
|
2016-01-28 07:14:13 +00:00
|
|
|
<mask id="a">
|
2016-06-30 18:42:35 +00:00
|
|
|
<rect width="200" height="20" rx="0" fill="#fff" />
|
2016-01-28 07:14:13 +00:00
|
|
|
</mask>
|
|
|
|
<g mask="url(#a)">
|
|
|
|
<path fill="#555" d="M0 0h52v20H0z" />
|
2016-06-30 18:42:35 +00:00
|
|
|
<path fill="#007ec6" d="M52 0h148v20H52z" />
|
2016-02-10 02:35:00 +00:00
|
|
|
<path fill="url(#b)" d="M0 0h150v20H0z" />
|
2016-01-28 07:14:13 +00:00
|
|
|
</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>
|
2016-06-30 18:42:35 +00:00
|
|
|
<text x="125" y="15" fill="#010101" fill-opacity=".3">ver_number</text>
|
|
|
|
<text x="125" y="14">ver_number</text>
|
2016-01-28 07:14:13 +00:00
|
|
|
</g>
|
2016-06-30 18:42:35 +00:00
|
|
|
</svg>
|