Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. SVGFilterElement

SVGFilterElement

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

TheSVGFilterElement interface provides access to the properties of<filter> elements, as well as methods to manipulate them.

EventTarget Node Element SVGElement SVGFilterElement

Instance properties

SVGFilterElement.hrefRead only

AnSVGAnimatedString that corresponds to thehref orxlink:hrefDeprecated attribute of the given<filter> element.

SVGFilterElement.filterUnitsRead only

AnSVGAnimatedEnumeration that corresponds to thefilterUnits attribute of the given<filter> element. Takes one of the constants defined inSVGUnitTypes.

SVGFilterElement.primitiveUnitsRead only

AnSVGAnimatedEnumeration that corresponds to theprimitiveUnits attribute of the given<filter> element. Takes one of the constants defined inSVGUnitTypes.

SVGFilterElement.xRead only

AnSVGAnimatedLength that corresponds to thex attribute on the given<filter> element.

SVGFilterElement.yRead only

AnSVGAnimatedLength that corresponds to they attribute of the given<filter> element.

SVGFilterElement.widthRead only

AnSVGAnimatedLength that corresponds to thewidth attribute of the given<filter> element.

SVGFilterElement.heightRead only

AnSVGAnimatedLength that corresponds to theheight attribute of the given<filter> element.

Specifications

Specification
Filter Effects Module Level 1
# InterfaceSVGFilterElement

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp