fix array serialization. fix #576

This commit is contained in:
Anton Lavrenov
2019-02-11 08:46:34 -05:00
parent 12fbe870bd
commit 128b5b403e
6 changed files with 94 additions and 9 deletions

View File

@@ -45,5 +45,9 @@ suite('Filter', function() {
layer.draw();
var json = circle.toJSON();
var newCircle = Konva.Node.create(json);
assert.deepEqual(newCircle.filters(), [Konva.Filters.Blur]);
});
});