mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Issue #258 : Fix replay for Stroke tool with != pensizes
This commit is contained in:
parent
3cc3204939
commit
fce9bb5727
@ -123,7 +123,7 @@
|
|||||||
}.bind(this);
|
}.bind(this);
|
||||||
|
|
||||||
replayData.pixels.forEach(function (pixel) {
|
replayData.pixels.forEach(function (pixel) {
|
||||||
var pixels = pskl.app.penSizeService.getPixelsForPenSize(pixel.col, pixel.row);
|
var pixels = pskl.app.penSizeService.getPixelsForPenSize(pixel.col, pixel.row, replayData.penSize);
|
||||||
pixels.forEach(setPixel);
|
pixels.forEach(setPixel);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user