Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cavenel committed May 12, 2015
1 parent d6700ed commit 7a4a756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ easy_install http://ddemidov.github.io/ev3dev-lang-python/python_ev3dev-latest.e

### Drawing an SVG image

The EV3 Print3rbot can draw directly from SVG images. The images must contain only paths without transformations. To convert any SVG image, you can use inkscape in command line:
The EV3 Print3rbot can draw directly from SVG images, using the [svg.path](https://pypi.python.org/pypi/svg.path) library (included in sources). The images must contain only paths without transformations. To convert any SVG image, you can use inkscape in command line:
```
inkscape --verb=EditSelectAll --verb=ObjectToPath --verb=SelectionUnGroup --verb=FileSave --verb=FileClose --verb=FileQuit myfile.svg
```
Expand Down

0 comments on commit 7a4a756

Please sign in to comment.