mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-04-07 14:04:30 +08:00
[chess] Fix problem in IE.
This commit is contained in:
@ -370,8 +370,8 @@
|
||||
}
|
||||
var result = '';
|
||||
try {
|
||||
result = canvas.toDataURL("image/jpeg");
|
||||
console.log(canvas.toDataURL("image/png"))
|
||||
var imgURL = canvas.toDataURL({format:'jpeg',height:406, multiplier: 0.5});
|
||||
console.log(imgURL)
|
||||
} catch (error) {
|
||||
result = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user