在 canvas 元素里使用()绘制弧形
A. font
B. rect
C. lineTo
D. arc
设置用于笔触的颜色可以使用的方法是( )
A. strokeStyle
B. fillStyle
C. lineCap
D. scale
清除给定的矩形内的像素使用的方法是()
A. rect()
B. strokeRect()
C. clearRect()
D. closePath()
把路径移动到画布中的指定点使用的方法是( )
A. lineTo
B. moveTo
C. stroke
D. getContext