In preview, image is not visible but when we download the pptx file we can see the image .
if slide.logo_base64:
try:
svg_image, Mime_type = decode_data_uri(slide.lo…...title_placeholders: try: svg_image, mime_type = decode_data_uri(data...logo_base64) if svg_image: if mime_type == "image/svg+xml": desired_width...