HTML2canvas and Canvas2image, downloaded screenshot doesn't show my HTML images
问题 I've been working on a HTML page that I want to convert into an image. I have been using the html2canvas and canvas2image scripts and taken this code http://jsfiddle.net/8ypxW/3/ here that has allowed me to create a button that will take a screenshot and download my HTML page as an image. The problem I'm having is that my downloaded screenshot image shows my text but not my image, even though they are from the same origin. I'm not sure if it's a problem with my HTML, HTML2canvas or