jminardi/mecode

README.md typo

razeh opened this issue · 1 comments

razeh commented

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!