Ulrich-Matthias Schäfer
Ulrich-Matthias Schäfer
Another possibility would be to just call flatten instead. But that might be confusing. We really rarely throw errors in the lib because validating all user input would quickly bloat...
Well you can call it on a nested svg. Also there are other container elements that you can ungroup. Basically everything that can have children (defs for example)
Ungroup can ONLY be called for container elements. The only option is leave it or implement your fix. However your fix will break for other elements than svg because they...
To me this sounds like a bug in the parser of Adobe or Inkscape - or its not allowed from the standard and the browser still works. Nevertheless, yes, we...
Feel free to create a pr to add it to the definition :)
> Found how add ID to svg. IMHO better have direct clear function like .id() for set or get ID. But any way - if I create picture like var...
Try version 3 of svg.js. However, rotating 1000 things at once migt always jitter because its just very much stuff to render. It should be way better with svg.js v3...
svg itself is bnot capable of 3d transformations. Please elaborate. Rotating an element is nothing more than setting an attribute on that element. So you can do that directly with...
The most obvious question is: What is the content of the generated file? :) PS: You can get the svg content by calling `svg()` on the root svg instead of...
What is the underlying svg code?