Element describing a radial gradient.
Content
xc:stop |
Element describing a stop point in the gradient. |
Attributes
cx |
Specifies the origin x-axis coordinate for the largest (outermost) circle for the gradient. |
cy |
Specifies the origin y-axis coordinate for the largest (outermost) circle for the gradient. |
fx |
Represents the focal point x-axis coordinate. |
fy |
Represents the focal point y-axis coordinate. |
r |
Sets the radius for the largest (outermost) circle for the gradient. |
href |
An URI reference to a different radial gradient element within the current document fragment. |
gradientUnits |
Defines the coordinate system for cx, cy, r, fx, fy. |
spreadMethod |
Behavior to be met if the gradient starts and ends in the bounds where it's being painted. Values are: "pad", "reflect", "repeat". |