context.beginPath(); context.strokeStyle = '#c92'; context.lineWidth = 3; // 画圈 …… context.fillStyle='#ee0'; context.fill(); // context.closePath(); context.stroke();
找不到在哪里删除这个评论,已经解决了。
在画外圆的时候arc(..., true);逆方向画圆就行了