Jens Mönig 2016-05-30 18:31:48 +02:00
rodzic 8a8d55c3e9
commit 9320ecf5e3
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -3398,13 +3398,13 @@ BlockMorph.prototype.scriptPic = function () {
if (anchor) {
ctx.drawImage(
anchor.image,
anchor.left() - fb.left(),
anchor.left() - fb.left() - 4,
anchor.top() - fb.top()
);
}
ctx.drawImage(
comment.fullImageClassic(),
comment.left() - fb.left(),
comment.left() - fb.left() - 4,
comment.top() - fb.top()
);
});