remove_useless_stroke_and_fill property

remove_useless_stroke_and_fill property

Gets of sets the option to remove unused stroke and fill attributes. It is ’true’ by default.

Definition:

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

See Also