Ulrich-Matthias Schäfer
Ulrich-Matthias Schäfer
I would set a breakpoint and debug what's going wrong. I still think that the margin has to be divided by the zoom.
I like yours way more and I tend to think that this is how it was intended to work in the first place :D
Lets introduce some terms here: - the coordinate system of the screen that you are used to is measured in px - the coordinate system of the SVG is measured...
Thanks for the effort! My code was not tested and I only thought it out - guess I am not good at thinking :D. Tbh this is a lot of...
Yes, I will take it from here. However it would be cool if you could create a PR which so I have something to start with. Thanks for your effort!
svg.js does not support SMIL animations. It has its own implementation for animations. So if the user comes across the (really rare) case of wanting to animate the aspect ration...
welp - you cant have anything ;)
Yeah I saw your comment. Unfortunately browser vendors are notorously slow sometimes
Sorry for the late reply! I wonder if this really would be neccesary. After all the code just throws an error but nothing breaks. It is ofc more clean when...
The thing is, that this check would be needed in every svg.js plugin which is quite a bit of an overhead. Adding it here would mean we need to add...