html2canvas
html2canvas copied to clipboard
If canvas size hits max canvas size limit, can I get multiple canvases containing the entire DOM element together?
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?