first part of syncing LCARStrek with Firefox 45-48 devtools 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">
dadba0f2
RK
6 <filter id="checked-icon-state">
7 <feColorMatrix in="SourceGraphic" type="matrix"
8 values="0 0 0 0 0
9 0 0 0 0 0
10 0 0 0 0 0
11 0 0 0 1 0"/>
13875a54
RK
12 </filter>
13
14 <!-- Web Audio Gradients -->
15 <linearGradient id="bypass-light" x1="6%" y1="8%" x2="12%" y2="12%" spreadMethod="repeat">
16 <stop offset="0%" stop-color="#000000"/> <!-- theme-toolbar-background -->
17 <stop offset="50%" stop-color="#FFCF00"/>
18 </linearGradient>
19
20 <linearGradient id="bypass-dark" x1="6%" y1="8%" x2="12%" y2="12%" spreadMethod="repeat">
21 <stop offset="0%" stop-color="#000000"/> <!-- theme-toolbar-background -->
22 <stop offset="50%" stop-color="transparent"/>
23 </linearGradient>
24</svg>