Shapes are moving when converting to html

When we take a word file with shapes that are located on a photo (arrows in this example) and convert it to html the arrowed are moving to different locations and are no longer usable.
Attached the source doc and the output html
30.zip (2.4 MB)

Code:
var doc = new Aspose.Words.Document(@“E:\WordTest\30.docx”);
doc.Save(@“E:\WordTest\30_all.htm”, new HtmlSaveOptions
{
HtmlVersion = Aspose.Words.Saving.HtmlVersion.Html5,
ExportImagesAsBase64 = true,
ExportHeadersFootersMode = Aspose.Words.Saving.ExportHeadersFootersMode.None,
ExportListLabels = Aspose.Words.Saving.ExportListLabels.AsInlineText,
});

Please fix this issue.
Thanks,

@omri-1,

We tested the scenario and have managed to reproduce the same problem on our end. For the sake of any correction, we have logged this problem in our issue tracking system. The ID of this issue is WORDSNET-18870. We will further look into the details of this problem and will keep you updated on the status of correction. We apologize for your inconvenience.

Can you please update with a fix or ETA?

@omri-1,

I am afraid, your issue (WORDSNET-18870) is currently ‘pending for analysis’ and is in the queue. We will inform you via this thread as soon as this issue is resolved. We apologize for your inconvenience.