Skip to content

AlexanderKozhevin/svg-convolution-matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published