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
Links
Internal
External
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