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 470625 of SVGLineElement

  • Revision slug: Web/API/SVGLineElement
  • Revision title: SVGLineElement
  • Revision id: 470625
  • Created:
  • Creator: kscarfone
  • Is current revision? No
  • Comment Updated tags

Revision Content

SVG Line DOM interface

The SVGLineElement interface provides access to the properties of {{ SVGElement("line") }} elements, as well as methods to manipulate them.

Interface overview

Also implement {{ domxref("SVGElement") }}, {{ domxref("SVGTests") }}, {{ domxref("SVGLangSpace") }}, {{ domxref("SVGExternalResourcesRequired") }}, {{ domxref("SVGStylable") }}, {{ domxref("SVGTransformable") }}
Methods None
Properties
  • readonly {{ domxref("SVGAnimatedLength") }} x1
  • readonly {{ domxref("SVGAnimatedLength") }} y1
  • readonly {{ domxref("SVGAnimatedLength") }} x2
  • readonly {{ domxref("SVGAnimatedLength") }} y2
Normative document SVG 1.1 (2nd Edition)

Properties

Name Type Description
x1 {{ domxref("SVGAnimatedLength") }} Corresponds to attribute {{ SVGAttr("x1") }} on the given {{ SVGElement("line") }} element.
y1 {{ domxref("SVGAnimatedLength") }} Corresponds to attribute {{ SVGAttr("y1") }} on the given {{ SVGElement("line") }} element.
x2 {{ domxref("SVGAnimatedLength") }} Corresponds to attribute {{ SVGAttr("x2") }} on the given {{ SVGElement("line") }} element.
y2 {{ domxref("SVGAnimatedLength") }} Corresponds to attribute {{ SVGAttr("y2") }} on the given {{ SVGElement("line") }} element.

Methods

The SVGLineElement interface do not provide any specific methods.

Browser compatibility

{{ CompatibilityTable() }}

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

See also

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

Revision Source

<h2 id="SVG_Line_DOM_interface">SVG Line DOM interface</h2>
<p>The <code>SVGLineElement</code> interface provides access to the properties of {{ SVGElement("line") }} elements, as well as methods to manipulate them.</p>
<h3 id="Interface_overview">Interface overview</h3>
<table class="standard-table">
  <tbody>
    <tr>
      <th scope="row">Also&nbsp;implement</th>
      <td>{{ domxref("SVGElement") }}, {{ domxref("SVGTests") }}, {{ domxref("SVGLangSpace") }}, {{ domxref("SVGExternalResourcesRequired") }}, {{ domxref("SVGStylable") }}, {{ domxref("SVGTransformable") }}</td>
    </tr>
    <tr>
      <th scope="row">Methods</th>
      <td><em>None</em></td>
    </tr>
    <tr>
      <th scope="row">Properties</th>
      <td>
        <ul>
          <li>readonly {{ domxref("SVGAnimatedLength") }} <code>x1</code></li>
          <li>readonly {{ domxref("SVGAnimatedLength") }} <code>y1</code></li>
          <li>readonly {{ domxref("SVGAnimatedLength") }} <code>x2</code></li>
          <li>readonly {{ domxref("SVGAnimatedLength") }} <code>y2</code></li>
        </ul>
      </td>
    </tr>
    <tr>
      <th scope="row">Normative&nbsp;document</th>
      <td><a class="external" href="https://www.w3.org/TR/SVG11/shapes.html#InterfaceSVGLineElement" title="https://www.w3.org/TR/SVG11/shapes.html#InterfaceSVGLineElement">SVG 1.1 (2nd Edition)</a></td>
    </tr>
  </tbody>
</table>
<h2 id="Properties">Properties</h2>
<table class="standard-table">
  <thead>
    <tr>
      <th>Name</th>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><code>x1</code></td>
      <td>{{ domxref("SVGAnimatedLength") }}</td>
      <td>Corresponds to attribute {{ SVGAttr("x1") }} on the given {{ SVGElement("line") }} element.</td>
    </tr>
    <tr>
      <td><code>y1</code></td>
      <td>{{ domxref("SVGAnimatedLength") }}</td>
      <td>Corresponds to attribute {{ SVGAttr("y1") }} on the given {{ SVGElement("line") }} element.</td>
    </tr>
    <tr>
      <td><code>x2</code></td>
      <td>{{ domxref("SVGAnimatedLength") }}</td>
      <td>Corresponds to attribute {{ SVGAttr("x2") }} on the given {{ SVGElement("line") }} element.</td>
    </tr>
    <tr>
      <td><code>y2</code></td>
      <td>{{ domxref("SVGAnimatedLength") }}</td>
      <td>Corresponds to attribute {{ SVGAttr("y2") }} on the given {{ SVGElement("line") }} element.</td>
    </tr>
  </tbody>
</table>
<h2 id="Methods">Methods</h2>
<p>The <code>SVGLineElement</code> interface do not provide any specific methods.</p>
<h2 id="Browser_compatibility" name="Browser_compatibility">Browser compatibility</h2>
<p>{{ CompatibilityTable() }}</p>
<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>9.0</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("line") }} SVG Element</li>
</ul>
Revert to this revision