]> de.git.xonotic.org Git - xonotic/mediasource.git/blob - gfx/crosshairs/luma/gfx/common.filters
Merge branch 'sev/crosshairs' into 'master'
[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="-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.7 0"/>
7                         <feGaussianBlur stdDeviation="1" result="shadow"/>
8                         <feMerge>
9                                 <feMergeNode in="shadow"/>
10                                 <feMergeNode in="SourceGraphic"/>
11                         </feMerge>
12                 </filter>
13                 <filter id="shadowdot" x="-0.5" y="-0.5" width="2" height="2">
14                         <feMorphology operator="dilate" radius="1.4" in="SourceAlpha"/>
15                         <feColorMatrix values="1 0 0 0 0.25 0 1 0 0 0.25 0 0 1 0 0.25 0 0 0 0.7 0"/>
16                         <feGaussianBlur stdDeviation="2"/>
17                         <feOffset dx="0.25" dy="0.25" result="shadow"/>
18                         <feMerge>
19                                 <feMergeNode in="shadow"/>
20                                 <feMergeNode in="SourceGraphic"/>
21                         </feMerge>
22                 </filter>
23         </defs>
24 </svg>