15 lines
898 B
XML
15 lines
898 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<svg width="1000px" height="1000px" version="1.1" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="scroll-behavior: auto !important;">
|
|
<defs>
|
|
<rect id="small" width="150" height="150" x="0" y="0" fill="#000" stroke-width="13" stroke="#000"/>
|
|
</defs>
|
|
<g id="foreground">
|
|
<rect id="big" fill-opacity="0" stroke-width="13" stroke="#000" width="750" height="750" x="125" y="125"/>
|
|
<use xlink:href="#small" transform="translate(50,50)"/>
|
|
<use xlink:href="#small" transform="translate(800,50)"/>
|
|
<use xlink:href="#small" transform="translate(50,800)"/>
|
|
<use xlink:href="#small" transform="translate(800,800)"/>
|
|
<use xlink:href="#small" transform="translate(425,50)"/>
|
|
<use xlink:href="#small" fill-opacity="0" transform="translate(425,425)"/>
|
|
</g>
|
|
</svg> |