TannerRogalsky / punchdrunk

An attempt to replicate the LÖVE API in the browser using moonshine.
http://tannerrogalsky.com/punchdrunk/
MIT License
81 stars 10 forks source link

Fix arc rendering #44

Closed TannerRogalsky closed 10 years ago

TannerRogalsky commented 10 years ago

Replace the usage of the 2D graphics context's arc function with drawing simple lines in an arc. This is how Love does it and it remove all the ugly edge cases surrounding the disimilarities in the two APIs.