Proportion issue for group of picture

Hi,
I have encountered an issue where, if a sheet has a shapegroup of picture, and I save the excel as Pdf, Some pictures do not show the correct proportion。

The code I am using is as follows:
Workbook wb = new Workbook(exceFilePath);
PdfSaveOptions op = new PdfSaveOptions(); op.setPageCount(1);
op.setOnePagePerSheet(true); op.setImageResample(220, 100);
wb.save(htmlFileName, op);

Thanks in advance!
The file I am using is mytest.zip (60.2 KB)

@huzh,
We were able to observe the issue but we need to look into it more. We have logged the issue in our database for investigation and for a fix. Once, we will have some news for you, we will update you in this topic.

This issue has been logged as

CELLSJAVA-43065 - Proportion issue for group of picture