Wrong figure when converting to image

Thank you for your support.

I have converted No2.vsd to image with Aspose Diagaram 17.11. Please find a error in ExportToImage_out.png.
No2.zip (36.9 KB)
ExportToImage_out.png (3.9 KB)

I have also attached No2.tiff whichi is the image that MS Visio outputs as a reference.
No2.tiff…zip (2.5 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 + "No1.vsd");

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

        }
    }
}

@PFU.DSOL2,

We managed to replicate the incorrect display of the curved line. It has been logged under the ticket ID DIAGRAMNET-51399 in our bug tracking system. We have linked your post to this ticket and will keep you informed regarding any available updates.

Thank you for your support.
Do you have any updates about DIAGRAMNT-51399? I am happy if I could get when the incident will be fixed,

@PFU.DSOL2,

The linked ticket ID DIAGRAMNET-51399 is dependent on an internal feature. It is a complex task and could take time than usual. We will notify you once it is resolved.

The issues you have found earlier (filed as DIAGRAMNET-51399) have been fixed in Aspose.Diagram for .NET 19.2.