Anti-Aliasing is not effect in chart's series fill

Workbook wb = new Workbook("C:/x.xlsx");
HtmlSaveOptions options = new HtmlSaveOptions();
options.setExportActiveWorksheetOnly(true);
options.getImageOptions().setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON);
options.getImageOptions().setRenderingHint(RenderingHints.KEY_TEXT_ANTIALIASING, RenderingHints.VALUE_TEXT_ANTIALIAS_ON);
wb.save("C:/x.html", options);



In x.html red cross is not anti-aliasing. In MS Excel red cross is anit-aliasing.

Hi,


Thank you for sharing the sample.

We have evaluated the presented scenario while using the latest version of Aspose.Cells for Java 8.6.3.4, and we are able to replicate the said problem on our side. In order to further investigate the matter, we have logged this incident as CELLSJAVA-41689. Please spare us little time to properly analyze the scenario, and to get back with updates in this regard.

Hi,

Thanks for using Aspose.Cells.

This is to inform you that we have fixed your issue CELLSJAVA-41689 now. We will soon provide the fix after performing QA and including other enhancements and fixes.

The issues you have found earlier (filed as CELLSJAVA-41689) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.