Dart API Referencedart:htmlSVGGradientElement

SVGGradientElement Interface

The SVGGradient interface is a base interface used by SVGLinearGradientElement and SVGRadialGradientElement .

Extends

SVGStylable, SVGExternalResourcesRequired, SVGElement, SVGURIReference

Subinterfaces

SVGLinearGradientElement, SVGRadialGradientElement

Static Fields

Code final int SVG_SPREADMETHOD_PAD #

static final int SVG_SPREADMETHOD_PAD = 1;

Code final int SVG_SPREADMETHOD_REFLECT #

static final int SVG_SPREADMETHOD_REFLECT = 2;

Code final int SVG_SPREADMETHOD_REPEAT #

static final int SVG_SPREADMETHOD_REPEAT = 3;

Code final int SVG_SPREADMETHOD_UNKNOWN #

static final int SVG_SPREADMETHOD_UNKNOWN = 0;

Fields

Code final SVGAnimatedTransformList gradientTransform #

Corresponds to attribute gradientTransform on the given element.
final SVGAnimatedTransformList gradientTransform;

Code final SVGAnimatedEnumeration gradientUnits #

Corresponds to attribute gradientUnits on the given element. Takes one of the constants defined in SVGUnitTypes .
final SVGAnimatedEnumeration gradientUnits;

Code final SVGAnimatedEnumeration spreadMethod #

Corresponds to attribute spreadMethod on the given element. One of the Spread Method Types defined on this interface.
final SVGAnimatedEnumeration spreadMethod;

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.