Balazs Stemler
Results
11
comments of
Balazs Stemler
@farfromrefug And I think actually the pointCount variable should be treated as actual count of x,y points, not the separated numeric values. ```javascript pointCount = Math.floor(pointCount || (src.length / 2));...