blob: b6202a13240bb45b0aa3626d658f3768ef4ef47e (
plain)
1
2
3
4
5
|
<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>
|