strokeStyle = tinycolor(stroke).setAlpha(0.5).toRgbString(); } else { ctx.fillStyle = fill; ctx.strokeStyle = stroke; } ctx.beginPath(); ctx.arc(x, y, ...
確定! 回上一頁