Closed garma83 closed 3 years ago
In the documentation, the function addVertex of polygon is defined as
addVertex(edge,pt)
In code, the actual order of parameters is:
addVertex(pt, edge)
Fixed in v1.2.18 Thank you, @erikpols , for collaboration
In the documentation, the function addVertex of polygon is defined as
addVertex(edge,pt)
In code, the actual order of parameters is:
addVertex(pt, edge)