Added lost file of selection box image.

This commit is contained in:
mdtrooper 2016-03-28 18:31:50 +02:00
parent f3f302eae2
commit 7b143ead78
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
<?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>

After

Width:  |  Height:  |  Size: 546 B