Elbert Alias
Elbert Alias
Thanks for that, I haven't had the time to look at it myself yet.
It's been a while since I worked on this but `ft.offset` may be what you need. If you know the initial scale and rotation you can apply these values so...
`requestAnimationFrame` is not supported in IE8 and IE9 though.
It seems like that would work, what do you mean by it loses the click event? Note that `showHandles` actually deletes and re-creates the handles.
`snap` is where it snaps to (grid size, green) and `snapDist` is when it snaps (how far the object needs to be away from a grid line, red).  If...
You mean like the example on the right? It's the `draw: [ 'bbox' ]` option with `scale: [ 'bboxSides' ]`. https://raw.github.com/ElbertF/Raphael.FreeTransform/master/screenshot.png
Not really, although you could try adding the elements to a set or use the callback to apply the attributes from one element to another on drag.
Thanks for the report. FYI, I won't be able to look into this until I return from my holiday in two months.
Are you talking about this? http://i.imgur.com/DXqic.png If so, it's intentional.
This was reported in #38 and doesn't seem to happen anymore after @ankurmittal's fix. Can you confirm it's working?