Copy link to clipboard
Copied
I want to link one size property to another but keep the child property 10% lower than the parent but I can't figure it out?
It will probably look like this:
content("Rectangle 1").content("Rectangle Path 1").size * 0.9
I got it to work with this in the end
Copy link to clipboard
Copied
It will probably look like this:
content("Rectangle 1").content("Rectangle Path 1").size * 0.9
Copy link to clipboard
Copied
I got it to work with this in the end