~wasta-linux/wasta-core-wily/master

« back to all changes in this revision

Viewing changes to install-files/firefox-addons/extensions/{8a01dfcc-450f-11e5-909b-fb581d5d46b0}/chrome/browser/drm-icon.svg

  • Committer: Rik Shaw
  • Date: 2015-11-01 13:28:40 UTC
  • Revision ID: git-v1:59c62c9b2e4f4f1cf62db1f5dc1cf630feb99933
initial 15.10 commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<!-- This Source Code Form is subject to the terms of the Mozilla Public
 
3
   - License, v. 2.0. If a copy of the MPL was not distributed with this
 
4
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
 
5
<svg  xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16">
 
6
  <style>
 
7
    #chains > use > path {
 
8
      fill: url(#baseGradient);
 
9
    }
 
10
    #chains-pressed > use > path {
 
11
      fill: url(#pressedGradient);
 
12
    }
 
13
    #chains-black > use > path {
 
14
      fill: black;
 
15
    }
 
16
    g:not(:target) {
 
17
      display: none;
 
18
    }
 
19
  </style>
 
20
  <defs>
 
21
    <linearGradient id="baseGradient" gradientUnits="userSpaceOnUse" x1="8" x2="8" y1="16" y2="0">
 
22
      <stop offset="0" style="stop-color:#808080"/>
 
23
      <stop offset="1" style="stop-color:#999"/>
 
24
    </linearGradient>
 
25
    <linearGradient id="pressedGradient" gradientUnits="userSpaceOnUse" x1="8" x2="8" y1="16" y2="0">
 
26
      <stop offset="0" style="stop-color:#4d4d4d"/>
 
27
      <stop offset="1" style="stop-color:#808080"/>
 
28
    </linearGradient>
 
29
    <path id="path1" d="M7.058,9.72c-0.245,0.245-0.62,0.27-0.834,0.056C6.01,9.562,6.035,9.186,6.28,8.942l0.218-0.218 c-0.245-0.245-0.645-0.245-0.89,0L4.496,9.836c-0.245,0.245-0.245,0.645,0,0.89l0.779,0.779c0.245,0.245,0.645,0.245,0.89,0 l1.112-1.112c0.245-0.245,0.245-0.645,0-0.89L7.058,9.72z"/>
 
30
    <path id="path2" d="M10.726,4.496c-0.245-0.245-0.645-0.245-0.89,0L8.723,5.608c-0.245,0.245-0.245,0.645,0,0.89 L8.95,6.272c0.245-0.245,0.62-0.27,0.834-0.056s0.189,0.59-0.056,0.834L9.502,7.277c0.245,0.245,0.645,0.245,0.89,0l1.112-1.112 c0.245-0.245,0.245-0.645,0-0.89L10.726,4.496z"/>
 
31
    <path id="path3" d="M8,0C3.582,0,0,3.582,0,8s3.582,8,8,8s8-3.582,8-8S12.418,0,8,0z M12.527,6.81l-1.489,1.489 c-0.631,0.631-1.663,0.631-2.293,0L8.612,8.167L8.167,8.612l0.133,0.133c0.631,0.631,0.631,1.663,0,2.293L6.81,12.527 c-0.631,0.631-1.663,0.631-2.293,0l-1.044-1.044c-0.631-0.631-0.631-1.663,0-2.293l1.489-1.489c0.631-0.631,1.663-0.631,2.293,0 l0.133,0.133l0.445-0.445L7.701,7.255c-0.631-0.631-0.631-1.663,0-2.293L9.19,3.473c0.631-0.631,1.663-0.631,2.293,0l1.044,1.044 C13.158,5.148,13.158,6.18,12.527,6.81z"/>
 
32
  </defs>
 
33
  <g id="chains">
 
34
    <use xlink:href="#path1"/>
 
35
    <use xlink:href="#path2"/>
 
36
    <use xlink:href="#path3"/>
 
37
  </g>
 
38
  <g id="chains-pressed">
 
39
    <use xlink:href="#path1"/>
 
40
    <use xlink:href="#path2"/>
 
41
    <use xlink:href="#path3"/>
 
42
  </g>
 
43
  <g id="chains-black">
 
44
    <use xlink:href="#path1"/>
 
45
    <use xlink:href="#path2"/>
 
46
    <use xlink:href="#path3"/>
 
47
  </g>
 
48
</svg>