fixed a few image issues related to padding and borders

This commit is contained in:
MoyuScript
2011-07-17 00:13:01 +03:00
parent 1bfe01e6e1
commit b8c1b644a9
4 changed files with 40 additions and 17 deletions

View File

@@ -57,7 +57,7 @@ html2canvas.prototype.init = function(){
// TODO remove jQuery dependency
this.canvas.width = $(document).width();
this.canvas.height = $(document).height()+10;
this.canvas.height = $(document).height();