Elbert Alias

Results 73 comments of 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). ![2014-06-17-091637_1920x1080_scrot](https://cloud.githubusercontent.com/assets/77259/3294622/e2fbfeb8-f5ac-11e3-9ea7-c46729e0f2b8.png) 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?