VSD2PNG - shadow of shapes gets flipped

Using aspose-diagram-20.5.0-jdk16.jar to convert a VSD to PNG.

After converting the VSD to PNG, the shadow on some of the shapes were flipped.

Code Below:
Diagram vdxDiagram = new Diagram(inputPath);
vdxDiagram.save(outputPath, SaveFileFormat.PNG);

Before/after sample attached.
shapesShadowFlipped.zip (222.2 KB)

@simon.wiseman

We were able to notice that the background of Shape with label “Color Tree” was not fine in the output image while testing the scenario with Aspose.Diagram for Java 20.6. We have logged an issue as DIAGRAMJAVA-50697 in our issue tracking system for it and will keep you posted with the status of its correction. Please be patient and spare us some time.

We are sorry for the inconvenience.

The difference between the original VSD and the PNG is that the shadows of the shapes have been flipped. See attached document.
differences.PNG (13.0 KB)

@simon.wiseman

We have also noticed this issue and will surely address it as well. We will let you know as soon as it is resolved.

@simon.wiseman

We would like to share with you that your issue has been resolved in Aspose.Diagram for Java 20.6.1 hotfix.

Thank you, using the new version of Aspose Diagram has solved the issue.

1 Like

The issues you have found earlier (filed as DIAGRAMJAVA-50697) have been fixed in Aspose.Diagram for Java 20.7.

Yes this version of Aspose Diagram does solve this issue. Thank you.