Dart API Referencedart:htmlSVGEllipseElement

SVGEllipseElement Interface

The SVGEllipseElement interface provides access to the properties of <ellipse> elements, as well as methods to manipulate them.

Extends

SVGTransformable, SVGLangSpace, SVGStylable, SVGExternalResourcesRequired, SVGTests, SVGElement

Fields

Code final SVGAnimatedLength cx #

Corresponds to attribute cx on the given <ellipse> element.
final SVGAnimatedLength cx;

Code final SVGAnimatedLength cy #

Corresponds to attribute cy on the given <ellipse> element.
final SVGAnimatedLength cy;

Code final SVGAnimatedLength rx #

Corresponds to attribute rx on the given <ellipse> element.
final SVGAnimatedLength rx;

Code final SVGAnimatedLength ry #

Corresponds to attribute ry on the given <ellipse> element.
final SVGAnimatedLength ry;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.