10 lines
359 B
XML
10 lines
359 B
XML
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<rect width="100%" height="100%" fill="url(#pattern0)"/>
|
|
<defs>
|
|
<pattern id="pattern0" patternContentUnits="objectBoundingBox" width="1" height="1">
|
|
<use xlink:href="#image0" />
|
|
</pattern>
|
|
<image id="image0" width="100%" height="100%" xlink:href="pass.svg"/>
|
|
</defs>
|
|
</svg>
|
|
|