Domanda

I am using rasterizehtml.js plugin to render my html into canvas! I got some issues but managed to fix all of them except the very important one. I am getting problems with toDataUrl(); it shows that it is blocked. I googled a lot. There were some stuff concerning that but i found no solution to my question.

The error is this one: Failed to execute 'toDataURL' on 'HTMLCanvasElement': Tainted canvases may not be exported

È stato utile?

Soluzione

Chrome and Safari both have issues reported for what you seem to be seeing. <foreignObject> elements in SVGs will taint the canvas for both browsers thus making toDataUrl fail. See limitations listed here.

Firefox is working fine.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top