arrowissue.zip (2.1 MB)
I attached a simple power point file I am using for this example. My company is trying to upgrade both “Aspose.Cells” and “Aspose.Slides.NET” via NuGet after a year of using the same version. To elaborate, our version jumps are:
Aspose.Cells: 21.8.0 -> 22.6.1
Aspose.Slides.NET: 21.7.0 -> 22.5.0
I realize this is a big jump, but for the most part our testing has been fine except one specific problem I am trying to solve.
Open the power point file and one can see some elements within the file, but if I try to save a thumbnail of this slide, the arrow element becomes distorted and some of the text elements seem to “slide”
code-block.zip (1.6 KB)
That is the code block I wrote to provide an accurate but simplified version of what we’re running, this code replicates the problem. Once The image is saved, the distortion on the arrow picture specifically can be noticed.
If I go into NuGet and downgrade back to the versions of the libraries I was previously using the image that is saved renders everything fine. I need to ask is this a bug or does the code block need to change in anyway?