Back to Content

SVGTSpanElement

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

latest500 B
Original Source

{{APIRef("SVG")}}

The SVGTSpanElement interface represents a {{SVGElement("tspan")}} element.

{{InheritanceDiagram}}

Instance properties

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

Instance methods

This interface doesn't provide any specific methods.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{SVGElement("tspan")}} SVG Element