Closed JaneSjs closed 8 months ago
The following demo fixes the issue: View CodeSandbox.
imageBrick = await SurveyHelper.createImageFlat(
{
xLeft: options.point.xLeft + 20,
yTop: top
},
options.question,
options.controller,
{
link: file.content,
width: imageSize,
height: imageSize,
}
);
To reproduce the issue, run this demo, upload an image and click Save as PDF.
The following exception appears: