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
Hello !
it could be work if you substitute the svg width % for px
var widthv = ($(svg).width()); // return value in px
var heightv = ($(svg).height()); // return value in px
$(svg).attr('width', widthv).attr('height', heightv);
But I don't find any solution for svg charged as img. not inline.
If you have any solution ? or found alternative ???
Chris
Bug reports:
<svg> elements do not seem to render at all. Not on my website, not on the html2canvas website either.
Specifications:
The text was updated successfully, but these errors were encountered: