]> de.git.xonotic.org Git - xonotic/mediasource.git/blob - gfx/luma/gfx/scoreboard/common.filters
Merge branch 'sev/luma' into 'master'
[xonotic/mediasource.git] / gfx / luma / gfx / scoreboard / 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="strongblurred" x="-0.5" y="-0.5" width="2" height="2">
5                         <feGaussianBlur stdDeviation="2"/>
6                         <feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 2 0"/>
7                         <feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.8 0"/>
8                 </filter>
9                 <filter id="weakblurred" x="-0.5" y="-0.5" width="2" height="2">
10                         <feGaussianBlur stdDeviation="0.2"/>
11                 </filter>
12         </defs>
13 </svg>