Ulrich-Matthias Schäfer
Ulrich-Matthias Schäfer
I am using svgdom for testing as well and it's all green 🤔
Oh, you are running a rather old version of svgdom. Updating should solve this problem
its exactly used ONCE
Good catch. Use the HTML function in the meantime
If you dmove a group, all its contents are dmoved. That can indeed result in bbox e.g. if the group itself has groups. However, for your use case you should...
No, not really. If Edge has the problem, chrome should have it, too. They both use the same rendering engine. Did you report the bug to the vendors already? Also...
Mh jeah they seem to be missing on the Runner prototype. But in the end its as easy as adding them to the runner (with a bit of plumbing ;)...
svg.js runs on the regurlar dom and cant work on a vdom that vue creates. If you want to use svg.js in vue you need to get a reference to...
Without reading everything: I run into the same problem yesterday. For some reason I couldnt `import {SVG} from '@svgdotjs/svg.js'`. However, it was totally fine with other methods like `import {makeInstance,...
Try `.transform({ rotate: angle, originX: centerX, originY: centerY})` instead. However, your center is way off so it still looks strange