An object defining the default stylistic properties used for Linear Gradient fills. Linear gradients are drawn along a virtual line, which results in appearance of a rotated pattern in a given direction/orientation.
An array of colors at given offsets (from the start of the line). The start of the line is defined at offest 0 with the end of the line at offset 1. Default value, [{ offset: 0, color: 'black'},{offset: 1, color: 'white'}], is a gradient from black to white.
The X coordinate of the start of the virtual line along which the gradient is drawn, default value 0.
The X coordinate of the end of the virtual line along which the gradient is drawn, default value 100.
The Y coordinate of the start of the virtual line along which the gradient is drawn, default value 0.
The Y coordinate of the end of the virtual line along which the gradient is drawn, default value 100.