1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/themes/osx/global/media/videoClickToPlayButton.svg Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,103 @@ 1.4 +<!-- This Source Code Form is subject to the terms of the Mozilla Public 1.5 + - License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 1.7 + 1.8 +<svg 1.9 + xmlns:dc="http://purl.org/dc/elements/1.1/" 1.10 + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 1.11 + xmlns:svg="http://www.w3.org/2000/svg" 1.12 + xmlns="http://www.w3.org/2000/svg" 1.13 + xmlns:xlink="http://www.w3.org/1999/xlink" 1.14 + version="1.1" 1.15 + id="videoPlayButtonOverlay" 1.16 + preserveAspectRatio="xMinYMin meet" 1.17 + viewBox="0 0 64 64"> 1.18 + <defs> 1.19 + <linearGradient id="whiteGradientStops"> 1.20 + <stop id="whiteGradientStop01" style="stop-color:#ffffff;stop-opacity:.95" offset="0" /> 1.21 + <stop id="whiteGradientStop02" style="stop-color:#ffffff;stop-opacity:.75" offset=".45" /> 1.22 + <stop id="whiteGradientStop03" style="stop-color:#ffffff;stop-opacity:.72" offset=".55" /> 1.23 + <stop id="whiteGradientStop04" style="stop-color:#ffffff;stop-opacity:.65" offset="1" /> 1.24 + </linearGradient> 1.25 + <linearGradient 1.26 + x1="32" 1.27 + y1="0" 1.28 + x2="32" 1.29 + y2="62" 1.30 + id="whiteGradient" 1.31 + xlink:href="#whiteGradientStops" 1.32 + gradientUnits="userSpaceOnUse" /> 1.33 + <linearGradient id="arrowGradientStops"> 1.34 + <stop id="arrowGradientStop01" style="stop-color:#333333;stop-opacity:.5" offset="0" /> 1.35 + <stop id="arrowGradientStop02" style="stop-color:#666666;stop-opacity:.5" offset="1" /> 1.36 + </linearGradient> 1.37 + <linearGradient 1.38 + x1="32" 1.39 + y1="16" 1.40 + x2="32" 1.41 + y2="48" 1.42 + id="arrowGradient" 1.43 + xlink:href="#arrowGradientStops" 1.44 + gradientUnits="userSpaceOnUse" /> 1.45 + <filter 1.46 + x="-0.15" 1.47 + y="-0.15" 1.48 + width="1.25" 1.49 + height="1.25" 1.50 + color-interpolation-filters="sRGB" 1.51 + id="dropShadow"> 1.52 + <feGaussianBlur 1.53 + result="blur" 1.54 + stdDeviation="2" 1.55 + in="SourceAlpha" 1.56 + id="dropShadowBlur" /> 1.57 + <feColorMatrix 1.58 + values="1 0 0 0 0 1.59 + 0 1 0 0 0 1.60 + 0 0 1 0 0 1.61 + 0 0 0 .5 0" 1.62 + type="matrix" 1.63 + result="bluralpha" 1.64 + id="dropShadowColor" /> 1.65 + <feOffset 1.66 + result="offsetBlur" 1.67 + dy="1" 1.68 + dx="0" 1.69 + in="bluralpha" 1.70 + id="dropShadowOffset" /> 1.71 + <feMerge> 1.72 + <feMergeNode 1.73 + in="offsetBlur" /> 1.74 + <feMergeNode 1.75 + in="SourceGraphic" /> 1.76 + </feMerge> 1.77 + </filter> 1.78 + <mask id="dropShadowMask"> 1.79 + <path 1.80 + 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" 1.81 + id="dropShadowMaskPath" 1.82 + style="fill:#ffffff;fill-opacity:1;stroke:none" /> 1.83 + </mask> 1.84 + </defs> 1.85 + <path 1.86 + 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" 1.87 + mask="url(#dropShadowMask)" 1.88 + id="playButtonShadow" 1.89 + style="fill:black;fill-opacity:1;stroke:none;filter:url(#dropShadow)" /> 1.90 + <path 1.91 + 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" 1.92 + id="playButtonArrow" 1.93 + style="fill:url(#arrowGradient);fill-opacity:1;stroke:none" /> 1.94 + <path 1.95 + 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" 1.96 + id="playButton" 1.97 + style="fill:url(#whiteGradient);fill-opacity:1;stroke:none" /> 1.98 + <path 1.99 + 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" 1.100 + id="playButtonEdgeHighlights" 1.101 + style="fill:white;fill-opacity:.3;stroke:none" /> 1.102 + <path 1.103 + 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" 1.104 + id="playButtonTopEdgeHighlights" 1.105 + style="fill:white;fill-opacity:.8;stroke:none" /> 1.106 +</svg>