diff options
author | Luca Muscariello <lumuscar+fdio@cisco.com> | 2017-02-25 23:42:31 +0100 |
---|---|---|
committer | Luca Muscariello <lumuscar+fdio@cisco.com> | 2017-02-25 23:42:31 +0100 |
commit | 05c1a838c881ea502888659848d8792843b28718 (patch) | |
tree | cf0b05b58bd725a1eb6c80325ba986c63dea42aa /qml/images/pause.svg | |
parent | 9b30fc10fb1cbebe651e5a107e8ca5b24de54675 (diff) |
Initial commit: video player - viper
Change-Id: Id5aa33598ce34659bad4a7a9ae5006bfb84f9bd1
Signed-off-by: Luca Muscariello <lumuscar+fdio@cisco.com>
Diffstat (limited to 'qml/images/pause.svg')
-rwxr-xr-x | qml/images/pause.svg | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/qml/images/pause.svg b/qml/images/pause.svg new file mode 100755 index 00000000..bfd98887 --- /dev/null +++ b/qml/images/pause.svg @@ -0,0 +1,14 @@ +<?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=35.4--> +<rect x="31.3" y="31.3" width="11.8" height="35.4" fill="white"/> +<rect x="54.9" y="31.3" width="11.8" height="35.4" fill="white"/> +</svg>
\ No newline at end of file |