> 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/main/kr/tools/shape.md).

# 도형

<figure><img src="/files/156e7871d3635f0e541558931516e9a1fd9a84d2" alt=""><figcaption></figcaption></figure>

***

## 사용 방법

{% stepper %}
{% step %}

#### "Shape" 도구 선택

장면 아래에서 다음을 선택하세요 <i class="fa-square" style="color:$primary;">:square:</i> <kbd><mark style="color:$primary;">**도형**<mark style="color:$primary;"></kbd> 도구 메뉴에서 기본 도형 여러 개를 사용할 수 있습니다. 사각형 도구가 기본적으로 선택되어 있습니다. 아래 옵션에서 선택하려면 화살표를 클릭하세요:

* &#x20;<i class="fa-square" style="color:$primary;">:square:</i> <mark style="color:$primary;">**`사각형`**</mark> 또는 누르기 `R` 키보드에서
* &#x20;<i class="fa-circle" style="color:$primary;">:circle:</i> <mark style="color:$primary;">**`타원`**</mark> 또는 누르기 `O` 키보드에서
* &#x20;<i class="fa-pipe" style="color:$primary;">:pipe:</i> <mark style="color:$primary;">**`선`**</mark> 또는 누르기 `L` 키보드에서
  {% endstep %}

{% step %}

### 장면에 그리기

캔버스를 클릭하고 드래그하여 선택한 도형을 그리세요. 도형의 가장자리나 모서리 핸들을 드래그하여 크기를 조절하거나, 도형 내부를 드래그하여 위치를 변경할 수 있습니다.

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

{% step %}

### 도형 색상 변경

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

1. 하위 메뉴 왼쪽의 색상 원을 선택하세요.
2. 색상 팔레트에서 선택
3. 색상 선택 도구를 사용하여 색상을 선택하세요
4. 텍스트 입력란에 HEX 색상 값을 입력하세요
   {% endstep %}

{% step %}

### 투명도와 그림자 조정

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

1. 숫자 패널을 클릭하거나 드래그하여 불투명도와 흐림 정도를 조정하세요
2. 토글 버튼을 사용하여 그림자를 켜고 끄세요
3. 매개변수를 조정하여 그림자 스타일을 조정하세요
   {% endstep %}

{% step %}

### 선 크기 및 스타일 조정

<figure><img src="/files/876c051b47f70d89101935156bab4ce40bb5efc5" alt=""><figcaption></figcaption></figure>

1. 선 아이콘을 열어 다양한 선 스타일 중에서 선택하세요
2. 숫자 값을 편집하여 선 두께를 조정하세요.

의 경우  <i class="fa-square" style="color:$primary;">:square:</i> 사각형 도구의 경우, 전체 반경 또는 각 개별 반경의 숫자를 변경하여 반경을 조정하세요.

<figure><img src="/files/0227df52eee87afb15a1316882f9b8f8b24a0f76" 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/main/kr/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.
