Update README.md

This commit is contained in:
Michael Fogleman 2017-01-07 23:28:13 -05:00 committed by GitHub
parent 7988548abb
commit 4e9f0844a5
1 changed files with 4 additions and 4 deletions

View File

@ -9,16 +9,16 @@ Python library for working with the AxiDraw v3 pen plotter.
- path drawing order optimization - path drawing order optimization
- drawing transformations - drawing transformations
- translate, scale, rotate - translate, scale, rotate
- scale and/or rotate to fit - scale and/or rotate to fit page
- move to origin or center of page - move to origin or center of page
- "turtle" graphics - [turtle graphics](https://en.wikipedia.org/wiki/Turtle_graphics)
### TODO / Coming Soon ### TODO / Coming Soon
- primitives - primitives
- circles, arcs, beziers - circles, arcs, beziers
- svg support - svg support
- preview (render png) - preview (render to png)
- progress / status while drawing - progress / status while drawing
### Installation ### Installation
@ -37,7 +37,7 @@ Then you can try the examples...
### Example ### Example
Use the turtle to draw a dragon curve, filling an 8.5x11" page. Use the turtle to draw a dragon curve, filling a standard US letter page.
```python ```python
import axi import axi