Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. SVGFEDisplacementMapElement

SVGFEDisplacementMapElement

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⁩.

TheSVGFEDisplacementMapElement interface corresponds to the<feDisplacementMap> element.

EventTarget Node Element SVGElement SVGFEDisplacementMapElement

Instance properties

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

SVGFEDisplacementMapElement.heightRead only

AnSVGAnimatedLength corresponding to theheight attribute of the given element.

SVGFEDisplacementMapElement.in1Read only

AnSVGAnimatedString corresponding to thein attribute of the given element.

SVGFEDisplacementMapElement.in2Read only

AnSVGAnimatedString corresponding to thein2 attribute of the given element.

SVGFEDisplacementMapElement.resultRead only

AnSVGAnimatedString corresponding to theresult attribute of the given element.

SVGFEDisplacementMapElement.scaleRead only

AnSVGAnimatedNumber corresponding to thescale attribute of the given element.

SVGFEDisplacementMapElement.widthRead only

AnSVGAnimatedLength corresponding to thewidth attribute of the given element.

SVGFEDisplacementMapElement.xRead only

AnSVGAnimatedLength corresponding to thex attribute of the given element.

SVGFEDisplacementMapElement.xChannelSelectorRead only

AnSVGAnimatedEnumeration corresponding to thexChannelSelector attribute of the given element. It takes one of theSVG_CHANNEL_* constants defined on this interface.

SVGFEDisplacementMapElement.yRead only

AnSVGAnimatedLength corresponding to they attribute of the given element.

SVGFEDisplacementMapElement.yChannelSelectorRead only

AnSVGAnimatedEnumeration corresponding to theyChannelSelector attribute of the given element. It takes one of theSVG_CHANNEL_* constants defined on this interface.

Instance methods

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

Static properties

SVG_CHANNEL_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_CHANNEL_R (1)

Corresponds to the valueR.

SVG_CHANNEL_G (2)

Corresponds to the valueG.

SVG_CHANNEL_B (3)

Corresponds to the valueB.

SVG_CHANNEL_A (4)

Corresponds to the valueA.

Specifications

Specification
Filter Effects Module Level 1
# InterfaceSVGFEDisplacementMapElement

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp