rezoner / CanvasQuery

Canvas for 2d gamedevelopers. Out of box canvas, keyboard, mouse, events.
http://canvasquery.com
586 stars 52 forks source link

Fixed circle extension #22

Closed adamk33n3r closed 10 years ago

adamk33n3r commented 10 years ago

Did not use context.beginPath which made it lag after time. You need to call context.beginPath before creating a path otherwise it will get added to the previous path every call.