svg.resize.js
svg.resize.js copied to clipboard
[Bug in demo] Rotate and resize
Hello! Thanks for the plugin! There is obvious issue in demo in resizing the star after rotating. Is there any future plan to fix it?
Please explain the issue
in this demo
I rotated the star first and then resized it.
here is the result:

I see this the first time (and I tried this a lot - nobody else reported this problem so far)! What Browser? Which version? Any errors in the console?
It could be select plugin's bug too. I am using Chrome's latest version (73.0.3683.86 (Official Build) (64-bit)) on Mac OS X Mojave 10.14.2 ()
Oh wow thats indeed a bug with svg.select.js. It seems like Chrome stoppped supportung Mutation Obeservers. The svg.select plugin tries to use both, Mutation Events and Observer and both doesnt seem to work. Really strange...
@Fuzzyma yeah very strange, Thanks a lot
@Fuzzyma I am using resize together with panzoom and draggable plugins, and checked in safari, chrome and firefox, none of them is working properly. It is moving position while resizing. here is the demo
even I removed panzoom and draggable, it has some issue https://codesandbox.io/s/383o43op5

Oh don't care about last question. You already answered in #41.