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 1036848 of SVGEllipseElement

  • Revision slug: Web/API/SVGEllipseElement
  • Revision title: SVGEllipseElement
  • Revision id: 1036848
  • Created:
  • Creator: essymo
  • Is current revision? No
  • Comment

Revision Content

{{APIRef("SVG")}}

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

Properties

{{ SVGAttr("cx") }}  {{ domxref("SVGAnimatedLength") }}{{readonlyInline}}

Corresponds to attribute {{ SVGAttr("cx") }} on the given {{ SVGElement("ellipse") }} element.

{{ SVGAttr("cy") }} {{ domxref("SVGAnimatedLength") }}{{readonlyInline}}

Corresponds to attribute {{ SVGAttr("cy") }} on the given {{ SVGElement("ellipse") }}  element.

{{ SVGAttr("rx") }} {{ domxref("SVGAnimatedLength") }}{{readonlyInline}}

Corresponds to attribute {{ SVGAttr("rx") }} on the given {{ SVGElement("ellipse") }} element.

{{ SVGAttr("ry") }} {{ domxref("SVGAnimatedLength") }}{{readonlyInline}}

Corresponds to attribute {{ SVGAttr("ry") }} on the given {{ SVGElement("ellipse") }} element

Normative document SVG 1.1 (2nd Edition)

Methods

The SVGEllipseElement 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("ellipse") }} SVG Element

Revision Source

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

<p>The <strong><code>SVGEllipseElement</code></strong> interface provides access to the properties of {{ SVGElement("ellipse") }} elements, as well as methods to manipulate them.</p>

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

<p>{{ SVGAttr("cx") }}&nbsp; {{ domxref("SVGAnimatedLength") }}{{readonlyInline}}</p>

<p>Corresponds to attribute {{ SVGAttr("cx") }} on the given {{ SVGElement("ellipse") }} element.</p>

<p>{{ SVGAttr("cy") }} {{ domxref("SVGAnimatedLength") }}{{readonlyInline}}</p>

<p>Corresponds to attribute {{ SVGAttr("cy") }} on the given {{ SVGElement("ellipse") }}&nbsp; element.</p>

<p>{{ SVGAttr("rx") }} {{ domxref("SVGAnimatedLength") }}{{readonlyInline}}</p>

<p>Corresponds to attribute {{ SVGAttr("rx") }} on the given {{ SVGElement("ellipse") }} element.</p>

<p>{{ SVGAttr("ry") }} {{ domxref("SVGAnimatedLength") }}{{readonlyInline}}</p>

<p>Corresponds to attribute {{ SVGAttr("ry") }} on the given {{ SVGElement("ellipse") }} element</p>

<p><em>Normative&nbsp;document</em> <a class="external" href="https://www.w3.org/TR/SVG11/shapes.html#InterfaceSVGEllipseElement" title="https://www.w3.org/TR/SVG11/shapes.html#InterfaceSVGEllipseElement">SVG 1.1 (2nd Edition)</a></p>

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

<p><em>The <code>SVGEllipseElement</code> interface do not provide any specific methods.</em></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("ellipse") }} SVG Element</li>
</ul>
Revert to this revision