tsayen / dom-to-image

Generates an image from a DOM node using HTML5 canvas
Other
10.34k stars 1.68k forks source link

when the dom I want download is too heigt(50k pixels),the picture download is a full blank #323

Open zzoath2017 opened 4 years ago

zzoath2017 commented 4 years ago

I test height pixels 20k is fine ,is the correct effect i want, is there any limit? need someone help me ,we can fix this together,thx.

zzoath2017 commented 4 years ago

the toPng function returns canvas has width and height,but don't have clientWidth, clientHeight,scrollWidth,scrollHeight;

blinkcat commented 3 years ago

I have tried 10000px x 10000px size is ok, but chrome consumes about 4G memory.