fixed text draw issue for opera

This commit is contained in:
Niklas von Hertzen
2011-07-16 23:56:49 +03:00
parent 7d94b47a88
commit 5c36f6aff0
9 changed files with 54 additions and 22 deletions

View File

@@ -11,8 +11,9 @@
timeoutTimer,
timer = date.getTime();
new html2canvas(this.get(0),{
ready:function(canvas){
new html2canvas(this.get(0), {
loggine: true,
ready: function(canvas) {
var finishTime = new Date();
// console.log((finishTime.getTime()-timer)/1000);