Hi,
I can create anchors using points=[[x0,y0],[x1,y1],...,[xn,yn]]
I can do :
points=[[0.518,0],[0,0.6],[1,0.42],[0.692,1]];
anchors are created
But if i do
points=[[0.518,0.7]]
Anchor are not created or top of the shape.
is this a normal behavior ?
Thanks