lineTo(300, 50); ctx.setLineDash([4, 16]); ctx.stroke(path1);. draws a line with dashes of 4 pixels followed by a 16-pixel space.
確定! 回上一頁