View Demo View on GitHub

Svg.resize.js

An extension of svn.js which allows to resize elements which are selected

Download this project as a .zip file Download this project as a tar.gz file

svg.resize.js

An extension of svg.js which allows to resize elements which are selected with svn.select.js

Demo

For a demo see http://svgdotjs.github.io/svg.resize.js/

Get Started

Usage

Activate resizing

var draw = SVG('drawing');
var rect = draw.rect(100,100);
rect.select().resize();

Deactivate resizing

rect.resize('stop');

Options