Hi, we are trying to insert an image into a FloatingBox, but the image renders wrong.
Code:
Image image = New Image();
if (ctx.getBanner().get().getFileName().endsWith(“svg”)) {
image.setFileType(ImageFileType.Svg);
…... Code: Image image = new Image(); if (ctx.getBanner()...setFixHeight(60); image.setMargin(new MarginInfo(30, 0, 30, 30)); FloatingBox...