This is regarding the official javascript-runtime.
1: Open the spine js runtime demo: http://esotericsoftware.com/files/demos ... z/example/
2: While the head is behind the body, click the window in order to change the animation.
3: The head is now behind the body.
In Spine, the draw order is reset on the start of an animation, but the js runtime does not reflect this behavior.
Also, when calling setToSetupPose on a skeleton, the draw order is not reverted to the original draw order.