Exporting documents with raster images seem weird
-
I put this raster image in a document →

And then I exported it twice, the first time without specifying the dimension, and the second time specifying the output dimension at 64 times the canvas size, then downscaling it by a factor of 64.
The first export looks off by a pixel with the left and bottom edges looking weird. The second export looks fine.

Is this normal?
-
@nocturnalYL Yes, the second export uses higher resolution (before downscaling)
-
I tested this, and it can be replicated. The issue here is that when rendering at low resolution, the image is positioned at sub-pixel positions and the margin can be clipped.
In this case there is no other way than using higher resolution rendering.