An extension for svg.js which allows to resize elements which are selected
npm install svg.resize.jssvg.resize.js
=============
An extension of svg.js which allows to resize elements which are selected with svg.select.js
svg.resize.js using bower:
snapToGrid: Snaps the shape to a virtual grid while resizing (default 1)
snapToAngle: Snaps to an angle when rotating (default 0.1)
constraint: Keep element within constrained box (see usage above); The box snaps to the grid defined by snapToGrid.
saveAspectRatio: Save aspect ratio of the element while resizing with left-top, left-bottom, right-top, right-bottom points.
resizing: Fired when changes occur
resizedone: Fired when resizing is done