12 lines
708 B
XML
12 lines
708 B
XML
<svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
|
|
<defs>
|
|
<pattern id="wooblies" width="50" height="43.4" patternUnits="userSpaceOnUse" patternTransform="scale(0.5) rotate(30)">
|
|
<polygon points="24.8,22 37.3,29.2 37.3,43.7 24.8,50.9 2.3,33.7 12.3,29.2" id="hex" fill="rgba(240,240,240)" stroke="darkgray" stroke-width="0.5" fill-opacity="0.1" />
|
|
<use xlink:href="#hex" x="25" />
|
|
<use xlink:href="#hex" x="-25" />
|
|
<use xlink:href="#hex" x="12.5" y="-21.7" />
|
|
<use xlink:href="#hex" x="-12.5" y="-21.7" />
|
|
</pattern>
|
|
</defs>
|
|
<rect width="100%" height="100%" fill="url(#wooblies)" />
|
|
</svg> |