Ulrich-Matthias Schäfer

Results 579 comments of Ulrich-Matthias Schäfer

This feature was not released yet. Thats why it does not woork with your version. I released it with 3.0. Update and then try again :)

When you call `front()` you move the rect in front of the rotation button. So I think thats the reason why you cant click it anymore. Deselect and select again...

This plugin is only for svg.js v1 because it's function is build in in the core of v2. See the svg() method for that. Artur [email protected] schrieb am Fr., 25.12.2015,...

Jeah - with that change Chrome broke the web (again) because it wasnt compatible with anything else. When you pass the options in, other browsers take it as a boolean...

Please explain the issue

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?

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...

This plugin is not designed to work with text. Text was later added through contribution. You mmight want to checkout earlier version and see if these work better. However i...

That might be useful. What I did, was just using `setTimeout(fn, 0)` in the zoom event to make the zoom happen first and run my code afterwards but I see...

Feel free to submit a pr to add this feature