Labels switched in pie chart after converting to PDF

Hi,

After converting this .docm to .pdf with Aspose, 2 of the labels appeared swapped!
Can you have a look at this, please?

You can see the comparison between the .docm, Word’s output and Aspose’s on the image.png file.

Code:

var document = new Document(@".\test.docx");
document.LayoutOptions.TextShaperFactory = HarfBuzzTextShaperFactory.Instance;
document.Save(@".\out.pdf");

image.png (88.0 KB)
test.zip (91.7 KB)

Thanks,

@ServerSide527 Thank you for reporting this problem to us. For a sake of correction it has been logged as WORDSNET-23657. We will keep you informed and let you know once it is resolved.