niklasvh / html2canvas

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

Incomplete screenshots caused by margin and translate3d #3104

Open hscshuai opened 1 year ago

hscshuai commented 1 year ago

There is a canvas element in the dom of my screenshot, because of the translate3d attribute, the screenshot of this element is incomplete when printing. After I change the translate3d attribute to left and top, the first screenshot is normal, but there is a problem in the second screenshot

1691479920032 1691479920032

hscshuai commented 1 year ago

1691480533451 I'm sorry, one of the pictures was missent