summaryrefslogtreecommitdiffstats
path: root/qml/images/fullscreen.svg
blob: 83b020eb16824b5e5965aa62871494bf35c14e11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>