onedayitwillmake / CirclePackingJS

Circle packing algorithm in javascript
onedayitwillmake.com
49 stars 23 forks source link

Circles leave trails #1

Open zp0303 opened 8 years ago

zp0303 commented 8 years ago

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 commented 5 years ago

Are you clearing the canvas?

Try this in your draw method:

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