# Corner Radius

The Corner radius property determines how round the corners of a layer is. The [rectangle shape](/editor/tools/shape-tools.md#rectangle) is currently the only layer type with an editable corner radius property.

### From the canvas:

* Select your rectangle shape layer.
* Whilst hovering on the shape, you'll see corner radius indicators shaped like dots, close to the inner area of its four corners.
* Drag any of these to make the corners more or less round as preferred.

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

### From the property panel

* Select your rectangle shape layer and go to the property panel.
* In the corner radius field, you can specify a value for how round the corner should be.

<figure><img src="/files/Q7Ie4a6hCwfuhykQC0U9" 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/corner-radius.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.
