# Svgcode A Ruby Gem for transposing SVG into G-code. It is specifically designed to take advantage of the link between SVG's bezier curves and LinuxCNC's [G5](http://linuxcnc.org/docs/2.6/html/gcode/gcode.html#sec:G5-Cubic-Spline) command. ## Installation `gem install svgcode` ## Usage ### CLI To display usage: svgcode help parse # see bin/svgcode ### API Docs to come.