]> git.xonotic.org Git - xonotic/mediasource.git/blob - gfx/luma/gfx/hud/default/common.filters
Update Luma sourcefiles
[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 -4 1 1 -->
6                         <feColorMatrix values="1.01 0.05 -0.06 0 0 -0.01 0.99 0.02 0 0 0.06 -0.05 0.99 0 0 0 0 0 1 0" result="fill"/>
7                         <feGaussianBlur in="SourceAlpha" stdDeviation="3.5"/>
8                         <feColorMatrix values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 3.5 0"/>
9                         <feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.9 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>