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

# Shape

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

***

## How to use

{% stepper %}
{% step %}

#### Select the "Shape" Tool

Under the scene, select the <i class="fa-square" style="color:$primary;">:square:</i> <kbd><mark style="color:$primary;">**Shape**<mark style="color:$primary;"></kbd> from the tools menu, which gives you a number of default shapes to use. The Rectangle tool is selected by default. Click the arrow to choose from the options below:

* &#x20;<i class="fa-square" style="color:$primary;">:square:</i> <mark style="color:$primary;">**`Rectangle`**</mark> or press `R` on keyboard
* &#x20;<i class="fa-circle" style="color:$primary;">:circle:</i> <mark style="color:$primary;">**`Oval`**</mark> or press `O` on keyboard
* &#x20;<i class="fa-pipe" style="color:$primary;">:pipe:</i> <mark style="color:$primary;">**`Line`**</mark> or press `L` on keyboard
  {% endstep %}

{% step %}

### Draw on the scene

Click and drag on the canvas to draw the selected shape. Drag the shape's edges or corner handles to resize it, or drag from within the shape to reposition it.

<figure><img src="/files/3wV7BpQjgJcVo4W36Pfm" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Change color of shapes

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

1. Select the color circle on the left side of the sub-menu.
2. Select from the color palette
3. Select a color using the color picker tool
4. Input a HEX color value in the text input field
   {% endstep %}

{% step %}

### Adjusting transparency and shadow

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

1. Click or drag the number panel to adjust opacity and blur level
2. Use toggle button to turn shadow on and off
3. Adjust the parameters to adjust the shadow style
   {% endstep %}

{% step %}

### Adjusting stroke size & style

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

1. Open the stroke icon to select from different stroke style
2. Edit the numerical value to adjust the stroke width.

For  <i class="fa-square" style="color:$primary;">:square:</i> Rectangle tool, adjust radius by changing the number for all radius or each individual radius.

<figure><img src="/files/GeXklV5E63om6oKUP3YD" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

***


---

# 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.theseaai.com/tools/shape.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.
