EdgeMode Enum

EdgeMode enumeration

Specifies the edge mode for the feConvolveMatrix filter primitive in SVG.

public enum EdgeMode

Values

NameValueDescription
Duplicate0The input image is extended along each of its borders as necessary by duplicating the color values at the given edge of the input image.
Wrap1The input image is conceptually wrapped (or tiled) and the convolution uses these wrapped values. This creates a toroidal topology for the image.
None2The edge mode is not defined, and the effect of the filter is defined by the implementation.

See Also