crop_to_content_bounds property

crop_to_content_bounds property

The flag indicating whether to crop the SVG bounding box to the content bounds before conversion (default: False).

Definition:

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

See Also