Back to Content

SVGMPathElement

files/en-us/web/api/svgmpathelement/index.md

latest723 B
Original Source

{{APIRef("SVG")}}

The SVGMPathElement interface corresponds to the {{SVGElement("mpath")}} element.

{{InheritanceDiagram}}

Instance properties

This interface also inherits properties from its parent, {{domxref("SVGElement")}}.

  • {{domxref("SVGMPathElement.href")}} {{ReadOnlyInline}}
    • : An {{domxref("SVGAnimatedString")}} that corresponds to the {{SVGAttr("href")}} or {{SVGAttr("xlink:href")}} {{deprecated_inline}} attribute of the given {{SVGElement("mpath")}} element.

Instance methods

This interface doesn't implement any specific methods, but inherits methods from its parent interface, {{domxref("SVGElement")}}.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}