added stage nestedTransformsEnabled flag

This commit is contained in:
Eric Rowell
2013-12-09 22:46:58 -08:00
parent 37c3ce1b47
commit 8b4deb004d
7 changed files with 80 additions and 64 deletions

View File

@@ -118,7 +118,8 @@
stage = new Kinetic.Stage({
container: "container",
width: 578,
height: 200
height: 200,
nestedTransformsEnabled: false
});
circlesLayer = new Kinetic.Layer({
hitGraphEnabled: false