Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 750961 of SVGTextElement

  • Revision slug: Web/API/SVGTextElement
  • Revision title: SVGTextElement
  • Revision id: 750961
  • Created:
  • Creator: fscholz
  • Is current revision? Yes
  • Comment

Revision Content

{{APIRef("SVG")}}

SVG text DOM interface

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

Interface overview

Also implement {{domxref("SVGTextPositioningElement")}}, {{domxref("SVGTransformable")}}
Methods None
Properties None
Normative document SVG 1.1 (2nd Edition)

Properties

The SVGTextElement interface does not provide any specific properties.

Methods

The SVGTextElement interface does not provide any specific methods.

Browser compatibility

{{CompatibilityTable}}
Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Basic support {{CompatVersionUnknown}} {{CompatVersionUnknown}} {{CompatVersionUnknown}} {{CompatVersionUnknown}} {{CompatVersionUnknown}}
Feature Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support {{CompatNo}} {{CompatVersionUnknown}} {{CompatUnknown}} {{CompatVersionUnknown}} {{CompatVersionUnknown}}

See also

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

Revision Source

<div>{{APIRef("SVG")}}</div>

<h2 id="SVG_text_DOM_interface">SVG text DOM interface</h2>

<p>The <code>SVGTextElement</code> interface corresponds to the {{SVGElement("text")}} elements.</p>

<h3 id="Interface_overview">Interface overview</h3>

<table class="standard-table">
 <tbody>
  <tr>
   <th scope="row">Also implement</th>
   <td>{{domxref("SVGTextPositioningElement")}}, {{domxref("SVGTransformable")}}</td>
  </tr>
  <tr>
   <th scope="row">Methods</th>
   <td><em>None</em></td>
  </tr>
  <tr>
   <th scope="row">Properties</th>
   <td><em>None</em></td>
  </tr>
  <tr>
   <th scope="row">Normative document</th>
   <td><a href="https://www.w3.org/TR/SVG/text.html#InterfaceSVGTextElement" title="https://www.w3.org/TR/SVG/text.html#InterfaceSVGTextElement">SVG 1.1 (2nd Edition)</a></td>
  </tr>
 </tbody>
</table>

<h2 id="Properties">Properties</h2>

<p>The <code>SVGTextElement</code> interface does not provide any specific properties.</p>

<h2 id="Methods">Methods</h2>

<p>The <code>SVGTextElement</code> interface does not provide any specific methods.</p>

<h2 id="Browser_compatibility" name="Browser_compatibility">Browser compatibility</h2>

<div>{{CompatibilityTable}}</div>

<div id="compat-desktop">
<table class="compat-table">
 <tbody>
  <tr>
   <th>Feature</th>
   <th>Chrome</th>
   <th>Firefox (Gecko)</th>
   <th>Internet Explorer</th>
   <th>Opera</th>
   <th>Safari (WebKit)</th>
  </tr>
  <tr>
   <td>Basic support</td>
   <td>{{CompatVersionUnknown}}</td>
   <td>{{CompatVersionUnknown}}</td>
   <td>{{CompatVersionUnknown}}</td>
   <td>{{CompatVersionUnknown}}</td>
   <td>{{CompatVersionUnknown}}</td>
  </tr>
 </tbody>
</table>
</div>

<div id="compat-mobile">
<table class="compat-table">
 <tbody>
  <tr>
   <th>Feature</th>
   <th>Android</th>
   <th>Firefox Mobile (Gecko)</th>
   <th>IE Mobile</th>
   <th>Opera Mobile</th>
   <th>Safari Mobile</th>
  </tr>
  <tr>
   <td>Basic support</td>
   <td>{{CompatNo}}</td>
   <td>{{CompatVersionUnknown}}</td>
   <td>{{CompatUnknown}}</td>
   <td>{{CompatVersionUnknown}}</td>
   <td>{{CompatVersionUnknown}}</td>
  </tr>
 </tbody>
</table>
</div>

<h2 id="See_also">See also</h2>

<ul>
 <li>{{SVGElement("text")}} SVG Element</li>
</ul>
Revert to this revision