Scale Canvas?
#1760
Replies: 1 comment
-
It looks like I can use the following to proportionately scale all children in the canvas:
If this is incorrect, feel free to correct. Thanks! |
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
-
I'm brand new to this library (it's awesome) but am missing the beginner concept of the best way to scale a canvas.
Let's say I have a fixed canvas size that was 1500x2000 and every element was strategically placed (x, y, width, height) on the canvas.
What's the concept for making the canvas fit 100% width of the parent view?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions