1 = 150 2 = 65 canvas.fillStyle = 'red'; canvas.beginPath(); canvas.arc(1,65 + 2,43,10,0,Math.PI*2, true); canvas.fill(); 1 = 1 + 150 2 = 2 + 120