Lines disappeared in the result of SVG conversion

Hi Aspose team

We are working on Visio file’s SVG conversion
The Following code is for conversion test:

Diagram d = new Diagram(“custom/input/visio/MeetRoom.vsd”);
SVGSaveOptions saveOp = new SVGSaveOptions();

for (int i = 0; i < d.getPages().getCount(); i++) {
System.out.println(d.getPages().get(i).getName());
saveOp.setPageIndex(i);
d.save(new FileOutputStream(“custom/output/visio/MeetRoom.” + (i + 1)
+ “.svg”), saveOp);
}

We found a problem in a Visio file’s conversion.
The black lines disappeared in the conversion result.
This issue can be observed in all pages.

I have uploaded a comparison image for page #1, the Visio file, and the result.
Please check this issue, and thanks for the help.

Best,
Craig

Hi Craig,


Thank you for contacting support. We managed to replicate the problem of invisible black rectangles. We have logged this problem under ticket ID DIAGRAMJAVA-50393 in our bug tracking system. Your post has also been linked to this ticket. We’ll keep you informed regarding any available updates. We’re sorry for the inconvenience caused.

@craig.w.su,

The linked ticket ID DIAGRAMJAVA-50393 has been resolved, and will be included in the next version 18.6 of Aspose.Diagram for Java API. We will notify you once it is published.

The issues you have found earlier (filed as DIAGRAMJAVA-50393) have been fixed in Aspose.Diagram for Java 18.6. This message was posted using BugNotificationTool from Downloads module by imran.rafique