Incorrect line color for strikethrough text after PDF conversion

Hi Aspose team,
We want to report an issues with Aspose.Slides when convert presentation to PDF. Line on strikethrough text has different to text color, Aspose gets the color from previous text.
Issue.png (4.8 KB)

Codes example:

private static void ConvertPPTToPDF(string inputFile, string outputFile, string openPassword)
{
Presentation pr = new Presentation(inputFile,
new Aspose.Slides.LoadOptions() { Password = string.IsNullOrEmpty(openPassword) ? openPassword : null });
if (File.Exists(outputFile))
File.Delete(outputFile);
pr.Save(outputFile, Aspose.Slides.Export.SaveFormat.Pdf);
}

Documents example: Examples.zip (41.2 KB)

Reproduced on Aspose.Slides.dll versions: 18.11.0.0, 18.12.0.0

Thanks in advance.

@licenses,

I have observed the information shared by you and have been able to observe the issue specified. An issue with ID SLIDESNET-40766 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 notified once the issue will be fixed.