razeh opened this issue 8 years ago · 1 comments
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!