BGS overlay 100%

This commit is contained in:
Banjo Kazooie
2022-11-09 20:05:06 -06:00
parent c0873407e6
commit 9187a22da6
4 changed files with 135 additions and 110 deletions

View File

@@ -1,23 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="101" height="20">
<svg xmlns="http://www.w3.org/2000/svg" width="108" height="20">
<linearGradient id="b" x2="0" y2="100%">
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
<stop offset="1" stop-opacity=".1"/>
</linearGradient>
<mask id="anybadge_1">
<rect width="101" height="20" rx="3" fill="#fff"/>
<rect width="108" height="20" rx="3" fill="#fff"/>
</mask>
<g mask="url(#anybadge_1)">
<path fill="#555" d="M0 0h34v20H0z"/>
<path fill="#0de000" d="M34 0h67v20H34z"/>
<path fill="url(#b)" d="M0 0h101v20H0z"/>
<path fill="#00e000" d="M34 0h74v20H34z"/>
<path fill="url(#b)" d="M0 0h108v20H0z"/>
</g>
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
<text x="18.0" y="15" fill="#010101" fill-opacity=".3">BGS</text>
<text x="17.0" y="14">BGS</text>
</g>
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
<text x="68.5" y="15" fill="#010101" fill-opacity=".3">97.1656%</text>
<text x="67.5" y="14">97.1656%</text>
<text x="72.0" y="15" fill="#010101" fill-opacity=".3">100.0000%</text>
<text x="71.0" y="14">100.0000%</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB