mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-24 15:33:29 +02:00
21 lines
855 B
XML
21 lines
855 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="120" 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="120" height="20" fill="#555"/>
|
|
<rect rx="3" x="80" width="40" height="20" fill="#db654f"/>
|
|
<path fill="#db654f" d="M80 0h4v20h-4z"/>
|
|
<rect rx="3" width="120" 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">Documented</text>
|
|
<text x="5" y="14">Documented</text>
|
|
</g>
|
|
<g text-anchor="middle">
|
|
<text x="100" y="15" fill="#010101" fill-opacity=".3">45%</text>
|
|
<text x="100" y="14">45%</text>
|
|
</g>
|
|
</g>
|
|
</svg> |