]> git.xonotic.org Git - xonotic/mediasource.git/blob - gfx/crosshairs/luma/gfx/common.filters
49a9c85c6e8260a43e79412b2a6d21f68830b16c
[xonotic/mediasource.git] / gfx / crosshairs / luma / gfx / 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="-1" y="-1" width="3" height="3">
5                         <feMorphology operator="dilate" radius="1" in="SourceAlpha"/>
6                         <feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.7 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>