ctx.fillRect(380, 30, 100, 120);
ctx.stroke();
05-05 绘制圆和圆弧...sAngle, eAngle, true/false); stroke | fill-->
绘制圆和圆弧...
绘制圆和圆弧
<canvas id="myc1" width="700" height="...;
//ctx.stroke();
ctx.beginPath(); //绘制带有边框和填充的圆弧
ctx.arc(390, 200, 50, 0, Math.PI...", 100, 200);//fillText只填充颜色的文本
ctx.strokeText("利用canvas绘制文本", 100, 300);//既有边框又有填充颜色的文本