mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
Don't copy styles for regular computed rendering
This commit is contained in:
@ -115,7 +115,7 @@ const assertPath = (result, expected, desc) => {
|
||||
.html2canvas(testContainer.contentWindow.document.documentElement, {
|
||||
removeContainer: true
|
||||
})
|
||||
.then((canvas) => {
|
||||
.then(canvas => {
|
||||
try {
|
||||
canvas
|
||||
.getContext('2d')
|
||||
|
Reference in New Issue
Block a user