mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 13:38:15 +08:00
fix test
This commit is contained in:
parent
55107920bd
commit
970473a56f
@ -3,7 +3,11 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## Unreleased
|
||||
## 7.0.5
|
||||
|
||||
* Fixes for `node.cache()` function.
|
||||
|
||||
## 7.0.4
|
||||
|
||||
* Add `onUpdate` callbacks to `Konva.Tween` configuration and `node.to()` method.
|
||||
* Up to 6x faster initializations of objects, like `const shape = new Konva.Shape()`.
|
||||
|
@ -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 () {
|
||||
|
Loading…
Reference in New Issue
Block a user