]> de.git.xonotic.org Git - xonotic/mediasource.git/blobdiff - gfx/luma/gfx/scoreboard/common.filters
Fix Luma svg filters
[xonotic/mediasource.git] / gfx / luma / gfx / scoreboard / common.filters
index bcb9c276337a3b86c0e0c32b7d487dfcd1060445..3ed3f5588297b91c0d6d7beca375b811cc17d5a9 100755 (executable)
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <svg xmlns="http://www.w3.org/2000/svg" version="1.1">
        <defs>
-               <filter id="strongblurred" x="-0.5" y="-0.5" width="2" height="2">
+               <filter id="strongblurred" x="-0.5" y="-0.5" width="2" height="2" color-interpolation-filters="sRGB">
                        <feGaussianBlur stdDeviation="2"/>
                        <feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 2 0"/>
                        <feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.8 0"/>
                </filter>
-               <filter id="weakblurred" x="-0.5" y="-0.5" width="2" height="2">
+               <filter id="weakblurred" x="-0.5" y="-0.5" width="2" height="2" color-interpolation-filters="sRGB">
                        <feGaussianBlur stdDeviation="0.2"/>
                </filter>
        </defs>