summaryrefslogtreecommitdiff
path: root/filters.svg
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2013-06-09 22:23:50 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2013-06-21 13:23:45 -0400
commit9a1a9881b3878db8ac5bfc1a65ed3c9cf8b145e7 (patch)
treea398996855364e749b1099503d3a320f9ff95fbf /filters.svg
parent2655bff0ff9202c4d3069f41c610ab5961027338 (diff)
downloadhtml5ks-9a1a9881b3878db8ac5bfc1a65ed3c9cf8b145e7.tar.xz
html5ks-9a1a9881b3878db8ac5bfc1a65ed3c9cf8b145e7.zip
do more work
Diffstat (limited to 'filters.svg')
-rw-r--r--filters.svg101
1 files changed, 101 insertions, 0 deletions
diff --git a/filters.svg b/filters.svg
new file mode 100644
index 0000000..288bff9
--- /dev/null
+++ b/filters.svg
@@ -0,0 +1,101 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg>
+ <filter id="night">
+ <feColorMatrix values="0.6 0 0 0 0
+ 0 0.6 0 0 0
+ 0 0 0.7 0 0
+ 0 0 0 1 0"/>
+ <feColorMatrix type="saturate" values="0.6"/>
+ </filter>
+
+ <filter id="sp_night">
+ <feColorMatrix values="0.9 0 0 0 0
+ 0 0.92 0 0 0
+ 0 0 1 0 0
+ 0 0 0 1 0"/>
+ <feComponentTransfer>
+ <feFuncR type="linear" intercept="-0.05" slope="1"/>
+ <feFuncG type="linear" intercept="-0.05" slope="1"/>
+ <feFuncB type="linear" intercept="-0.05" slope="1"/>
+ </feComponentTransfer>
+ </filter>
+
+ <filter id="sunset">
+ <feColorMatrix values="1.1 0 0 0 0
+ 0 0.95 0 0 0
+ 0 0 0.85 0 0
+ 0 0 0 1 0"/>
+ <feComponentTransfer>
+ <feFuncR type="linear" intercept="0.1" slope="1"/>
+ <feFuncG type="linear" intercept="0.1" slope="1"/>
+ <feFuncB type="linear" intercept="0.1" slope="1"/>
+ </feComponentTransfer>
+ </filter>
+
+ <filter id="sp_sunset">
+ <feColorMatrix values="1.02 0 0 0 0
+ 0 0.95 0 0 0
+ 0 0 0.9 0 0
+ 0 0 0 1 0"/>
+ <feComponentTransfer>
+ <feFuncR type="linear" intercept="0.05" slope="1"/>
+ <feFuncG type="linear" intercept="0.05" slope="1"/>
+ <feFuncB type="linear" intercept="0.05" slope="1"/>
+ </feComponentTransfer>
+ </filter>
+
+ <filter id="past">
+ <feColorMatrix type="saturate" values="0.15"/>
+ <feColorMatrix values="1.0 0 0 0 0
+ 0 0.94 0 0 0
+ 0 0 0.76 0 0
+ 0 0 0 1 0"/>
+ </filter>
+
+ <filter id="rain">
+ <feColorMatrix type="saturate" values="0.4"/>
+ <feColorMatrix values="0.95 0 0 0 0
+ 0 0.95 0 0 0
+ 0 0 1 0 0
+ 0 0 0 1 0"/>
+ <feComponentTransfer>
+ <feFuncR type="linear" intercept="-0.1" slope="1"/>
+ <feFuncG type="linear" intercept="-0.1" slope="1"/>
+ <feFuncB type="linear" intercept="-0.1" slope="1"/>
+ </feComponentTransfer>
+ </filter>
+
+ <filter id="sp_rain">
+ <feColorMatrix type="saturate" values="0.6"/>
+ <feColorMatrix values="0.96 0 0 0 0
+ 0 0.96 0 0 0
+ 0 0 1 0 0
+ 0 0 0 1 0"/>
+ <feComponentTransfer>
+ <feFuncR type="linear" intercept="-0.05" slope="1"/>
+ <feFuncG type="linear" intercept="-0.05" slope="1"/>
+ <feFuncB type="linear" intercept="-0.05" slope="1"/>
+ </feComponentTransfer>
+ </filter>
+
+ <filter id="past_night">
+ <feColorMatrix values="0.6 0 0 0 0
+ 0 0.6 0 0 0
+ 0 0 0.7 0 0
+ 0 0 0 1 0"/>
+ <feColorMatrix type="saturate" values="0.6"/>
+ <feColorMatrix type="saturate" values="0.15"/>
+ <feColorMatrix values="1 0 0 0 0
+ 0 0.94 0 0 0
+ 0 0 0.76 0 0
+ 0 0 0 1 0"/>
+ </filter>
+
+ <filter id="shadowalpha">
+ <feComponentTransfer>
+ <feFuncA type="linear" intercept="0.7" slope="0"/>
+ </feComponentTransfer>
+ </filter>
+</svg>