remove_unused_namespaces property

remove_unused_namespaces property

Gets or sets the option to remove the declaration of unused namespaces from the SVG element that are not used in elements or attributes. It is ’true’ by default.

Definition:

@property
def remove_unused_namespaces(self):
    ...
@remove_unused_namespaces.setter
def remove_unused_namespaces(self, value):
    ...

See Also