x2 method

x2

Sets the ‘x2’ attribute of the SVG ’line’ element, specifying the x-coordinate of the end point of the line.

Returns

The current instance of SVGLineElementBuilder for method chaining.

def x2(self, value, type):
    ...
ParameterTypeDescription
valuefloatThe x-coordinate of the line’s end point.
typeLengthTypeThe unit of measurement for the x-coordinate (default is pixels).

See Also