22 lines
546 B
XML
22 lines
546 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">
|
||
|
<defs>
|
||
|
<symbol id="selection_box">
|
||
|
<g>
|
||
|
<rect
|
||
|
y="1"
|
||
|
x="1"
|
||
|
height="100"
|
||
|
width="100"
|
||
|
style="opacity:1;fill:#00ffff;fill-opacity:0.39534888;stroke:#ff0000;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||
|
</g>
|
||
|
</symbol>
|
||
|
</defs>
|
||
|
<g transform="translate(0 0)">
|
||
|
<use xlink:href="#selection_box" />
|
||
|
</g>
|
||
|
</svg>
|