Document compare problem containing {Aspose.Words.Drawing.Shape}

Good day,
if I compare the same document, revision marks appear in it. After saving this document, revision marks are not displayed in Word or aspos. You don’t know why it’s like that or how to get around it?

Document T1 = new Document(@"tmp.docx");
Document T2 = new Document(@"tmp.docx");
T1.Compare(T2, "compare", DateTime.Now); 
T1.Save(@"TMPcompare.docx");

Thank you in advance

tmp.docx (115.5 KB)

@benestom
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): WORDSNET-25496

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

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