How to save image of iframe underneath HTML5 canvas?
问题 I am trying to call a webpage on my canvas on which I can draw or add notes. Now I want to take a screenshot where the drawing is saved with the webpage as background. I called a url in iframe behind the canvas (using z-index) I can save only the image which I draw on canvas and not the webpage which I called. Please help how I can get it to work. Is there any way I can call a url within my canvas? 回答1: This was already answered in this post: Capture HTML Canvas as gif/jpg/png/pdf? - You can