fy method

fy

Sets the ‘fy’ attribute of the SVG ‘radialGradient’ element, specifying the y-coordinate of the focal point of the gradient.

Returns

The current instance of SVGRadialGradientElementBuilder for method chaining.

def fy(self, value, type):
    ...
ParameterTypeDescription
valuefloatThe y-coordinate of the gradient’s focal point.
typeLengthTypeThe unit of measurement for the y-coordinate (default is pixels).

See Also