hxgdzyuyi

Results 4 issues of hxgdzyuyi

![image](https://user-images.githubusercontent.com/163671/163745162-614cf3e0-f5d8-4a98-9c37-4308a032c152.png) ```javascript var p = new paper.Path({fillColor: 'rgb(191, 91, 91, 0.5)', strokeColor: 'black' }); points.forEach(([x, y]) => { p.add(new paper.Point(x+ 60, y + 200)); }) p.closed = true; //let r...