]> de.git.xonotic.org Git - xonotic/mediasource.git/blobdiff - gfx/luma/models/misc/common.filters
Merge branch 'sev/luma-filters' into 'master'
[xonotic/mediasource.git] / gfx / luma / models / misc / common.filters
index 44c692b51a6ead9ed71e02aba4355910981025ab..a1acd49c27f5b4ad81bd63f9ecb0dc2b13c819e6 100755 (executable)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <svg xmlns="http://www.w3.org/2000/svg" version="1.1">
        <defs>
-               <filter id="darkened">
+               <filter id="darkened" color-interpolation-filters="sRGB">
                                <!-- ./tools/hsv-matrix.pl -9 3 0.28 -->
                        <feColorMatrix values="0.74 -0.30 -0.16 0 0 -0.14 0.42 0 0 0 -0.01 -0.49 0.78 0 0 0 0 0 1 0" result="shadow"/>
                        <feGaussianBlur in="SourceGraphic" stdDeviation="4"/>
@@ -12,7 +12,7 @@
                                <feMergeNode in="glow"/>
                        </feMerge>
                </filter>
-               <filter id="shining" x="-0.5" y="-0.5" width="2" height="2">
+               <filter id="shining" x="-0.5" y="-0.5" width="2" height="2" color-interpolation-filters="sRGB">
                        <feGaussianBlur stdDeviation="8"/>
                        <feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.5 0" result="glow"/>
                        <feGaussianBlur in="SourceGraphic" stdDeviation="8"/>