mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
fixed text draw issue for opera
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user