create_svg_point method

create_svg_point

Creates an SVGPoint object outside of any document trees. The object is initialized to the point (0,0) in the user coordinate system.

Returns

An SVGPoint object.

def create_svg_point(self):
    ...

See Also