I want to draw HTML text in canvas using foreignobject element, In MDN i can see the below link (see reference), this is working fine in Chrome and Mozilla browser but not in IE
According to Wikipedia and MSDN, IE11 and below do not support <foreignObject>
.
Html2canvas (beta) seems to work in Explorer 10 (at least in my virtualbox) http://html2canvas.hertzen.com/
example: http://html2canvas.hertzen.com/examples.html
You could try Chromeframe, but it looks like they're retiring it next year :(
https://developers.google.com/chrome/chrome-frame/