export_embedded_images property

SvgSaveOptions.export_embedded_images property

Specified whether images should be embedded into SVG document as base64. Note setting this flag can significantly increase size of output SVG file.

@property
def export_embedded_images(self) -> bool:
    ...

@export_embedded_images.setter
def export_embedded_images(self, value: bool):
    ...

See Also