21 lines
861 B
XML
21 lines
861 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="130" height="20">
|
|
<script/>
|
|
<linearGradient id="a" x2="0" y2="100%">
|
|
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
|
|
<stop offset="1" stop-opacity=".1"/>
|
|
</linearGradient>
|
|
<rect rx="3" width="130" height="20" fill="#555"/>
|
|
<rect rx="3" x="90" width="40" height="20" fill="#db654f"/>
|
|
<path fill="#db654f" d="M90 0h4v20h-4z"/>
|
|
<rect rx="3" width="130" height="20" fill="url(#a)"/>
|
|
<g fill="#fff" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
|
|
<g text-anchor="left">
|
|
<text x="5" y="15" fill="#010101" fill-opacity=".3">Docs Coverage</text>
|
|
<text x="5" y="14">Docs Coverage</text>
|
|
</g>
|
|
<g text-anchor="middle">
|
|
<text x="110" y="15" fill="#010101" fill-opacity=".3">19%</text>
|
|
<text x="110" y="14">19%</text>
|
|
</g>
|
|
</g>
|
|
</svg> |