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:
When the content passed to html2canvas contains a custom element it is getting rendered again in the actual DOM itself. It could be visually seen getting re-rendered. Please find the sample in the below jsfiddle. How could I stop it from being re-rendered?
I'm also seeing similar types of issues with custom elements. The same problems don't seem to happen with html-to-image but unfortunately html-to-image does not support Safari because it relies on foreignObject.
Bug reports:
When the content passed to html2canvas contains a custom element it is getting rendered again in the actual DOM itself. It could be visually seen getting re-rendered. Please find the sample in the below jsfiddle. How could I stop it from being re-rendered?
jsfiddle.
Specifications:
The text was updated successfully, but these errors were encountered: