fix fillPattern cache

This commit is contained in:
Anton Lavrenov
2021-08-04 18:34:22 +07:00
parent 0357a1e7b4
commit 08c8a78451
7 changed files with 18 additions and 7 deletions

View File

@@ -142,7 +142,7 @@ describe('AutoDraw', function () {
) as HTMLImageElement;
const img = new Image();
img.src = src;
img.src = src + '?'; // change url to reset cache
const image = new Konva.Image({
image: img,
});