cx method

cx

Sets the ‘cx’ attribute of the SVG ‘circle’ element, specifying the x-coordinate of the center of the circle.

Returns

The current instance of SVGCircleElementBuilder for method chaining.

def cx(self, value, type):
    ...
ParameterTypeDescription
valuefloatThe x-coordinate of the circle’s center.
typeLengthTypeThe unit of measurement for the x-coordinate (default is pixels).

See Also