Back to Content

SVGStopElement

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

latest646 B
Original Source

{{APIRef("SVG")}}

The SVGStopElement interface corresponds to the {{SVGElement("stop")}} element.

{{InheritanceDiagram}}

Instance properties

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

  • {{domxref("SVGStopElement.offset")}} {{ReadOnlyInline}}
    • : An {{domxref("SVGAnimatedNumber")}} corresponding to the {{SVGAttr("offset")}} of the given 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}}