create_svg_length method

create_svg_length

Creates an SVGLength object outside of any document trees. The object is initialized to the value of 0 user units.

Returns

An SVGLength object.

def create_svg_length(self):
    ...

See Also