I\'m trying to order Raphael objects. I don\'t have the option of deciding when the objects are created, but I\'d like to make a group of objects appear behind a group of other
You can use toBack. http://raphaeljs.com/reference.html#toBack
toBack
It will put an object behind the other objects regardless of when you created it.