Error Is Occurring when Adding SVG Image to Slide

@omobonodev,

I have verified from our issue tracking system and regret to share that at present the issue is still unresolved. We request for your patience till the time the issue gets resolved.

Hello,

Is this issue fixed since?

Thanks,
Tamas

@tvinczesn,

I have verified the issues status from our issue tracking system and regret to share that at present the issue is still unresolved. We request for your patience and will get back to you with feedback as soon as the issue will be fixed.

@mudassir.fayyaz

Do we have any update on this issue? Was it resolved? Iā€™m still facing it.

@harshittyagi
Have you tried the last version of Aspose.Slides library and .Net 5? Also, could you please share the problem SVG file?

@stanislav.miroshnichenko1

Thanks for the quick reply. I upgraded to latest version (21.10.0) of Aspose.Slides library and it fixed the issue, I was using library version 19.4.0 earlier.

A small code change was also required after upgrade because AddFromSvg function is no longer there in the latest version. So, we need to use SvgImage class and pass its object to AddImage function now.

1 Like