html5 - 请教一下canvas方法beginPath。
怪我咯
怪我咯 2017-04-17 13:51:54
0
2
331

问题:
我通过beginPath方法来创建2个三角形的路径,然后统一用stroke来描边。结果只能画出第2个三角形,为什么第1个三角形画不出来呢?
代码:

   

截图:

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all (2)
Ty80
/*ctx.closePath(); //ctx.stroke();分开描边 // 新建路径2 ctx.beginPath();*///或者注释掉这一段

两种方式:1.分开描边
2.把中间那团去掉(因为描边从beginPath到closepath结束)

    迷茫

    中间那个closePath()去掉貌似就可以了

      Latest Downloads
      More>
      Web Effects
      Website Source Code
      Website Materials
      Front End Template
      About us Disclaimer Sitemap
      php.cn:Public welfare online PHP training,Help PHP learners grow quickly!