all shape and plugin tests are now passing again

This commit is contained in:
Eric Rowell
2013-12-04 08:37:28 -08:00
parent 533699b731
commit c98a9d76a9
5 changed files with 82 additions and 82 deletions

View File

@@ -119,7 +119,7 @@ suite('Path', function() {
strokeWidth: 2,
shadowColor: 'maroon',
shadowBlur: 2,
shadowOffset: [10, 10],
shadowOffset: {x:10, y:10},
shadowOpacity: 0.5,
draggable: true
});

View File

@@ -18,6 +18,8 @@ suite('Image', function(){
draggable: true
});
console.log(darth);
layer.add(darth);
stage.add(layer);