Replies: 1 comment
-
One way to break the loop is to invert the relationship between square size and text size:
It works, in the sense that the text size scales together with the square, but it is an awkward way to express it, because I want the text sized according to the square, not the square sized according to the text. Is there a better way to do this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Please see the example below. I would like to scale the text in the square in proportion to the square's dimensions, but the code introduces a binding loop that I have been unable to resolve.
Beta Was this translation helpful? Give feedback.
All reactions