Ulrich-Matthias Schäfer

Results 320 comments of Ulrich-Matthias Schäfer

For that to work you would need to bind to the click event for the sole purpose of canceling it when a move happend. I dont think thats useful especially...

Alright, if you are that eager to help, add an option called "cancelClick" which defaults to false and only bind to click when this option is true

Enter key is just the default behavior. You can call the done function yourself any time you want. E. G. A long touch or something like that

You can create a PR with this feature. At the moment there is no other way.

Its there: ![Unbenannt](https://user-images.githubusercontent.com/3540542/83928939-d95ede80-a7d4-11ea-8d08-cc4440b45861.PNG) The file you include via script tag is a bundled (generated) file. There is no value in putting it into the **source** code because its not source....

And I thought this plug-in was finally stable... I'll look into it but it might take some time.

This is actually the correct behavior because groups just inherit the position if it's content. So if you love the content the group moves. But obviously something is not working...

Unfortunately I dont have any mac device to test my code on. Feel free to create a PR to fix this issue!

Unfortunately that's not as easy as it sounds. You basically need to intercept all access to the node to return the correct attribute. Feel free to open a PR to...

There is more. Everything in svg is animatable. Everything which is animatable has baseVal and animVal properties. For e.g. polygon you have points with a pointlist which of it also...