Ulrich-Matthias Schäfer

Results 579 comments of Ulrich-Matthias Schäfer

The selection rectangle you "draw" with your mouse around the elements is never transformed or anything. So you can just use rbox on the elements to get a box which...

Jeah but we are talking about dragging multiple elements at once without grouping them. So there is no parent node you could drag.

This is more or less a feature and not a bug. When you use center it itself calls `width()/2`. Imagine when every call to with would call `bbox()` to determine...

I am afraid I dont know how to handle this issue. I see myself open it again and again without writing anything. I dont like the fact that it needs...

You covered the whole issue quite well. It is indeed a limitation of the library. If it would be possible you would be able to do something like this: ```...

Please look into how esm modules are loaded in the browser. node knows what npm is and that it can find its modules on node_modules. The browser doesn't. You have...

Let me start by saying how much I value your issue reports. There are always great to read and reproduce. Thank you! This seems to be a classical matter of...

all plugins that live under the `@svgdotjs` namespace are compatible with v3

Feel free to create PR for that :)

Actually I only added these extra functions for testing. I thougt when someone is so advancd to use these functions they can just import them from window.js directly. But I...