mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
0265b48597
--HG-- extra : rebase_source : b5958bf2635db311c94191b4683d4b3f24d0232f
18 lines
460 B
XML
18 lines
460 B
XML
<svg xmlns="http://www.w3.org/2000/svg">
|
|
<style type="text/css">
|
|
polygon { fill: blue; }
|
|
</style>
|
|
|
|
<polygon points="10,10 70,50 110,10 160,30 210,10"/>
|
|
|
|
<polygon transform="translate(0, 70)"
|
|
points="10,10 70,50 110,10 160,30 210,10"/>
|
|
|
|
<polygon transform="translate(0, 140)"
|
|
points="10,10 70,50 110,10 160,30 210,10"/>
|
|
|
|
<polygon transform="translate(0, 210)"
|
|
points="10,10 70,10 110,10 160,70 210,10"/>
|
|
|
|
</svg>
|