fixed up Circle and Ellipse tests

This commit is contained in:
Eric Rowell
2013-12-03 22:01:22 -08:00
parent 8c8cf0492c
commit acd9518ab9
4 changed files with 101 additions and 76 deletions

View File

@@ -7,7 +7,7 @@ suite('Ellipse', function(){
var ellipse = new Kinetic.Ellipse({
x: stage.getWidth() / 2,
y: stage.getHeight() / 2,
radius: [70, 35],
radius: {x:70, y:35},
fill: 'green',
stroke: 'black',
strokeWidth: 8