CreativeInquiry / PEmbroider

Embroidery Library for Processing
Other
442 stars 28 forks source link

End angle is incorrect for arc() #26

Closed golanlevin closed 4 years ago

golanlevin commented 4 years ago

@LingDong- , There's an error with the end-angle for the arc() function; it should be about 10 degrees bigger. This rendering is supposed to be an arc with 1.5xPI radians (3/4 of a circle):

Screen Shot 2020-06-14 at 9 57 04 PM
LingDong- commented 4 years ago

oops, fixed: bd5e0ce8a244a7304e5147613b885b1fe24358d7

golanlevin commented 4 years ago

:)