mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
33 lines
997 B
XML
33 lines
997 B
XML
|
<svg xmlns="http://www.w3.org/2000/svg">
|
||
|
<style>
|
||
|
rect { fill: blue; stroke: black; }
|
||
|
</style>
|
||
|
<rect x="20pt" y="20pt" width="15pt" height="15pt"
|
||
|
style="fill-opacity: 1">
|
||
|
</rect>
|
||
|
<rect x="70pt" y="20pt" width="15pt" height="15pt"
|
||
|
style="fill-opacity: 0.6">
|
||
|
</rect>
|
||
|
<rect x="120pt" y="20pt" width="15pt" height="15pt"
|
||
|
style="fill-opacity: 0.3">
|
||
|
</rect>
|
||
|
<rect x="20pt" y="70pt" width="15pt" height="15pt"
|
||
|
style="fill-opacity: 0.35">
|
||
|
</rect>
|
||
|
<rect x="70pt" y="70pt" width="15pt" height="15pt"
|
||
|
style="fill-opacity: 0.59">
|
||
|
</rect>
|
||
|
<rect x="120pt" y="70pt" width="15pt" height="15pt"
|
||
|
style="fill-opacity: 0.8">
|
||
|
</rect>
|
||
|
<rect x="20pt" y="120pt" width="15pt" height="15pt"
|
||
|
style="fill-opacity: 0.7">
|
||
|
</rect>
|
||
|
<rect x="70pt" y="120pt" width="15pt" height="15pt"
|
||
|
style="fill-opacity: 0.3">
|
||
|
</rect>
|
||
|
<rect x="120pt" y="120pt" width="15pt" height="15pt"
|
||
|
style="fill-opacity: 0.3">
|
||
|
</rect>
|
||
|
</svg>
|