21 lines
875 B
XML
21 lines
875 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="108" height="20" version="1.1">
|
|
<linearGradient x2="0" y2="100%">
|
|
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
|
|
<stop offset="1" stop-opacity=".1"/>
|
|
</linearGradient>
|
|
<mask id="a">
|
|
<rect width="108" height="20" rx="12" fill="#fff"/>
|
|
</mask>
|
|
<g mask="url(#a)">
|
|
<path d="M0 0h66v20H0z" fill="#555"/>
|
|
<path d="M66 0h44v20H66z" fill="rgb(49, 220, 55)"/>
|
|
</g>
|
|
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
|
|
<text x="34" y="14" fill="#010101" fill-opacity="0.5">coverage</text>
|
|
<text x="34" y="13">coverage</text>
|
|
<text x="87" y="15" fill="#010101" fill-opacity=".5">99.9%</text>
|
|
<text x="87" y="14">99.9%</text>
|
|
</g>
|
|
</svg>
|