]> de.git.xonotic.org Git - xonotic/mediasource.git/blob - gfx/luma/gfx/vehicles/common.filters
Update Luma sourcefiles
[xonotic/mediasource.git] / gfx / luma / gfx / vehicles / common.filters
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="64" height="64">
3         <defs>
4                 <filter id="shadow" x="-0.5" y="-0.5" width="2" height="2">
5                         <feMorphology operator="dilate" radius="0.7" in="SourceAlpha"/>
6                         <feColorMatrix values="1 0 0 0 0.25 0 1 0 0 0.25 0 0 1 0 0.25 0 0 0 0.5 0"/>
7                         <feGaussianBlur stdDeviation="1" result="shadow"/>
8                         <feMerge>
9                                 <feMergeNode in="shadow"/>
10                                 <feMergeNode in="SourceGraphic"/>
11                         </feMerge>
12                 </filter>
13         </defs>
14 </svg>