HTML2Canvas combine 2 captured canvases into one
问题 Using HTML2Canvas I'm trying to take a capture of a googleMap (Which works fine) then take a capture of an #overlay div that is over the top of it (Which is there to allow people to place images over the googleMap in specific places)(Works fine). The page then displays both of these canvas elements on the page which I then want to take another capture of to combine the 2 canvases together into a single image that they can then download. The issue I'm having so far is that it seems HTML2Canvas