https://issues.apache.org/bugzilla/show_bug.cgi?id=53227
--- Comment #5 from Mark B <[email protected]> --- If you take a look at the XSSFShape class, there is a constant defined called something like EMUS_PER_PIXEL. As a quick fix, I think all that you need to do is to multiply the offsets - the cx1, dy1, etc values - by this to see your image correctly sized. Later today, I should have the chance to get my hands on a copy of the source for AddDimensionedImage and will try this fix to prove that it does work. If it does, the updated version will be attached to this bug report later today or early tomorrow morning. Thanks for bringing this problem to my attention. Mark B -- You are receiving this mail because: You are the assignee for the bug.
