Dart API Referencedart:htmlSVGLinearGradientElement

SVGLinearGradientElement Interface

The SVGLinearGradientElement interface corresponds to the <linearGradient> element.

Extends

SVGGradientElement

Fields

Code final SVGAnimatedLength x1 #

Corresponds to attribute x1 on the given <linearGradient> element.
final SVGAnimatedLength x1;

Code final SVGAnimatedLength x2 #

Corresponds to attribute x2 on the given <linearGradient> element.
final SVGAnimatedLength x2;

Code final SVGAnimatedLength y1 #

Corresponds to attribute y1 on the given <linearGradient> element.
final SVGAnimatedLength y1;

Code final SVGAnimatedLength y2 #

Corresponds to attribute y2 on the given <linearGradient> element.
final SVGAnimatedLength y2;

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.