Characters position and direction error when converting to image

Thank you for your support.

I have converted No13.vsd to image with Aspose Diagaram 17.11. Please find errors in ExportToImage_out.ipg.
No13.zip (46.0 KB)
ExportToImage_out.jpg (62.4 KB)

I have also attached No13.tif whichi is the image that MS Visio outputs as a reference.
No13.tif…zip (11.6 KB)

This is the sample code.

public class ExportToImage
{
public static void Run()
{
try {
// ExStart:ExportToImage
// The path to the documents directory.
string dataDir = RunExamples.GetDataDir_LoadSaveConvert();

            // Call the diagram constructor to load a VSD diagram
            //Diagram diagram = new Diagram(dataDir + "ExportToImage.vsd");
            Diagram diagram = new Diagram(dataDir + "No13.vsd");

            // Save Image file
            diagram.Save(dataDir + "ExportToImage_out.jpg", SaveFileFormat.JPEG);
            // ExEnd:ExportToImage
        }
        catch (System.Exception ex)
        {

        }
    }
}

@PFU.DSOL2,

We managed to replicate the problem misplaced text items in our environment. It has been logged under the ticket ID DIAGRAMNET-51407 in our bug tracking system. We have linked your post to this ticket and will keep you informed regarding any available updates.

@PFU.DSOL2,

The linked ticket ID DIAGRAMNET-51407 has been resolved and will be included in the next version 18.1 of Aspose.Diagram for .NET API. We will notify you once the new version is published.

@PFU.DSOL2,

The linked ticket ID DIAGRAMNET-51407 has been fixed and will be included in the next version 18.1 of Aspose.Diagram for .NET API. We will notify you once the next version is published.