# Anchor Point (Origin)

The anchor point property determines the fixed reference point for which a layer's transformation should take place from.&#x20;

It acts as the centre of transformation, so wherever it's moved to, all other transform properties for that layer such as scale, rotation and even position will be applied according to it.

### Adjust anchor point via canvas and context menu:

* Right-click on your layer to open the context menu.
* Select `move anchor point`, and this will allow the anchor point to be editable.
* You can now drag the layer's anchor point directly on the canvas to any point on the layer or the canvas.

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

### Adjust anchor point via property panel

* Select layer and open up the  '**Advanced Transform'** section
* Toggle the 'lock' icon on the Anchor point property to make it editable.
* You can now select a preset position for your anchor point in the property panel.
* Or for more precision, you can adjust its exact position along the x-axis or y-axis too.

### Anchor point values and coordinates.

The anchor point defined by two axis, the **x axis** and the **y axis**. The coordinate at the centre of the your layer is 0,0 as its origin.&#x20;

* On the x-axis, values to the right the centre-point is positive and to the left is negative.&#x20;
* On the y-axis, downwards from the center are positive values and upwards from the center are negative values.


---

# 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/anchor-point-origin.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.
