Path2D不能使用,开发工具和真机表现不一致
https://developers.weixin.qq.com/s/wL0Et6mb7kqW
Canvas.createPath2D
Path2D
都有问题
该代码片段在使用Path2D结合 svg path data时遇到问题:
let p = new Path2D('M10 10 h 80 v 80 h -80 Z');
ctx.fill(p);
开发工具(正常)
真机预览(报错)
真机调试(报错)