Geometry Reshaping Tool remove uniform stretching

I am using the PolygonDrawingtool and Geometry Reshaping tool. But same as the PolygonDrawing.html, if I am reshaping the polygon, it stretches also the other end (uniformed). How can i turn it off? I want to stretch only to the side that i am moving like on the GeometryReshaping.html.

I believe that tool is trying to maintain the Node.location at its original location. So have you set Node.locationSpot to go.Spot.Center? That would explain the behavior that you are seeing.

Hello Walter, you’re right I am using it on Freehandrawingtool as a pencil. I managed to add another condition on GeometryReshaping. Thank you so much!