Open SudarshanRaul opened 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);
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);