This is a simple application to get acquainted with SVG Convolve Matrix filter.
Here is a live demo
As also you can run it locally via gulp-connect.
To make it:
- Install npm dependencies
npm install
- Run Gulp
gulp
Page will be available on localhost:8080.
feConvolveMatrix has number of different properties.
- order
- kernelMatrix
- divisor
- bias
- edgeMode
and some default ones.
In this demo only first 2 of them are manipulated.