ref_y method

ref_y

Sets the ‘refY’ attribute of the symbol element, defining the y-coordinate of the reference point of the symbol.

Returns

The SVGSymbolElementBuilder instance for chaining.

def ref_y(self, value, type):
    ...
ParameterTypeDescription
valuefloatThe value for the ‘refY’ attribute.
typeLengthTypeThe type of length measurement (e.g., pixels).

See Also