Hello,
I have a large diagram where each node has an svg icon. Total diagram size is about 18000x10000.
When creating an png with makeImageData (max size is set to diagram size), a png with the correct dimensions is created, but the svg node icons east of ~16000 pixels are not printed. On the other hand, links are drawn correctly, even east of 16000px. If I move some icons from east to west of 16000px, they are displayed correctly in the png. I am using Electron.
In order to be able to set an appropriate maximum size for the image to be generated, I need to understand what is the cause for the missing icons.
As the png has been created correctly, it doesn’t seem to be a memory issue.
There is a limit to the canvas size, but the whole canvas is displayed, so this also seems to be unrelated.
Could you give me a hint what could be causes these missing icons?