I'm trying to get anchor positions of the transformer bounding box(i.e the 8 points of blue colour rectangle around the polygon shape having 4 circles)
right now only if the shape is Rectangle then the below code will work. because the rect initial point and transformer initial points are same.
e.target.getAbsoluteTransform().point({ x: 0, y: 0 })
but, if the shape is polygon like in above image how to get the anchor co-ordinatees of the transformer i.e(8 white square points of rectangle).