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)