class js.html.svg.RadialGradientElement extends GradientElement

Available on js

The SVGRadialGradientElement interface corresponds to the <radialGradient> element.

Documentation for this class was provided by MDN.

Instance Fields

var cx:AnimatedLength

Corresponds to attribute cx on the given <radialGradient> element.

var cy:AnimatedLength

Corresponds to attribute cy on the given <radialGradient> element.

var fx:AnimatedLength

Corresponds to attribute fx on the given <radialGradient> element.

var fy:AnimatedLength

Corresponds to attribute fy on the given <radialGradient> element.