This will draw diamond as expected, but the issue here is that now polygon is fixed on and is not affected by drag event. Even, connector dots appear away from the polygon. When I click on polygon and start the drag event, connector dots move but the polygon is not moving.
I want to draw a diamond with following code:
This will draw diamond as expected, but the issue here is that now polygon is fixed on and is not affected by drag event. Even, connector dots appear away from the polygon. When I click on polygon and start the drag event, connector dots move but the polygon is not moving.
Am I missing something here?