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

edgeMode

feConvolveMatrix

Description

The edgeMode attribute for SVG specifies how to extend the input image as necessary with color values so that the matrix operations can be applied when the kernel is positioned at or near the edge of the input image.

Syntax

Value

duplicate | wrap | none

Default

duplicate

Examples

duplicate

none

wrap

feGaussianBlur

Description

The edgeMode attribute for SVG specifies how to extend the input image as necessary with color values so that the matrix operations can be applied when the kernel is positioned at or near the edge of the input image.

Syntax

Value

duplicate | wrap | none

Default

none

Examples

duplicate

none

wrap