SvgToGcode
SvgToGcode copied to clipboard
Add support for rotate transforms around centre points other than 0,0
(feature request) The rotate transform in SVG can take a centre point as well as the angle of rotation. It would be good to add support for that.
Like in #12, I've got an implementation of this worked up on my fork.
Can submit a PR once I've been able to run the tests.