Empty space in makeImageData

Hi. I am make image of diagram with that parameters:
diagram.makeImageData({
scale: 1,
maxSize: new go.Size(Infinity, Infinity)
})
It works fine, but when I move all elements, there is an empty space in image. Is it possible to correct?