# Canvas resize

<figure><img src="/files/4trN9bVGSAoqD4J8ASA9" alt=""><figcaption></figcaption></figure>

1. Origin coordinate - The coordinate of the top left corner of the new canvas respectively to the current one which has the origin at (0, 0)
2. New size
3. Quick position button - Use these to quickly align the current canvas with the new one
4. Drag nodes - We can also drag these nodes to adjust the size and origin of the new canvas besides entering the numbers at #1 and #2
5. Rescale content - Also resize the canvas content to the new size
6. Lock aspect ratio - Keep the width/height ratio while resizing the canvas

{% hint style="info" %}
Because canvas resizing is not undoable, we can turn off auto-save before resizing, if the result isn't what we want, we can simply exit the file to revert it back to the original size.
{% endhint %}


---

# 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.pixquare.art/settings/canvas/canvas-resize.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.
