WebIDLpedia

SVGMPathElement interface

Definition

SVG Animations defines SVGMPathElement



[Exposed=Window]
interface SVGMPathElement : SVGElement {
};

SVGMPathElement includes SVGURIReference;
Consolidated IDL (across mixin and partials)


[Exposed=Window]
interface SVGMPathElement : SVGElement {
  [SameObject] readonly attribute SVGAnimatedString href;
};