Tiled slide background not rendered correctly to SVG from PPT format

Hi,

we have discovered that a slide with a tiled background doesn’t render correctly when saved to SVG from a PPT file. The background renders correctly when Slide.GetThumbnail is called and it also works fine for the same presentation if converted to pptx format.

Here’s sample code

SVGOptions opts = SVGOptions.WYSIWYG;
opts.VectorizeText = false;
opts.MetafileRasterizationDpi = 150;

Presentation ppt = new Presentation(“background.ppt”);
using (FileStream fs = new FileStream(“background.svg”, FileMode.Create))
{
ppt.Slides[0].SaveToSVG(fs, opts);
}

and the file is attached.

thanks in advance for looking into this.

Robin

Hi Robin,


I have worked with the presentation file shared and have been able to observe the issue shared. The generated SVG image has background image rendered only on some portion of slide. An issue with ID SLIDESNET-33961 has been created in our issue tracking system to further investigate and resolve the issue. This thread has been linked with the issue so that you may be automatically notified once the issue will be resolved.

We are sorry for your inconvenience,

The issues you have found earlier (filed as SLIDESNET-33961) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.