canvas畫小球,頭像,文本

/** * 畫小球 */ drawArc: function(ctx, color, w, h) { ctx.beginPath(); ctx.fillStyle = color; ctx.arc(w, h, 4, 0, 2 * Math.PI, false); ctx.fill(); },
相關文章
相關標籤/搜索