i have multiple shapes (rects) inside a global transformer. Now the Problem is that each shape has its own transformer that is limited in height and width. Is there a way that when i resize the global transformer, that each shape doesnt get bigger/smaller than the limit we defined in the single transformer?
I tried to create a boundingbox for the global transformer, but as expected, it doesnt work