SVG
filters used to manipulate image.
Manipulating image using SVG filters is simple, play around a litle here made easy using
angularJS
I am having issues with the
number
input, something with decimal signs, anyone have ideas how to fix it?
<filter id="brightness"> <feComponentTransfer> <feFuncR type="linear" slope=""/> <feFuncG type="linear" slope=""/> <feFuncB type="linear" slope=""/> </feComponentTransfer> </filter>