forked from Plemya-x/ALR
19 lines
943 B
XML
19 lines
943 B
XML
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="129" height="20">
|
|
<linearGradient id="smooth" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
|
|
<stop offset="1" stop-opacity=".1"/></linearGradient>
|
|
<mask id="round">
|
|
<rect width="129" height="20" rx="3" fill="#fff"/>
|
|
</mask>
|
|
<g mask="url(#round)">
|
|
<rect width="75" height="20" fill="#555"/>
|
|
<rect x="75" width="64" height="20" fill="#dfb317"/>
|
|
<rect width="129" height="20" fill="url(#smooth)"/>
|
|
</g>
|
|
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
|
|
<text x="37" y="15" fill="#010101" fill-opacity=".3">ru translate</text>
|
|
<text x="37" y="14">ru translate</text>
|
|
<text x="100" y="15" fill="#010101" fill-opacity=".3">79.00%</text>
|
|
<text x="100" y="14">79.00%</text>
|
|
</g>
|
|
</svg>
|