minimum_width property

minimum_width property

The minimum width for converting an SVG document, used when converting to raster formats, defaulting to 800.

Definition:

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

See Also