edgeMode - SVG: Scalable Vector Graphics 编辑
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.
Two elements are using this attribute: <feConvolveMatrix>
and <feGaussianBlur>
feConvolveMatrix
For <feConvolveMatrix>
, edgeMode
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.
Value | duplicate | wrap | none |
---|---|
Default value | duplicate |
Animatable | Yes |
duplicate
- This value 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
- This value indicates that the input image is extended by taking the color values from the opposite edge of the image.
none
- This value indicates that the input image is extended with pixel values of zero for R, G, B and A.
feGaussianBlur
For <feGaussianBlur>
, edgeMode
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.
Value | duplicate | wrap | none |
---|---|
Default value | none |
Animatable | Yes |
duplicate
- This value 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
- This value indicates that the input image is extended by taking the color values from the opposite edge of the image.
none
- This value indicates that the input image is extended with pixel values of zero for R, G, B and A.
Specifications
Specification | Status | Comment |
---|---|---|
Filter Effects Module Level 1 The definition of 'edgeMode for <feGaussianBlur>' in that specification. | Working Draft | Initial definition for <feGaussianBlur> |
Filter Effects Module Level 1 The definition of 'edgeMode for <feConvolveMatrix>' in that specification. | Working Draft | No change |
Scalable Vector Graphics (SVG) 1.1 (Second Edition) The definition of 'edgeMode for <feConvolveMatrix>' in that specification. | Recommendation | Initial definition for <feConvolveMatrix> |
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论