EoinF

Results 3 comments of EoinF

I found a workaround for this. If you render it into a canvas first, the orientation of the image is fixed, and the distortion goes away. ```ts var canvas =...

> I'm facing this same issue, and I have a link to image which I add like this: doc.addImage(imageUrl, 'JPEG', 4, 4, newWidth, newHeight); > > I do not understand...

This would be really useful for me too. It's going to be so hard to debug failing tests without this :/