20 lines
718 B
XML
20 lines
718 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
version="1.1"
|
|
width="256"
|
|
height="256"
|
|
viewBox="0 0 256 256">
|
|
<defs>
|
|
<pattern id="pattern1" xlink:href="#pattern2"/>
|
|
<pattern id="pattern2" patternUnits="userSpaceOnUse" width="1" height="1">
|
|
<image width="1" height="1" preserveAspectRatio="none"
|
|
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAADElEQVQI12Ng+M8AAAICAQCqKp4n
|
|
AAAAAElFTkSuQmCC"
|
|
x="0"
|
|
y="0"/>
|
|
</pattern>
|
|
</defs>
|
|
<rect x="100" y="100" width="56" height="56" style="fill:url(#pattern1);"/>
|
|
</svg>
|