]> git.xonotic.org Git - xonotic/mediasource.git/blob - gfx/luma/gfx/hud/default/common.filters
e389e52e6715880f920bff785db8d57939ae81a6
[xonotic/mediasource.git] / gfx / luma / gfx / hud / default / common.filters
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <svg xmlns="http://www.w3.org/2000/svg" version="1.1">
3         <defs>
4                 <filter id="buff" x="-0.5" y="-0.5" width="2" height="2">
5                                 <!-- ./tools/hsv-matrix.pl -3 0.8 1.4 -->
6                         <feColorMatrix values="1.19 0.24 -0.03 0 0 0.05 1.31 0.04 0 0 0.11 0.16 1.13 0 0 0 0 0 1 0" result="fill"/>
7                         <feGaussianBlur in="SourceGraphic" stdDeviation="2"/>
8                         <feColorMatrix values="0.2 0 0 0 0 0 0.2 0 0 0 0 0 0.2 0 0 0 0 0 3 0"/>
9                         <feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.85 0" result="outline"/>
10                         <feMerge>
11                                 <feMergeNode in="outline"/>
12                                 <feMergeNode in="fill"/>
13                         </feMerge>
14                         <feGaussianBlur stdDeviation="0.6"/>
15                 </filter>
16         </defs>
17 </svg>