end_element method

end_element

Ends rendering of the element.

def end_element(self, element):
    ...
ParameterTypeDescription
elementaspose.svg.dom.ElementThe Element.

See Also