> For the complete documentation index, see [llms.txt](https://docs.lottielab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lottielab.com/editor/properties/transform/scale.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
