fixed up Ring shape init method because the drawFunc API slightly changed

This commit is contained in:
Eric Rowell
2013-12-13 11:15:29 -08:00
parent 9e05e81f50
commit 9accc00cf3
2 changed files with 4 additions and 2 deletions

View File

@@ -11,7 +11,8 @@ suite('Ring', function() {
outerRadius: 90,
fill: 'green',
stroke: 'black',
strokeWidth: 4
strokeWidth: 4,
draggable: true
});
layer.add(ring);
stage.add(layer);