path_create
Start creating SVG paths by defining initial coordinates, then build complex shapes using additional path commands before finalizing the design.
Instructions
새 패스 빌더를 시작합니다. path_lineto, path_curveto 등으로 경로를 추가한 후 path_finish로 완료합니다.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startX | Yes | 시작점 X 좌표 | |
| startY | Yes | 시작점 Y 좌표 |