ref_x method

ref_x

Sets the ‘refX’ attribute of the symbol element, defining the x-coordinate of the reference point of the symbol.

Returns

The SVGSymbolElementBuilder instance for chaining.

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

See Also