Ulrich-Matthias Schäfer

Results 579 comments of Ulrich-Matthias Schäfer

`zoomTo` is not a function in the library. We only have `zoom()`. If you pass 12 both times, the second time nothing should happen.

Mh, just thinking if that would fit better in a separate plugin... Also it should not blindly capture those keys whenever someone on the page uses +/-. It is rather...

Awesome! That looks great. Btw you can write `currentViewbox.w` instead of `currentViewbox["w"]` and to create a real mouse event (and not just some random event called "click") you can use...

Didnt find a mistake after having a short look. Might be a bug. Have to look into that deeper. Sorry for the inconvinience!

Thank you for investigating @benjaminbours. I simply hadnt the brain ressources atm... But after knowing the bug its pretty clear :smile: Yes, clientHeight and width is only defined on a...

I rather think, that your next minimized file starts with something like this: ```js (function(){ ... }) ``` so THERE is a semicolon missing _in front_. Not at the end...

You should definitely try verstion 3 of svg.js as soon as it is out. We have conroller there which can give you a continous animation. Actually you could test it...

Not yet. We are both short on time but try to work continuously on it

Yes it is possible. This plugin however is not designed to work with version 3. But even without it, you have basic animation propabilities for paths. Just make sure, that...

You are limited by your users performance so dont overdo it. Simple paths work best!