Shape's curves are not properly displayed in PDF converted from DOCX

Hi,

When I converted a DOCX with curved shape to PDF, I noticed the curve was not converted properly.

Code:
var doc = new Document(@".\test.docx");
doc.LayoutOptions.TextShaperFactory = Aspose.Words.Shaping.HarfBuzz.HarfBuzzTextShaperFactory.Instance;
doc.Save(@".\test.pdf");

I’ve attached the test files and a screenshot for your reference. Could you please help me take a look?

test.zip (119.9 KB)
image.png (78.1 KB)

Thanks,

@ServerSide527

We have tested the scenario and have managed to reproduce the same issue at our side. For the sake of correction, we have logged this problem in our issue tracking system as WORDSNET-20192. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

The issues you have found earlier (filed as WORDSNET-20192) have been fixed in this Aspose.Words for .NET 21.12 update also available on NuGet.