var circle_data = [ {x:20, y:60}, {x: 45, y:56}, ]; var square_data = [ {x:100, y:100, width:80, height:80}, {x:150, y:150, width:80, height:80}, ];