标签: html5-canvas
假设我使用此方法绘制了一个2圆的HTML5元素:
ctx.arc(100, 75, 50, 0, 2 * Math.PI); ctx.arc(200, 90, 20, 0, 2 * Math.PI);
我如何删除第2圈?