mirror of
https://github.com/konvajs/konva.git
synced 2025-09-22 20:14:01 +08:00
fix test
This commit is contained in:
@@ -315,7 +315,7 @@ suite('Caching', function () {
|
||||
layer.add(rect);
|
||||
stage.add(layer);
|
||||
|
||||
cloneAndCompareLayer(layer, 50);
|
||||
cloneAndCompareLayer(layer, 200);
|
||||
});
|
||||
|
||||
test('cache rectangle with fill and shadow and some transform', function () {
|
||||
|
Reference in New Issue
Block a user