ctx.translate(trans1x, trans1y); ctx.arc(0, 0, 5, 0, 2*Math.PI); ctx.stroke(); ctx.rotate(rotate); ctx.translate(-trans2x, -trans2y);