canvas.toDataURL() for large canvas

I’m not sure if there are limitation to canvas dimensions, but data urls have limitations depending on the browser: Data URL size limitations. What you could try is using Node.js + node-canvas (server side) to recreate the canvas. I’ve been using these for creating printable images from canvas elements, and didn’t have any problems/limitations using … Read more