Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. SVGFEConvolveMatrixElement

SVGFEConvolveMatrixElement

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

TheSVGFEConvolveMatrixElement interface corresponds to the<feConvolveMatrix> element.

EventTarget Node Element SVGElement SVGFEConvolveMatrixElement

Instance properties

This interface also inherits properties from its parent interface,SVGElement.

SVGFEConvolveMatrixElement.biasRead only

AnSVGAnimatedNumber corresponding to thebias attribute of the given element.

SVGFEConvolveMatrixElement.divisorRead only

AnSVGAnimatedNumber corresponding to thedivisor attribute of the given element.

SVGFEConvolveMatrixElement.edgeModeRead only

AnSVGAnimatedEnumeration corresponding to theedgeMode attribute of the given element. Takes one of theSVG_EDGEMODE_* constants defined on this interface.

SVGFEConvolveMatrixElement.heightRead only

AnSVGAnimatedLength corresponding to theheight attribute of the given element.

SVGFEConvolveMatrixElement.in1Read only

AnSVGAnimatedString corresponding to thein attribute of the given element.

SVGFEConvolveMatrixElement.kernelMatrixRead only

AnSVGAnimatedNumberList corresponding to thekernelMatrix attribute of the given element.

SVGFEConvolveMatrixElement.kernelUnitLengthXRead only

AnSVGAnimatedNumber corresponding to thekernelUnitLength attribute of the given element.

SVGFEConvolveMatrixElement.kernelUnitLengthYRead only

AnSVGAnimatedNumber corresponding to thekernelUnitLength attribute of the given element.

SVGFEConvolveMatrixElement.orderXRead only

AnSVGAnimatedInteger corresponding to theorder attribute of the given element.

SVGFEConvolveMatrixElement.orderYRead only

AnSVGAnimatedInteger corresponding to theorder attribute of the given element.

SVGFEConvolveMatrixElement.preserveAlphaRead only

AnSVGAnimatedBoolean corresponding to thepreserveAlpha attribute of the given element.

SVGFEConvolveMatrixElement.resultRead only

AnSVGAnimatedString corresponding to theresult attribute of the given element.

SVGFEConvolveMatrixElement.targetXRead only

AnSVGAnimatedInteger corresponding to thetargetX attribute of the given element.

SVGFEConvolveMatrixElement.targetYRead only

AnSVGAnimatedInteger corresponding to thetargetY attribute of the given element.

SVGFEConvolveMatrixElement.widthRead only

AnSVGAnimatedLength corresponding to thewidth attribute of the given element.

SVGFEConvolveMatrixElement.xRead only

AnSVGAnimatedLength corresponding to thex attribute of the given element.

SVGFEConvolveMatrixElement.yRead only

AnSVGAnimatedLength corresponding to they attribute of the given element.

Instance methods

This interface does not provide any specific methods, but implements those of its parent,SVGElement.

Static properties

SVG_EDGEMODE_UNKNOWN (0)

The type is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.

SVG_EDGEMODE_DUPLICATE (1)

Corresponds to the valueduplicate.

SVG_EDGEMODE_WRAP (2)

Corresponds to the valuewrap.

SVG_EDGEMODE_NONE (3)

Corresponds to the valuenone.

Specifications

Specification
Filter Effects Module Level 1
# InterfaceSVGFEConvolveMatrixElement

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2026 Movatter.jp