AliasIO / Raphael.FreeTransform

Free transform tool for Raphaël elements.
http://elbertf.com
362 stars 107 forks source link

update boundary later #150

Open SudarshanRaul opened 8 years ago

SudarshanRaul commented 8 years ago

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 define ft like- ft = paper.freeTransform(this, { draw: 'bbox', boundary: newValue }, updateValues);