@chary wrote:
Hi
I am try to generate a image base64string from the diagram. which has scale 2 and for the smaller diagrams it is generating but for the huge diagram it is not generating. it gets null from the makeImageData function
var img = mydiagram.makeImageData({
background: "white",
scale: mydiagram.scale,
maxSize: new go.Size(Infinity, Infinity)
});
Posts: 5
Participants: 2