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
If html2canvas is called when window scroll top is 0px, image is not clipped and everything is fine. If html2canvas is called when window scroll top is not 0px (i.e. is scrolled down), image is clipped and everything breaks.
The text was updated successfully, but these errors were encountered:
Yep, this does look like just like #167. A workaround could be to save the scroll position and set it to 0 just before the invocation of html2canvas, and then restore in the .then callback.
If html2canvas is called when window scroll top is 0px, image is not clipped and everything is fine. If html2canvas is called when window scroll top is not 0px (i.e. is scrolled down), image is clipped and everything breaks.
The text was updated successfully, but these errors were encountered: