html2canvas icon indicating copy to clipboard operation
html2canvas copied to clipboard

If canvas size hits max canvas size limit, can I get multiple canvases containing the entire DOM element together?

Open petertflem opened this issue 7 years ago • 5 comments

I need a canvas that is bigger than the limit in IE11 on Windows 7. Haven't tested with IE on a newer version of Windows. The max size I can use is 16384 pixels, and I think that is a limit IE11 imposes. I asked a question about this on Stackoverflow.

Is it possible to output multiple canvases based on height? E.g. if the total height of the DOM element is 20000 pixels, I would get one 16384 pixel high canvas, and one 3616 pixel high canvas?

petertflem avatar Sep 04 '17 14:09 petertflem