20 lines
797 B
XML
20 lines
797 B
XML
|
<?xml version="1.0"?>
|
||
|
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="20">
|
||
|
<linearGradient id="a" x2="0" y2="100%">
|
||
|
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
|
||
|
<stop offset="2" stop-opacity=".1"/>
|
||
|
</linearGradient>
|
||
|
|
||
|
<rect rx="3" width="47" height="20" fill="#555"/> <!-- Comment -->
|
||
|
<rect rx="3" x="47" width="62" height="20" fill="#dfb317"/>
|
||
|
|
||
|
<path fill="#dfb317" d="M45 0h4v20h-4z"/>
|
||
|
<rect rx="3" width="109" height="20" fill="url(#a)"/>
|
||
|
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
|
||
|
<text x="23" y="15" fill="#010101" fill-opacity=".3">build</text>
|
||
|
<text x="23" y="14">build</text>
|
||
|
<text x="78" y="15" fill="#010101" fill-opacity=".3">pending</text>
|
||
|
<text x="78" y="14">pending</text>
|
||
|
</g>
|
||
|
</svg>
|