aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/browser/devtools/filters.svg
blob: 916028becab4a335e95d99e55217e0570bd0c93b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<svg height="0" xmlns="http://www.w3.org/2000/svg">
<filter id="invert" x="0%" y="0%" width="100%" height="100%" >
  <feComponentTransfer>
    <feFuncR type="table" tableValues=".1 0"/>
    <feFuncG type="table" tableValues=".1 0"/>
    <feFuncB type="table" tableValues=".1 0"/>
  </feComponentTransfer>
</filter>
<filter id="invert-white" x="0%" y="0%" width="100%" height="100%" >
  <feComponentTransfer>
    <feFuncR type="table" tableValues=".6 0"/>
    <feFuncG type="table" tableValues=".6 0"/>
    <feFuncB type="table" tableValues=".6 0"/>
  </feComponentTransfer>
 </filter>

  <!-- Web Audio Gradients -->
  <linearGradient id="bypass-light" x1="6%" y1="8%" x2="12%" y2="12%" spreadMethod="repeat">
    <stop offset="0%" stop-color="#f0f1f2"/> <!-- theme-toolbar-background -->
    <stop offset="50%" stop-color="#fff"/>
  </linearGradient>

  <linearGradient id="bypass-dark" x1="6%" y1="8%" x2="12%" y2="12%" spreadMethod="repeat">
    <stop offset="0%" stop-color="#343c45"/> <!-- theme-toolbar-background -->
    <stop offset="50%" stop-color="transparent"/>
  </linearGradient>
</svg>