From d0376d5c74e78ab2479d3039bc35df0cb1080b67 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 23 May 2013 19:08:31 +0400 Subject: [PATCH] more tweaking image rotation... Signed-off-by: Alex A. Naanou --- ui/base.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/base.js b/ui/base.js index 04dd8275..34c2ecc5 100755 --- a/ui/base.js +++ b/ui/base.js @@ -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()