SVG tspan DOM interfaceEdit
The SVGTSpanElement
interface provides access to the properties of <tspan>
elements, as well as methods to manipulate them.
Interface overview
Also implement | SVGTextPositioningElement |
---|---|
Methods | None |
Properties | None |
Normative document | SVG 1.1 (2nd Edition) |
PropertiesEdit
The SVGTSpanElement
interface do not provide any specific properties.
MethodsEdit
The SVGTSpanElement
interface do not provide any specific methods.
Browser compatibilityEdit
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Basic support | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) |
See alsoEdit
<tspan>
SVG Element