# Scale

The Scale property determines the percentage by which your layer object is stretched out horizontally (along the x axis) or vertically (along the y axis).&#x20;

This 'stretching' will apply to all its properties that have a dimension such as its size/ dimension, stroke width, corner radius etc.

To adjust the scale of your object:

* Select your layer and go to the propert panel
* Open the 'Advanced Transform' properties section
* Adjust the scale values.
* You can also lock the scale proportions by clicking the 'lock proportion' icon on the right of the scale property fields. This scales the other axis of the layer by the same proportion as the one you've edited. (See below).
* Another way to scale your layer directly from the canvas is to use the '[Scale tool](/editor/tools/selection-tools.md#scale-tool)' in the toolbar.

<figure><img src="/files/57eT7IfQmuCq79OVAHlh" alt=""><figcaption></figcaption></figure>

This is useful if you have a layer with multiple properties that you want to scale up by the same value, such as a rectangle with a stroke and corner radius.&#x20;

If the size of this rectangle is changed, other properties of the layer won't be affect by this change in size. At its new size, its stroke will appear thinner, it's corner radius will look less curved and its gradient won't spread to match the new size.&#x20;

Scaling the layer allows us to address this keeping all values consistently 'scaled' up.

<figure><img src="/files/bi1CpcdmCBuKr14DsxOF" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lottielab.com/editor/properties/transform/scale.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
