Update README.md
This commit is contained in:
parent
7988548abb
commit
4e9f0844a5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue