mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
@ -1196,7 +1196,7 @@ _html2canvas.Parse = function ( images, options ) {
|
||||
}
|
||||
|
||||
|
||||
stack.backgroundColor = getCSS( body, "backgroundColor" );
|
||||
stack.backgroundColor = getCSS( document.documentElement, "backgroundColor" );
|
||||
|
||||
return stack;
|
||||
|
||||
|
Reference in New Issue
Block a user