Convert svg to png failed

I want to try convert svg to png using the following code:
com.aspose.imaging.fileformats.svg.SvgImage image =
(com.aspose.imaging.fileformats.svg.SvgImage)com.aspose.imaging.Image.load(filename);
PngOptions options = new PngOptions();
image.save(output+“chart.svg.png”, options);
but the png file is not the same as svg, can you help me? thanks~1.zip (5.4 KB)

@DiDiDiDiDi , we have reproduced issue and created ticket IMAGINGNET-5764 and you will be notified as it will be fixed.

The issues you have found earlier (filed as IMAGINGNET-5764) have been fixed in this update. This message was posted using Bugs notification tool by samer.el-khatib4aspose