AlexanderKozhevin / svg-convolution-matrix

Demo sample how to convolve matrix works

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SVG FeConvolveMatrix

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:

  1. Install npm dependencies
npm install
  1. Run Gulp
gulp

Page will be available on localhost:8080.


feConvolveMatrix has number of different properties.

  1. order
  2. kernelMatrix
  3. divisor
  4. bias
  5. edgeMode

and some default ones.

In this demo only first 2 of them are manipulated.

About

Demo sample how to convolve matrix works


Languages

Language:HTML 45.0%Language:JavaScript 41.4%Language:CSS 13.6%