After saving a VSDX file to PDF using Aspose.Diagram a rogue line appears in the pdf which is not visible in the original VISIO file

Hi!

Software (incl. versions) where issue can be reproduced:
We’re using NUGET package “Aspose.Diagram” version 24.9.0 for converting a vsdx to pdf and there is an issue with attempting to convert one specific vsdx to pdf using the following code:

...
 using (FileStream iFile = new FileStream(@"Data\in.vsdx", FileMode.Open, FileAccess.Read))
 {
     Diagram diag = new Diagram(iFile);
     diag.Save(@"Data\out.pdf", SaveFileFormat.Pdf);
 }
...

The issue can be reproduced with the VSDX file that is within the zip:
in.zip (57,1 KB).

The problem is that in the resulting pdf (
out.pdf (161,9 KB)) there is an extra red line in the top-left quadrant of the diagram that is not visible in the original VSDX file.

Thanks in advance!

@troubledog
Thanks for the template file and output pdf.
We reproduced the problems you mentioned by converting your template vsdx file to pdf. We found an extra red line in the output pdf.

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): DIAGRAMNET-53569

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 DIAGRAMNET-53569) have been fixed in this update. This message was posted using Bugs notification tool by philip.zhou