You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are testing using the non-minified version of html2canvas and checked any potential issues reported in the console
Bug reports:
General report
I have a div with inner images and I want to download it as a unique image after button click. It works but it seems like return me the last-n generated image and not the last one. You can test here and open the dev console to understand how I use html2canvas.
Testing code
Click on random button then download the image. It will return you an image but not the latest generated. I'm not sure but maybe do the same thing if you change background or other properties manually without random generation and click. You will receive not the last image generated but the last-n.
In my opinion, there is something wrong with document-cloner that seems not going deeper more than one node (is it possible?). If you all need of other informations ask me, I'll be happy to respond.
Specifications:
html2canvas version tested with: 1.4.1 minified and hosted by cdnjs
Bug reports:
General report
I have a div with inner images and I want to download it as a unique image after button click. It works but it seems like return me the
last-n
generated image and not the last one. You can test here and open the dev console to understand how I use html2canvas.Testing code
Click on random button then download the image. It will return you an image but not the latest generated. I'm not sure but maybe do the same thing if you change background or other properties manually without random generation and click. You will receive not the last image generated but the
last-n
.In my opinion, there is something wrong with document-cloner that seems not going deeper more than one node (is it possible?). If you all need of other informations ask me, I'll be happy to respond.
Specifications:
The text was updated successfully, but these errors were encountered: