Raphael.FreeTransform icon indicating copy to clipboard operation
Raphael.FreeTransform copied to clipboard

Free transform tool for Raphaël elements.

Results 43 Raphael.FreeTransform issues
Sort by recently updated
recently updated
newest added

How define pattern size? `paper.rect(100, 100, w, h).attr('fill', 'url('+img+')')` This define auto pattern in defs tag. But how define width/height?

Is there a way to programmatically set the position that you want your vector graphic moved to by providing an x, y coordinate? I also need to re size providing...

Was having some issues with the grid boundary on the y axis not respecting the image, this change appears to resolve that issue.

I want to show the shape position and the size on the screen as soon as the user drags or scales the shapes. Is there any event, using which I...

In case if I increase the size of my SVG and want the new boundary to be set for the free transform. What function should I use? Should I just...

I'm tring the demo at: https://alias.io/raphael/free_transform/ with Firefox 45 The snap option for drag doesn't work. I tried a snap of 40 and snap distance of 20 and I expect...

Hello This plugin seems not to work with google chrome (last version Version 31.0.1650.57 m,) on windows 8, works fine in IE

See title - would like to find out how. Thanks.

Hi there I've read previously that if you're not using sets, FT will try to automatically transform itself to match the transformation of the object it's being applied to, upon...