Scale
The Scale modifier allows changing the element's width and height independently. For example, you can squeeze the Blob element vertically or horizontally and change it into an ellipse.
The Scale modifier has only two properties: Scale X and Scale Y.
To squeeze the element horizontally set Scale X below 100%, and to widen it set this parameter above 100%.
|
|
|
| Scale X = 50% |
Scale X = 100% |
Scale X = 140% |
The element can also be squeezed or widened vertically by setting Scale Y property either below 100% or above 100%.
|
|
|
| Scale Y = 30% |
Scale Y = 100% |
Scale Y = 130% |
|