mirror of
https://github.com/konvajs/konva.git
synced 2026-01-23 13:26:07 +08:00
fix fillPattern cache
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user