mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
f003635ccc
--HG-- extra : rebase_source : 3625a395a7ef74fc566cb3ee58914be0e3da81d7
6 lines
253 B
XML
6 lines
253 B
XML
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<pattern id="pattern" width="40" height="40"><stop/></pattern>
|
|
<rect id="rect" width="200" height="100"/>
|
|
<use xlink:href="#rect" stroke="url(#pattern)" />
|
|
</svg>
|