fill的時(shí)候外面半邊圓整個(gè)被填充了,怎么才能只填充月亮部分
context.beginPath(); context.strokeStyle?=?'#c92'; context.lineWidth?=?3; //?畫(huà)圈?…… context.fillStyle='#ee0'; context.fill(); //?context.closePath(); context.stroke();
context.beginPath(); context.strokeStyle?=?'#c92'; context.lineWidth?=?3; //?畫(huà)圈?…… context.fillStyle='#ee0'; context.fill(); //?context.closePath(); context.stroke();
2021-05-17
舉報(bào)
2021-05-17
找不到在哪里刪除這個(gè)評(píng)論,已經(jīng)解決了。
在畫(huà)外圓的時(shí)候arc(..., true);逆方向畫(huà)圓就行了