In my plugin, when I select some layers, I want them to always resize with respect to its top left or right corner like so:
However, it seems to always resize with respect to its bottom left corner for some reason:
Is there a way to specify an anchor point when iโm resizing a node aka when calling node.resize()?