Back to Content

SVGTextElement

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

latest592 B
Original Source

{{APIRef("SVG")}}

The SVGTextElement interface corresponds to the {{SVGElement("text")}} elements.

{{InheritanceDiagram}}

Instance properties

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

Instance methods

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

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{SVGElement("text")}}