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?