]> git.xonotic.org Git - xonotic/mediasource.git/blobdiff - gfx/luma/gfx/vehicles/common.filters
Fix Luma svg filters
[xonotic/mediasource.git] / gfx / luma / gfx / vehicles / common.filters
index 9e50b943c6a3179462b70c137900fec48f7b2ba6..713fd2d2989b6bda66f8b9cc06341c9e531a8902 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="64" height="64">
        <defs>
-               <filter id="shadow" x="-0.5" y="-0.5" width="2" height="2">
+               <filter id="shadow" x="-0.5" y="-0.5" width="2" height="2" color-interpolation-filters="sRGB">
                        <feMorphology operator="dilate" radius="0.7" in="SourceAlpha"/>
                        <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"/>
                        <feGaussianBlur stdDeviation="1" result="shadow"/>