2016-03-09 11:11:14 +01:00
|
|
|
<?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="square_selection">
|
2016-03-11 12:44:05 +01:00
|
|
|
<g class="square">
|
2016-03-09 11:11:14 +01:00
|
|
|
<rect
|
|
|
|
y="0"
|
|
|
|
x="0"
|
|
|
|
height="100"
|
|
|
|
width="100"
|
|
|
|
style="opacity: 1;
|
|
|
|
fill: #000000;
|
|
|
|
fill-opacity: 0.5;
|
|
|
|
stroke: #ff7d00;
|
|
|
|
stroke-width: 4;
|
|
|
|
stroke-dasharray: 4, 4;
|
|
|
|
stroke-opacity: 1" />
|
|
|
|
</g>
|
|
|
|
</symbol>
|
|
|
|
</defs>
|
|
|
|
</svg>
|