fix mouseleave on stage. close #811

This commit is contained in:
Anton Lavrenov
2019-12-18 13:16:03 -05:00
parent 7787dfdf14
commit 961e61c1bc
5 changed files with 73 additions and 5 deletions

View File

@@ -769,9 +769,9 @@ suite('Caching', function() {
});
group.add(circle);
group.cache();
stage.draw();
cloneAndCompareLayer(layer, 210);
const canvas = group._cache.get('canvas').scene;
assert.equal(canvas.width, 105 * canvas.pixelRatio)
});
test('cache group with rectangle with fill and opacity', function() {