kernelMatrix property
The list of numbers that make up the kernel matrix for the convolution.
This property is read-only.
![]() ![]() |
Syntax
| JavaScript |
|---|
numList = object.kernelMatrix |
Property values
Type: SVGAnimatedNumberList
The list of numbers that make up the kernel matrix for the convolution (see Remarks).
Standards information
- Scalable Vector Graphics: Filter Effects, Section 15.25.12
Remarks
kernelMatrix contains the list of numbers that make up the kernel matrix for the convolution. Values are separated by space characters and/or a comma. The number of entries in the list must equal orderX times orderY (see order).
See also
Show:

