PadLex / SvgToGcode

MIT License
46 stars 27 forks source link

Add support for rotate transforms around centre points other than 0,0 #13

Open amcewen opened 3 years ago

amcewen commented 3 years ago

(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.

amcewen commented 3 years ago

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.