Dart API Referencedart:htmlSVGCircleElement

SVGCircleElement Interface

The SVGCircleElement interface provides access to the properties of <circle> 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 <circle> element.
final SVGAnimatedLength cx;

Code final SVGAnimatedLength cy #

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

Code final SVGAnimatedLength r #

final SVGAnimatedLength r;

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.