Skip to main content
Inspiring
July 26, 2024
Answered

An expression for keeping a value a certain percent of another?

  • July 26, 2024
  • 1 reply
  • 317 views

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?

This topic has been closed for replies.
Correct answer jakec71401806

I got it to work with this in the end

1 reply

Dan Ebberts
Community Expert
Community Expert
July 26, 2024

It will probably look like this:

content("Rectangle 1").content("Rectangle Path 1").size * 0.9
jakec71401806AuthorCorrect answer
Inspiring
July 26, 2024

I got it to work with this in the end