I'm trying to use the getVertexX, getVertexY method to get all the vertex coordinates, in order to compute whether mouse is inside.
When I do not apply scale to the svg Pshape, it works well.
But when I used scale() to the Pshape, it still detects the old coordinates. So I guess the scale() method do not update the vertex coordinates?
Thanks
2