If I am trying use getTransform() into child of group, i can not get current points of polygon. What can I use with stage scale?
demo: https://codesandbox.io/s/wonderful-tree-49utnt
I am trying to make validation for polygons.
blue polygon should be into grey polygon and do not intersect to anoter blue polygon.
It is correct, while i am do not use stage scale. How solve the problem?