switch to black SVGs with coloring voodoo
This commit is contained in:
44
assets/css/filter.svg
Normal file
44
assets/css/filter.svg
Normal file
@ -0,0 +1,44 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<filter id="brown">
|
||||
<feColorMatrix type="matrix" values="
|
||||
0 0 0 0 0.6471
|
||||
0 0 0 0 0.1647
|
||||
0 0 0 0 0.1647
|
||||
0 0 0 1 0" color-interpolation-filters="sRGB"/>
|
||||
</filter>
|
||||
<filter id="red">
|
||||
<feColorMatrix type="matrix" values="
|
||||
0 0 0 0 1
|
||||
0 0 0 0 0
|
||||
0 0 0 0 0
|
||||
0 0 0 1 0"/>
|
||||
</filter>
|
||||
<filter id="green">
|
||||
<feColorMatrix type="matrix" values="
|
||||
0 0 0 0 0
|
||||
0 0 0 0 0.5
|
||||
0 0 0 0 0
|
||||
0 0 0 1 0"/>
|
||||
</filter>
|
||||
<filter id="blue">
|
||||
<feColorMatrix type="matrix" values="
|
||||
0 0 0 0 0
|
||||
0 0 0 0 0
|
||||
0 0 0 0 1
|
||||
0 0 0 1 0"/>
|
||||
</filter>
|
||||
<filter id="fdd835">
|
||||
<feColorMatrix type="matrix" values="
|
||||
0 0 0 0 0.9922
|
||||
0 0 0 0 0.8471
|
||||
0 0 0 0 0.2078
|
||||
0 0 0 1 0" color-interpolation-filters="sRGB"/>
|
||||
</filter>
|
||||
<filter id="orange">
|
||||
<feColorMatrix type="matrix" values="
|
||||
0 0 0 0 1
|
||||
0 0 0 0 0.6471
|
||||
0 0 0 0 0
|
||||
0 0 0 1 0" color-interpolation-filters="sRGB"/>
|
||||
</filter>
|
||||
</svg>
|
After Width: | Height: | Size: 855 B |
Reference in New Issue
Block a user