fifth and last part of syncing LCARStrek with Firefox 45-48 windows theme changes
[themes.git] / LCARStrek / devtools / images / filters.svg
CommitLineData
13875a54
RK
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 height="0" xmlns="http://www.w3.org/2000/svg">
6<filter id="invert" x="0%" y="0%" width="100%" height="100%" >
7 <feComponentTransfer>
8 <feFuncR type="table" tableValues=".1 0"/>
9 <feFuncG type="table" tableValues=".1 0"/>
10 <feFuncB type="table" tableValues=".1 0"/>
11 </feComponentTransfer>
12</filter>
13<filter id="invert-white" x="0%" y="0%" width="100%" height="100%" >
14 <feComponentTransfer>
15 <feFuncR type="table" tableValues=".6 0"/>
16 <feFuncG type="table" tableValues=".6 0"/>
17 <feFuncB type="table" tableValues=".6 0"/>
18 </feComponentTransfer>
19 </filter>
20
21 <!-- Web Audio Gradients -->
22 <linearGradient id="bypass-light" x1="6%" y1="8%" x2="12%" y2="12%" spreadMethod="repeat">
23 <stop offset="0%" stop-color="#000000"/> <!-- theme-toolbar-background -->
24 <stop offset="50%" stop-color="#FFCF00"/>
25 </linearGradient>
26
27 <linearGradient id="bypass-dark" x1="6%" y1="8%" x2="12%" y2="12%" spreadMethod="repeat">
28 <stop offset="0%" stop-color="#000000"/> <!-- theme-toolbar-background -->
29 <stop offset="50%" stop-color="transparent"/>
30 </linearGradient>
31</svg>