I have a page that includes a number of canvas elements each with its own shape (rec,line etc...) and also css3 properties (rotate,deg,transform etc...). i need to take that html element or page and render it as an image file including all the child elements and their styling.
- html2canvas.js has a lot of problems rendering css3 properties so that option is off the table.
- and the elements i want to convert to an image are an array of html elements (div,canvas,p,video etc...) so a screenshot of a canvas element want do.
is there a solution for this problem??? i must convert it to an img i dont have any other alternative !!!