It would be really nice if the constrain proportions button would also work when changing the width/height of a component such as an icon.
Example:
- Lets say I have a set of SVG icons made as components. Each icon as its own component. * Icons are all the same height but different widths.
- I created a variable called “icon-height” and set it to some value
- I placed the icon/component and assigned width to the variable “icon-height”
- Now when I change the variable value only the height is changed and the width stays the same. Even though the mark to constrain proportions is turned on.
- Also when swapping the icon to some other icon (that has a different width than the previous one, the proportions should be fixed so that the icon is not squeezed/stretched.
Am I missing something?