Dart API Referencedart:htmlSVGImageElement

SVGImageElement Interface

The SVGImageElement interface corresponds to the <image> element.

Extends

SVGElement, SVGTransformable, SVGLangSpace, SVGStylable, SVGExternalResourcesRequired, SVGTests, SVGURIReference

Fields

Code final SVGAnimatedLength height #

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

Code final SVGAnimatedPreserveAspectRatio preserveAspectRatio #

Corresponds to attribute preserveAspectRatio on the given <image> element.
final SVGAnimatedPreserveAspectRatio preserveAspectRatio;

Code final SVGAnimatedLength width #

Corresponds to attribute width on the given <image> 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.