Dart API Referencedart:htmlSVGRectElement

SVGRectElement Interface

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

Extends

SVGTransformable, SVGLangSpace, SVGStylable, SVGExternalResourcesRequired, SVGTests, SVGElement

Fields

Code final SVGAnimatedLength height #

Corresponds to attribute height on the given <rect> element.
final SVGAnimatedLength height;

Code final SVGAnimatedLength rx #

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

Code final SVGAnimatedLength ry #

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

Code final SVGAnimatedLength width #

Corresponds to attribute width on the given <rect> element.
final SVGAnimatedLength width;

Code final SVGAnimatedLength x #

final SVGAnimatedLength x;

Code final SVGAnimatedLength y #

final SVGAnimatedLength y;

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.