crop_to_content_bounds property

crop_to_content_bounds property

The value indicating whether to crop the SVG bounding box to the content bounds before conversion. The default is False.

Definition:

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

See Also