more tweaking image rotation...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-05-23 19:08:31 +04:00
parent 62c4f50159
commit d0376d5c74

View File

@ -165,6 +165,7 @@ function getImageGID(image){
// position at the exact frame of the animation, this might not be
// the desired "final" data...
// XXX account for rotated images...
// need to keep this generic but still account for rotation...
function getRelativeVisualPosition(outer, inner){
outer = $(outer).offset()
inner = $(inner).offset()