To achieve an elliptical arc, you can scale the current transformation matrix by different amounts in ... ctx.arc(0., 0., 1., 0., 2 * math.pi) ctx.restore().
確定! 回上一頁