Closed razeh closed 7 years ago
The README.md has this line:
g.arc(x=10, y=5, radius=20, direction='CCW') # counterclockwise arc with a radius of 5
Isn't that a counterclockwise arc, ending at x=10, y=5 with a radius of 20?
Fixed in #54
Thanks for catching that!
The README.md has this line:
g.arc(x=10, y=5, radius=20, direction='CCW') # counterclockwise arc with a radius of 5
Isn't that a counterclockwise arc, ending at x=10, y=5 with a radius of 20?