mirror of
https://github.com/feder-cr/invisible_playwright.git
synced 2026-07-25 12:01:10 +02:00
The version/stars/downloads badges routed through shields.io and GitHub's image proxy, which rate-limits and intermittently rendered them as broken images. These are now static SVGs committed under docs/badges/ and referenced by relative path, so they render like any repo asset and cannot break.
16 lines
No EOL
886 B
XML
16 lines
No EOL
886 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="139" height="20" role="img" aria-label="browser launches: 1M">
|
|
<title>browser launches: 1M</title>
|
|
<linearGradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient>
|
|
<clipPath id="r"><rect width="139" height="20" rx="3" fill="#fff"/></clipPath>
|
|
<g clip-path="url(#r)">
|
|
<rect width="116" height="20" fill="#555"/>
|
|
<rect x="116" width="23" height="20" fill="#007ec6"/>
|
|
<rect width="139" height="20" fill="url(#s)"/>
|
|
</g>
|
|
<g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" font-size="11">
|
|
<text x="58.0" y="15" fill="#010101" fill-opacity=".3">browser launches</text>
|
|
<text x="58.0" y="14">browser launches</text>
|
|
<text x="127.5" y="15" fill="#010101" fill-opacity=".3">1M</text>
|
|
<text x="127.5" y="14">1M</text>
|
|
</g>
|
|
</svg> |