Wrong arrow position when converting to image

Thank you for your support.

I have converted No6.vsd to image with Aspose Diagaram 17.11. Please find errors in ExportToImage_out.ipg.
No6.zip (38.9 KB)
ExportToImage_out.jpg (39.4 KB)

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

This is the samplec 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 + "No6.vsd");

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

        }
    }
}

@PFU.DSOL2,

We managed to replicate the problem of misplaced arrow heads in our environment. It has been logged under the ticket ID DIAGRAMNET-51403 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 DIAGRAMNET-51403? I am happy if I could get when the incident will be fixed,

@PFU.DSOL2,

The linked ticket ID DIAGRAMNET-51403 is pending for the analysis and not resolved yet. Our product team will investigate as per their development schedules. We will let you know once it is resolved.

The issues you have found earlier (filed as DIAGRAMNET-51403) have been fixed in Aspose.Diagram for .NET 18.3 API. This message was posted using BugNotificationTool from Downloads module by imran.rafique