svgdotjs / svg.resize.js

An extension of svg.js which allows to resize elements which are selected
MIT License
92 stars 67 forks source link

resizestart event #22

Closed jkevingutierrez closed 8 years ago

jkevingutierrez commented 8 years ago

Could be possible to add an event when the resize started ?

albohlabs commented 8 years ago

Resize begins in ResizeHandler.prototype.resize method. So you can easily throw in a this.el.fire('resizestart') and create a PR. 😁🐝

GuskiS commented 8 years ago

I need this too, but not sure how to do PR because I can't create new branch on this repository. Can someone do this please?

GuskiS commented 8 years ago

25 Created pull request.

Fuzzyma commented 8 years ago

PR was merged. Available as 1.4.0