标签:bsp nbsp ash 定义 虚线 das new str 路径
//定义直线的起点坐标为(10,10)
ctx.moveTo(0 * pixelRatio, 1008 * pixelRatio);
//定义直线的终点坐标为(50,10)
ctx.lineTo(750 * pixelRatio, 1008 * pixelRatio);
//沿着坐标点顺序的路径绘制直线
ctx.lineWidth = 1 * pixelRatio;
ctx.strokeStyle = "#DDDDDD";
ctx.stroke();
标签:bsp nbsp ash 定义 虚线 das new str 路径
原文地址:https://www.cnblogs.com/ylblogs/p/9670360.html