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…...that the image appears in the saved PPTX but is missing in the slide...You can decode the data‑URI, save the SVG to a temporary file...