kopia lustrzana https://github.com/backface/turtlestitch
fixed #1219
rodzic
8a8d55c3e9
commit
9320ecf5e3
|
@ -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()
|
||||
);
|
||||
});
|
||||
|
|
Ładowanie…
Reference in New Issue