registerGradientFill: Create a definition of a gradient fill.

Description Usage Arguments Value Author(s) See Also

Description

A feature of SVG is that elements can be filled with a gradient that is defined somewhere in the document. The purpose of the registerGradientFill function is to create a definition of a gradient fill so that it can be referred to by grobs drawn by gridSVG.

Usage

1
registerGradientFill(label, gradient)

Arguments

label

A character identifier for a gradient fill.

gradient

A gradient object filled with gradient stops. See linearGradient and radialGradient.

Value

None.

Author(s)

Simon Potter

See Also

linearGradient, radialGradient, grid.gradientFill


sachsmc/gridSVG documentation built on May 29, 2019, 12:44 p.m.