diff options
Diffstat (limited to 'qml/images/fullscreen.svg')
-rwxr-xr-x | qml/images/fullscreen.svg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/qml/images/fullscreen.svg b/qml/images/fullscreen.svg new file mode 100755 index 00000000..83b020eb --- /dev/null +++ b/qml/images/fullscreen.svg @@ -0,0 +1,13 @@ +<?xml version="1.0" standalone="no"?> + +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" +"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> + +<svg width="100%" height="100%" version="1.1" +xmlns="http://www.w3.org/2000/svg"> + +<!--x=stroke/2, width=100-stroke-width. line length=30--> +<line x1="4" y1="13" x2="3" y2="43" stroke="white" stroke-width="8" stroke-opacity="1" fill-opacity="0"/> +<line x1="4" y1="13" x2="34" y2="13" stroke="white" stroke-width="8" stroke-opacity="1" fill-opacity="0"/> +<rect x="20" y="29" width="60" height="42" stroke="white" stroke-width="6" stroke-opacity="1" fill-opacity="0"/> +</svg>
\ No newline at end of file |