edgemode

edgemode

The edgeMode attribute determines 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.

If attribute edgeMode is not specified, then the effect is as if a value of duplicate were specified.

Usage context

Categories None
Value duplicate | wrap | none
Animatable Yes
Normative document SVG 1.1 (2nd Edition)
duplicate
It indicates that the input image is extended along each of its borders as necessary by duplicating the color values at the given edge of the input image.
wrap
It indicates that the input image is extended by taking the color values from the opposite edge of the image.
none
It indicates that the input image is extended with pixel values of zero for R, G, B and A.

Example

Elements

The following elements can use the edgeMode attribute

© 2005–2017 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/edgeMode

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部