Sha256: 0403593c9716277ee47e20d65489cad0764d8e5f86cc597183f47b114abe132d

Contents?: true

Size: 386 Bytes

Versions: 1

Compression:

Stored size: 386 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
svgcode-0.2.0 README.md