The SVG filter element changes colors based on a transformation matrix. Every pixel's color value [R,G,B,A] is matrix multiplied by a 5 by 5 color matrix to create new color [R',G',B',A'].... Every pixel's color value [R,G,B,A] is matrix multiplied...row is ignored because its values are constant. R' = r1*R + r2*G...