-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug in demo] Rotate and resize #54
Comments
Please explain the issue |
in this demo |
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 |
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. |
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?
The text was updated successfully, but these errors were encountered: