mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 22:22:53 +03:00
29 lines
970 B
XML
29 lines
970 B
XML
|
<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>
|
||
|
<clipPath id="a">
|
||
|
<rect width="108" height="20" rx="3" fill="#fff"/>
|
||
|
</clipPath>
|
||
|
<g clip-path="url(#a)">
|
||
|
<path fill="#555" d="M0 0h77v30H0z"/>
|
||
|
<path fill="#1c93ee" d="M51 0h58v20H51z"/>
|
||
|
<path fill="url(#b)" d="M0 0h108v20H0z"/>
|
||
|
</g>
|
||
|
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110">
|
||
|
<text x="260" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)">
|
||
|
WebKit
|
||
|
</text>
|
||
|
<text x="260" y="140" transform="scale(.1)">
|
||
|
WebKit
|
||
|
</text>
|
||
|
<text x="800" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)">
|
||
|
r254081
|
||
|
</text>
|
||
|
<text x="800" y="140" transform="scale(.1)">
|
||
|
r254081
|
||
|
</text>
|
||
|
</g>
|
||
|
</svg>
|