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…...desired_width = 200 desired_height = 200 if is_svg_with_embedded_png(svg_image):...svg_image, desired_width, desired_height ) png_bytes_raw = svg_to_p...