Quantcast
Channel: GoJS - Northwoods Software
Viewing all articles
Browse latest Browse all 6972

makeImageData function is not working for the large diagrams

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 6972

Trending Articles