|
1 <!-- This Source Code Form is subject to the terms of the Mozilla Public |
|
2 - License, v. 2.0. If a copy of the MPL was not distributed with this |
|
3 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
|
4 |
|
5 <svg |
|
6 xmlns:dc="http://purl.org/dc/elements/1.1/" |
|
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
|
8 xmlns:svg="http://www.w3.org/2000/svg" |
|
9 xmlns="http://www.w3.org/2000/svg" |
|
10 xmlns:xlink="http://www.w3.org/1999/xlink" |
|
11 version="1.1" |
|
12 id="videoPlayButtonOverlay" |
|
13 preserveAspectRatio="xMinYMin meet" |
|
14 viewBox="0 0 64 64"> |
|
15 <defs> |
|
16 <linearGradient id="whiteGradientStops"> |
|
17 <stop id="whiteGradientStop01" style="stop-color:#ffffff;stop-opacity:.95" offset="0" /> |
|
18 <stop id="whiteGradientStop02" style="stop-color:#ffffff;stop-opacity:.75" offset=".45" /> |
|
19 <stop id="whiteGradientStop03" style="stop-color:#ffffff;stop-opacity:.72" offset=".55" /> |
|
20 <stop id="whiteGradientStop04" style="stop-color:#ffffff;stop-opacity:.65" offset="1" /> |
|
21 </linearGradient> |
|
22 <linearGradient |
|
23 x1="32" |
|
24 y1="0" |
|
25 x2="32" |
|
26 y2="62" |
|
27 id="whiteGradient" |
|
28 xlink:href="#whiteGradientStops" |
|
29 gradientUnits="userSpaceOnUse" /> |
|
30 <linearGradient id="arrowGradientStops"> |
|
31 <stop id="arrowGradientStop01" style="stop-color:#333333;stop-opacity:.5" offset="0" /> |
|
32 <stop id="arrowGradientStop02" style="stop-color:#666666;stop-opacity:.5" offset="1" /> |
|
33 </linearGradient> |
|
34 <linearGradient |
|
35 x1="32" |
|
36 y1="16" |
|
37 x2="32" |
|
38 y2="48" |
|
39 id="arrowGradient" |
|
40 xlink:href="#arrowGradientStops" |
|
41 gradientUnits="userSpaceOnUse" /> |
|
42 <filter |
|
43 x="-0.15" |
|
44 y="-0.15" |
|
45 width="1.25" |
|
46 height="1.25" |
|
47 color-interpolation-filters="sRGB" |
|
48 id="dropShadow"> |
|
49 <feGaussianBlur |
|
50 result="blur" |
|
51 stdDeviation="2" |
|
52 in="SourceAlpha" |
|
53 id="dropShadowBlur" /> |
|
54 <feColorMatrix |
|
55 values="1 0 0 0 0 |
|
56 0 1 0 0 0 |
|
57 0 0 1 0 0 |
|
58 0 0 0 .5 0" |
|
59 type="matrix" |
|
60 result="bluralpha" |
|
61 id="dropShadowColor" /> |
|
62 <feOffset |
|
63 result="offsetBlur" |
|
64 dy="1" |
|
65 dx="0" |
|
66 in="bluralpha" |
|
67 id="dropShadowOffset" /> |
|
68 <feMerge> |
|
69 <feMergeNode |
|
70 in="offsetBlur" /> |
|
71 <feMergeNode |
|
72 in="SourceGraphic" /> |
|
73 </feMerge> |
|
74 </filter> |
|
75 <mask id="dropShadowMask"> |
|
76 <path |
|
77 d="M47.285,30.991L23.75,17.24c-0.357-0.208-0.692-0.278-0.969-0.221 C22.32,17.115,22,17.555,22,18.252v27.499c0,1.112,0.797,1.568,1.75,1.011l23.535-13.748C48.238,32.458,48.238,31.547,47.285,30.991 z M0,0v64h64V0H0z M32,60C16.536,60,4,47.464,4,32S16.536,4,32,4s28,12.536,28,28S47.464,60,32,60z" |
|
78 id="dropShadowMaskPath" |
|
79 style="fill:#ffffff;fill-opacity:1;stroke:none" /> |
|
80 </mask> |
|
81 </defs> |
|
82 <path |
|
83 d="M32,4C16.536,4,4,16.536,4,32s12.536,28,28,28s28-12.536,28-28S47.464,4,32,4z M47.285,33.014 L23.75,46.762C22.797,47.319,22,46.863,22,45.751v-27.5c0-0.697,0.32-1.137,0.781-1.232c0.277-0.058,0.612,0.012,0.969,0.221 l23.535,13.751C48.238,31.546,48.238,32.458,47.285,33.014z" |
|
84 mask="url(#dropShadowMask)" |
|
85 id="playButtonShadow" |
|
86 style="fill:black;fill-opacity:1;stroke:none;filter:url(#dropShadow)" /> |
|
87 <path |
|
88 d="M22.781,17.019C22.32,17.114,22,17.555,22,18.251v27.5c0,1.112,0.797,1.568,1.75,1.011 l23.535-13.748c0.953-0.556,0.953-1.467,0-2.023L23.75,17.24C23.393,17.031,23.058,16.961,22.781,17.019z" |
|
89 id="playButtonArrow" |
|
90 style="fill:url(#arrowGradient);fill-opacity:1;stroke:none" /> |
|
91 <path |
|
92 d="M32,4C16.536,4,4,16.536,4,32s12.536,28,28,28s28-12.536,28-28S47.464,4,32,4z M47.285,33.014 L23.75,46.762C22.797,47.319,22,46.863,22,45.751v-27.5c0-0.697,0.32-1.137,0.781-1.232c0.277-0.058,0.612,0.012,0.969,0.221 l23.535,13.751C48.238,31.546,48.238,32.458,47.285,33.014z" |
|
93 id="playButton" |
|
94 style="fill:url(#whiteGradient);fill-opacity:1;stroke:none" /> |
|
95 <path |
|
96 d="M32,4C16.536,4,4,16.536,4,32s12.536,28,28,28s28-12.536,28-28S47.464,4,32,4z M32,59C17.112,59,5,46.888,5,32S17.112,5,32,5s27,12.112,27,27S46.888,59,32,59z M47.789,30.127l-23.534-13.75 C23.826,16.126,23.396,16,22.976,16c-0.135,0-0.27,0.014-0.398,0.041C21.62,16.238,21,17.106,21,18.251v27.5 C21,47.075,21.812,48,22.977,48c0.423,0,0.854-0.126,1.279-0.375L47.79,33.877c0.769-0.449,1.21-1.132,1.21-1.875 S48.559,30.576,47.789,30.127z M47.285,33.014L23.75,46.762C23.474,46.924,23.211,47,22.977,47C22.402,47,22,46.541,22,45.751v-27.5 c0-0.697,0.32-1.137,0.781-1.232L22.976,17c0.233,0,0.498,0.079,0.775,0.24l23.535,13.751 C48.238,31.546,48.238,32.458,47.285,33.014z" |
|
97 id="playButtonEdgeHighlights" |
|
98 style="fill:white;fill-opacity:.3;stroke:none" /> |
|
99 <path |
|
100 d="M32,4C16.536,4,4,16.536,4,32c0,0.167,0.01,0.333,0.013,0.5 C4.28,17.268,16.704,5,32,5c15.296,0,27.72,12.268,27.987,27.5C59.99,32.333,60,32.167,60,32C60,16.536,47.464,4,32,4z M47.285,33.014L23.75,46.762C22.797,47.319,22,46.863,22,45.751v1c0,1.112,0.797,1.568,1.75,1.011l23.535-13.748 c0.697-0.406,0.879-1.003,0.556-1.512C47.723,32.688,47.541,32.864,47.285,33.014z" |
|
101 id="playButtonTopEdgeHighlights" |
|
102 style="fill:white;fill-opacity:.8;stroke:none" /> |
|
103 </svg> |