Is it possible to render HTML elements in Canvas or WebGL? (similar to how one can draw a video element texture in WebGL)
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
There is an attempt that can do the work near 80%. Fail to render dropdownlist, buttons and some more, but mostly items from the page are rendered. See and download it from here. http://html2canvas.hertzen.com/ also |
|||
|
|
|
You should also check out http://robert.ocallahan.org/2011/11/drawing-dom-content-to-canvas.html It might throw a security error in Chrome but works fine in Firefox. |
|||
|
|
|
No, it's currently not possible, not yet. But it is planned to include this functionality as pointed out in a video from 3rd WebGL Camp (at about 6:44). |
|||||||
|
|
The short answer is that, unfortunately no it is not possible, afterall that is what iframes are for. |
|||||
|