Merge pull request #67 from cobexer/some-fixes

Some fixes
This commit is contained in:
MoyuScript
2012-03-03 06:42:46 -08:00
4 changed files with 15 additions and 16 deletions

View File

@ -1196,7 +1196,7 @@ _html2canvas.Parse = function ( images, options ) {
}
stack.backgroundColor = getCSS( body, "backgroundColor" );
stack.backgroundColor = getCSS( document.documentElement, "backgroundColor" );
return stack;