summaryrefslogtreecommitdiffstats
path: root/qml/images/stop.svg
blob: b613944100e7a4f09055290b928bbe35e99f5362 (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">

<circle cx="50" cy="50" r="40" stroke="white"
stroke-width="6" stroke-opacity="1" fill-opacity="0"/>
<!--rect circle: r=25. w: sqrt(2)*r=36-->
<rect x="31.3" y="31.3" width="35.4" height="35.4" fill="white"/>
</svg>