diff options
author | MaZderMind | 2014-12-27 20:56:20 +0100 |
---|---|---|
committer | MaZderMind | 2014-12-27 20:56:20 +0100 |
commit | da15fd33e4b6d4bb4089c42591de3574d383f874 (patch) | |
tree | c3d11dac579fa87837fea90355ef0709c8a5f958 /assets/js/lib/relive/bigplay.svg | |
parent | ab0a2cfbf2b4be1d87376052a02ef2e67557bf0b (diff) |
relive gui
Diffstat (limited to '')
-rw-r--r-- | assets/js/lib/relive/bigplay.svg | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/assets/js/lib/relive/bigplay.svg b/assets/js/lib/relive/bigplay.svg new file mode 100644 index 0000000..2b78170 --- /dev/null +++ b/assets/js/lib/relive/bigplay.svg @@ -0,0 +1,14 @@ +<?xml version="1.0" standalone="no"?> +<svg id="bigplay" viewBox="0 0 100 200" style="background-color:#ffffff00" version="1.1" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" + x="0px" y="0px" width="100px" height="200px" +> + <g id="dark"> + <path id="Polygon" d="M 72.5 49.5 L 38.75 68.9856 L 38.75 30.0144 L 72.5 49.5 Z" fill="#ffffff" opacity="0.75" /> + <path id="Ellipse" d="M 13 50.5 C 13 29.7891 29.7891 13 50.5 13 C 71.2109 13 88 29.7891 88 50.5 C 88 71.2109 71.2109 88 50.5 88 C 29.7891 88 13 71.2109 13 50.5 Z" stroke="#ffffff" stroke-width="5" fill="none" opacity="0.75"/> + </g> + <g id="light"> + <path id="Polygon2" d="M 72.5 149.5 L 38.75 168.9856 L 38.75 130.0144 L 72.5 149.5 Z" fill="#ffffff" opacity="1.0" /> + <path id="Ellipse2" d="M 13 150.5 C 13 129.7891 29.7891 113 50.5 113 C 71.2109 113 88 129.7891 88 150.5 C 88 171.211 71.2109 188 50.5 188 C 29.7891 188 13 171.211 13 150.5 Z" stroke="#ffffff" stroke-width="5" fill="none" opacity="1.0"/> + </g> +</svg>
\ No newline at end of file |