HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

order

feConvolveMatrix

Description

The order attribute for SVG specifies the number of cells in each dimension for kernelMatrix.

The values provided must be integers greater than zero. The first number, orderX, indicates the number of columns in the matrix. The second number, orderY, indicates the number of rows in the matrix. If orderY is not provided, it defaults to orderX.

Syntax

Value

<number-optional-number>

Default

3

Examples

<number-optional-number>