remove obselete comment

pull/432/head
Lex Neva 2019-04-23 19:58:51 -04:00
rodzic 352aebad5e
commit 953990739b
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -663,9 +663,6 @@ $(function() {
canvas.height = image.height / 96 * 600;
var ctx = canvas.getContext('2d');
// rendering slows down the browser enough that we can miss sending
// pings, so tell the server side to wait for us
ctx.drawImage(image, 0, 0, image.width, image.height, 0, 0, canvas.width, canvas.height);
realistic_cache[item] = '<svg width=' + image.width + ' height=' + image.height + ' xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">' +
'<image x=0 y=0 width=' + image.width + ' height=' + image.height + ' xlink:href="' + canvas.toDataURL() + '" />' +