first part of syncing LCARStrek with Firefox 38 windows theme changes
[themes.git] / LCARStrek / browser / devtools / filters.svg
CommitLineData
45dc7657
RK
1<svg height="0" xmlns="http://www.w3.org/2000/svg">
2<filter id="invert" x="0%" y="0%" width="100%" height="100%" >
3 <feComponentTransfer>
4 <feFuncR type="table" tableValues=".1 0"/>
5 <feFuncG type="table" tableValues=".1 0"/>
6 <feFuncB type="table" tableValues=".1 0"/>
7 </feComponentTransfer>
8</filter>
589b5528
RK
9<filter id="invert-white" x="0%" y="0%" width="100%" height="100%" >
10 <feComponentTransfer>
11 <feFuncR type="table" tableValues=".6 0"/>
12 <feFuncG type="table" tableValues=".6 0"/>
13 <feFuncB type="table" tableValues=".6 0"/>
14 </feComponentTransfer>
15 </filter>
368d0b7f
RK
16
17 <!-- Web Audio Gradients -->
18 <linearGradient id="bypass-light" x1="6%" y1="8%" x2="12%" y2="12%" spreadMethod="repeat">
19 <stop offset="0%" stop-color="#000000"/> <!-- theme-toolbar-background -->
20 <stop offset="50%" stop-color="#FFCF00"/>
21 </linearGradient>
22
23 <linearGradient id="bypass-dark" x1="6%" y1="8%" x2="12%" y2="12%" spreadMethod="repeat">
24 <stop offset="0%" stop-color="#000000"/> <!-- theme-toolbar-background -->
25 <stop offset="50%" stop-color="transparent"/>
26 </linearGradient>
589b5528 27</svg>