diff --git a/blocks.js b/blocks.js index 6cb9a79a..41f35967 100644 --- a/blocks.js +++ b/blocks.js @@ -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() ); });