http://mozdev.i2p/ja/docs/Web/API/CanvasRenderingContext2D/arc
Learn more See full compatibility Report feedback CanvasRenderingContext2D.arc() は キャンバス 2D API のメソッドで、サブパスに円弧を加えます。 In this article 構文 例 仕様書 ブラウザーの互換性 関連情報 構文 js arc(x, y, radius, startAngle, endAngle) arc(x, y, radius, startAngle, endAngle, counterclockwise) arc() メソッドは (x, y) を中心とし、 radius を半径とした円弧を作成します。