niklasvh / html2canvas

Screenshots with JavaScript
https://html2canvas.hertzen.com/
MIT License
30.11k stars 4.75k forks source link

The screenshot is out of position when the scroll bar appears on the page #3098

Open green0701 opened 11 months ago

green0701 commented 11 months ago

html2canvas(temp1, { scale: 1, allowTaint: true,

    }).then(function (canvas) {
         document.body.appendChild(canvas);
    });

The result of the screenshot is blank image

green0701 commented 11 months ago

result: image