Home › Evil Mad Scientist Forums › AxiDraw › SVG optimisation › Re: SVG optimisation
January 29, 2018 at 6:39 pm
#23029
Windell Oskay
Keymaster
Here is one that we’ve written that will make some significant “first pass” optimization of path order: https://github.com/evil-mad/axidraw/issues/4#issuecomment-272845935
(We’re actively working on the next revision of this, and hope to release it shortly.)
Depending on the format of the output SVG from your program, you may need to ungroup and/or break paths apart before using our extension for maximum benefit.