Ulrich-Matthias Schäfer

Results 579 comments of Ulrich-Matthias Schäfer

This is indeed a bug. The way the current code is written for `radius()` does not allow for reading the value just setting it

Groups dont have a dimension on their own. They are as big as their content. If you rotate the polygon, you are changing the dimension of the group.The rototated polygon...

Try to include the polyfills from the dist folder or try the current master. But generally spoken old browsers are not supported because our target browsers are specified as ```...

Just merge the 2 paths together and use fill-rule evenodd and it should do exactly that!

If you need a blank line, just create an empty tspan. svg.js should handle the rest. Would that resolve your issue? >I'd be happy to generate a PR if this...

You are a 100% correct ;). But I believe in svg.js (no joke, that is a case that is handled in the rebuild function)

Strange... let me investigate after I am back from work. If you want you can have a look yourself. In the rebuild function there is something like `newLineOffset` or so....

So jeah - you have to add an actual newline to the tspan for it to work :D. Is there even a usecase for this? I will look into it...