Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Circles leave trails #1

Open
zp0303 opened this issue Jun 11, 2016 · 1 comment
Open

Circles leave trails #1

zp0303 opened this issue Jun 11, 2016 · 1 comment

Comments

@zp0303
Copy link

zp0303 commented Jun 11, 2016

How can I fix this issue? The circles leave trails behind whenever I load page or drag circles.
screen shot 2016-06-11 at 10 39 30 am

@onedayitwillmake
Copy link
Owner

Are you clearing the canvas?

Try this in your draw method:

this.ctx.clearRect(0, 0, width, height);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants