mirror of
https://github.com/konvajs/konva.git
synced 2026-01-22 21:02:26 +08:00
upgrade
This commit is contained in:
@@ -70,8 +70,8 @@ describe('Caching', function () {
|
||||
context.fillStyle = 'green';
|
||||
context.fill();
|
||||
|
||||
compareLayerAndCanvas(layer, canvas, 200);
|
||||
cloneAndCompareLayer(layer, 150);
|
||||
compareLayerAndCanvas(layer, canvas, 200, 100);
|
||||
cloneAndCompareLayer(layer, 150, 100);
|
||||
});
|
||||
|
||||
it('cache rectangle with fill and stroke', function () {
|
||||
|
||||
Reference in New Issue
Block a user